代码搜索结果
找到约 21,386 项符合
Switch 的代码
交换机课程第ii部分 ee384x packet switch architectures-ii.htm
EE384Y: Packet Switch Architectures-II
交换机课程第i部分 ee384x packet switch architectures-i.htm
EE384X: Packet Switch Architectures-I
switch.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\lv\My Documents\Pont\Ch04_08 - Switch\Switch.uv2
Project File Date: 01/24/2002
Output:
switch.lnp
"Switch_read.obj"
TO "Switch"
RAMSIZE(256)
switch.plg
礦ision3 Build Log
Project:
D:\_IFX_EVM_lezm\_IFX_XC166_EVM\XC164CS EVM\XC164CS_2Examples\Example_XC164CS EVM v3.0\SWITCH\SWITCH.uv2
Project File Date: 08/2
switch.cpp
//BEGIN switch.cpp (systemc)
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//See switch.h for more information
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
switch.h
#ifndef SWITCH_H
#define SWITCH_H
//BEGIN switch.h
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// DESCRIPTION
// TO_BE_SUPPLIED
//
// DESIGN HIERARCHY
// sc_mai
switch.cpp
// switch.cpp -- use the switch statement
#include
using namespace std;
void showmenu(); // function prototypes
void report();
void comfort();
int main()
{
showmenu();
in
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