搜索结果

找到约 131 项符合 float 的查询结果

DSP编程 FLOAT PINT

FLOAT PINT
https://www.eeworm.com/dl/516/123984.html
下载: 148
查看: 1064

其他 #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/534/224263.html
下载: 134
查看: 1053

源码 hex转float程序

欢迎指正错误,如果有不正确,可及时联系。。。。。。。
https://www.eeworm.com/dl/522796.html
下载: 13
查看: 579

文章/文档 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 mag, IMAGE ori)
https://www.eeworm.com/dl/652/110579.html
下载: 137
查看: 1090

其他 http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html float aver(float a[5]) { int i float a

http://www.bc-cn.net/Article/kfyy/cyy/jc/200409/5_4.html float aver(float a[5]) { int i float av,s=a[0] for(i=1 i<5 i++) s=s+a[i] av=s/5 return av } void main() { float sco[5],av int i
https://www.eeworm.com/dl/534/234871.html
下载: 152
查看: 1182

技术资料 float存储格式及FPU

浮点数用科学计数法的形式存储, 即分成符号位, 底数位和指数位 如 10.0 的二进制表示为 1010.0, 科学表示法表示为: 1.01exp110, 即 (1+0*1/2+1*1/4)*2^3. 小数点每左移一位指数要加1, 每右移一位指数要减1.
https://www.eeworm.com/dl/978246.html
下载: 8
查看: 1190

其他 编函数 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/534/451235.html
下载: 88
查看: 1046

文章/文档 上海交大float point adder 设计ppt

上海交大float point adder 设计ppt
https://www.eeworm.com/dl/652/113708.html
下载: 122
查看: 1083

matlab例程 MATLAB source code: This function implements the *(int*)(&float_var).

MATLAB source code: This function implements the *(int*)(&float_var).
https://www.eeworm.com/dl/665/192069.html
下载: 104
查看: 1102

其他 System.out.println("The content of the variable is "+((Float)fvar).getClass().getName())

System.out.println("The content of the variable is "+((Float)fvar).getClass().getName())
https://www.eeworm.com/dl/534/422370.html
下载: 89
查看: 1073