代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/136828/5845270
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/136812/5858591
c tgetflag.c
/*
* Simulation of termcap using terminfo.
*/
#include "curses.ext"
/* @(#)tgetflag.c 1.1 92/07/30 SMI (1.8 3/6/83) */
/* Make a 2 letter code into an integer we can switch on easily */
#define t
www.eeworm.com/read/136812/5858775
c two.twostr.c
/* @(#)two.twostr.c 1.1 92/07/30 SMI */
/* Make a 2 letter code into an integer we can switch on easily */
#define two( s1, s2 ) (s1 + 256 * s2 )
#define twostr( str ) two( *str, str[ 1 ] )
www.eeworm.com/read/136812/5859271
c linemod.c
#ifndef lint
static char sccsid[] = "@(#)linemod.c 1.1 92/07/30 SMI"; /* from UCB 4.1 6/27/83 */
#endif
linemod(s)
char *s;
{
char c;
putch(033);
switch(s[0]){
case 'l':
c = 'd';
break;
cas
www.eeworm.com/read/136812/5860324
cshwhatis
.TH CSH 1 csh \- alias: shell macros.
.TH CSH 1 csh \- break: exit while/foreach loop.
.TH CSH 1 csh \- breaksw: exit from switch.
.TH CSH 1 csh \- case: selector in switch.
.TH CSH 1 csh \- cd: chang
www.eeworm.com/read/136812/5860334
cshcmd
csh(1) alias: shell macros.
csh(1) bg: place job in background.
csh(1) break: exit while/foreach loop.
csh(1) breaksw: exit from switch.
csh(1) case: selector in switch.
csh(1) cd: change directory.
c
www.eeworm.com/read/135941/5876921
txt controlnames.txt
This document describes standard names of mixer controls.
Syntax: SOURCE [DIRECTION] FUNCTION
DIRECTION:
(both directions)
Playback
Capture
Bypass Playback
Bypass Capture
FUNCTI
www.eeworm.com/read/135620/5883607
cpp page112.cpp
#include
#include
#include
int isp(char ch){
switch (ch){
case '#': return 0;
case '(': return 1;
case '^': return 7;
case '*':
case '/'
www.eeworm.com/read/135620/5883723
cpp page112.cpp
#include
#include
#include
int isp(char ch){
switch (ch){
case '#': return 0;
case '(': return 1;
case '^': return 7;
case '*':
case '/'
www.eeworm.com/read/135582/5884981
cpp kintegerline.cpp
/**********************************************************************
**
** $Id: kintegerline.cpp,v 1.1 2003/09/08 19:42:09 jasonk Exp $
**
** Implementation of
**
** Copyright (C) 1997 Michael Wie