登录
首页 » 汇编语言 » 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼 近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点...

目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼 近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点...

于 2022-05-30 发布 文件大小:158.18 kB
0 183
下载积分: 2 下载次数: 1

代码说明:

目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼 近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的 速度。 本子程序库对《单片机应用程序设计技术》一书附录中的子程序库作了重大修订: (1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修 改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的 相互转换子程序进行了彻底改写,提高了运算精度和可靠性。 (3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理程序的 工作变得更简单直观。 在使用说明中开列了最主要的几项:标号、入口条件、出口信息、影响资源、堆栈需求,各 项目的意义请参阅《单片机应用程序设计技术》第六章 6.3.7 节的内容。程序清单中开列 了四个栏目:标号、指令、操作数、注释。为方便读者理解,注释尽力详细。 -err

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ollydbg反器1.09c 部分源代码,没有图形界面
    ollydbg反汇编器1.09c 部分源代码,没有图形界面-ollydbg anti assembler source code 1.09c part, there is no graphical interface
    2022-09-23 12:20:03下载
    积分:1
  • err
    源码公开-线弹性动力分析直接积分 声明: 贴出源程序只是为了给有这方面需要的弟兄提供参考,并 非用于和做这方面工作的弟兄讨论用。 本人不对程序的正确性提供任何保证,不对程序的可读性 承担任何义务,也不承担对使用者在使用过程中的任何问 题提供解答的义务。 同意本声明的弟兄可以以任何的方式修改、使用 和传播本程序。否则,请勿以任何方式使用本程序。 NEWMARK BETA源程序(FORTRAN)。程序是一个独立的文件( F77格式),使用者可将其拷入一个文件并改名为.FOR即可。 如:NEWMARK.FOR。程序中的矩阵和向量均为满存储。 -err
    2022-06-27 11:08:02下载
    积分:1
  • In 51 of the P1 port to connect eight light
    在51的P1口连接8个发光2级管,实现8个发光2级管轮流显示-In 51 of the P1 port to connect eight light-emitting tube 2, the achievement of eight light-emitting display two pipe rotation
    2023-04-02 20:55:03下载
    积分:1
  • 机器人遍历障碍地图
    机器人遍历障碍地图-robot traverse obstacles map
    2022-06-15 18:42:33下载
    积分:1
  • KEY scanning line inversion method. Asm
    矩阵键盘扫描扫描之线反转法.asm把扫描到的键值,通过计算机的串口发送出去。-KEY scanning line inversion method. Asm
    2022-07-13 07:33:27下载
    积分:1
  • many graphics triangle reversing triangle right
    很多种图形 正三角形 倒正三角形 直角三角 平行四边形 等等之类的-many graphics triangle reversing triangle right-angled triangles parallelogram, etc. like
    2023-07-30 20:35:02下载
    积分:1
  • 实现高
    实现高级电子琴的程序,并实现若干扩展功能。 基本功能:用8257键盘输入对应的七个音阶,通过实验箱的喇叭发出声音,并通过七段数码管显示输入音阶; 扩展功能:1、录音:记录所弹奏曲目 2、放录音:任意时刻重放最新记录曲目 3、在程序中可预设一曲目,按一键实现播放该曲目。 4、在播放录制曲目或预设曲目时,按8279键盘上任意键可以暂停播放,再按一次从暂停处继续播放。 5、程序运行时有友好的用户介面 -Realize high-level organ of the process and realize a number of extensions. Basic functions: keyboard 8257 corresponds with the seven scale, through experimental sound speaker boxes, and through Seven-Segment LED display input scale the expansion of functions: one, sound recording: Record the playing pieces 2, released recordings: any time replay music 3-to-date records, in the proceedings may be the default one track, according to realize one key to play the tracks. 4, recording tracks in the player or the default program, press any key on the keyboard 8279 can pause playback, press once again to continue from the suspended players. 5, is running friendly user interface
    2023-05-29 06:35:03下载
    积分:1
  • 代码实现一个圆形的先入先出(FIFO)缓冲器…
    To write assembly code to implement a circular First In First Out (FIFO) buffer in the data memory of PIC18F452 microcontroller, using the microcontroller’s direct addressing mode and indirect addressing mode. To expand on the FIFO assignment and implement the FIFO solution on the QWIKFLASH PIC target board and display the FIFOSTATUS as LED indicators. Recall: Flags within a file register called FIFOSTATUS: • Bit 0: FIFO_full • Bit 1: FIFO_empty • Bit 2: attempt_2_read when FIFO_empty • Bit 3: attempt_2_write when FIFO_full
    2023-05-10 17:35:03下载
    积分:1
  • This a measurement of your insomnia whether the procedures are interested in pla...
    这是一个测量你是否失眠的程序,有兴趣的话玩玩啊-This a measurement of your insomnia whether the procedures are interested in playmate ah! !
    2022-10-27 05:40:03下载
    积分:1
  • 写的 CRC的算法代码,里面包含16位和32位的,大家可以嵌入到高级中使用,有助于提高程序的效率!内有嵌入例子。...
    用汇编写的 CRC的算法代码,里面包含16位和32位的,大家可以嵌入到高级语言中使用,有助于提高程序的效率!内有嵌入例子。-With the compilation of the CRC algorithm to write the code, which contains 16-bit and 32-bit, and they can be embedded into high-level language used to enhance the efficiency of the procedure! Example, there are embedded.
    2022-05-18 10:22:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载