代码搜索:SWITCH

找到约 10,000 项符合「SWITCH」的源代码

代码结果 10,000
www.eeworm.com/read/359468/10144203

sbr switch.sbr

www.eeworm.com/read/359468/10144210

opt 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 {
www.eeworm.com/read/163678/10150778

cpp switch.cpp

//BEGIN switch.cpp (systemc) //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //See switch.h for more information //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
www.eeworm.com/read/163678/10150781

h switch.h

#ifndef SWITCH_H #define SWITCH_H //BEGIN switch.h //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // DESCRIPTION // TO_BE_SUPPLIED // // DESIGN HIERARCHY // sc_mai
www.eeworm.com/read/163503/10156813

dev 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
www.eeworm.com/read/358682/10182195

cpp switch.cpp

// switch.cpp -- use the switch statement #include using namespace std; void showmenu(); // function prototypes void report(); void comfort(); int main() { showmenu(); in
www.eeworm.com/read/358191/10194176

cpp 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); /
www.eeworm.com/read/358191/10194293

out switch.out

Type number of pins in switch box Type net numbers for pins 1 through 8 Switch box is routable
www.eeworm.com/read/358191/10194336

dat switch.dat

8 1 2 2 1 3 3 4 4
www.eeworm.com/read/356292/10232333

c switch.c

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