代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/307853/13713512
txt text.txt
FOR T FROM 0 TO 2*PI STEP PI/50 DRAW(cos(T),sin(T));
www.eeworm.com/read/307078/13731745
m untitled5.m
subplot(2,1,1)
ezplot('abs(4*sin(x))*(exp(-0.1*x))')
subplot(2,1,2)
ezplot('abs(4*sin(x))*(exp(-0.1*x))',[-4*pi 2*pi])
www.eeworm.com/read/306728/13739334
m ex5_1.m
x=0:pi/100:2*pi;
y=2*exp(-0.5*x).*cos(4*pi*x);
plot(x,y)
www.eeworm.com/read/305889/13757279
m example1_9.m
figure;
t=0:pi/20:2*pi;
plot(t,sin(t));
f=axes;
copyobj(h,f);
www.eeworm.com/read/304061/13802275
txt 例1.10.txt
例1.10 赋值语句。
>> a=3+5+6*4-9
a =
23
>> x=sin(pi/6),y=x^2;z=5*y % 同时执行多个赋值语句。
x =
0.5000
z =
1.2500
www.eeworm.com/read/303498/13814226
m e0206.m
b=[1+2*i,2+3*i;2-i,3-2*i]
real(b)
imag(b)
abs(b)
angle(b)
angle(b)*180/pi
conj(b)
www.eeworm.com/read/303438/13816039
m gaussn.m
function g = gaussn(f0,n)
% function gn = gaussn(f0,n) : generates the order n derivative of the
% gaussian window, centered at frequency f0
% The wavelet gn is real, but it is its analytic form
www.eeworm.com/read/302091/13842442
m ex5_1.m
x=0:pi/100:2*pi;
y=2*exp(-0.5*x).*cos(4*pi*x);
plot(x,y)
www.eeworm.com/read/148648/5712985
txt abstract.txt
The BLINKY project blinks the LEDs on the
Phytec KC161RI and KC161PI evaluation boards.
The BLINKY project allows you to test the
Phytec KitCON-161RI+PI and C161RI+PI Starter Kits.
It cont