代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/339239/12248299

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/250764/12385773

s whittle.s

############################################### # #Splus function and programs for the #calculation of Whittle's estimator and #the goodness of fit statistic as defi- #ned in Beran (1992). The models
www.eeworm.com/read/250397/12408745

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/250122/12430143

m exm0861_1.m

%exm0861_1.m clear, t=pi; cem='[t/2,t*2,sin(t)]'; y=eval(cem)
www.eeworm.com/read/336521/12439515

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/336217/12463291

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/234666/14101974

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/131795/14127571

dat codetc5.dat

break 语句 形式: break; ---- 功能: 用来从从循环体内跳出循环体,即提前结束循环,接首执行下面的语句.例如: ---- for(r=1;r100)break; printf("%f",tp);
www.eeworm.com/read/233292/14159200

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/233017/14172739

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