代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/283489/9017537
m exa060702_2.m
%--------------------------------------------------------------------------
% exa060702_2 , for example 6.6.2 and 6.7.2;
% to test buttord.m and butter.m;
% to design a Butterworth Bandpass digital
www.eeworm.com/read/283489/9017541
m exa020502.m
%-------------------------------------------------------------------------
% exa020502.m, for example 2.5.2 and fig 2.5.6,
%------------------------------------------------------------------------
www.eeworm.com/read/283489/9017570
m exa030202.m
%----------------------------------------------------------------------------
% exa030202, for example 3.2.2 and fig 3.2.4
% to explain how to unwrap the phase
%------------------------------------
www.eeworm.com/read/382391/9032290
c fir.c
#include
#include
#define N 21
#define pi 3.1415926
int i,k,a,b;
double w[N],hd[N],h[N],db[201],wf,re,im,d,wc;
void W1(double w[])
{
int i;
for(i=0;i
www.eeworm.com/read/283244/9033999
cpp gould.cpp
/*
x(i,j)--水库入流(年,月径流量)
A(i)--蓄水状态变量
S(i,j)--月初蓄水量
S1(i)--年末蓄水量
Q(i,j)--年转移概率矩阵
IND(j)--年末出现小于等于某一状态的总次数
PI(i)--水库稳定蓄水概率分布
FY(i)--条件供水破坏概率(相对破坏年数)
FM(i)
www.eeworm.com/read/382339/9035026
m q45.m
%《MATLAB在电子信息课程中的应用》第四章第五节演示程序q45
% 字符串函数库
% 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月
clear, echo on
s='abyzABYZ0189',pause
size(s),pause
abs(s),pause
setstr(abs(s)),pause
dec2hex(abs(s)),pause
s1
www.eeworm.com/read/185445/9037634
m dot_x.m
%filename dot_x.m
function xdot=dot_x(t,x)
a=-exp(-t)+cos(2*pi.*t).*exp(-2.*t);
b=cos(2*pi.*t);
xdot=[x(2);-a.*x(2).^2-b.*x(1)+exp(t).*cos(2*pi*t)];
www.eeworm.com/read/185445/9037977
m exchange_3.m
function [d_f, pi_1]=exchange_3(pi0,d)
[m,n]=size(d);
clear m;
u=rand;
%u=u+1;
u=u*(n-2);
u=u+1;
www.eeworm.com/read/185152/9054938
m helix.m
function [fvec,J] = helix(n,m,x,opt)
% *******************************************
% *******************************************
% function [ fvec, J]= helix(n,m,x,opt)
%
% Helical valley funct