代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/153678/12012982
cpp menu2.cpp
//: C03:Menu2.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A menu using a switch stateme
www.eeworm.com/read/342492/12016320
c ho8_3.c
#include
int main()
{
int userInput;
printf("This program contains a switch statement\n");
printf("Please enter a number between 0-10 ");
printf("inclusive :");
scanf("%d",
www.eeworm.com/read/342410/12022997
js number.js
function checkcar()
{
var omit=form10.country.value;
var city=form10.city.value;
switch (omit)
{
case "京":
form10.answer.value="北京";
break;
case "津":
form10.
www.eeworm.com/read/256054/12031905
cpp proj2_26.cpp
#include
void main( )
{
int a = 18;
switch(a) {
case 18: cout
www.eeworm.com/read/153044/12064159
m getboundary.m
function theResult = getboundary(self, theCommand, theMessage)
% seagrid/getboundary -- Boundary construction.
% getboundary(self, theCommand, theMessage) processes theCommand
% and theMessage on
www.eeworm.com/read/341776/12065935
c f32x_usb_main.c
//-----------------------------------------------------------------------------
// F32x_USB_Main.c
//-----------------------------------------------------------------------------
// Copyright 2005
www.eeworm.com/read/341776/12065937
#3 f32x_usb_main.#3
//-----------------------------------------------------------------------------
// F32x_USB_Main.c
//-----------------------------------------------------------------------------
// Copyright 2005
www.eeworm.com/read/341776/12065941
lst f32x_usb_main.lst
C51 COMPILER V7.50 F32X_USB_MAIN 07/05/2008 17:13:18 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE F32X_USB_MAIN
OBJECT MODULE PLA
www.eeworm.com/read/341776/12065954
#2 f32x_usb_main.#2
//-----------------------------------------------------------------------------
// F32x_USB_Main.c
//-----------------------------------------------------------------------------
// Copyright 2005
www.eeworm.com/read/341776/12065981
#1 f32x_usb_main.#1
//-----------------------------------------------------------------------------
// F32x_USB_Main.c
//-----------------------------------------------------------------------------
// Copyright 2005