代码搜索结果

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

gms01.out

Pf; V200; M D25"switch in GAL16v8 98.8.20 FOR control Sd; 3p16v8s Gms01; 1 2P0 49 a; 1 3P0 49 b; 1 4P0 49 c; 1 cP0 48 o1; 1 dP0 48 o2; 1 eP0 48 o3; 1 fP0 48 o4; 1 10P0 48 o5; 1 11P0 48 o

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) /*

6-5.txt

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

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) {

lcmd.c

#include #include #include #include #include #include #include #include // socket

f340_usb0_mouse.c

//----------------------------------------------------------------------------- // F340_USB0_Mouse.c //----------------------------------------------------------------------------- // Copyright 200

f320_usb0_mouse.c

//----------------------------------------------------------------------------- // F320_USB0_Mouse.c //----------------------------------------------------------------------------- // Copyright 200

evaluate.java

public class Evaluate{ int max_x,max_y,max; public void evaluate(int shape[][][]){ int i=0,j=0; for(i=0;i

localename.c

/* Determine the current selected locale. Copyright (C) 1995-1999, 2000-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the