代码搜索结果
找到约 21,386 项符合
Switch 的代码
14 switch lamp.plg
Build target 'Target 1'
compiling main.c...
linking...
Program Size: data=9.0 xdata=0 code=26
creating hex file from "14 Switch Lamp"...
"14 Switch Lamp" - 0 Error(s), 0 Warning(s).
17 multi switch.plg
Build target 'Target 1'
compiling main.c...
assembling main.src...
linking...
Program Size: data=9.0 xdata=0 code=24
creating hex file from "17 multi Switch"...
"17 multi Switch" - 0 Error(s), 0
17 multi switch.lnp
"main.obj",
"D:\Program Files\Keil 8.08\C51\LIB\C51S.LIB"
TO "17 multi Switch"
switch.lst
dspa -l -s -iD:/FCHEV_pid/inlcude -v2xx -id:/ti/c2400/cgtools/include -g switch.asm switch.obj
TMS320C24xx COFF Assembler Version 7.01 Wed Apr 28 18:29:21 2004
Copyright (c) 1987-2002 Texas Ins
[转录]续--switch的考研经历.txt
From: [精 选 集].bbs@bupt.org
To: caozihua.bbs@bupt.org
Subject: [转录]续--switch的考研经历
Date: Mon, 28 Feb 2005 12:14:12 +0800 (CST)
Status: RO
作者: Tidy (熊本乐天 | Tidy) 站内: KaoYan
标题: [转录]续--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.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