代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/123489/14628266
c switch.c
#include
#include
#include "standard.h"
#include "i2c.h"
#include "queue.h"
// 8 Switch address
#define I2C_PCF8574A_ID1 0x72
Queue xdata switch_buff;
u8 I2C_R
www.eeworm.com/read/223273/14648588
c switch.c
#include
void main(){
int i=2;
switch(i){
case 1*2:
printf("1\n");
case 2:
printf("2\n");
case 3:
printf("3\n");
default:
printf("default\n");
}
}
www.eeworm.com/read/121688/14742705
bitmap switch.bitmap
#define switch_width 32
#define switch_height 32
unsigned char switch_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
www.eeworm.com/read/121536/14753020
java switch.java
package joeh.asciidraw;
import java.awt.*;
import java.applet.*;
import java.util.*;
import java.io.*;
public class Switch extends Object {
//store the color and the character representa
www.eeworm.com/read/121536/14753030
class switch.class
www.eeworm.com/read/119587/14826050
c switch.c
www.eeworm.com/read/119507/14827615
vbx switch.vbx
www.eeworm.com/read/119473/14829570
vbx switch.vbx
www.eeworm.com/read/119473/14829667