代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/124608/14557504
h externs.h
#if MAIN
#define ext
#else
#define ext extern
#endif
//*********************************************************************
// data initialized by first instance
//**********************
www.eeworm.com/read/124445/14566609
sim gmsd.sim
Simulate ABEL(tm) 3.00b
File:'gmsd.out' Module:'switch' Device:'Gmsd' Part:'P16V8S'
switch in GAL16v8 98.8.20 FOR control
5 out of 5 vectors passed.
www.eeworm.com/read/124445/14566633
sim gms01.sim
Simulate ABEL(tm) 3.00b
File:'gms01.out' Module:'switch' Device:'Gms01' Part:'P16V8S'
switch in GAL16v8 98.8.20 FOR control
0 out of 0 vectors passed.
www.eeworm.com/read/124445/14566655
doc gmsd.doc
Page 1
ABEL(tm) 3.00a - Document Generator 13-Jan-99 02:35 PM
switch in GAL16v8 98.8.20 FOR control
Chip diagr
www.eeworm.com/read/124445/14566732
doc gms01.doc
Page 1
ABEL(tm) 3.00a - Document Generator 21-Aug-98 08:42 AM
switch in GAL16v8 98.8.20 FOR control
Chip diagr
www.eeworm.com/read/124325/14576407
cpp ex3_7.cpp
#include
void main(){
float num1,num2;
char op;
coutop>>num2;
switch(op){
case '+': cout
www.eeworm.com/read/124325/14576454
cpp ex3_6.cpp
#include
#include
void main(){
int c,s;
float p,w,d,f;
coutw>>s;
c=s/250;
switch(c){
case 0: d=
www.eeworm.com/read/124314/14577024
cpp ex3_7.cpp
#include
void main(){
float num1,num2;
char op;
coutop>>num2;
switch(op){
case '+': cout
www.eeworm.com/read/124314/14577153
cpp ex3_6.cpp
#include
#include
void main(){
int c,s;
float p,w,d,f;
coutw>>s;
c=s/250;
switch(c){
case 0: d=
www.eeworm.com/read/224612/14580245
cpp ex3_05.cpp
// EX3_05.CPP
// Using the switch statement
#include
using namespace std;
int main()
{
int choice = 0; // Store selection value here
cout