代码搜索:精度

找到约 2,443 项符合「精度」的源代码

代码结果 2,443
www.eeworm.com/read/486797/6529477

m intsimpson.m

function [I,step] = IntSimpson(f,a,b,type,eps) %type = 1 辛普森公式 %type = 2 辛普森3/8公式 %type = 3 复合辛普森公式 if(type==3 && nargin==4) eps=1.0e-4; %缺省精度为0.0001 end I=0; switch
www.eeworm.com/read/486096/6543449

m intsimpson.m

function [I,step] = IntSimpson(f,a,b,type,eps) %type = 1 辛普森公式 %type = 2 辛普森3/8公式 %type = 3 复合辛普森公式 if(type==3 && nargin==4) eps=1.0e-4; %缺省精度为0.0001 end I=0; switch
www.eeworm.com/read/265031/11285417

h bigint.h

// bigint.h: interface for the bigint class. //定义一个超高精度的类bigint,用以实现超过20位有效数字整型数值的运算,并具有 //兼容已有整型数据int的能力,能与int数据混合运算。 ////////////////////////////////////////////////////////////////////// #i
www.eeworm.com/read/405568/11460368

m intsimpson.m

function [I,step] = IntSimpson(f,a,b,type,eps) %type = 1 辛普森公式 %type = 2 辛普森3/8公式 %type = 3 复合辛普森公式 if(type==3 && nargin==4) eps=1.0e-4; %缺省精度为0.0001 end I=0; switch
www.eeworm.com/read/262094/11607044

cpp newton1.cpp

#include #include using namespace std; int main() { double X0,X; double eps; double FX,dFX; coutX0; couteps; X=X0;
www.eeworm.com/read/262091/11607109

cpp newton1.cpp

#include #include using namespace std; int main() { double X0,X; double eps; double FX,dFX; coutX0; couteps; X=X0;
www.eeworm.com/read/346977/11708664

m lcmv_ber.m

clear all; close all; clc %SNR=10; %diBi=1/(2*SNR)^0.5; format long;%%设置计算精度 array=25; Num_signal=10; b=zeros(array,1); B=zeros(array,Num_signal); doa=zeros(Num_signal,1); AA=zeros(1
www.eeworm.com/read/341404/12085045

cpp 1036.cpp

//dp 需要用高 精度 //应该可以化到只用一个数组 #include using namespace std; const int maxN = 50; const int maxS = 1000; int n , s; const int HPlen = 100; const int Base = 10000; class HP; typ
www.eeworm.com/read/119035/14842026

cpp 变步长抛物线求积分.cpp

#include #include #include double a,b,e; int n; double simpson(double e,int n); void main() { double t; cout
www.eeworm.com/read/114652/15044135

cpp gaojingdu.cpp

//高精度加减法 #include #include #define WEISHU 100 struct Number { int n[WEISHU];//假设最多有WEISHU位 int ws;//记录位数 int flag;//记录正负 }; //**********Add函数说明 //*****首先把两个