代码搜索:Raspberry Pi

找到约 10,000 项符合「Raspberry Pi」的源代码

代码结果 10,000
www.eeworm.com/read/132510/14086397

m work22.m

function Y=work22(x) Y=cos(tan(pi*x));
www.eeworm.com/read/234903/14094257

h data.h

#define PI 3.1415926 /* 在头文件中定义宏PI */ #define S(r) PI*(r)*(r) /* 在头文件中定义宏S(r) */
www.eeworm.com/read/202788/15372882

m sinc.m

function y=sinc(x) % Y=SINC(X), determines the sinc function y=(sin(pi*x)+(x==0))./(pi*x+(x==0));
www.eeworm.com/read/201668/15398952

m fesin.m

function f=fesin(x) f=exp(-0.5*x).*sin(x+pi/6);
www.eeworm.com/read/201353/15409607

m fesin.m

function f=fesin(x) f=exp(-0.5*x).*sin(x+pi/6);
www.eeworm.com/read/200671/15427703

m alfa.m

function f=alfa(x,y) if x~=0 f=atan(y/x); if x0 & y
www.eeworm.com/read/200661/15427791

m degree2rad.m

function rad=degree2rad(m) rad=pi*m/180; end
www.eeworm.com/read/200131/15440165

m exm07061_2.m

clear,t=pi;eval('theta=t/2,y=sin(theta)');who
www.eeworm.com/read/200130/15440562

m myfun.m

function Y= myfun(x) Y=200*sin(1./tan(pi.*x));
www.eeworm.com/read/101557/15826600

m sinc.m

function y=sinc(x) % Y=SINC(X), determines the sinc function y=(sin(pi*x)+(x==0))./(pi*x+(x==0));