代码搜索结果
找到约 10,000 项符合
Switch 的代码
asm_segment_c.cpp
//---------------------------------------------------------------------------
//-------- ASM_Segment_C.cpp ------------------------------------------------
//----------------------------------------
usb.cmd
-l rts.lib
-mtest13.map
-otest13.out
MEMORY
{
PAGE 0: PROG: origin = 2080h, length = 5000h
PAGE 1: DATA: origin = 0080h, length = 2000h
}
SECTIONS
{
.text > PROG PA
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter
vowels.c
#include
void main()
{
char letter;
int vowel_count = 0;
for (letter = 'A'; letter
9-6.c
/*9-6.c*/
#include
#include
#include
#include
void main(int argc,char *argv[])
{
FILE *fp;
int rate;
char sound_high[3];
float sound_long;
register int i=
trival_c.cpp
//---------------------------------------------------------------------------
//-------- TriVal_C.cpp -----------------------------------------------------
//----------------------------------------
asm_segment_c.cpp
//---------------------------------------------------------------------------
//-------- ASM_Segment_C.cpp ------------------------------------------------
//----------------------------------------
localename.c
/* Determine the current selected locale.
Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
under the
exswitch2.java
//c3:ExSwitch2.java
// author:ZhangHongbin
//This program is protected by copyright laws.
//Test switch sentence.
public class ExSwitch2
{
public static void main(String[] args)
{
b