代码搜索:精度可调

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

代码结果 3,652
www.eeworm.com/read/483227/6601422

asv main.asv

%标准遗传算法 %优化函数为f=-(x-1)^2+4,其中,0
www.eeworm.com/read/477380/6742472

c main.c

/*Main.c*/ /*AD采样基本程序,并带有排队滤波函数 采样结果的精度与稳定性与基准源和信号源有关 请在项目开发的时候选择稳定的电压基准源*/ #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void AD_Sample(); void Que();
www.eeworm.com/read/477380/6742572

c main.c

/*Main.c*/ /*AD采样基本程序,并带有排队滤波函数 采样结果的精度与稳定性与基准源和信号源有关 请在项目开发的时候选择稳定的电压基准源*/ #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void SPI_Init(); void DA_OUT(un
www.eeworm.com/read/476730/6748867

m muldnewton.m

function [r,m]=mulDNewton(F,x0,eps) %非线性方程组:F %初始解:x0 %解的精度:eps %求得的一组解:r %迭代步数:n if nargin==2 eps=1.0e-4; end x0 = transpose(x0); dF = Jacobian(F); m=1; tol=1; while tol>eps
www.eeworm.com/read/476732/6748878

m mulstablepoint.m

function [r,n]=mulStablePoint(F,x0,eps) %非线性方程组:f %初始解:a %解的精度:eps %求得的一组解:r %迭代步数:n if nargin==2 eps=1.0e-6; end x0 = transpose(x0); n=1; tol=1; while tol>eps r= subs(F,finds
www.eeworm.com/read/263879/11338277

m quad8.m

function [Q,cnt] = quad8(funfcn,a,b,tol,trace,varargin) %数值积分 %z=quad8('Fun',A,B,Tol,trace,p1,p2,L) % 其中:"Fun"-表示被积函数的M函数名. % A,B-上﹑下限. % Tol-精度,缺省值为1e-3. % trace-非零时显示计算过
www.eeworm.com/read/405565/11460413

m muldnewton.m

function [r,m]=mulDNewton(F,x0,eps) %非线性方程组:F %初始解:x0 %解的精度:eps %求得的一组解:r %迭代步数:n if nargin==2 eps=1.0e-4; end x0 = transpose(x0); dF = Jacobian(F); m=1; tol=1; while tol>eps
www.eeworm.com/read/405565/11460422

m mulstablepoint.m

function [r,n]=mulStablePoint(F,x0,eps) %非线性方程组:f %初始解:a %解的精度:eps %求得的一组解:r %迭代步数:n if nargin==2 eps=1.0e-6; end x0 = transpose(x0); n=1; tol=1; while tol>eps r= subs(F,finds
www.eeworm.com/read/402285/11539357

c main.c

/*Main.c*/ /*AD采样基本程序,并带有排队滤波函数 采样结果的精度与稳定性与基准源和信号源有关 请在项目开发的时候选择稳定的电压基准源*/ #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void AD_Sample(); void Que();
www.eeworm.com/read/402285/11539449

c main.c

/*Main.c*/ /*AD采样基本程序,并带有排队滤波函数 采样结果的精度与稳定性与基准源和信号源有关 请在项目开发的时候选择稳定的电压基准源*/ #include "global.c" void SystemInit(); void Timer1Init(); void KickDog(); void SPI_Init(); void DA_OUT(un