搜索资源列表
fabsf.rar
- 这是一个计算浮点数据绝对值的函数,在uClinux下编译运行,之所以编写这个函数,主要是因为uClinux下没有计算计算浮点数绝对值的函数。
sqrtf.rar
- 这个函数是一段采用二分法计算正的浮点数开方的代码,采用C语言编写,在uClinux下编译通过并能正常运行。
FixMath
- 这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径-This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to
fastmath
- NVIDIA 的数学运算库,包括快速开方,浮点转整数等-NVIDIA mathematical libraries, including rapid evolution, floating point to integer, etc.
StringFloat
- 在VB程序中,完成字符与单精度浮点数的转换,其中StringToDouble为字符串转换为单精度数,FloatToString为单精度数转换为4字节字符串。-in VB program, complete with characters in the single precision floating point conversion, which StringToDouble to string conversion of single-precision the number of sing
b2f
- 经典遗传算法工具箱中的二进制转浮点数程序,与大家分享-classical genetic algorithm toolbox binary float switch procedures, and share
classstr2
- 完善字符串类的运算符功能 1、 利用运算符重载完善字符串类的运算符功能。如: 串+整数;整数+串;浮点数+串;串-串;串/串 等; 2、 编制一个带菜单的小系统,演示该类的运算符操作。 -perfect string Operators such a function, using Operator perfect string category Operators function. Such as : String Integer; Integer string;
Floating-point-complex-radix-2-decimation-in-time-
- 浮点复数基2时分FFT完成适当的FFT,输出改写输入缓冲器。-floating-point complex FFT-based two hours to complete the FFT output rewritten input buffer.
遗传算法浮点数编码
- 遗传算法的浮点数编码源码,适合于初学者,注释详细。
hexbin
- 用vb编制的程序,实现浮点数和二进制、十进制之间的转换,非常实用的一个小程序,拿出来跟大家分享-Prepared with a vb program to achieve floating-point and binary, decimal conversion between a very useful little program out to share with you
fpu
- 浮点运算单元,一个老外写的,可以参考-Floating point unit, a foreigner Writing, and can refer to
bianmayuanli
- 算术编码方法是将被编码的一则消息或符号串(序列)表示成0和1之间的一个间隔(Interval),即对一串符号直接编码成[0,1]区间上的一个浮点小数。符号序列越长,编码表示它的间隔越小,表示这一间隔所需的位数就越多。信源中的符号序列仍然要根据某种模式生成概率的大小来减少间隔。可能出现的符号概率要比不太可能出现的符号减少范围小,因此,只正加较少的比特位。-Arithmetic coding method is to be a coded message or symbol strings (seq
jpeg_decode
- 本解码器类支持普通jpeg文件格式,这也是目前大多数jpeg文件所采用的格式,此格式主要特点是数据精度为8位,采用Huffman编码的普通DCT帧(不支持扩展串行和递进模式及数学编码)。本解码器类的IDCT算法采用三种模式,分别是浮点解码、定点整数解码和定点整数MMX优化解码,您可根据具体情况选择。-jpeg decoder using Huffman encoder、IDCT based on foating decoder、Fixed-point integer decoder and Fi
float
- 浮点数互换,字符格式与实际值之间相互转换。-Float swap
tricordic
- 用CORDIC计算器计算sin,cos。包含浮点仿真模型和定点仿真模型-CORDIC calculator with sin, cos. Contains the floating-point simulation model and the fixed-point simulation model
fdjs
- 在许多应用程序领域中,都需要控制小数点后的小数位,但是浮点数对此不能提供直接的支持。怎样对程序中的浮点数据进行"整齐"地格式化呢?在此我们有一个迂回的方法,先把它们转换为字符串,格式化后以文本形式显示出来。 -In many applications areas, both need to control the decimal places after the decimal point, but the floating-point numbers which can not provide
MCU_1151
- 实现浮点运算的简单代码,可以供需要的人参考-float point computing
SGAPublic
- 遗传算法的matalab实现,(二进制,浮点染色体,轮盘赌,锦标赛选择)-Matalab genetic algorithm implementation (binary, floating-point chromosome, roulette, tournament selection)
S7-200双精度浮点数转单精度浮点数
- S7-200双精度浮点数转单精度浮点数转换
floatmux
- 32位浮点乘法,希望大家能提出修改意见。(32-bit floating point multiplication)