代码搜索:Raspberry Pi
找到约 10,000 项符合「Raspberry Pi」的源代码
代码结果 10,000
www.eeworm.com/read/383744/8921869
m q2516.m
%在笛卡尔坐标平面绘极坐标形式曲线
t=0:0.01:2*pi;echo on
pause,y=sin(2*t).*cos(2*t);
plot(t,y)
pause,polar(t,y,'r'),
pause,figure(2)
polar(t,sin(t),'b')
www.eeworm.com/read/427573/8935434
c 1cpdv.c
#include "math.h"
void cpdv(pr,pi,m,qr,qi,n,sr,si,k,rr,ri,l)
int m,n,k,l;
double pr[],pi[],qr[],qi[],sr[],si[],rr[],ri[];
{ int i,j,mm,ll;
double a,b,c,d,u,v;
void cmul(doubl
www.eeworm.com/read/284304/8947557
txt 07-26.txt
>> syms x y
>> f = y/(1 + x^2 + y^2);
>> subplot(1,2,1),ezmeshc(f,[-5,5,-2*pi,2*pi],30),title('mesh');
>> subplot(1,2,2),ezsurfc(f,[-5,5,-2*pi,2*pi],30),title('surf');
www.eeworm.com/read/284304/8947660
txt 07-45.txt
>> F =pi^(1/2)*exp(-1/4*w^2);
>> ifourier(F)
>> G =2/(1+t^2);
>> ifourier(G)
>> simplify(G)
>> clear
>> syms x real
>> g = exp(-abs(x));
>> ifourier(g)
>> clear
>> syms w
www.eeworm.com/read/427336/8950910
m myunwrappro.m
function z=myunwrap(input,direction,pointx,pointy)
%This function is used to archieve the phase unwrapping
%the mode tested is z=myunwrap(input,pointx,pointy)
%input is the original truncate ph
www.eeworm.com/read/427211/8966074
m hmm_forward.m
function [Lalpha, Lp]=hmm_forword(a, b, pi, o)
%--------------------------------------------------------------------------
%Backword algorithm
%
% [Lalpha, Lp] = hmm_forword(a,b,pi,o)
%
%
www.eeworm.com/read/283939/8978342
m shiyan33.m
a=1.2;b=0.8;
m=0;z=0;
n=1000;
for i=1:n
x=rand(1,2);
y=0;
if x(1)^2+x(2)^2
www.eeworm.com/read/427047/8982316
c ex17.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/426783/8999692
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/426783/8999703
m exa020502.m
%-------------------------------------------------------------------------
% exa020502.m, for example 2.5.2 and fig 2.5.6,
%------------------------------------------------------------------------