代码搜索:精度可调

找到约 3,652 项符合「精度可调」的源代码

代码结果 3,652
www.eeworm.com/read/38039/1092720

mnu accu.mnu

ACCURACY 精度 # remove the # sign and enter foreign help string in this line Relative 相对 Specify relative accuracy 指定相对精度 Absolute 绝对 Specify absolute accuracy 指定绝对精度
www.eeworm.com/read/468537/6992542

txt c#单精度浮点数从十进制转化为机器表示.txt

private void RealDtoB(double number) { double zhenshu, xiaoshu, jieguo; byte[] RealByte = new byte[4]; string strZ, strX = "", strJ;
www.eeworm.com/read/142301/12952525

cpp 单精度simpson.rute法求二维有限区间的积分.cpp

#include #include float func(float x1,float x2); /////////////////////////////////////////////////////////////// // 单精度Simpson.Rute求二维有限区域的积分