代码搜索结果

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

switch.cpp

// switch box routing #include #include "stack.h" bool CheckBox(int net[], int n) {// Determine whether the switch box is routable. Stack *s = new Stack (n); /

switch.out

Type number of pins in switch box Type net numbers for pins 1 through 8 Switch box is routable

switch.c

# include void main() { int num; /* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */ int indiv, ten, hundred, thousand; int ten_thousand, hundred_thousand, place; printf("请输入一个整数(0~99

switch.h

/* switch.h * Definitions needed for implementing context switching. * * Context switching is inherently machine dependent, since * the registers to be saved, how to set up an initial * call fram

switch.s

/* switch.s * Machine dependent context switch routines. DO NOT MODIFY THESE! * * Context switching is inherently machine dependent, since * the registers to be saved, how to set up an initi

switch.c

/* Chapter 3 - Program 6 */ main() { int truck; for (truck = 3;truck < 13;truck = truck + 1) { switch (truck) { case 3 : printf("T