代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/402981/11525591

lst f32x_usb_main.lst

C51 COMPILER V7.50 F32X_USB_MAIN 08/23/2006 15:13:08 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE F32X_USB_MAIN OBJECT MODULE PLA
www.eeworm.com/read/402981/11525597

#2 f32x_usb_main.#2

//----------------------------------------------------------------------------- // F32x_USB_Main.c //----------------------------------------------------------------------------- // Copyright 2005
www.eeworm.com/read/402981/11525611

#1 f32x_usb_main.#1

//----------------------------------------------------------------------------- // F32x_USB_Main.c //----------------------------------------------------------------------------- // Copyright 2005
www.eeworm.com/read/402732/11528685

txt 8051_tlc1549_.c.txt

//8051单片机TLC1549数据采集程序源代码 #include #include #include "iic.h" #define uchar unsigned char #define uint unsigned int uint Timer_Pro_Flag=0;//0为显示处理,1为时序采集处理 sbi
www.eeworm.com/read/402633/11531188

txt 八个按键控制八个led.txt

#include #define uchar unsigned char #define uint unsigned int sbit K1=P2^4; sbit K2=P2^5; sbit LED0=P0^0; sbit LED1=P0^1; sbit LED2=P0^2; sbit LED3=P0^3; sbit LED4=P0^4; s
www.eeworm.com/read/402623/11531231

bs2 ex24 - 74hc165.bs2

' {$STAMP BS2} ' ============================================================================== ' ' File...... Ex24 - 74HC165.BS2 ' Purpose... Input expansion with 74HC165 ' Author.... Parallax
www.eeworm.com/read/402444/11534765

opt motor.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/402444/11534781

bak motor_opt.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/402444/11534818

m51 motor.m51

BL51 BANKED LINKER/LOCATER V5.12 08/08/2007 10:17:15 PAGE 1 BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY: C:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/401642/11552621

c algo3-3.c

/* algo3-3.c 括号匹配的检验,(限于()、[]) */ typedef char SElemType; #include"c1.h" #include"c3-1.h" #include"bo3-1.c" void check() { /* 对于输入的任意一个字符串,检验括号是否配对 */ SqStack s; SElemType ch[80