-
蒙特卡罗FORTRAN程序语言监测
monte carlo fortran chengxu yuyan moni
- 2022-01-24 15:19:18下载
- 积分:1
-
目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼
近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点...
目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼
近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的
速度。
本子程序库对《单片机应用程序设计技术》一书附录中的子程序库作了重大修订:
(1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修
改,便可直接使用。
(2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的
相互转换子程序进行了彻底改写,提高了运算精度和可靠性。
(3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理程序的
工作变得更简单直观。
在使用说明中开列了最主要的几项:标号、入口条件、出口信息、影响资源、堆栈需求,各
项目的意义请参阅《单片机应用程序设计技术》第六章 6.3.7 节的内容。程序清单中开列
了四个栏目:标号、指令、操作数、注释。为方便读者理解,注释尽力详细。
-err
- 2022-05-30 13:06:19下载
- 积分: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
-
PIC16F76单片机汇编语言设计,预付费载波电能表源程序,带红外、485...
PIC16F76单片机汇编语言设计,预付费载波电能表源程序,带红外、485-PIC16F76 microcontroller assembly language design, pre-paid carrier meter source, with infrared, 485
- 2022-07-26 10:23:21下载
- 积分:1
-
- 2022-09-16 09:30:03下载
- 积分:1
-
设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积...
设计并测试一个名为Rectangle的矩形类,其属性为矩形的左下角与右下角两个点的坐标,能计算矩形的面积-design and test a rectangular called Rectangle category, its attributes to the lower left-hand corner of the rectangle with 2 points lower right coordinates, which calculates the rectangular area
- 2022-07-05 01:16:57下载
- 积分:1
-
点阵,里面有多种点阵,8*8,16*16,8字流动的,16*64点阵控制
点阵,里面有多种点阵,8*8,16*16,8字流动的,16*64点阵控制-Lattice, there are a variety of dot matrix, 8* 8,16* 16,8 words flow, 16* 64 dot matrix control
- 2022-02-02 19:45:35下载
- 积分:1
-
汇编编程简单介绍
汇编编程简单介绍-compilation programming briefed
- 2022-03-18 14:36:43下载
- 积分:1
-
从键盘输入两个数字(0~7)之间 (1)用16进制表示两个数的和 (2)用四位二进制表示两个数的差,结果一定>=0 (3)用两位十进制表示两个数的积 ex...
从键盘输入两个数字(0~7)之间 (1)用16进制表示两个数的和 (2)用四位二进制表示两个数的差,结果一定>=0 (3)用两位十进制表示两个数的积 exemple:-keyboard input from the two figures (0 to 7) between (a) a 16-band, said the number two and (2) with four two binary said the number of poor, the results would certainly gt; = 0 (3) with two decimal number two said the plot example :
- 2022-11-07 13:35:03下载
- 积分:1
-
The English version of summer vacation to do personal consumption systems, I hop...
暑假做的英文版个人消费系统,希望大家喜欢-The English version of summer vacation to do personal consumption systems, I hope everyone likes
- 2022-07-13 14:26:39下载
- 积分:1