搜索资源列表
开平方
- 用于单片机32bit内的快速开方(C51)-32bit MCU for the rapid evolution (C51)
单片机子程序库
- 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度.-there are several versions of the subroutine library published their own characteristics. The library opened in the square approximation algorithm for rapid algorithm
AVR-sqr
- avr单片机开平方的程序-avr SCM open square procedures! !
MCS-51_asm_lib
- 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-There a number of versions of the subroutine library published their own characteristics. The procedures for the open square approximation algorithm for rapid alg
51library
- 《MCS-51单片机实用子程序库(96年版)》周航慈 目前已有若干版本的子程序库公开发表,它们各有特色。笔者在1988年也编制了两个 子程序库(定点子程序库和浮点子程库),并在相容性、透明性、容错性和算法优化方面作了一些工作。本程序库中的开平方算法为笔者研究的快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。经过八年来全国广大用户的实际使用,反馈了不少信息,陆续扩充了一些新的子程序,纠正了一些隐含错误,成为现在这个最新版本。(转)-"M
mcukpfkssf
- 因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。
fsqr
- 功能:浮点数开平方(快速逼近算法) 入口条件:操作数在[R0]中。 出口信息:OV=0时,平方根仍在[R0]中,OV=1时,负数开平方出错。 影响资源:PSW、A、B、R2~R7 堆栈需求: 2字节
n-thingeterroot
- 用MATLAB里的XILINX BLOCK, 支持FPGA算法, 实现开平方, 并且取整.当计算停止时, VALID为高电瓶.
sqrt1
- 单片机的一个开平方算法,是个工程包,很实用.
51浮点运算程序库
- MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
kaipingfang
- 十速单片机,浮点开平方源代码,内有原理图,说明。-10-speed single-chip, floating-point square of the source code, there are schematics, instructions.
square_root
- 单片机开平方的快速算法 比牛顿迭代法更加快速-Single-chip square root of the fast algorithm for more than Newton iteration Express
C51prgram2
- MCS-51单片机实用子程序库 双字节二进制有符号数除法(补码) 双字节二进制无符号数开平方(快速) 四字节二进制无符号数开平方(快速) 单字节十六进制数转换成双字节ASCII码 ASCII码转换成十六进制数 单字节十六进制整数转换成单字节BCD码整数 双字节十六进制整数转换成双字节BCD码整数 单字节十六进制小数转换成单字节BCD码小数 双字节十六进制小数转换成双字节BCD码小数 单字节BCD码整数转换成单字节十六进制整数 双字节
MCUKAIFANG
- 因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。-Because the needs of work, to achieve single-chip open radical operation. Square root of the current methods are mostly used Newton iteration. I checked some i
GetSqrt
- 整形开平方程序 适用于各种单片机,本程序运行时间比查表要短,精度高,为精品程序-Plastic open square procedure applied to a variety of single-chip microcomputer, the program running time shorter than the look-up table, high precision, for the quality procedures
chengxu
- 常用的单片机子程序库: 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的速度。-Single-chip common subroutine library: there are a number of versions of the subroutine library published, they have their own characteristics. Library in
sqrt_int
- dsp中不存在开平方的sqrt函数,用 c进行了函数的替代-dsp does not exist in open square sqrt function, c carried out with the function of alternative
square-root
- Verilog硬件描述语言能够用软件语言的的方式描述硬件特性,并可用仿真方式完成电路的调试.本文介绍了基于EasyFPGA030的开平方运算器的设计,详细说明了运用verilog语言的设计过程与实现成果。-Verilog hardware descr iption language(HDL)specializes in describing hardware in the way of software language, and complete circuit simulation avai
lunwen-EasyFPGA030kaipingfang
- 基于EasyFPGA030的开平方运算实现工程。-The square root operation on EasyFPGA030 achieve project.
sqrt
- MCS-51单片机的四字节二进制无符号数开平方(快速)汇编程序-MCS-51 MCU of four-byte unsigned binary number square root (fast) assembler