代码搜索:Command
找到约 10,000 项符合「Command」的源代码
代码结果 10,000
www.eeworm.com/read/290879/8457218
_c lcd._c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display chinese
// 纵向取模方式 16*16字体
#include
www.eeworm.com/read/290879/8457236
c lcd.c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display chinese
// 纵向取模方式 16*16字体
#include
www.eeworm.com/read/290879/8457248
h lcd.h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行
www.eeworm.com/read/290879/8457314
h lcd.h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行
www.eeworm.com/read/290879/8457339
_c lcd._c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display chinese
// 纵向取模方式 16*16字体
#include
www.eeworm.com/read/290879/8457352
c lcd.c
// Project :12864 LCD Display
// Writer : you hu
// ICC-AVR application builder :2005-7-12
// Target : M128
// Crystal: 8.0000Mhz
// Description : display chinese
// 纵向取模方式 16*16字体
#include
www.eeworm.com/read/290879/8457361
h lcd.h
#ifndef lcd_h
#define lcd_h 1
/*************对12864的指令的定义************/
#define LCD_OFF 0x3E //表示LCD关显示
#define LCD_ON 0x3F //表示LCD开显示
#define LCD_X 0xC0 //表示LCD显示的起始行为0,可以通过加一定的数字改变起始行
www.eeworm.com/read/389743/8505348
lst main.lst
C51 COMPILER V7.06 MAIN 04/28/2008 19:08:16 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/389743/8505414
c main.c
//S52单片机红外线编解码遥控源程序
/*******************************************
* 程序描述:红外遥控NEC/SHARP码解码程序,经串口发送
* 目标cpu:at89s52
* 晶振:12M
* 硬件描述:一体化接收头接P3.2.指示LED接P1.0,P1.1
* 编译器:KEIL 7.05
* 日期:2008/1/24
* 作
www.eeworm.com/read/389743/8505471
c main.c
//S52单片机红外线编解码遥控源程序
/*******************************************
* 程序描述:红外遥控NEC/SHARP码解码程序,经串口发送
* 目标cpu:at89s52
* 晶振:12M
* 硬件描述:一体化接收头接P3.2.指示LED接P1.0,P1.1
* 编译器:KEIL 7.05
* 日期:2008/1/24
* 作