代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/289731/8532682
c ch04.04.c
// #include
// #include
#include
#include
#include
/*****
pi: 4 *pi: 4
st1: 12 st2: 12 ps: 4 *ps: 12
short : 2
short* : 4
www.eeworm.com/read/389171/8545352
m gamicheval.m
function [sol,val] = gaMichEval(sol,options)
val = 21.5 + sol(1) * sin(4*pi*sol(1)) + sol(2)*sin(20*pi*sol(2));
%G=zeros(0);
%val = sqrt(sol(1)) * sin(2*sol(1)) + sqrt(sol(1))*cos(5*sol(1))+5;
www.eeworm.com/read/289488/8548202
m phispan.m
function T=phispan(x,phitype,dilation,uo,a,bord1,bord2,Family,par);
% USAGE T=phispan(x,phitype,dilation,uo,a,bord1,bord2)
%
% This function returns a matrix Tij that contains elements
% \phi_j(x_i
www.eeworm.com/read/289487/8548454
m phispan.m
function T=phispan(x,phitype,dilation,uo,a,bord1,bord2,Family,par);
% USAGE T=phispan(x,phitype,dilation,uo,a,bord1,bord2)
%
% This function returns a matrix Tij that contains elements
% \phi_
www.eeworm.com/read/389084/8549062
makefile
all : pthread pi prodcom monitor
pthread : pthread.c
gcc -o pthread pthread.c -lpthread
pi : pi.c
gcc -o pi pi.c -lpthread
prodcom : prodcom.c
gcc -o prodcom prodcom.c -lpthread
monitor : monit
www.eeworm.com/read/433047/8550147
m crule.m
function [bp,wf]=crule(m)
%usage: [bp,wf]=crule(m)
% This function computes Gauss-Chebyshev base points and weight factors
% using the algorithm given by somebody in 'SomeBook',
% page 365, Academ
www.eeworm.com/read/188318/8550915
m ass01_1_11_5.m
% assignment 1.11.5
clear all;close all;
N = 50;
n = -N:N-1;
% (1)
fs2 = 50;% sample rate
ts2 = 1/fs2;
f = 10;
x = sin(2*pi*f*n*ts2)./(2*pi*f*n*ts2);
figure(1);
plot(x);title('(5)');
www.eeworm.com/read/188318/8550938
m exa060603.m
%----------------------------------------------------------------------------
% exa060603.m, for example 6.6.3;
% To design IIR Butteworth bandstop DF by analog-lowpass,
% -------------------------
www.eeworm.com/read/188318/8550977
m exa011004_sinc.m
%-----------------------------------------------------------------
% exa011004_sinc.m, for example 1.10.4
% to generate the sinc function.
% 产生一 sinc 函数;
%-----------------------
www.eeworm.com/read/188318/8550991
m exa050501.m
%------------------------------------------------------------------------
% exa050501.m, for example 5.5.1 and fig5.5.1
% to explain the spectra factorization
%------------------------------------