代码搜索结果

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

6-5.txt

/* 范例:6-5 */ #include #include int main() { int Mychar; printf("请输入a-e字符,若要结束,请按任意键(a-e除外)\n"); for(;((Mychar = getche())!= false);) { switch (Mychar) /*

to_chi.cpp

//to_chi.cpp #include //cin,cout #include //getch() void main() { int i; for (i=0;i

cfig386.txt

Using CFIG386 ------------- Copyright 1996 by Phar Lap Software, Inc. CFIG386 allows TNT DOS-Extender switches to be conf

20-1.txt

/* 范例:20-1 */ // 0.0 File scope 开始 #include #include void fun_a(int a,int b); /* 1 函数原型scope(参数行属于此),其中 a,b的可见度仅限于原型声明( )内 */ void main(void) {

6-5.txt

/* 范例:6-5 */ #include #include int main() { int Mychar; printf("请输入a-e字符,若要结束,请按任意键(a-e除外)\n"); for(;((Mychar = getche())!= false);) { switch (Mychar) /*

coordinator.c

/* Microchip ZigBee Stack Demo Coordinator This demonstration shows how a ZigBee coordinator can be set up. This demo allows the PICDEM Z Demostration Board to act as either a

dingzhibaobiao.c

#include"common.h" void dingzhibaobiao(MEM *head) { char m[100]={0};int i=0,c,count=0; MEM *p; p=head->next; while(1) { printf("请输入你所需要的人员查询信息\n"); printf("1-编号 2-姓名 3-位置 4-年龄 5-

hex5509.cmd

hextst.out -map hextst.mxp -o hextst.hex -m2 -v5510:1 -boot -emif32 ROMS { PAGE 0 : ROM : o=0x400000, l=0x100000 } /* SECTIONS { .vectors boot .stack boot

changgenumbertoword.cpp

#include #include void main() {double a; long b,c,c2; couta; while(a>99999) {couta; } b=lo

tbox.cpp

#include #include #include #include #include struct TBOX {int a,b,x,y,c;}; typedef struct TBOX T; void trote(T*X) {switch(X->a) {case 1:break;