代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/101178/15842076
c defaultappproc.c
/*
* Default Application Handler
*
*
* COPYRIGHT (c) 2001 - 2010.
* emTech System Corporation.
*
* The license and distribution terms for this file may be
* found in found in the
www.eeworm.com/read/101101/15852545
java switcher.java
//==============================================================
// Switcher.java - Demonstrates switch statements
//
// Java学习源代码检索系统 Ver 1.0 20031015 免费正式版
// 版权所有: 中国IT认证实验室(www.ChinaITLab.com)
www.eeworm.com/read/100753/15865218
c 汉诺塔.c
这是个汉诺塔程序,在调试的时候,输入的数字最好不要大于15,因为每大一个数
所得的结果的步骤都会多一倍。如果你有耐心等待结果的话除外。汉诺塔是在欧洲
流行的一种游戏,有a,b,c三个竿。a竿上有若干个由大到小的圆盘,大的在下面,
小的在上面,b,c都是空杆,请你把a杆上的圆盘都倒到别的杆上,或b或c,在倒盘
的过程中不可以大的压小的,实例程序如下:
#include ...
www.eeworm.com/read/100730/15866244
c 2_3.c
/* ======================================== */
/* 程序实例: 2_3.c */
/* 用学生编号来查询或修改成绩 */
/* ======================================== */
void main()
{
int sc
www.eeworm.com/read/100594/15870164
cpp characte.cpp
#pragma Character
boolean Printable(char chr)
{
switch (chr) {
case 'A': case 'B': case 'C': case 'D': case 'E':
case 'F': case 'G': case 'H': case 'I': case 'J':
c
www.eeworm.com/read/100584/15871288
x test1.x
union optlong switch (int discr) {
case TRUE:
long val;
case FALSE:
void;
};
struct args {
optlong arg0;
long arg1;
short *arg2;
};
www.eeworm.com/read/100061/15887011
c zsend.c
/*--------------------------------------------------------------------------*/
/* FILE: zsend.c (Opus zmodem transmitter) */
/*
www.eeworm.com/read/357957/10198067
c cc1100_f310_t00.c
/******************************************************************************
文件名: CC1100F310_main.c
说 明: 本文件为“CC1100-F310”数传模块V1.0版的主函数。
模块工作与透明串口(半双工)。
无线速率=500kbps
UART的波特率=38400。
作
www.eeworm.com/read/421087/10755042
h globe.h
#ifndef __Globe_H__
#define __Globe_H__
#define Buffer_Len 1000
sbit switch1 = P1^0;
sbit switch2 = P1^1;
sbit SDA_PIN = P3^2;
sbit CLK_PIN = P3^3;
sbit LED1 = P3^6;
sbit LED2 = P3^
www.eeworm.com/read/451140/7470754
c rr_graph_sbox.c
#include
#include "util.h"
#include "vpr_types.h"
#include "rr_graph_sbox.h"
#include "rr_graph_util.h"
/* Switch box: *
*