代码搜索:彩条显示
找到约 10,000 项符合「彩条显示」的源代码
代码结果 10,000
www.eeworm.com/read/463456/7180593
bat 枚举显示.bat
@echo off
mode con:cols=80 lines=8
title 枚举显示
set tgt=%windir%
for /F "tokens=*" %%i in ('dir %tgt% /A- /B /S') do @(cls && echo %%i && for /L %%k in (1,1,100) do @ver>nul)
www.eeworm.com/read/461677/7222634
lnp da显示.lnp
"STARTUP.obj",
"DAXIANSHI.obj"
TO "DA显示"
RAMSIZE(256)
www.eeworm.com/read/461677/7222635
plg da显示.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\zhou\My Documents\Programs\DA-1602\DA显示.uv2
Project File Date: 03/02/2009
Output:
www.eeworm.com/read/461677/7222642
hex da显示.hex
:03000000020800F3
:0C080000787FE4F6D8FD758114020847EB
:0709B20002090102010E0021
:0709650012094E7FD07E074E
:0C096C00EF4E6007EF1F70F81E80F522B0
:0F0978007580FFC2B7D2B6D2A62087FDC2A622D5
:0F0987001
www.eeworm.com/read/461677/7222643
opt da显示.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/456275/7352940
sch 显示模块.sch
www.eeworm.com/read/456275/7352941
pcb 显示模块.pcb
www.eeworm.com/read/454443/7390646
pwi 数码显示.pwi
www.eeworm.com/read/454443/7390647
dsn 数码显示.dsn
www.eeworm.com/read/453100/7426867
c 1602显示.c
#include
#include
//定义MCU与LCD的接口
#define LCD_EN_PORT PORTC
#define LCD_RW_PORT PORTC
#define LCD_RS_PORT PORTC
#define LCD_DATA_PORT PORTA
#define LCD_DATA_D