代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/218320/14926519
c miniguipsdemo.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.
*/
/*
*
www.eeworm.com/read/218320/14926554
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.
*/
/*
*
www.eeworm.com/read/117351/14929196
c multitst.c
/*---------------------------------------------------------------------
*
* Program: MULTITST.EXE Optional WinSock features test program
*
* filename: multitst.c
*
* copyright by Bob Q
www.eeworm.com/read/218120/14933724
cpp daima.cpp
#include "daima.h"
void CDaima::Gen(enum fct x,int y,int z)
{
if (cx
www.eeworm.com/read/116739/14956388
systype
#!/bin/csh -f
#
# Sript name: systype
# Example: 9.91
#
# Program to determine the type of system you are on.
#
echo "Your system type is: "
set release = (`uname -r`)
switch (`uname -s`)
case Sun
www.eeworm.com/read/116725/14956876
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.
*/
/*
*
www.eeworm.com/read/217469/14961052
c 3-3.c
#include
#include
main()
{
char c;
SCON = 0x50;
TMOD |= 0x20;
TH1 = 0xf3;
TR1 = 1;
TI = 1;
while(c!=27)
www.eeworm.com/read/116603/14962672
java vowelsandconsonants.java
//: c03:VowelsAndConsonants.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Demonstrates the switch statement.
public cla