代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/241836/13113981

m alfa.m

% Azimut berechnen, x,y sind Diferenzen zwischen 2 Punkten. function a=alfa(x,y) if(abs(x)=0.0) if(
www.eeworm.com/read/241807/13115243

m exp2_4_.m

close all clc clear %定义时间范围 t=[0:pi/20:9*pi]; hold on %允许在同一坐标系下绘制不同的图形 plot(t,sin(t),'r:*') plot(t,cos(t)) plot(t,-cos(t),'k') grid on %在所画出的图形坐标中添加栅格,注意用在plot之后 hold off %覆盖旧图
www.eeworm.com/read/241807/13115269

m exp2_4.m

close all clc clear %定义时间范围 t=[0:pi/20:9*pi]; figure(1) %选择图像 plot(t,sin(t),'r:*') grid on %在所画出的图形坐标中添加栅格,注意用在plot之后 grid off %删除栅格 figure(2) plot(t,cos(t)) grid on grid off
www.eeworm.com/read/241577/13134987

h mathphys.h

/* Copyright (C) Miguel Gomez, 2000. * All rights reserved worldwide. * * This software is provided "as is" without express or implied * warranties. You may freely copy and compile this source in
www.eeworm.com/read/241577/13135202

h mathphys.h

/* Copyright (C) Miguel Gomez, 2000. * All rights reserved worldwide. * * This software is provided "as is" without express or implied * warranties. You may freely copy and compile this source in
www.eeworm.com/read/326278/13150651

c test18.c

#pragma CODE_SECTION(vect,"vect") #include "math.h" unsigned int *pmem=0; #define PMST *(pmem+0x001D) #define SWCR *(pmem+0x002B) #define SWWSR *(pmem+0x0028) #define BSCR *(pmem+0x
www.eeworm.com/read/326278/13151413

c main.c

#include "distortion.h" #include "function.h" #include #include #include "vect.c" main() { for(;;) { int k; k=0; c54init(); f=
www.eeworm.com/read/326187/13158705

c ex17.c

#include /* special function register declarations */ /* for the intended 8051 derivative */ #include
www.eeworm.com/read/326119/13165048

m mmusic.m

clear clc dd=1; %天线阵元的间距 a=2; %信号中心波长 b=10; %信号幅度 SNR=-10; %噪声的方差 q11=90*(pi/180); q12=90*(pi/180); q21=70*(pi/180); q22=100*(pi/180); q31=100*(pi/180); q32=60*(pi/180); q41=70*(pi/180); q42=90*(pi/1
www.eeworm.com/read/325945/13173182

m source2.m

% SOURCE SIGNAL 2 %------------------------------------------------------------------------------- % s = source signal 2 %----------------------------------------------------------------------------