代码搜索:Raspberry Pi

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

代码结果 10,000
www.eeworm.com/read/371917/9531065

m chap10_5plant.m

%S-function for continuous state equation function [sys,x0,str,ts]=s_function(t,x,u,flag) switch flag, %Initialization case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 1, sys=mdlDer
www.eeworm.com/read/371917/9531066

m chap10_6s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 1, sys=mdlDerivatives(t,x,u); case 3, sys=mdlOutputs(t,x,u); case
www.eeworm.com/read/371917/9531077

m chap10_1s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 3, sys=mdlOutputs(t,x,u); case {2,4,9} sys=[]; otherwise erro
www.eeworm.com/read/371917/9531080

m chap10_5s.m

function [sys,x0,str,ts] = spacemodel(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts]=mdlInitializeSizes; case 3, sys=mdlOutputs(t,x,u); case {2,4,9} sys=[]; otherwise erro
www.eeworm.com/read/371917/9531126

m chap3_10plot.m

clear all; close all; L1=-pi/6; L2=pi/6; L=L2-L1; T=L*1/1000; x=L1:T:L2; figure(1); for i=1:1:3 gs=-[(x+pi/6-(i-1)*pi/6)/(pi/12)].^2; u=exp(gs); hold on; plot(x,u); end xlab
www.eeworm.com/read/371757/9537325

m shili05.m

function shili05 h0=figure('toolbar','none',... 'position',[200 150 450 250],... 'name','实例05'); t=0:pi/10:2*pi; [x,y]=meshgrid(t); subplot(2,2,1) plot(sin(t),cos(t)) axis equal sub
www.eeworm.com/read/371757/9537387

m shili06.m

function shili06 h0=figure('toolbar','none',... 'position',[200 150 450 400],... 'name','实例06'); t=0:pi/10:2*pi; h=plot(t,sin(t)); xlabel('t=0到2\pi','fontsize',16); ylabel('sin(t)','fon
www.eeworm.com/read/371700/9541217

m getnyquistsqrt.m

function [ y ] = GetNyquist(alpha,Periode,t) if (t==0) y = 4*alpha/(pi*sqrt(Periode))*(1+(1-alpha)/(4*alpha)*pi); elseif or(t==Periode/(4*alpha),t==-Periode/(4*alpha)) y = alpha/sqrt(Periode)
www.eeworm.com/read/175456/9547246

c mdefir1.c

#include #include #include #include "msp.h" void mdefir1(int l,int iband,float fl,float fh,float fs,int iwindow, float b[],float w[],int *ierror) { /*-------------
www.eeworm.com/read/371386/9554457

m main.m

clear % 清空内存 clc opengl neverselect % 系统显示设置 nm=1e-9; um=1e-6; % 单位设定 L=500*nm; % 入射波长 global I J c dx dy dt % I,J为网格数,c是真空光速,dx、dy,dt分别是空间和时间步长 e0=(1e-9)/(36*pi); % 真空的介电常数