代码搜索:4
找到约 10,000 项符合「4」的源代码
代码结果 10,000
www.eeworm.com/read/417295/10996577
lis 4x4key_main.lis
.module _4x4key_main.c
.area text(rom, con, rel)
0000 .dbfile E:\产品\开发板\光盘\16实验程序\4x4键盘\4x4key_main.c
0000 .dbf
www.eeworm.com/read/417295/10996598
o 4x4key_main.o
XL
H 2 areas 12 global symbols
M _4x4key_main.c
S push_xgset003C Ref0000
S push_xgsetF000 Ref0000
S push_xgsetF00C Ref0000
S pop_xgset003C Ref0000
S pop_xgsetF000 Ref0000
S pop_xgsetF00C Ref00
www.eeworm.com/read/417295/10996609
_c 4x4key_main._c
//4x4键盘试验程序
//使用板载的4x4键盘
//数码管显示按键值
#define uchar unsigned char
#define uint unsigned int
#include
#include"ch595.h"
#include"encoder.h"
#include"key_value.h"
#include"disp.h"
www.eeworm.com/read/417295/10996620
s 4x4key_main.s
.module _4x4key_main.c
.area text(rom, con, rel)
.dbfile E:\产品\开发板\光盘\16实验程序\4x4键盘\4x4key_main.c
.dbfile E:\产品\开发板\光盘\16实验程序\4x4键盘\ch595.h
.dbfunc e s_ms _s_ms fV
; t -> R16,R17
www.eeworm.com/read/417295/10996623
c 4x4key_main.c
//4x4键盘试验程序
//使用板载的4x4键盘
//数码管显示按键值
#define uchar unsigned char
#define uint unsigned int
#include
#include"ch595.h"
#include"encoder.h"
#include"key_value.h"
#include"disp.h"
www.eeworm.com/read/416926/11009336
edn mult_const_h4_4.edn
(edif test (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0))
(status (written (timeStamp 2002 4 15 17 39 50)
(author "Xilinx, Inc.")
(program "Xilinx CORE Generator" (version "Xili
www.eeworm.com/read/270970/11014548
obj 4x4 keyboard (2).obj
www.eeworm.com/read/270970/11014549
asm 4x4 keyboard (2).asm
LINE EQU 30H
ROW EQU 31H
VAL EQU 32H
ORG 00H
START: MOV DPTR,#TABLE ;段码表首地址
MOV P2,#00H ;数码管显示初始化
LSCAN: MOV P3,#0F0H ;列线置高电平,行线置高电平
L1: JNB P3.0,L2 ;逐行扫描
LCALL DELAY
J
www.eeworm.com/read/270970/11014551
opt 4x4 keyboard (2).opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/270970/11014552