代码搜索:Switch

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

代码结果 10,000
www.eeworm.com/read/441576/7668633

c main.c

#include #define uchar unsigned char #define uint unsigned int uchar UART0_RX_BUF[16]={0,0,0,0,0,0,0,0,0,}; uchar UART0_TX_BUF[16]={'A','T',0x0d,}; void Init_UART0(void);
www.eeworm.com/read/440188/7693254

java gamecanvas.java

import javax.microedition.lcdui.*; public class GameCanvas extends Canvas implements Runnable,CommandListener{ static short state=1;//游戏关卡 static short gameState=1;//游戏状态 static f
www.eeworm.com/read/439653/7703957

m exp2_14.m

clear clc close t=-pi:0.1:pi; trigname=input('Input trig functions name:') switch trigname case 'sin' plot(t,sin(t)) case 'cos' plot(t,cos(t)) otherwise break %终止,跳出switch语句 end
www.eeworm.com/read/438922/7719381

c algo3-3.c

/* algo3-3.c 括号匹配的检验,(限于()、[]) */ typedef char SElemType; #include"c1.h" #include"c3-1.h" #include"bo3-1.c" void check() { /* 对于输入的任意一个字符串,检验括号是否配对 */ SqStack s; SElemType ch[80
www.eeworm.com/read/438779/7727244

bak demokit.htm.bak

The CS6209 Embedded Network Microcontroller evaluation kit demonstrates how to use the CS6209 HTTP server to do remote devic
www.eeworm.com/read/438779/7727246

htm demokit.htm

The CS6209 Embedded Network Microcontroller evaluation kit demonstrates how to use the CS6209 HTTP server to do remote devic
www.eeworm.com/read/438779/7727265

cgi ioset.cgi

CS6209 Web server Toggle LED On/Off Output Port Control Demonstration By
www.eeworm.com/read/438779/7727295

cgi status.cgi

CS6209 I/O Monitor CS6209 I/O Monitor Digital I/O Inputs
www.eeworm.com/read/438538/7729974

c keyscan.c

unsigned char code table[]= { 0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c, 0x39,0x5e,0x79,0x71, 0x76,0x79,0x38,0x3f }; //共阴数码管码表(0-F) void delayms(unsigned int z) { u
www.eeworm.com/read/438370/7732048

m exp2_14.m

clear clc close t=-pi:0.1:pi; trigname=input('Input trig functions name:') switch trigname case 'sin' plot(t,sin(t)) case 'cos' plot(t,cos(t)) otherwise break %终止,跳出switch语句 end