-
FAT16 磁盘格式引导程序(ASM)
FAT16 磁盘格式引导程序(ASM)-FAT16 disk format guide (ASM)
- 2022-06-16 22:49:29下载
- 积分:1
-
MatlabC2
用于二型模糊相关代码,包括降维,区间二型模糊运算,模糊控制等(EKM algorithm interval type-2 fuzzy related applications)
- 2021-03-10 10:19:27下载
- 积分:1
-
一些基本的浮点数运算实现,可以方面地在ASM环境下调用这些子程序,简化编程...
一些基本的浮点数运算实现,可以方面地在ASM环境下调用这些子程序,简化编程-Some of the basic floating-point realize, you can easily call in ASM environment of these subroutines, simplify programming
- 2022-03-23 23:41:10下载
- 积分:1
-
描述用8051驱动lcd显示屏显示的全部程序及解释。
描述用8051驱动lcd显示屏显示的全部程序及解释。-Described using 8051 driver lcd screen shows all the procedures and interpretation.
- 2022-03-26 05:42:23下载
- 积分:1
-
333333
提出了一个由AT89C52单片机控制步进电机的实例。可以通过键盘输入相关数据, 并
根据需要, 实时对步进电机工作方式进行设置, 具有实时性和交互性的特点。该系统可应用于
步进电机控制的大多数场合。实践表明, 系统性能优于传统的步进电机控制器。(Put forward a AT89C52 single-chip stepper motor control example. Through the keyboard input data, and in accordance with the needs of real-time work on the stepper motor set up, with real-time and interactive features. The system can be applied to stepper motor control of the majority of occasions. Practice shows that system performance is superior to traditional stepper motor controller.)
- 2008-05-27 15:06:01下载
- 积分:1
-
控制APIC的汇编源程序
控制APIC的汇编源程序-control APIC compilation source
- 2022-07-14 00:33:54下载
- 积分:1
-
Great!A software of assembly,in assembly language.you can get the clew to carry...
不错,汇编小软件!用汇编编的。 具体功能在你编译后运行的时候会有提示。:)-Great!A software of assembly,in assembly language.you can get the clew to carry out the function as soon as you run this program.
- 2022-12-01 13:50:03下载
- 积分:1
-
2:十进制数的显示
说明: 十进制数的显示,就是显示十进制数字 number
DATA SEGMENT
DECIMAL: DW 606D ; 准备输出的十进制数,这里选择我的寝室号 606
DATA ENDS
STACKS SEGMENT STACK
DW 4 DUP(0) ; 开辟四个字的堆栈,初始化为 0
STACKS ENDS
CODES SEGMENT
ASSUME CS:CODES,DS:DATAS,SS:STACKS
START:
MOV AX,DATA
MOV DS,AX ; 初始化 DS
;--------------------------------------------------------------
LEA BX,DECIMAL ; 取出准备输出的十进制数 606 的偏移地址,可以使用 OFFSET 代替
MOV AX,[BX] ; 将数放进 AX
MOV BX,0AH ; 给 BX 初始化为 10(The display of decimal number is the display of decimal number.)
- 2019-06-11 18:29:48下载
- 积分:1
-
svm1
支持向量机回归的程序,实现预测,在matlab平台上实现模型训练和预测(Support vector machine regression program to realize prediction)
- 2018-03-29 21:44:55下载
- 积分:1
-
清华大学出版社汇编语言程序设计课后习题较全的第二版答案...
清华大学出版社汇编语言程序设计课后习题较全的第二版答案-Tsinghua University Publishing House of Assembly Language Programming class exercises over the whole of the second version of the answer
- 2022-08-15 19:29:10下载
- 积分:1