代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/319404/13452717

m ex2110.m

%例21-10:计算三重定积分。 F = @(x,y,z)y*sin(x)+z*cos(x); Q = triplequad(F,0,pi,0,1,-1,1); Q
www.eeworm.com/read/319404/13452719

m ex2107.m

%例21-7:采用牛顿-柯特斯法求函数的定积分。 I=quadl('func_int',0,3*pi)
www.eeworm.com/read/319335/13453708

m exm07062_1.m

%exm07062_1.m clc x=pi/4;Ve=eval('1+sin(x)') Vf=feval('1+sin(x)',x)
www.eeworm.com/read/319335/13453736

m exm060251_1.m

t=2*pi*(0:20)/20;y=cos(t).*exp(-0.4*t); stem(t,y,'g');hold on;stairs(t,y,'r');hold off
www.eeworm.com/read/319335/13454003

m exm110633_1.m

function exm110633_1 shg;R0=1; a=12*R0;b=9*R0;T0=2*pi; T=5*T0;dt=pi/100;t=[0:dt:T]'; f=sqrt(a^2-b^2); th=12.5*pi/180; E=exp(-t/20); x=E.*(a*cos(t)-f);
www.eeworm.com/read/319074/13463396

m exa060702_2.m

%-------------------------------------------------------------------------- % exa060702_2 , for example 6.6.2 and 6.7.2; % to test buttord.m and butter.m; % to design a Butterworth Bandpass digital
www.eeworm.com/read/319074/13463400

m exa020502.m

%------------------------------------------------------------------------- % exa020502.m, for example 2.5.2 and fig 2.5.6, %------------------------------------------------------------------------
www.eeworm.com/read/319074/13463426

m exa030202.m

%---------------------------------------------------------------------------- % exa030202, for example 3.2.2 and fig 3.2.4 % to explain how to unwrap the phase %------------------------------------
www.eeworm.com/read/318926/13466628

c 1cpdv.c

#include "math.h" void cpdv(pr,pi,m,qr,qi,n,sr,si,k,rr,ri,l) int m,n,k,l; double pr[],pi[],qr[],qi[],sr[],si[],rr[],ri[]; { int i,j,mm,ll; double a,b,c,d,u,v; void cmul(doubl
www.eeworm.com/read/318578/13475606

m musicdoa.m

%方向图 clc clear M=15; x=0.3;%波长 d=0.5*x; thta0=21*pi/180; thta1=0*pi/180; thta2=-40*pi/180; thta3=3*pi/180; % J1=zeros(M,M); % for i=1:M % J1(i,M-i+1)=1; % end t=0:1e-10:4e-8;