代码搜索结果

找到约 10,000 项符合 X 的代码

x.m

function y=x(t) Wn=10;D=0.05;n=Wn*D;Wd=Wn*sqrt(1-D^2);X0=0.001; A=sqrt(X0^2+(D*Wn*X0/Wd)^2);alp=atan(Wd*X0/(D*Wn*X0)); y=A*exp(-n*t)*sin(Wd*t+alp);

gf.x

xof 0303txt 0032 template FVFData { DWORD dwFVF; DWORD nDWords; array DWORD data[nDWords]; } template EffectInstance {