搜索:FLOAT
找到约 79 项符合「FLOAT」的查询结果
结果 79
按分类筛选
https://www.eeworm.com/dl/534/224263.html
其他
#include<stdio.h> struct powernode { float pi float qi int i float vi
#include<stdio.h>
struct powernode
{
float pi
float qi
int i
float vi
}
struct powernode wg[20]
struct powernode wl[20]
struct linedata
https://www.eeworm.com/dl/652/110579.html
文章/文档
int trace (int i, int j, int low, IMAGE im,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) f
int trace (int i, int j, int low, IMAGE im,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) float dGauss (float x, float sigma) float meanGauss (float x, float sigma) void hysteresis (int high, int low, IMAGE im, IMAGE mag, IMAGE oriim) void canny (float s, IMAGE im, IMAGE ...
https://www.eeworm.com/dl/534/451235.html
其他
编函数 float fun(double h)
编函数 float fun(double h),函数的功能是:对变量h中的值保留两位小数,并对第三位进行四舍五入(规定h中的值为正数)。
例如:若h 值为8.32433,则函数返回8.32 若h值为8.32533,则函数返回8.33。
https://www.eeworm.com/dl/978246.html
技术资料
float存储格式及FPU
浮点数用科学计数法的形式存储, 即分成符号位, 底数位和指数位
如 10.0 的二进制表示为 1010.0, 科学表示法表示为: 1.01exp110, 即 (1+0*1/2+1*1/4)*2^3. 小数点每左移一位指数要加1, 每右移一位指数要减1.
https://www.eeworm.com/dl/652/113708.html
文章/文档
上海交大float point adder 设计ppt
上海交大float point adder 设计ppt
https://www.eeworm.com/dl/641/132272.html
数学计算
原题:编写一个子程序NewTon(float x0
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。
https://www.eeworm.com/dl/663/405564.html
VHDL/FPGA/Verilog
IEEE754格式float浮点运算VERILOG源码集合
IEEE754格式float浮点运算VERILOG源码集合,具有很大的参考价值
https://www.eeworm.com/dl/644/487238.html
汇编语言
Lots useful AVR asm math routines (trigonometry, float point, intenger , vectors and etc)
Lots useful AVR asm math routines (trigonometry, float point, intenger , vectors and etc)