代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/290616/8471351

m guihua.m

Qa=[0 -90 0 0 0 0]; %Qa是机器人原点位姿时,六个关节的角度 Qb=[-18.4954,-37.6183,-59.7864,19.86,110.9672,7.3648]; %Qb是机器人目标位置,各关节的角度 t=[0:0.015:1]; Q=jtraj(Qa,Qb,t); q1=Q(:,1); q2=Q(:,2); q3=Q(:,3); q4=Q(:,4)
www.eeworm.com/read/290606/8472917

m arrow2.m

function arrow2(point,theta,scale) % ARROW2(point,theta,scale) draw an arrow pointing in the % direction theta % Scale is an optional argument that will scale the size of the arrows % It is assu
www.eeworm.com/read/290606/8473045

m arrow2.m

function arrow2(point,theta,scale) % ARROW2(point,theta,scale) draw an arrow pointing in the % direction theta % Scale is an optional argument that will scale the size of the arrows % It is assu
www.eeworm.com/read/290606/8473208

m arrow2.m

function arrow2(point,theta,scale) % ARROW2(point,theta,scale) draw an arrow pointing in the % direction theta % Scale is an optional argument that will scale the size of the arrows % It is assu
www.eeworm.com/read/390243/8474139

m zhinengtianxian.m

r=input('input one number r:'); f0=1.9*10^9; c=3*10^8; l=c/f0; k=2*pi/l; d=0.5*l; sprintf('%f',d); t=-pi:pi/200:pi; t1=k*d*cos(t); f=0.0; %j=sqrt(-1); w=[exp(j*r);exp(j*2*r);exp(j*3*r);exp(
www.eeworm.com/read/290548/8477085

c futex.c

/* * Fast Userspace Mutexes (which I call "Futexes!"). * (C) Rusty Russell, IBM 2002 * * Generalized futexes, futex requeueing, misc fixes by Ingo Molnar * (C) Copyright 2003 Red Hat Inc, All
www.eeworm.com/read/390194/8478126

txt 07-30.txt

例7-30 Fourier变换的实现。 解:在命令窗口中输入如下命令,并按Enter键确认。 >> syms t v w x >> fourier(1/t) ans = i*pi*(Heaviside(-w)-Heaviside(w)) >> fourier(exp(-x^2),x,t) ans = pi^(1/2)*exp(-1/4*t^2) >> fourier(exp(-
www.eeworm.com/read/390164/8481459

c 59.c

#define PI 3.1415926 #include #include void main(void) { double a,b,h,s0,s,x,t1,ept; int i,j,n=1; scanf("%lf",&ept); // scanf("%f",&ept); a=PI/4; b=PI/2; h=(b-a)/n; t1=0.5*(s
www.eeworm.com/read/189239/8482894

m hrollfcoef.m

% Program 3-3 % hrollfcoef.m % % Generate coefficients of Nyquist filter % % programmed by H.Harada % function [xh] = hrollfcoef(irfn,ipoint,sr,alfs,ncc) %****************** variables ****
www.eeworm.com/read/189239/8483008

m hrollfcoef.m

% Program 3-3 % hrollfcoef.m % % Generate coefficients of Nyquist filter % % programmed by H.Harada % function [xh] = hrollfcoef(irfn,ipoint,sr,alfs,ncc) %****************** variables ****