代码搜索结果

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

f320_usb0_mouse.c

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

to_chi.cpp

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

f34x_usb_main.c

//----------------------------------------------------------------------------- // F34x_USB_Main.c //----------------------------------------------------------------------------- // Copyright 2005

f340_usb0_mouse.c

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

f320_usb0_mouse.c

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

noise.c

/* * Program to generate data file for simulated random-walk frequency * noise. It does this by generating random Gaussian samples and * integrating once for frequency and twice for phase. The fil

rfd.c

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

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

al4_7.c

/*案例代码文件名:AL4_7.C。*/ /*功能:已知利润求薪水。*/ main() { long profit; int grade; float salary=500; printf("Input profit: "); scanf("%ld", &profit); grade= (profit – 1) / 1000; /* 将利润-1、再整

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