代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/108103/6186014
js case.js
//****************************/
//* FastScript v1.0 */
//* 'Case' operator demo */
//****************************/
var i, j;
i = 0;
switch (i)
{
case 1: j = 1;
www.eeworm.com/read/108102/6186714
java testcommand.java
package com.javapatterns.command.lightandfan;
public class TestCommand
{
public static void main(String[] args)
{
Light testLight = new Light();
LightOnCommand testLOC
www.eeworm.com/read/106490/6192502
java switcher.java
//==============================================================
// Switcher.java - Demonstrates switch statements
//
// Java学习源代码检索系统 Ver 1.0 20031015 免费正式版
// 版权所有: 中国IT认证实验室(www.ChinaITLab.com)
www.eeworm.com/read/103192/6220895
c match.c
#include "..\h\tools.h"
#include
flagType fMatch (pat, text)
char *pat, *text;
{
switch (*pat) {
case '\0':
return (flagType) (*text == '\0');
case '?':
retur
www.eeworm.com/read/102763/6230904
java switchinstruction.java
/* $Id: SwitchInstruction.java,v 1.5 2003/02/09 15:22:28 eric Exp $
*
* ProGuard -- obfuscation and shrinking package for Java class files.
*
* Copyright (c) 2002-2003 Eric Lafortune (eric@graphic
www.eeworm.com/read/102439/6231966
c usb_main.c
//-----------------------------------------------------------------------------
// USB_MAIN.c
//-----------------------------------------------------------------------------
// Copyright 2002 Cygna
www.eeworm.com/read/101082/6242280
ti special.ti
# # --------------------------------
# @(#)special.ti 4.1 (ULTRIX) 7/2/90
#
# special: SPECIALS
#
# Generic "terminals". These are used to label tty lines when you don't
# know what kind of terminal
www.eeworm.com/read/101082/6242336
c tgetflag.c
#ifdef lint
static char *sccsid = "@(#)tgetflag.c 4.1 (ULTRIX) 7/2/90";
#endif lint
/*
* Simulation of termcap using terminfo.
*/
#include "curses.ext"
/* Make a 2 letter code into an integer we
www.eeworm.com/read/101082/6242345
form termcap.form
/*
* Simulation of termcap using terminfo.
*/
#include "curses.ext"
static char *sccsid = "@(#)termcap.form 1.1 1.8 3/6/83";
char *UP;
char *BC;
char PC;
short ospeed;
int
tgetent(bp, name)
char
www.eeworm.com/read/101015/6262339
c match.c
#include "..\h\tools.h"
#include
flagType fMatch (pat, text)
char *pat, *text;
{
switch (*pat) {
case '\0':
return (flagType) (*text == '\0');
case '?':
retur