代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/160830/10494821

cpp main.cpp

#include"BBST.h" #include #include #include #include //文件 void main() { BBST t; char ch; // while((ShowMenu())&&(scanf("%c",&ch))){ // while(
www.eeworm.com/read/278758/10512035

cpp interpret.cpp

#include "Global.h" using namespace std; void PL0::Interpret() { int p,b,t,temp,h1,h2; INSTRUCTION i; t=-1,b=0,p=0; do { i=code[p++]; switch(i.f) { case Lit: t++;
www.eeworm.com/read/352747/10518633

cpp func3-2.cpp

// func3-2.cpp algo3-6.cpp和algo3-7.cpp要调用的函数 char Precede(SElemType t1,SElemType t2) { // 根据教科书表3.1,判断t1,t2两符号的优先关系('#'用'\n'代替) char f; switch(t2) { case '+': case '-':if(
www.eeworm.com/read/352747/10519586

c func3-2.c

/* func3-2.c algo3-6.c和algo3-7.c要调用的函数 */ char Precede(SElemType t1,SElemType t2) { /* 根据教科书表3.1,判断t1,t2两符号的优先关系('#'用'\n'代替) */ char f; switch(t2) { case '+': case '-':if(
www.eeworm.com/read/278507/10529674

c sctp_displayevents.c

#include "unp.h" void print_notification(char *notify_buf) { union sctp_notification *snp; struct sctp_assoc_change *sac; struct sctp_paddr_change *spc; struct sctp_remote_error *sre; struct sct
www.eeworm.com/read/352660/10530552

h algorithum.h

int CMyView::Algorithum() { int a[4];//用来表示四个数的标号; int b[3];//用来表示三个符号; double ra[4]; char istring[20]; int i=0; int tag=0; int count=0; int p=0; ////////////////
www.eeworm.com/read/352344/10560260

c 3-3.c

#include #include main() { char c; SCON = 0x50; TMOD |= 0x20; TH1 = 0xf3; TR1 = 1; TI = 1; while(c!=27)
www.eeworm.com/read/352321/10563890

cmd fft.cmd

-w -stack 400h -heap 100 -l rts.lib MEMORY { PAGE 0: VECT : o=80h,l=80h PRAM : o=100h,l=1f00h PAGE 1: DRAM : o=2000h,l=1000h } SECTIONS { .text : {}> PRAM
www.eeworm.com/read/278099/10569970

man getoptsl.man

+++Date last modified: 05-Jul-1997 FUNCTION: getopts_lite() ABSTRACT: Command line argument processor. A subset of getopts() (also in SNIPPETS), handles switches, options, lit
www.eeworm.com/read/423304/10571938

cpp algo3-3.cpp

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