代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
lcd.v
module lcd(clk,rst,data_in,lcd_e,lcd_rw,lcd_rs,data);
input clk,rst;
input [7:0] data_in;
output lcd_e,lcd_rw,lcd_rs;
output [7:0] data;
reg lcd_e,lcd_rw,lcd_rs;
reg [7:0] data,data_in_buf
lcd.v
module lcd(clk,rst,lcd_e,lcd_rw,lcd_rs,data);
input clk,rst;
output lcd_e,lcd_rw,lcd_rs;
output [7:0] data;
reg lcd_e,lcd_rw,lcd_rs;
reg [7:0] data;
reg [10:0] state;
reg flag,flag1;
lcd.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
lcd.c
//*********************************************************
// 简易数字频率计
//*********************************************************
#include
#include
#include
lcd.lnp
"STARTUP.obj",
"LCD.obj"
TO "LCD"
lcd.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 {
lcd.hex
:030000000203EC0C
:0C03EC00787FE4F6D8FD75810F020372E3
:100003000434C404C43C20100FE808082818000076
:1000130010080601828C40300C030C1060C04000B5
:10002300404244C800FC040282FC040404FE0400B1
:10003300
lcd.plg
礦ision2 Build Log
Project:
E:\项目\海口项目\软件工程及代码\LCD\LCD.uv2
Project File Date: 09/15/2008
Output:
Build target 'Target 1'
assembling STARTUP.A5