代码搜索结果

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

51_00_os.plg

礦ision2 Build Log Project: D:\Documents and Settings\oldwhite\桌面\OS\51_00_OS\51_00_OS.uv2 Project File Date: 02/25/2006 Output: Build target '

dsp.cmd

-o led.out MEMORY { PAGE 0: VECS: origin = 0x0000, length 0x0040 PAGE 0: PROG: origin = 0x0044, length 0x7FBB PAGE 1: B0 : origin = 0x200, length 0x100 PAGE 1: B

nodig.c

IEH3nodg (ch) char ch; { if (IEH3digt(ch)) return (0); switch (ch) { case 'E': case 'e': case '.': case '+': case '-': return (0); } return (1); }

_dll_test_vb.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 6315 ClientLeft = 60 ClientTop = 450 ClientWidth = 11580 LinkTopic

amix.h

/* Definitions of target machine for GNU compiler. Commodore Amiga A3000UX version. Copyright (C) 1991, 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free softwar

ms_interleaver_initialization.m

% ms_interleaver_initialization; switch xrc case 3 switch xframelength case 6120 xrepetitioncount=1; xpuncturevector=[1];

gamecanvas.java

/* * GameCanvas.java * * Copyright 2001 SkyArts. All Rights Reserved. */ import javax.microedition.lcdui.*; import java.util.*; /** * PocketBoxing的游戏内容描绘与操作所用的类 * * @author Hideki

libfbx-console.c

/* * libfbx-console.c -- Console Manipulation Functions * (C)opyright 2000-2001 U4X Labs * * Written by: Paul Mundt * * $Id: libfbx-console.c,v 1.9 2001/02/04 20:29:56 letha

ex2_3.m

price=input('请输入商品价格:'); switch fix(price/100) case {0,1} rate=0; case {2,3,4} rate=3/100; case num2cell(5:9) rate=5/100; case nu

debug9_4.java

package questions.c9; interface Switch { public void on(); public void off(); } public class Debug9_4 { public static void main( String[] args ) { Switch s = new Switch() {