代码搜索结果
找到约 21,386 项符合
Switch 的代码
st2000.mt
# Target: Tandem ST-2000 phone switch
# These defines should give you a gdb running on anything that will be able to
# communicate with a Tandem ST2000 phone switch debug monitor. Communications
# is
switchcontainerlistener.java
package net.sf.dz.daemon.onewire;
/**
* The {@link OneWireServer 1-Wire® server} switch container listener.
*
* @author Copyright © Vadim Tkache
codetc8.dat
<mark>switch</mark> 语句
功能:<mark>switch</mark>语句是多分支选择语句.用来实现多分支选择结构.if语句只有两个分支可供选择,而实际问题中常常要用到多分支的选择.例如,学生成绩分类(90为"A"等,80-89分为'B'等,70-90分为'C'等......).当然这些都可以用嵌套的if语句来外理,但如果分支较多,则嵌套的if语句层数多,程序沉余长而且可读性降低.C语言提供<mark>switch</mark>语句直接外理多分支 ...
errortc100.dat
错误信息: Too many default cases
中文注释: default太多(switch语句中只有一个)
errortc15.dat
出错信息: Case outside of switch
中文解释: Case 出现在 switch 之外
errortc28.dat
出错信息: Default outside of switch
中文解释: default出现在switch语句之外
power.c
/*
* linux/arch/parisc/kernel/power.c
* HP PARISC soft power switch support driver
*
* Copyright (c) 2001-2002 Helge Deller
* All rights reserved.
*
*
* Redistribution and use
power.c
/*
* linux/arch/parisc/kernel/power.c
* HP PARISC soft power switch support driver
*
* Copyright (c) 2001-2002 Helge Deller
* All rights reserved.
*
*
* Redistribution and use
dist
68881-sw.h
switch.c
test1.x
union optlong switch (int discr) {
case TRUE:
long val;
case FALSE:
void;
};
struct args {
optlong arg0;
long arg1;
short *arg2;
};