代码搜索:Stepp

找到约 48 项符合「Stepp」的源代码

代码结果 48
www.eeworm.com/read/241323/13156487

m stepp.m

%> The file calculates the transmission coefficient for a %> potential step using the Numerov algorithm. %> The scattering potential is constant V = V0 > 0 in x < 0, %> constant V = 0 in
www.eeworm.com/read/412265/11208351

txt stepp.txt

#include #fuses HS,NOWDT,NOPROTECT #use delay(clock=20000000) #use rs232(baud=9600, xmit=PIN_C6, rcv=PIN_C7) // Jumpers: 8 to 11, 7 to 12 #include #byte port_b = 6 #define FOUR
www.eeworm.com/read/147247/12571809

m step.m

function stepp=Step(xx0,yy0,zz0,xx1,yy1,zz1,xx2,yy2,zz2,xx3,yy3,zz3,stepp) % if stepp
www.eeworm.com/read/448411/7533777

m genlaplacian.m

function DeltaTheta=genLaplacian(S) stepp=0.05; MMax=80; CDF=[]; axisCDF=[]; % Create Laplace CDF for ii= -MMax : stepp :-stepp axisCDF=[axisCDF; ii]; CDF=[CDF; 0.5*exp(-sqrt(2)*
www.eeworm.com/read/443410/7633403

m ei_1.m

%ei_1(a): manually integrating int(e^(-t)/t, a,inf); function eival=ei_1(a) if a =1 eival = 0.22;
www.eeworm.com/read/113909/15444379

h readline.h

/* readline.h by bill kendrick, ported to NT by Patrick Stepp kendrick@zippy.sonoma.edu, stepp@adelphia.net http://zippy.sonoma.edu/kendrick/ reads a line using fgets */ #in
www.eeworm.com/read/147247/12571706

txt help.txt

计算的原则是将节点坐标不断的接近平衡点。 程序有可能出现死循环。 可以调整几个控制的参数, <mark>stepp</mark>是初始迭代的步长。单位m 在第107行,为控制迭代终止的精度,当出现死循环时候,可以调整一下。 需要的数据文件为,1. “输入数据文件含有_date的文本文件” 2. “输入对应于date文件杆件松弛长度s0” 程序每40步做一个存盘,生成两个文件一个是*** ...
www.eeworm.com/read/147247/12571712

m main.m

function main %以坐标的增量,有限元程序 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%% PART 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%