代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/448663/7527488

m errorbar.m

function errorbar t=0:pi/10:pi*3; y=sin(t); e=rand(size(t))/6; errorbar(t,y,e)
www.eeworm.com/read/448350/7534396

m rotqr2eu.m

function e=rotqr2eu(m,q) %ROTQR2EQ converts a real unit quaternion into the corresponding euler angles % Inputs: % % M(1,3) a string of 3 characters from the set {'x','y','z'} %
www.eeworm.com/read/444759/7607337

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/443621/7630137

asv ejer1.asv

t=0:0.001:0.25; y=(1-exp(2.2.*t)*cos(60*pi.*t);
www.eeworm.com/read/443020/7639351

m wide.m

function h=wide(w,M) a=(M-1)/2; n=[0:1:(M-1)]; m=n-a+eps; h=sin(w*m)./(pi*m);
www.eeworm.com/read/442234/7656613

m fun_12_10.m

function ydot=fun_12_10(t,x) u=1-(t.^2)/(pi^2); ydot=[0 1;-1,0]*x+[0 1]'*u;
www.eeworm.com/read/440750/7682155

m rotqr2eu.m

function e=rotqr2eu(m,q) %ROTQR2EQ converts a real unit quaternion into the corresponding euler angles % Inputs: % % M(1,3) a string of 3 characters from the set {'x','y','z'} %
www.eeworm.com/read/437134/7754523

m 2-35.m

x=0:pi/20:pi/2 y=sin(x); a=polyfit(x,y,5); y1=polyval(a,x); plot(x,y,'go',x,y1,'b--')
www.eeworm.com/read/436538/7768266

cpp useptrswap.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/436514/7768913

cpp useptrswap.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that