代码搜索结果
找到约 10,000 项符合
Switch 的代码
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
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");
}
}
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,
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
switch.jhd
MODULE switch