代码搜索结果

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

icpld.fit.rpt

Fitter report for icpld Tue Mar 04 16:28:55 2008 Quartus II Version 6.1 Build 201 11/27/2006 SJ Full Version --------------------- ; Table of Contents ; --------------------- 1. Legal Noti

wed.wsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

bdshelp.ini

;------- Register -r switch [Reg_Namespace] ;|| scibit.mycomponents|mycomponents.HxC|MyComponents [Reg_Title] ;||||

定时器的使用.txt

我定义如下, SetTimer(1,200,NULL) SetTimer(2,1000,NULL) SetTimer(3,2000,NULL) 怎么在OnTimer()里响应各个函数! switch(nIDEvent) { case 1: //响应Timer1 break; case 2: //响应Timer2

scm_menu2.m

%SCM_MENU2 Auxiliary: Demonstration of the SCM Method (Inverse Kinematics) %July ~ December 2005, by Reinaldo M. do Nascimento clc Step='Step 1'; while 1 selec3 = menu('Inverse Kinematic

timer.c

#include // SFR declarations #define SYSCLK 22118400 // SYSCLK frequency in Hz #define SAMP_RATE 2000 sfr16 RCAP3 = 0xCA;

dsp.cmd

-stack 160 -o ex.out -m ex.map /*Main.obj Define.obj */ -l rts2xx.lib MEMORY { /* PAGE 0: VECS: origin = 0x8000, length 0x040 PAGE 0: PROG: origin = 0x8860, length 0x6000

dsp.cmd

-stack 160 -o ex.out -m ex.map /*Main.obj Define.obj */ -l rts2xx.lib MEMORY { /* PAGE 0: VECS: origin = 0x8000, length 0x040 PAGE 0: PROG: origin = 0x8860, length 0x6000

memcopy.s

;/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** ; File Name : memcopy.s ; Author : MCD Application Team ; Version : V2.0 ; Date

chap7_15m.m

function [u]=pid_aw1f1(u1,u2,u3,u4) e=u2; un=u3; us=u4; M=2; switch M case 1 %PID u=e; case 2 %Anti-windup PID umin=0; umax=10; ua=(umin+umax)/2; if