代码搜索:zimo
找到约 635 项符合「zimo」的源代码
代码结果 635
www.eeworm.com/read/7755/132811
dp2 wstlcd.dp2
WSTLCD.o: C:/icc/include/io8535v.h C:/icc/include/macros.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/Encode.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/RTC.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/ZIMO.H
www.eeworm.com/read/11330/227776
dp2 wstlcd.dp2
WSTLCD.o: C:/icc/include/io8535v.h C:/icc/include/macros.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/Encode.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/RTC.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/ZIMO.H
www.eeworm.com/read/351867/10600543
d target.d
target.o: src\target.c
target.o: src\config.h
target.o: src\zimo.h
target.o: src\config.h
target.o: src\LPC2294.h
target.o: src\target.h
target.o: C:\Keil\ARM\RV31\INC\rt_sys.h
target.o: C:\Kei
www.eeworm.com/read/7755/132792
dp2 ps2icc.dp2
PS2ICC.o: C:/icc/include/io8535v.h C:/icc/include/macros.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/Encode.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/RTC.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/ZIMO.H
www.eeworm.com/read/11330/227757
dp2 ps2icc.dp2
PS2ICC.o: C:/icc/include/io8535v.h C:/icc/include/macros.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/Encode.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/RTC.h C:\DOCUME~1\Administrator\桌面\张军\PS2-ICC/ZIMO.H
www.eeworm.com/read/235291/14075989
c ps2__.c
//PS2键盘驱动程序,使用第二套扫描码
//CLK接INT0(PD2)使用外部中断0来检测时钟脉冲,DATE接PD1
#include
#include
#include "avryejing.c"
#include "mega16.h"
#include "delay.h"
#include "zimo.c"
flash unsig
www.eeworm.com/read/380812/7147971
c led.c
#include
unsigned char zimo[10]={0xc0,0xf9,0xa4,0xb0, // 0, 1, 2, 3
0x99,0x92,0x82,0xf8,0x80,0x90};// 4, 5, 6, 7, 8, 9
unsigned char disflag[4]={0xfe,0xfd,0xfb,0xf7};
unsigned char
www.eeworm.com/read/493744/6390003
c 12864yejing.c
#include
#include
sbit CS1=P1^1;
sbit CS2=P1^0;
sbit RST=P1^2;
sbit RW=P1^3;
sbit RS=P1^4;
sbit E=P1^5;
#define DB7_DB0 P0 // 定义LCM12864的数据总线
#define uchar unsigned c
www.eeworm.com/read/493744/6390004
c 12864程序.c
#include
#include
sbit CS1=P1^1;
sbit CS2=P1^0;
sbit RST=P1^2;
sbit RW=P1^3;
sbit RS=P1^4;
sbit E=P1^5;
#define DB7_DB0 P0 // 定义LCM12864的数据总线
#define uchar unsigned c
www.eeworm.com/read/458266/7300116
c lcd.c
#include"zimo.h"
#include //头文件
//液晶信号控制引脚定义
sbit DI=P2^2; // 数据\指令 选择
sbit RW=P2^1; // 读\写 选择
sbit E=P2^0; // 读\写使能
sbit CS1=P2^4; // 片选1
sbit CS2=P2^3; // 片选2
//以下是外面是数组说明
exte