代码搜索结果

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

switch.opt

### 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 {

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.dev

[Project] FileName=switch.dev Name=Project1 UnitCount=1 Type=1 Ver=1 ObjFiles= Includes= Libs= PrivateResource= ResourceIncludes= MakeIncludes= Compiler= CppCompiler= Linker= IsCpp=1 I

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

switch.c

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