Welcome![Sign In][Sign Up]
Location:
Search - 浮点运算

Search list

[Communication用VHDL语言在CPLD_FPGA上实现浮点运算

Description: 用VHDL语言在CPLD/FPGA上实现浮点运算的方法-in VHDL CPLD / FPGA achieve floating-point computation methods
Platform: | Size: 83648 | Author: wei | Hits:

[Other resource上网程序清单C51-浮点运算

Description: 51单片机的上网实现,上网程序清单C51-浮点运算功能-51 MCU web, Internet list of procedures C51-floating point performance
Platform: | Size: 90335 | Author: find | Hits:

[Other浮点运算汇编程序CALC

Description: 一个可以实现多字节四则浮点运算的51汇编程序,LCD显示具体线路各位请看地址号,接线还是比较简单的-a multi-byte floating point four of the 51 assembler, LCD display specific lines See you address, wiring is relatively simple
Platform: | Size: 12732 | Author: hxl | Hits:

[Button control计算器

Description: 用win32 编写的计算器,支持加减乘除,支持浮点运算。
Platform: | Size: 32264 | Author: myapple123 | Hits:

[SCM51浮点运算程序库

Description: MCS-51 浮点运算子程序库及其使用说明 本浮点子程序库有三个不同层次的版本,以便适应不同的应用场合: 1.小型库(FQ51A.ASM):只包含浮点加、减、乘、除子程序。 2.中型库(FQ51B.ASM):在小型库的基础上再增加绝对值、倒数、比较、平方、开平方、 数制转换等子程序。 3.大型库(FQ51.ASM):包含本说明书中的全部子程序。
Platform: | Size: 24550 | Author: xyz543 | Hits:

[Program doc80位浮点运算的编译实现与优化

Description: 关于80位浮点运算的编译实现与优化
Platform: | Size: 500838 | Author: shpeter | Hits:

[SCM二进制转化十六进制浮点数

Description: 我用VC写的十进制与十六进制数的转化程序,绝对独创,可用于需要浮点运算的单片机编程数值转化。-I write with VC metric hexadecimal number and the conversion process, absolutely original and the need for the floating-point operations into numerical microcontroller programming.
Platform: | Size: 1887232 | Author: 阿勇 | Hits:

[Windows DevelopFLOAT

Description: 用c进行浮点运算的新思路-new thinking of float number caculation in c
Platform: | Size: 6144 | Author: 利昂 | Hits:

[SCMMCS51浮点计算程序

Description: 51单片机浮点数运算子程序及IEEE和51浮点数相互转换程序 -51 floating-point operations and subroutine IEEE floating point and 51 mutual conversion
Platform: | Size: 5120 | Author: 阿呆 | Hits:

[Otherfp-lib

Description: c语言用顶点数做的浮点运算,java封装了一下-vertices do with the floating-point operations, a little java Packaging
Platform: | Size: 44032 | Author: 刘隽宏 | Hits:

[SCM上网程序清单C51-浮点运算

Description: 51单片机的上网实现,上网程序清单C51-浮点运算功能-51 MCU web, Internet list of procedures C51-floating point performance
Platform: | Size: 90112 | Author: find | Hits:

[Other浮点运算汇编程序CALC

Description: 一个可以实现多字节四则浮点运算的51汇编程序,LCD显示具体线路各位请看地址号,接线还是比较简单的-a multi-byte floating point four of the 51 assembler, LCD display specific lines See you address, wiring is relatively simple
Platform: | Size: 12288 | Author: hxl | Hits:

[Other Embeded program80c196浮点子程序

Description: 收集整理了80c196浮点运算程序,可以直接使用-collected bits floating-point operations procedures that could directly use
Platform: | Size: 6144 | Author: 孙瑞军 | Hits:

[Windows DevelopPowUnitCon

Description: 应用Win32进行开发的功率电平转换程序,因为工作需要开发的。演示了用Win32进行浮点运算的方法。-The power electric level convert program designed by WIN32. You can see how to use WIN32 to perform float calculate.
Platform: | Size: 13312 | Author: 明若 | Hits:

[Windows DevelopCLFCalc

Description: 因工作需要开发了LC谐振频率计算工具,演示了用Win32进行浮点运算的方法。-IT CAN CALCULATE THE resonance frequency of LC circulate and also demonstrate how to do the floating calculation.
Platform: | Size: 19456 | Author: 明若 | Hits:

[OtherFloatTool

Description: 研究浮点运算的工具。在汇编下研究使用浮点运算,分析浮点格式的工具-floating-point operations research tool. In the compilation of the research of the use of floating-point operations, analysis tools floating-point format
Platform: | Size: 30720 | Author: | Hits:

[Other计算分数的精确值

Description: 使用数组精确计算M/N(0<M<N<=100)的值。如果M/N是无限循环小数,则计算并输出它的第一循环节,同时要求输出 循环节的起止位置(小数位的序号) *问题分析与算法设计 由于计算机字长的限制,常规的浮点运算都有精度限制,为了得到高精度的计算结果,就必须自行设计实现方法。 为了实现高精度的计算,可将商存放在一维数组中,数组的每个元素存放一位十进制数,即商的第一位存放在第一个元素中,商的第二位存放在第二个元素中....,依次类推。这样就可以使用数组不表示一个高精度的计算结果。 进行除法运算时可以模拟人的手工操作,即每次求出商的第一位后,将余数乘以10,再计算商的下一位,重复以上过程,当某次计算后的余数为0 时,表示M/N为有限不循环小数某次计算后的余数与前面的某个余数相同时,则M/N为无限循环小数,从该余数第一次出现之后所求得的各位数就是小数的循环节。 程序具体实现时,采用了数组和其它一些技巧来保存除法运算所得到的余数和商的各位数。 -arrays precise calculation of the M/N (0lt; Mlt; Nlt; = 100) value. If M/N is unlimited circulator, calculated and exporting its first cycle of festivals, while output cycle requirements of section starting and ending location (number of decimal places)* Analysis and design of computer algorithms size limitations, conventional precision floating-point operations have restrictions, in order to have a high-precision the results, we must design their own method. In order to achieve high precision calculations can be stored in a business-dimensional arrays, each array element placed a decimal number, the first one in a storage element, the second in the second storage element ..., followed by analogy. This array can use it does not mean that a highly accurate results. For computing divisi
Platform: | Size: 1024 | Author: 姚紫欣 | Hits:

[Windows Develop玫瑰曲线

Description: 至少4种玫瑰线 的作图,图形可参见数学手册(可以用定点运算;建议采用浮点运算)。其中的a、n、φ参数可修改-at least four species of roses line drawing, graphics can be found in mathematics Manual (Operators can use sentinel; Proposed floating-point operations). The a, n, can modify parameters
Platform: | Size: 5120 | Author: 蔡辉 | Hits:

[Embeded-SCM Develop浮点

Description: DSP 浮点运算很好的例程................(DSP very good sample for DSp 28335 of fpu)
Platform: | Size: 260096 | Author: 梨花殇 | Hits:

[VHDL-FPGA-Verilogeetop.cn_利用FPGA实现浮点运算的verilog代码

Description: 计算机里整数和小数形式就是按普通格式进行存储,例如1024、3.1415926等等,这个没什么特点,但是这样的数精度不高,表达也不够全面,为了能够有一种数的通用表示法,就发明了浮点数。 浮点数的表示形式有点像科学计数法(*.*****×10^***),它的表示形式是0.*****×10^***,在计算机中的形式为 .***** e ±***),其中前面的星号代表定点小数,也就是整数部分为0的纯小数,后面的指数部分是定点整数。利用这样的形式就能表示出任意一个整数和小数,例如1024就能表示成0.1024×10^4,也就是 .1024e+004,3.1415926就能表示成0.31415926×10^1,也就是 .31415926e+001,这就是浮点数。浮点数进行的运算就是浮点运算。 浮点运算比常规运算更复杂,因此计算机进行浮点运算速度要比进行常规运算慢得多。(Floating point representation is a bit like scientific notation (*.***** * 10^***), its representation is 0.***** * 10^*** in the computer in the form of.***** e +, * * *) in front of the asterisk represents fixed-point decimal, which is part of the 0 pure decimal integer index, part of the back is a fixed integer. In this way, any integer and decimal can be expressed. For example, 1024 can be expressed as 0.1024 * 10^4, that is,.1024e+004, 3.1415926 can be expressed as 0.31415926 * 10^1, that is.31415926e+001, that is the floating point number. The operation of floating-point numbers is floating point operation.)
Platform: | Size: 130048 | Author: 哒啦啦啦 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net