-
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
-
1. A WTL dedicated source DataGrid control can learn how to develop Grid control...
1一个WTL专用源DataGrid控件可以学习如何开发网格控件。
- 2022-12-09 14:50:03下载
- 积分:1
-
QT实现画板程序
本代码比较适合初学QT的人作为参考,因为语法和功能都较为简单,相信大家也都能看懂,至于具体的有些操作还请参照其他教程,我在这里只提供我所写的代码和成果(以下附文件列表截图和运行效果截图),我使用的是QT creator5.1,当然也可以使用VS或者其他的编程平台,希望能够为大家带来一点点帮助!
- 2022-01-31 04:03:49下载
- 积分:1
-
vs7下显示DHTML内容的对话框,能够响应各种DHTML的事件。
vs7下显示DHTML内容的对话框,能够响应各种DHTML的事件。-3G shown DHTML content of the dialog box, DHTML to respond to the incident.
- 2022-01-25 22:24:09下载
- 积分:1
-
datagrid 的应用,包括一些基本的常用的用法
datagrid 的应用,包括一些基本的常用的用法-datagrid applications, including some basic common usage
- 2022-03-03 17:22:07下载
- 积分:1
-
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。
c++界面编程百例。n个界面编程的例子在里面,自己消化吧。-c++ programming interface 100 cases. n example of a programming interface on the inside, to digest it myself.
- 2022-05-13 16:31:32下载
- 积分:1
-
在安装程序中,向导是必不可少的。你有没有对现在那些通用的界面感到平淡?看看这个Wizard 97 Property Sheets 的例子吧,你会满意的。...
在安装程序中,向导是必不可少的。你有没有对现在那些通用的界面感到平淡?看看这个Wizard 97 Property Sheets 的例子吧,你会满意的。
-During the installation process, the guide is indispensable. Now you have no common interface which is flat? Look at the Wizard 97 Property Sheets an example, you will satisfied.
- 2022-12-06 08:05:03下载
- 积分:1
-
Background window can be displayed as the background picture, realize a simple a...
可以将窗口背景显示为背景图片,实现简单、方便。-Background window can be displayed as the background picture, realize a simple and convenient.
- 2022-10-12 23:50:03下载
- 积分:1
-
动画窗体特效,包括弹出窗,右下角提示,树控菜单,VS界面,各种TAB、TREE。
这个对界面设计有启发。...
动画窗体特效,包括弹出窗,右下角提示,树控菜单,VS界面,各种TAB、TREE。
这个对界面设计有启发。-Animation form effects, including pop-up windows, the bottom right corner tips, tree control menu, VS interface, a variety of TAB, TREE. The inspiration for interface design.
- 2022-06-03 03:49:41下载
- 积分:1
-
汽车4s销售系统 c++
用c++做的 汽车4s店销售系统 mfc
头文件中定义 class CAutomobile4SshopDlg : public CDialog
头文件中定义class sale : public CDialog
class service : public CDialog
class storage : public CDialog
class guanli : public CDialog
分别作销售,服务,库存,管理功能模块函数体调用
- 2022-04-30 01:10:29下载
- 积分:1