代码搜索结果

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

realj.cnt

:Base RealJ.hlp>FJInfo :Title FreeJava 1 Getting Started 2 Welcome to RealJ=MAIN_TOPIC>FJInfo 2 What is RealJ?=WHAT_REALJ>FJInfo 2 Installation=INSTALL>FJInfo 2 Upgrading from previous versions=

main.c

#include //包含头文件 #include"KEY.H" #include"beeper.h" void SYS_Init(); //系统初始化函数 sbit LED_KEY1=P1^0; //定义相应按键的LED sbit LED_KEY2=P1^1; sbit LED_KEY3=P1^2; sbit

vowels.c

/* vowels.c -- uses multiple labels */ #include int main(void) { char ch; int a_ct, e_ct, i_ct, o_ct, u_ct; a_ct = e_ct = i_ct = o_ct = u_ct = 0; printf("Enter som

isrs.h

/* ** Copyright (C) 2006 Tamir Michael ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by ** the

vowels.c

/* vowels.c -- uses multiple labels */ #include int main(void) { char ch; int a_ct, e_ct, i_ct, o_ct, u_ct; a_ct = e_ct = i_ct = o_ct = u_ct = 0; printf("Enter som

xing_rtos.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1,

xing_rtos_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (Source Group 1) File 1,1, 0x0 File 1,1,

login.c

while(1) { account_input: while(1) { ch=GetString(account_input_box,0,0,id,14); switch(ch) { case KEY_DOWN: case '\n': goto passwork_input; break; }

smi.c

/* * Copyright (c) 2004, 2005 Mellanox Technologies Ltd. All rights reserved. * Copyright (c) 2004, 2005 Infinicon Corporation. All rights reserved. * Copyright (c) 2004, 2005 Intel Corporation.