代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/233105/14169435
c 矩阵转换.c
void trans(int *p,int n)
{
int i,j,temp;
int *pi,*pj;
for(i=0;i
www.eeworm.com/read/130866/14171718
cpp hmmutils.cpp
//hmmutils.cpp
//date:2001.10.11
// Purpose: utilities for reading, writing HMM stuff.
#include
#include
#include
#include "nrutils.h"
#include "hmm.h"
st
www.eeworm.com/read/232704/14184689
m axis542.m
function axis542
x = 0:.025:pi/2;
plot(x,tan(x),'-ro')
axis([0 pi/2 0 5])
www.eeworm.com/read/232704/14184704
m comet531.m
function comet531
figure(1)
t = 0:.01:2*pi;
x = cos(2*t).*(cos(t).^2);
y = sin(2*t).*(sin(t).^2);
comet(x,y);
www.eeworm.com/read/232704/14184710
m errorbar531.m
function errorbar531
figure(1)
x=[0:0.2:4*pi];
y=sin(x);
e=[0:1/(length(x)-1):1];
errorbar(x,y,e)
www.eeworm.com/read/232704/14184786
m plotyy533.m
function plotyy533
x=0:0.01*pi:2*pi;
y=sin(x);
z=exp(x);
plotyy(x,y,x,z,'plot','semilogy')
www.eeworm.com/read/130467/14191785
c certstr.c
/****************************************************************************
* *
* Certificate String Routines *
* Copyright Peter Gutmann 1996-2003 *
*
www.eeworm.com/read/232468/14194984
m dsp2.m
% 姓名:齐家红 学号:200520203020
clc
clear
%可以在此改变参数p的值
%p=4;
%p=10;
p=20;
snr=10;w0=1.2*pi;p2=1;
c=p2/(10^(snr/10));
v=randn(1000,1)*c^0.5;
%2.1
for n=1:1:1000
x(n)=exp(j*pi*(n-1))+exp(j*w0-j*0.
www.eeworm.com/read/232055/14209598
m examp5_22.m
syms z; f=1/(z*sin(z));
c0=limit(f*z^2,z,0)
k=[-4 4 -3 3 -2 2 -1 1]; c=[];
for kk=k; c=[c,limit(f*(z-kk*pi),z,kk*pi)]; end; c
www.eeworm.com/read/232055/14209632
m examp8_13.m
x0=[0,0.4,1 2,pi]; y0=sin(x0); ezplot('sin(t)',[0,pi]); hold on
sp1=csapi(x0,y0); fnplt(sp1,'--'); % 三次分段多项式样条插值
sp2=spapi(5,x0,y0); fnplt(sp2,':') % 5 次 B 样条插值
x=0:.12:1; y=(x.^2-3*x+5).*exp(-