代码搜索结果

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

pi_diag2.mdl

Model { Name "pi_diag2" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataType

pi_diagcas2.mdl

Model { Name "pi_diagcas2" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataT

pi_lagcas2.mdl

Model { Name "pi_lagcas2" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTy

pi_lag2.mdl

Model { Name "pi_lag2" Version 3.00 SimParamPage "Solver" SampleTimeColors off InvariantConstants off WideVectorLines off ShowLineWidths off ShowPortDataTypes

fuzzy_pi_vec.asm

.include "lf2407_regs.h" ;引用头部文件 ;建立中断向量表 .sect ".vectors" ;定义主向量段 Reset_VEC B _cy_begin ;PM 0 Reset Vector 1 INT1 B GISR1 ;PM 2 Int level 1 4 INT2 B PHANT

explx2_pi.m

% PI control of unstable plant clear all % G(s) = 2/(s-1) (0.02s+1)^2 % s=tf('s'); % den2 = conv([0.02 1],[0.02 1]); % deng=conv([1 -1],den2); % numg=4; % G=nd2sys(numg,deng); %Plant G=4/((s-1)*(0

colas_pi_dist.m

function [ret,x0,str,ts,xts]=colas_PI_dist(t,x,u,flag); %COLAS_PI_DIST is the M-file description of the SIMULINK system named COLAS_PI_DIST. % The block-diagram can be displayed by typing: COLAS_PI_DI

sjtdf_pi1.m

function piguji=sjtdf_pi1(mm) %mm 是随机实验次数 frq=0; xrandnum = unifrnd(0,1,1,mm); yrandnum = unifrnd(0,1,1,mm); for ii=1:mm if xrandnum(1,ii)^2+yrandnum(1,ii)^2

sjtdf_pi2.m

function piguji=sjtdf_pi2(mm) %mm 是随机实验次数 frq=0; xrandnum = unifrnd(0,1,1,mm); yrandnum = unifrnd(0,1,1,mm); for ii=1:mm if (sqrt(1-xrandnum(1,ii)^2)>=yrandnum(1,ii)) frq=frq+1;

btldr_pi.c127

/* * File: btldr_pi.c * * An implementation of a bootloader command processor which exposes the * btldr_pi.h interface. Please see btldr_pi.h for more info. * * SEE ALSO: * btldr_pi.h * * C