代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/477110/6747643
m fanuc10l.m
% FANUC10L Load kinematic data for a Fanuc AM120iB/10L robot
%
% Fanuc10L
%
% Defines the object 'R' in the current workspace which describes the
% kinematic characterstics of a Fanuc AM120iB/10L
%
www.eeworm.com/read/477110/6747892
m motomanhp6.m
%MotomanHP6 Load kinematic data for a Motoman HP6 manipulator
%
% MotomanHP6
%
% Defines the object 'R' in the current workspace which describes the
% kinematic characterstics of a Motoman HP6 manip
www.eeworm.com/read/476785/6750512
c ex17.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/476885/6753801
m deg2rad.m
function uscita = deg2rad(ingresso)
uscita = 2*pi*ingresso/360;
www.eeworm.com/read/476907/6754400
m ip_07_07.m
% MATLAB script for Illustrative Problem 7.7.
clear
echo on
Tb=1;
f1=1000/Tb;
f2=f1+1/Tb;
phi=pi/4;
N=5000; % number of samples
t=0:Tb/(N-1):Tb;
u1=cos(2*pi*f1*t);
u2=cos(2*pi*f2*t);
www.eeworm.com/read/476530/6755579
m chap3_11f.m
function [y]=func(x1,x2,x3)
for l1=1:1:3
gs1=-[(x1+pi/6-(l1-1)*pi/6)/(pi/12)]^2;
u1(l1)=exp(gs1);
end
for l2=1:1:3
gs2=-[(x2+pi/6-(l2-1)*pi/6)/(pi/12)]^2;
u2(l2)=exp(gs2);
end
www.eeworm.com/read/264777/11302073
m dft.m
function y=dft(x)
N=length(x);n=0:N-1;k=n;
WN=exp(-j*2*pi/N);
nk=n'*k; WNnk=WN.^nk;
Xk=x*WNnk;y=Xk;
www.eeworm.com/read/264354/11318904
txt 112.txt
function y1=shield_line( )
clear;
format long
e0=8.854187818e-12;
u0=pi*(4e-7);
a=0.5;
b=0.01;
W=0.1;
deltal=0.01;
N1=W/deltal;
N2=2*(a+b)/deltal;
N=N1+N2;
for m=1:N1
x(m)=-W/2+(m-0.5
www.eeworm.com/read/264211/11325809
m cellular3.m
% 画蜂房(六角形网格)
n=6;a=0:2*pi/n:2*pi;y0=sin(a);x0=cos(a);
p=5;q=5;x1=[];y1=[];x2=[];y2=[];
for i=0:p
for j=0:q
x=x0+i*1.5;y=y0+(j+mod(i,2)/2)*sqrt(3);
plot(x,y),hold on
end
www.eeworm.com/read/264205/11325834
m adjcel1.m
% This function is to find cellulars coordinates (Base Stations in the middle) for a given N (so as i/j)
function [CelLoc] = AdjCel(N)
[ii,jj] = CorN(N)
CelLoc = zeros(18,1)+j*zeros(18,1);
for