代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/431312/8689247

m exa060701_3.m

%----------------------------------------------------------------------------- % exa060701_3.m , for example 6.7.1 and 6.5.1 % to test butter.m %---------------------------------------------------
www.eeworm.com/read/431312/8689256

m exa060701_2.m

%----------------------------------------------------------------------------- % exa060701_2.m , for example 6.7.1 and 6.5.1 % to test buttord,lp2lp,bilinear ; % to design Low-pass DF with s=2/Ts[(
www.eeworm.com/read/431312/8689293

m exa100800_corrcoef.m

%------------------------------------------------------------------------ % exa100800_corrcoef.m, % to test corrcoef.m ; %------------------------------------------------------------------------
www.eeworm.com/read/431312/8689321

c mdefir1.c

#include #include #include #include "msp.h" void mdefir1(int l,int iband,float fl,float fh,float fs,int iwindow, float b[],float w[],int *ierror) { /*-------------
www.eeworm.com/read/387339/8692276

cpp column.cpp

// Column.cpp: implementation of the CColumn class. // ////////////////////////////////////////////////////////////////////// #include "Column.h" #define PI 3.1415926 ////////////////////////
www.eeworm.com/read/287334/8693660

c gaussian.c

#include #define pi 3.1415 double gaussian(double x) { double resu; resu=-0.5*x*x; resu=exp(resu); resu=resu/sq
www.eeworm.com/read/387310/8694505

c 13kfft0.c

#include "stdio.h" #include "13kfft.c" #include "math.h" main() { int i,j; double pr[64],pi[64],fr[64],fi[64]; for (i=0; i
www.eeworm.com/read/431224/8697824

m fm_clock.m

function fm_clock(varargin) % FM_CLOCK create a clock % %Author: Federico Milano %Date: 11-Nov-2002 %Update: 10-Feb-2003 %Version: 1.0.2 % %E-mail: Federico.Milano@uclm.es %Web-site:
www.eeworm.com/read/431224/8698846

m dbtcsc.m

function DB = dbtcsc(p) global DAE DB = zeros(p.n,1); if p.ty1 y = p.y(p.ty1); x = DAE.x(p.x1(p.ty1)); DB(p.ty1) = -p.u(p.ty1).*(y./(1-y.*x)).^2; end if p.ty2 xC = p.con(p.ty2,15); xL =
www.eeworm.com/read/431224/8698907

m balpha.m

function out = balpha(p,af,idx,type) xC = p.con(p.ty2(idx),15); xL = p.con(p.ty2(idx),14); switch type case 1 kx1 = sqrt(xC./xL); kx2 = kx1.*kx1; kx3 = kx2.*kx1; kx4 = kx3.*kx1; ckf = cos