代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/307746/13715569
js quicksearch_map.js
function getBigJobAreaIDs()
{
return new Array('1','2','3','4','5','6','7','8','9');
}
function getBigJobAreaNames()
{
return new Array('直辖市','华北地区','东北地区','华东地区','港澳台','其它','中南地区','西南地区','西
www.eeworm.com/read/307670/13717628
cpp algo3-3.cpp
// algo3-3.cpp 括号匹配的检验,(限于()、[])
typedef char SElemType;
#include"c1.h"
#include"c3-1.h"
#include"bo3-1.cpp"
void check()
{ // 对于输入的任意一个字符串,检验括号是否配对
SqStack s;
SElemType ch[80],
www.eeworm.com/read/307670/13717637
cpp algo3-7.cpp
// algo3-7.cpp 表达式求值(范围为int类型,输入负数要用(0-正数)表示)
typedef int SElemType; // 栈元素类型为整型,改进算法3.4
#include"c1.h"
#include"c3-1.h"
#include"bo3-1.cpp"
SElemType Precede(SElemType t1,SElemType t2) /
www.eeworm.com/read/307670/13717650
cpp algo3-6.cpp
// algo3-6.cpp 表达式求值(输入、输出和中间结果均只能是0~9)
typedef char SElemType;
#include"c1.h"
#include"c3-1.h"
#include"bo3-1.cpp"
SElemType Precede(SElemType t1,SElemType t2)
{ // 根据教科书表3.1,判断两符号的优先关
www.eeworm.com/read/307279/13724608
cmd exp-fir-ad.cmd
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 2b00h, length = 1500h
PAGE 1: DATA: origin = 0200h, length = 1d00h
}
SECTIONS
{
.text > PROG PAGE 0
.cinit > PROG
www.eeworm.com/read/305602/13764765
java testcommand.java
/**
* Title:
* Description:
* Copyright: Copyright (c) 2002
* Company: The9.com
* @author Jerry Shen
* @version 0.5
*/
public class TestCommand {
public Test
www.eeworm.com/read/305426/13770006
java testcommand.java
/**
* Title:
* Description:
* Copyright: Copyright (c) 2002
* Company: The9.com
* @author Jerry Shen
* @version 0.5
*/
public class TestCommand {
public Test
www.eeworm.com/read/305195/13777074
c psdemo.c
/*
** $Id: psdemo.c,v 1.7 2003/05/07 08:11:06 weiym Exp $
**
** psdemo.c: The PropertySheet demo program.
**
** Copyright (C) 2001 ~ 2002 Wei Yongming.
** Copyright (C) 2003 Feynman Software.
*/
/*
*