代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/470699/6906059

m ex5_17.m

[x,y]=meshgrid(0:0.25:4*pi); z=sin(x+sin(y))-x/10; mesh(x,y,z); axis([0 4*pi 0 4*pi -2.5 1]);
www.eeworm.com/read/470699/6906075

m ex5_15.m

subplot(2,2,1); ezplot('x^2+y^2-9');axis equal subplot(2,2,2); ezplot('x^3+y^3-5*x*y+1/5') subplot(2,2,3); ezplot('cos(tan(pi*x))',[ 0,1]) subplot(2,2,4); ezplot('8*cos(t)','4*sqrt(2)*sin(t)',[
www.eeworm.com/read/470699/6906082

m ex5_19.m

t=0:pi/20:2*pi; [x,y,z]= cylinder(2+sin(t),30); subplot(2,2,1); surf(x,y,z); subplot(2,2,2); [x,y,z]=sphere; surf(x,y,z); subplot(2,1,2); [x,y,z]=peaks(30); surf(x,y,z);
www.eeworm.com/read/469779/6927131

m chap3_11f.m

function [y]=func(x1,x2,x3) for l1=1:1:3 gs1=-[(x1+pi/6-(l1-1)*pi/6)/(pi/12)]^2; u1(l1)=exp(gs1); end for l2=1:1:3 gs2=-[(x2+pi/6-(l2-1)*pi/6)/(pi/12)]^2; u2(l2)=exp(gs2); end
www.eeworm.com/read/453591/6946861

m dft.m

function fc = dft(N,f) h = 2*pi/N; x=[0:h:2*pi*(1-1/N)]; fx = eval(f); wn = exp(-i*h); for k=0:N-1, s = 0; for j=0:N-1 s = s + fx(j+1)*wn^((k-N/2)*j); end fc (k+1) = s/N; end
www.eeworm.com/read/314041/6955490

m cc64.m

% Matlab code to produce the 0 phase version of % length 8 complementary code set % Set up data bits matrix db=zeros(64,6); db(2,6)=1; for i=1:2 db(i+2,6)=db(i,6); db(i+2,5)=1; end fo
www.eeworm.com/read/469627/6972264

m hr_type3.m

function [Hr,w,b,L]=Hr_Type3(h); M=length(h); L=(M-1)/2; b=[2*h(L+1:-1:1)]; n=[0:L]; w=[0:500]'*2*pi/500; Hr=sin(w*n)*b';
www.eeworm.com/read/469655/6972967

m helix.m

function [fvec,J] = helix(n,m,x,opt) % ******************************************* % ******************************************* % function [ fvec, J]= helix(n,m,x,opt) % % Helical valley function [
www.eeworm.com/read/469219/6979463

m bandkz.m

% this program is designed for solving the two dimensional photonic structure % we are using the parameters from one of the paper clear warning off epsa=1; epsb=13; %epsb=1.46^2; %%%Silica glass air s
www.eeworm.com/read/469220/6979464

m findmode.m

% this program is designed for solving the two dimensional photonic structure % we are using the parameters from one of the paper clear warning off epsa=1; epsb=13; %epsb=1.46^2; %%%Silica glass