搜索资源列表
计算分数的精确值
- 使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第二个元素中....,依次类推。这样就可以使用数组不表示一个高
51jianyijisuanqi
- 这是一个用51单片机实现的能进行浮点运算(包括浮点乘法,除法等)的计算器-This is a use of the MCS-51 microcontroller capable of floating-point operations (including floating point multiplication, division, etc.) Calculator
fdividing
- 浮点除法子程序,可以高效率计算浮点浮点除法,程序短小精干,非常讨巧-floating-point division subroutine, high efficiency calculation float float division, procedures small and lean, very quick and easy
20060521.RAR
- 目前已有若干版本的子程序库公开发表,它们各有特色。本程序库中的开平方算法为快速逼 近算法,它能达到牛顿迭代法同样的精度,而速度加快二十倍左右,超过双字节定点除法的 速度。 本子程序库对《单片机应用程序设计技术》一书附录中的子程序库作了重大修订: (1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修 改,便可直接使用。 (2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的 相互转换子程序进行了彻底
asm51
- 51子程序库,浮点、定点、加法、减法、乘法、除法
8bit
- 8bit数与8bit数的除法,用来实现数的除法,但不支持浮点数运算-8bit divider with 8bit
在VHDL中实现高精度快速除法
- 高精度的浮点数除法运算,基于浮点运算的FPGA实现,单精度浮点数-High-precision floating-point division operation, the FPGA based on the realization of floating-point operations, single precision floating point
MIPS
- 微机原理课程中需要用一段C++代码对机器性能进行测试。选用整数乘除法、浮点加法除法等大量循环以测出MIPS值-Microcomputer Principles of course need some C++ code to the machine performance testing. Use an integer multiplication and division, floating-point additions such as a large number of division c
MCS-51ASM
- MCS-51单片机实用子程序库,包括双精度加减法,浮点加减乘除法-MCS51
Floating-point-division-SCM
- 浮点除法运算及其在单片机上的实现 论文 -Floating-point division and its implementation on the papers in SCM
3.1.5-Math
- 这是我们学校的DSP实验箱5502的DSP定点与浮点运算实验程序,保证可以用,功能很全,程序实现了定点加法,减法,乘法,除法 以及浮点加减乘除运算,还有就是浮点转定点运算与 定点转浮点运算.-This is our school s DSP DSP 5502 kit fixed and floating-point test procedures to ensure that you can use, features a very full, the program achieved a po
MCS-51-subprogram
- 单片机实用程序库,包括数据复制、算术平均滤波、长除法、码制转换、对分查找、浮点运算、三角函数等等。共98页pdf文档。-SCM utility library, including data replication, arithmetic mean filtering, long division, transcoding, bisection search, floating-point arithmetic, trigonometric functions and so on. Total
calculation
- 简单整数计算器,可以计算简单的加法减法乘法除法和乘方,输出为浮点。-simple calculate machine
fu_dian_chu_fa
- VHDL浮点除法运算,VHDL浮点数除法,源码,含仿真图 -VHDL floating point division, source code, including simulation mapVHDL floating point division, source code, including simulation map
课程设计
- 关于计算机组成原理除法计算,拥有恢复余数法和加减交替法,可以支持非浮点型数据输入
基于FPGA的单精度浮点数乘法器设计
- 《基于FPGA的单精度浮点数乘法器设计》详细介绍了按照IEEE754标准在FPGA上实现单精度浮点加减乘除的方法(The design of single precision floating point multiplier based on FPGA introduces in detail the way of realizing single precision floating point addition, subtraction and multiplication and div