-
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
-
本文档提供了C++分屏的简单介绍,希望对大家有帮助
本文档提供了C++分屏的简单介绍,希望对大家有帮助-This document provides a C-screen simple, we want to help
- 2023-08-06 09:45:03下载
- 积分:1
-
Very good picture of the RECT type selection box to the size of the rectangular...
非常好的图片选择框的RECT类,能对矩形框的大小缩放-Very good picture of the RECT type selection box to the size of the rectangular box zoom
- 2022-08-03 18:49:41下载
- 积分:1
-
很好的VB代码大全,很有参考价值,大家快来下吧
很好的VB代码大全,很有参考价值,大家快来下吧-good VB code Daquan, great reference value, we are you hurry
- 2023-06-20 14:35:03下载
- 积分:1
-
系统处于等待/忙状态时用的对话框
系统处于等待/忙状态时用的对话框-The dialog which can be used to display the system in wait or busy state
- 2022-07-17 16:20:43下载
- 积分:1
-
一个不错的界面类库
一个不错的界面类库-a good interface class library
- 2022-01-25 23:11:58下载
- 积分:1
-
counter procedures can be revised procedures for automatic memory before each am...
程序计数器 可以将一段程序进行修改 而后自动记忆每次修改的版本 用户可在C盘相应的文件夹中查看: 修改结果EG第几行修改了或者删除了-counter procedures can be revised procedures for automatic memory before each amended version of the C users can set the corresponding folder View : Amending the results EG line number amended or deleted
- 2022-05-30 20:17:07下载
- 积分:1
-
一个示例程序,可以用C在DOS下编写图形化菜单,源代码测试可用...
一个示例程序,可以用C在DOS下编写图形化菜单,源代码测试可用-a sample program that can be used in DOS C prepare graphical menu, testing source code available!
- 2022-08-13 17:03:23下载
- 积分:1
-
透明滑动条的实现方法。
透明滑动条的实现方法。- Transparently skids the strip realization method.
- 2022-02-25 21:58:34下载
- 积分:1
-
实现在对于基于对话框的程序,如何加入菜单和工具栏。同时建立链表结构,用于list列表框选择的功能,是一个我完成了一部分的界面程序...
实现在对于基于对话框的程序,如何加入菜单和工具栏。同时建立链表结构,用于list列表框选择的功能,是一个我完成了一部分的界面程序-achieve the dialog-based procedures, how to join the menu and the toolbar. While establishing Chain structure for list box selection of functions, I was a complete part of the interface procedures
- 2022-10-18 06:20:03下载
- 积分:1