代码搜索:coefficient

找到约 3,200 项符合「coefficient」的源代码

代码结果 3,200
www.eeworm.com/read/383321/8954880

cpp polyvaluetwodim.cpp

//PolyValueTwoDim.cpp 二维实(复)多项式求值示例 #include //输入输出流头文件 #include //多项式及连分式头文件 using namespace std; //名字空间 //求多项式p(x,y)在多点处的函数值 void main(void) { cout
www.eeworm.com/read/383321/8954986

cpp rootnewtonhilldown.cpp

//RootNewtonHillDown.cpp //牛顿下山法求解代数方程全部根(实根和复根) #include //输入输出流头文件 #include "NonLinearEquation.h" //非线性方程(组)求解头文件 using namespace std; //名字空间 void main(void) { int i, i
www.eeworm.com/read/186068/8963088

cpp equation.cpp

#include #include #include using namespace std; double coefficient[10] = {0, 0, 0, 0, 0, 0, 1, -5, 16, -80}; /*main information*/ void info() { int infoj = 0
www.eeworm.com/read/427201/8966352

m sweeplot.m

%SWEEPLOT Plots the input impedance (resistance/reactance) % and reflection coefficient as functions of frequency % % Uses current.mat as an input to load the impedance data % Run this scrip
www.eeworm.com/read/427201/8966455

m sweeplot.m

%SWEEPLOT Plots the input impedance (resistance/reactance) % and reflection coefficient as functions of frequency % % Uses current.mat as an input to load the impedance data % Run this scrip
www.eeworm.com/read/426783/8999709

m exa050904_latcfilt.m

% ------------------------------------------------------------------------------ % exa050904_latcfilt.m , for example 5.9.4 %to test latcfilt.m and to realize filtering with LATTICE coefficient. %
www.eeworm.com/read/283509/9015016

m plots.m

replot figure(2) clf hold on; v=[0 WORLD_SIZE 0 WORLD_SIZE]; axis(v); %plot(beacons(:,1),beacons(:,2),'go') [obs_p, state_p]=p_obs(obs,xtrue); plot(xtrue(1,:),xtrue(2,:),'b',obs_p(1,:),obs_p
www.eeworm.com/read/283509/9015066

m plotsold.m

replot figure(2) clf hold on; v=[0 WORLD_SIZE 0 WORLD_SIZE]; axis(v); %plot(beacons(:,1),beacons(:,2),'go') [obs_p, state_p]=p_obs(obs,xtrue); plot(xtrue(1,:),xtrue(2,:),'b',obs_p(1,:),obs_p
www.eeworm.com/read/283489/9017543

m exa050904_latcfilt.m

% ------------------------------------------------------------------------------ % exa050904_latcfilt.m , for example 5.9.4 %to test latcfilt.m and to realize filtering with LATTICE coefficient. %
www.eeworm.com/read/381951/9061434

cpp polyvaluetwodim.cpp

//PolyValueTwoDim.cpp 二维实(复)多项式求值示例 #include //输入输出流头文件 #include //多项式及连分式头文件 using namespace std; //名字空间 //求多项式p(x,y)在多点处的函数值 void main(void) { cout