-
vdcsdfs
;主程序:
LOOP: SETB P10 ;(1)
LCALL DELAY ;(2)
CLR P10 ;(3)
LCALL DELAY ;(4)
AJMP LOOP ;(5)
;以下子程序
DELAY: MOV R7,#250 ;(6)
D1: MOV R6,#250 ;(7)
D2: DJNZ R6,D2 ;(8)
DJNZ R7,D1 ;(9)
RET ;(10)
END ;(11)
-vdcsdfs
- 2022-05-19 09:56:06下载
- 积分:1
-
在帮助文档中制作电子相册。A complete electronic photo album in an HTML Help (.CHM) file with...
在帮助文档中制作电子相册。A complete electronic photo album in an HTML Help (.CHM) file with a front page, index, slide show and legend/about page. -help in the production of electronic documents albums. A complete electronic photo album in an HTML Help (. CHM) file with a front page, index, slide show and legend/about page.
- 2022-01-25 19:47:40下载
- 积分:1
-
Qt 4 GUI 编程资料!
资源格式:CHM
内容:英文
Qt 4 GUI 编程资料!
资源格式:CHM
内容:英文-Qt 4 GUI programming information! Resources Format: CHM Content: English
- 2023-04-20 10:35:03下载
- 积分:1
-
隐藏应用程序的VB小应用。
驻留在托盘,激活,方便随时调用...
隐藏应用程序的VB小应用。
驻留在托盘,激活,方便随时调用-hidden application of small VB application. In the presence of a tray, activation, at any time convenient call
- 2023-07-02 23:15:03下载
- 积分:1
-
鼠标信息
鼠标信息,对windows系统发送鼠标信息,实现虚拟鼠标的过程。有兴趣的可以参考该代码实现空间鼠标。
- 2022-01-26 06:27:00下载
- 积分:1
-
高校学生学籍管理系统,具有系统管理,数据,查找,窗口,工具等模块,每个模块均具有丰富的功能,便于操作....
高校学生学籍管理系统,具有系统管理,数据,查找,窗口,工具等模块,每个模块均具有丰富的功能,便于操作.-college student record management system, with systems management, information search, windows, tools and other modules, each module has extensive functional, easy to operate.
- 2022-01-26 07:57:35下载
- 积分:1
-
动态改变分割视图窗口显示的视图类。
动态改变分割视图窗口显示的视图类。-View window shows the View class.
- 2022-12-26 00:15:04下载
- 积分:1
-
Flash 作为软件皮肤的实现,不规则界面的实现,无规则界面的拖放,动态菜单的生成,用来加载皮肤。 C++BUILDER...
Flash 作为软件皮肤的实现,不规则界面的实现,无规则界面的拖放,动态菜单的生成,用来加载皮肤。 C++BUILDER -Flash as a software realization of the skin, the realization of irregular interface, drag-and-drop interface without rules, dynamic menu generation, used to load the skin. C++ BUILDER
- 2022-01-25 19:01:04下载
- 积分:1
-
数学家 陈省生 数学分析 直觉易懂 slide
数学家 陈省生 数学分析 直觉易懂 slide
- 2023-05-09 01:10:03下载
- 积分:1
-
VC小型CAD系统
VC++实现的基本CAD功能
点 线 圆 椭圆 圆弧的绘制和鼠标操作
可以作为项目的参考。
- 2022-05-19 02:05:40下载
- 积分:1