-
making a runing led
这是通过制作一个简单的程序开始代码视觉的一课。
- 2023-07-25 13:00:03下载
- 积分:1
-
Count 24 points " as a mental poker game, a game content license from the Ki...
算24点”作为一种扑克牌智力游戏,游戏内容为从一副牌中抽去大小王2张,任意抽取4张牌(称牌组),用加、减、乘、除(可加括号)把牌面上的数算成24,每张牌必须用一次且只能用一次。我们可以人工计算,当然也可以用计算机来处理。本程序主要是借助计算机利用设计好的算法来计算24点问题。
该24点游戏程序内容主要包括界面显示,自动运算24点以及手动计算24点三部分,采用模块化开发方法,并汇编语言编写程序代码。-Count 24 points " as a mental poker game, a game content license from the King of removing the size 2, 4 samples of arbitrary license (a license that group), with add, subtract, multiply, divide (which can be bracketed ) to the surface of the card count as 24, each card must be used once and only once. We can manually, of course, can also be used to deal with the computer. This procedure is the use of the use of computer algorithms designed to calculate the 24 points. The 24-point games, including the contents of the main screen, automatic operation and manual calculation of 24 points, 24 points, three-part, modular development methodology, and assembly language programming code.
- 2022-09-03 01:05:03下载
- 积分:1
-
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A...
DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 20 ;返回dos 初学汇编,请各位多多指教!-Debug on the production of Rising antivirus software key source disk MOV BX, 200 memory base address (0 face) MOV DH, 00 head No. 00 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th interruption INT 3 MOV BX, 300 memory base address (1 side) MOV DH, 01 head No. 01 MOV DL, 00 drive No. 00 (A disk) MOV CX, 4F01 4F (ie 79) of track that is on the 1st sector (CH = 4F CL = 01) MOV AH, 05 formatted track MOV AL, 09 consecutive read 9 sector INT 13 call on the 13th
- 2023-06-25 06:50:03下载
- 积分:1
-
通过拖动活动条来显示颜色
虽然有很简单,但是还是有值得学习的地方...
通过拖动活动条来显示颜色
虽然有很简单,但是还是有值得学习的地方-Article by dragging activities to show the color
- 2022-01-26 00:28:55下载
- 积分:1
-
本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256)
入口参数:采样值数据块首地址在SADR中,连续采样数在W中
出口参数:滤波值在SO...
本程序实现算术平均值滤波(采样值为8位,连续采样数目小于256)
入口参数:采样值数据块首地址在SADR中,连续采样数在W中
出口参数:滤波值在SOU中.-Arithmetic mean of the filter program (value of sample 8, the number of consecutive samples is less than 256) import parameters: the first sample value of the data block address in the SADR, the continuous sampling of a few in the W export parameters: filter values in SOU .
- 2022-02-12 14:42:33下载
- 积分:1
-
此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助
此程为普通的I/O口驱动LCD,很有和用,希望对大家有帮助-This way for the ordinary I/O port driver LCD, useful and used, in the hope that everyone has to help
- 2022-08-02 12:09:36下载
- 积分:1
-
用汇编语言做温度控制系统程序,基本的汇编语言介绍
用汇编语言做温度控制系统程序,基本的汇编语言介绍-huibianzuowendukongzhichengxu
- 2022-03-19 03:30:18下载
- 积分:1
-
motherboard equipment checks the source code TC!
主板设备检查的TC源代码!-motherboard equipment checks the source code TC!
- 2022-12-07 12:20:02下载
- 积分:1
-
这是一个包含了基本操作的记事本软件,与Windows下的记事本软件相似。其中包含了所有的源代码。...
这是一个包含了基本操作的记事本软件,与Windows下的记事本软件相似。其中包含了所有的源代码。-This is a notebook that contains the basic operation of the software, and Windows, the software similar to Notepad. Which contains all the source code.
- 2023-05-24 23:20:02下载
- 积分:1
-
用80C51单片机实现zlg7290扫描键盘并在LED进行显示的汇编语言程序...
用80C51单片机实现zlg7290扫描键盘并在LED进行显示的汇编语言程序-Using 80C51 MCU zlg7290 scanning the keyboard and LED display of the assembly language program
- 2023-09-08 21:15:03下载
- 积分:1