-
the procedures used assembly language to achieve HOOK technology, complete sourc...
本程序采用了汇编语言实现HOOK技术,有完整源代码,采用RadASM进行工程组织-the procedures used assembly language to achieve HOOK technology, complete source code, RadASM used for engineering organizations
- 2022-03-05 21:56:37下载
- 积分:1
-
可执行文件向二进制文件的转换。能够将所有可执行文件转换成相应的二进制文件。...
可执行文件向二进制文件的转换。能够将所有可执行文件转换成相应的二进制文件。-executable binary files to the conversion. All can be converted into executable files corresponding to the binary files.
- 2022-03-10 22:33:30下载
- 积分:1
-
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序...
这是一个汇编的程序包,所包含了一般的汇编初学者所要参考的汇编小程序-This is a compilation of the package, which contains a compilation of the general beginners by reference to the compilation of small programs
- 2022-02-02 19:46:07下载
- 积分:1
-
采用AT89C51单片机,可根据电压表IC7135信号读取。
利用AT89C51 ,可以读取基于IC7135的电压表头的信号. -Use AT89C51, can be read based on the voltage meter IC7135 first signal.
- 2022-01-26 02:40:25下载
- 积分:1
-
FAT16 磁盘格式引导程序(ASM)
FAT16 磁盘格式引导程序(ASM)-FAT16 disk format guide (ASM)
- 2022-06-16 22:49:29下载
- 积分:1
-
Realize the storage and classification of the input points, and ultimately the f...
实现对分数的输入存储及分类,并最终以计数的形式在dos中显示!-Realize the storage and classification of the input points, and ultimately the form of innumerable dos to display!
- 2022-03-20 03:55:20下载
- 积分:1
-
目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼
近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点...
目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼
近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的
速度。
本子程序库对《单片机应用程序设计技术》一书附录中的子程序库作了重大修订:
(1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修
改,便可直接使用。
(2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的
相互转换子程序进行了彻底改写,提高了运算精度和可靠性。
(3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理程序的
工作变得更简单直观。
在使用说明中开列了最主要的几项:标号、入口条件、出口信息、影响资源、堆栈需求,各
项目的意义请参阅《单片机应用程序设计技术》第六章 6.3.7 节的内容。程序清单中开列
了四个栏目:标号、指令、操作数、注释。为方便读者理解,注释尽力详细。
-err
- 2022-05-30 13:06:19下载
- 积分:1
-
This is a small calculator program, the realization of calculation functions, su...
这是一个计算器小程序,实现加减乘除功能,适合初学者参考及学习!-This is a small calculator program, the realization of calculation functions, suitable for beginners reference and learning!
- 2022-01-26 00:28:04下载
- 积分:1
-
MCS
MCS-96单片机串行口应用,利用串行口进行串行数据传送时,可采用查询法或中断法实现。-MCS-96 microcontroller serial port applications, the use of serial port for serial data transmission. available inquiries or interruption Method.
- 2023-01-07 04:10:03下载
- 积分:1
-
High to low dividend deposited in TEMP_STR
被除数由高到低存于TEMP_STR-->TEMP_STR+4中,除数存于TEMP_STR+10-->TEMP_STR+14中,
运算后商存于TEMP_STR-->TEMP_STR+4中,余数存于TEMP_STR+5-->TEMP_STR+9中
高字节在前
方法:移位相除
10位BCD码除法 XUE:20080729-High to low dividend deposited in TEMP_STR-> TEMP_STR+ 4, the divisor stored in TEMP_STR+ 10-> TEMP_STR+ 14, the operations are kept in after TEMP_STR-> TEMP_STR+ 4, the remainder stored in TEMP_STR+ 5-> TEMP_STR+ 9 in the high byte of the former method: shift 10 BCD division code division XUE: 20080729
- 2022-07-08 14:31:21下载
- 积分:1