-
win32 汇编教程。全面介绍windows环境下,汇编语言的编程教学。
win32 汇编教程。全面介绍windows环境下,汇编语言的编程教学。-win32 compilation of tutorials. Comprehensive introduction windows environment, assembly language programming teaching.
- 2023-03-04 16:15:04下载
- 积分:1
-
//float abnormal control
//浮点异常的控制位 #define FPUEM_INVALIDOP 0x01 #define FPUEM_DENORMALOP 0x02 #define FPUEM_ZERODIVIDE 0x04 #define FPUEM_OVERFLOW 0x08 #define FPUEM_UNDERFLOW 0x10 #define FPUEM_PRECISON 0x20 #define __FORCE_INLINE__ __inline /*---------------------------------------------------------- 打开指定的浮点异常 关闭指定的浮点异常-//float abnormal control-# define FPUEM_INVALIDOP 0x01# define FPUEM_DENORMALOP 0x02# define FPUEM_ZERODIVIDE 0x04# define FPUEM_OVERFLOW 0x08# define FPUEM_UNDERFLOW 0x10# define FPUEM_PRECISON 0x20# define __FORCE_INLINE __ __inline /*---------------------------------------------------------- designated open abnormal closure of the floating-point designated float anomalies
- 2023-05-15 01:00:03下载
- 积分:1
-
mimasuo
密码锁 密码锁控制程序 汇编 实现-mimasuo
- 2022-12-11 23:55:03下载
- 积分:1
-
ADC0809 转 换 器 的 引 脚 介 绍
ADC0809 转 换 器 的 引 脚 介 绍-ADC0809 pin converter introduced
- 2023-06-18 01:15:03下载
- 积分:1
-
编号为1,2… n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,...
编号为1,2… n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数,报m的人出列,将他的密码作为新的m值,从他的顺时针方向上的下一个开始重新从1报数,如此下去,直至所有人全部出列为止,设计一个程序求出出列顺序。
(1)利用单循环链表作为存储结构模拟此过程;
(2)键盘输入总人数、初始报数上限值m及各人密码;
(3)按照出列顺序输出各人的编号。-Numbered 1,2 ... n of the n individuals sitting clockwise circle, each holding a password (positive integer). An optional start a positive integer as the number of reported upper limit of m, from the first person to embark on the clockwise direction starting from a sequence reported the number of stop newspaper report m the number of people who reported m out of the column, as his password The new m value, in a clockwise direction from his next start back from a newspaper a few, and so on, until all all out of the column until a program designed to find out the column order. (1) the use of one-cycle simulation in this linked list storage structure as a process (2) the total number of keyboard input, the initial report and the person m the upper limit o
- 2023-05-21 04:10:03下载
- 积分:1
-
8259A中断控制器实验
253A的计数器0为工作方式0,装入时间常数FFFFH,结束中断时显示信息:8253A INTERRUPT EXPERIMENT!...
8259A中断控制器实验
253A的计数器0为工作方式0,装入时间常数FFFFH,结束中断时显示信息:8253A INTERRUPT EXPERIMENT!-8259A interrupt controller experimental 253A of counter 0 0 way to work, the time constant FFFFH loaded to end disruption to display information : 8253A INTERRUPT EXPERIMENT!
- 2022-08-23 10:07:32下载
- 积分:1
-
在字符LCD上显示中文字,采用汇编语言。并且在PROTES上运行通过...
在字符LCD上显示中文字,采用汇编语言。并且在PROTES上运行通过-In the character LCD display Chinese characters, using assembly language. And in PROTES run through the
- 2022-01-26 05:39:26下载
- 积分:1
-
实现2 * 2键盘扫描,用于扫描扫描方式的行列
实现2*2键盘扫描,使用的扫描方式为行列扫描法-Realize 2* 2 keyboard scan, used for scanning the ranks of scanning method
- 2023-09-06 21:10:03下载
- 积分:1
-
中断控制器8259应用实验-中断方式控制彩灯点亮
这个是8255和8259的综合使用...
中断控制器8259应用实验-中断方式控制彩灯点亮
这个是8255和8259的综合使用-8259 interrupt controller test applications- interrupt control lantern lit the 8255 and 8259 is the integrated use of
- 2023-01-08 12:20:03下载
- 积分:1
-
这是一个串行总线型IIC读写源码编译EEPROM24C02…
这是一个串行IIc总线型EEPROM24c02的读写汇编源程序,通过按键来控制读写操作-This is a serial bus type IIc compilation EEPROM24c02 source of reading and writing, through the buttons to control the read and write operation
- 2023-03-16 05:40:03下载
- 积分:1