代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/302091/13842424

m ex3_4.m

x=input('请输入x的值:'); if x
www.eeworm.com/read/302091/13842452

m ex3_21.m

a=0;b=3*pi; n=1000; h=(b-a)/n; x=a; s=0; f0=exp(-0.5*x)*sin(x+pi/6); for i=1:n x=x+h; f1=exp(-0.5*x)*sin(x+pi/6); s=s+(f0+f1)*h/2; f0=f1; end s
www.eeworm.com/read/301646/13853221

m lag.m

function s=lagrange(t,n) for i=1:n h=2*pi/n; x(i)=i*h; end s=0; for i=1:n l=1; for j=1:n if j~=i l=l*(t-x(j))/(x(i)-x(j)); end end s=s+
www.eeworm.com/read/301275/13862104

m guance1.m

wd=45.6679; wie=7.2921158e-5; R=6378.393*1000; g=9.78049; t=0.05; wiev=wie*sin(wd*pi/180.0); wien=wie*cos(wd*pi/180.0); wiet=[0,wien,wiev]'; wb=[0,wien,wiev]'; ab=[0.01,0.01,g]'; X=[0.
www.eeworm.com/read/301275/13862105

m guance.m

wd=45.6679; wie=7.2921158e-5; R=6378.393*1000; g=9.78049; t=0.05; wiev=wie*sin(wd*pi/180.0); wien=wie*cos(wd*pi/180.0); wiet=[0,wien,wiev]'; wb=[0,wien,wiev]'; ab=[0.01,0.01,g]'; X=[0.
www.eeworm.com/read/152843/5661940

c pt.c

/* pt.c (c) 1998 Grant R. Guenther Under the terms of the GNU General Public License. This is the high-level driver for parallel port
www.eeworm.com/read/148359/5716158

c jpc_t2enc.c

/* * Copyright (c) 1999-2000 Image Power, Inc. and the University of * British Columbia. * Copyright (c) 2001-2003 Michael David Adams. * All rights reserved. */ /* __START_OF_JASPER_LICENSE__
www.eeworm.com/read/140271/5793141

java app7_8.java

// app7_8, 圆形类CCircle class CCircle // 定义类CCircle { double pi; // 将数据成员赋值初值
www.eeworm.com/read/140271/5793145

java app7_9.java

// app7_9, 圆形类CCircle class CCircle // 定义类CCircle { double pi; // 将数据成员赋值初值
www.eeworm.com/read/138743/5814018

m wt04fig06.m

% CAPTION fprintf('\n'); disp('Figure 4.6') disp('Left: graph of the Mexican hat wavelet, equal to minus the second') disp('derivative of a Gaussian.') disp('Right: graph of the Fourier transform