代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/288910/8595693

cpp ch04.04.cpp

// #include // #include #include #include #include using namespace std; /***** pi: 4 *pi: 4 st1: 12 st2: 12 ps: 4 *ps: 12 short
www.eeworm.com/read/187844/8596390

m constel.m

function c=constel(x,fs,fb,fc); % % Usage:ph=phdet(x,fs,fc);BBI 2000 if nargin
www.eeworm.com/read/432524/8596747

m c5_4_1.m

clear all; clf; N=1224; f1=200; f2=700; f3=1100; dt=1/1024; sample=1/dt; randn('state',sum(100*clock)); dis=2*rand(1,
www.eeworm.com/read/432518/8597796

mac c2cxrad2.mac

****************************************************************************** * FILE: c25cxrad2.mac --> macro file for radix 2 fft's based on 320c5x * *
www.eeworm.com/read/388596/8598626

c iir.c

#include"math.h" #define IIRNUMBER 2 #define SIGNAL1F 1000 #define SIGNAL2F 4500 #define SAMPLEF 10000 #define PI 3.1415926 float InputWave(); float IIR(); float fBn[IIRNUMBER]={ 0.0,0.
www.eeworm.com/read/388588/8598815

c fir.c

#include "myapp.h" #include "csedu.h" #include "scancode.h" #include #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNAL2F 4500 #define SAMPLEF 10000 #define PI 3.1415926
www.eeworm.com/read/288853/8599146

mac c2cxrad2.mac

****************************************************************************** * FILE: c25cxrad2.mac --> macro file for radix 2 fft's based on 320c5x * *
www.eeworm.com/read/388572/8599461

bak fft.c.bak

#include "myapp.h" #include "ICETEK-VC5509-EDU.h" #include "scancode.h" #include #define FIRNUMBER 25 #define SIGNAL1F 1000 #define SIGNAL2F 4500 #define SAMPLEF 10000 #define PI 3
www.eeworm.com/read/432495/8601525

m chap9_7i.m

%Flight Simulator Servo System clear all; close all; J=2; b=0.5; kv=2; kp=15; kd=6; f1=(b+kd*kv); f2=J; F=1; A=1; t=[0:0.001:10]'; %Simulation time r=A*sin(2*pi*F*t); dr=2*pi
www.eeworm.com/read/432495/8601832

m chap10_5plant.m

%S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, %Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 1, sys=mdlDer