代码搜索结果
找到约 10,000 项符合
Switch 的代码
switch-ex.tcl
proc outp {typ n from rtt} {
#$self instvar node_
switch $typ {
send {puts "node \[\$node_ id\] sended seq $n packet."
}
rcv {puts "node \[\$node_ id\] received seq $n packet from \
switch.m66
L166 LINKER/LOCATER V5.21 08/30/2007 14:28:45 PAGE 1
L166 LINKER/LOCATER V5.21, INVOKED BY:
C:\KEIL C166\C166\BIN\L166.EXE Start_V
switch.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0002 // Tools: '166/167'
Group (Dave Files)
Group (User Files)
File 1,2, 0x0
switch_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
sound_switch.c
/*
* sound/sound_switch.c
*
* The system call switch
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or without
* modification, ar
lc-switch.h
/*
* Copyright (c) 2004-2005, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
lc-switch.h
/*
* Copyright (c) 2004-2005, Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted pr
switch2.c
/* Demonstrates the switch statement correctly. */
#include
int main( void )
{
int reply;
puts("\nEnter a number between 1 and 5:");
scanf("%d", &reply);
switch (r
task_switch.h
/*******************************************************
本程序只供学习使用,未经作者许可,不得用于其它任何用途
Task_Switch.h file
Created by Computer-lov
Date: 2005.10.27
Edit date:2006.2.24
Version V1.1
Copyrig