代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/152362/12119963
c switch.c
#include
#include"switch.h"
#include"main.h"
#include"sg.h"
#define Sw_Num 17
#define DB_REQ 1
#define FB_REQ 2
#define DBJ 0xaa
#define FBJ 0x55
#define NUL1 0
GnomeCanvasItem *
www.eeworm.com/read/152362/12120022
h~ switch.h~
/*#include
#include"switch.h"
#include"main.h"
#include"sg.h"*/
#define Sw_Num 17
#define DB_REQ 1
#define FB_REQ 2
#define DBJ 0xaa
#define FBJ 0x55
#define NUL1 0
GnomeCanvasIt
www.eeworm.com/read/254662/12124662
c switch.c
/****************************************************************************
*
* MODULE: ZigBee Light Switch code
*
* COMPONENT: Switch.c,v
*
* VERSION:
*
* REVISION:
www.eeworm.com/read/253821/12184270
c switch.c
# include
void main()
{
int num;
/* 下面定义的各变量,分别代表个位,十位,百位,千位,万位,十万位以及位数 */
int indiv, ten, hundred, thousand;
int ten_thousand, hundred_thousand, place;
printf("请输入一个整数(0~99
www.eeworm.com/read/151304/12221528
m switch_.m
www.eeworm.com/read/339575/12224531
jpg switch_on.jpg
www.eeworm.com/read/253260/12234940
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/253260/12235642
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/150914/12245719
java switch.java
//: c09:Switch.java
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
public class Switch {
private boolean state = false;
www.eeworm.com/read/252672/12269895