代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/200131/15440075
m exm06021_1.m
t=(0:pi/50:2*pi)';k=0.4:0.1:1;Y=cos(t)*k;plot(t,Y)
www.eeworm.com/read/200131/15440137
m exm05011_2.m
a1=sym([1/3,0.2+sqrt(2),pi]) %产生 符号数组
a2=sym('[1/3,0.2+sqrt(2),pi]') %产生 符号数组
a3=sym('[1/3 0.2+sqrt(2) pi]') %产生 符号数组
a1_a2=a1-a2 %为比较a1,a2
www.eeworm.com/read/200131/15440380
m circle.m
clf;r=2;t=0:pi/100:2*pi;x=r*exp(i*t);
plot(x,'r*');axis('square')
www.eeworm.com/read/113029/15472077
cpp fig03_24.cpp
// Fig. 3.24: fig03_24.cpp
// Using the unary scope resolution operator.
#include
using std::cout;
using std::endl;
#include
using std::setprecision;
// define glob
www.eeworm.com/read/108859/15573715
m dfirwin.m
function hwn = dfirwin(ty,n,fc,samp,fp,fs,wind,p1)
% Impulse response for window-based design
% This will be used to find and plot the spectrum (see fir_plot.m)
% HN = firwhb(TY,N,FC,WIND,P1)
www.eeworm.com/read/107176/15612127
m s1fig3.m
%Figure 1.3
x=-5:0.01:5;
y=exp(-x.*x/2)/sqrt(2*pi);
plot(x,y,'k-')
www.eeworm.com/read/103618/15727602
m exm0861_1.m
%exm0861_1.m
clear,
t=pi;
cem='[t/2,t*2,sin(t)]';
y=eval(cem)
www.eeworm.com/read/189641/8464224
m compute_weight.m
function w= compute_weight(particle, z, idf, R)
[zp,Hv,Hf,Sf]= compute_jacobians(particle, idf, R);
v= z-zp;
v(2,:)= pi_to_pi(v(2,:));
w= 1;
for i=1:size(z,2)
S= Sf(:,:,i);
den=
www.eeworm.com/read/136865/5842247
c ahangles.c
/***************************************************************************/
/* */
/* ahangles.h
www.eeworm.com/read/136822/5849978
c ahangles.c
/***************************************************************************/
/* */
/* ahangles.h