-
QT-landed-function
QT4.5.3环境下的登陆功能,密码黑点显示,登陆后进入主界面(QT4.5.3 environment landing capabilities, password black dots show ,after landing into the main interface)
- 2013-08-15 10:47:06下载
- 积分:1
-
3DEC用户手册(4.0)中文版.pdf
说明: 3DEC用户手册(4.0)中文版(3DEC4.0 manual with cover)
- 2020-06-29 09:40:01下载
- 积分:1
-
8051_SERIAL DAC MCP4725
说明: 8051 and DAC4725 Serial Interfacing with ADC MCP3201
- 2019-05-17 19:36:22下载
- 积分:1
-
emdenergy - 副本
计算emd分量的能量熵;imf与原信号的相关系数(The energy entropy of calculating the EMD component)
- 2021-03-15 14:19:22下载
- 积分:1
-
samp_covar
optimization of economic dispatch
- 2020-07-01 05:20:02下载
- 积分:1
-
200807242224_45z
说明: 墨香最新私服(Mexican incense latest私服)
- 2008-10-04 06:33:08下载
- 积分:1
-
介绍了基于FPGA的多功能计程车计价器的电路设计。该设计采用了可编程逻辑器件FPGA的ASIC设计,并基于超高速硬件描述语言VHDL在Xilinx公司的Spar...
介绍了基于FPGA的多功能计程车计价器的电路设计。该设计采用了可编程逻辑器件FPGA的ASIC设计,并基于超高速硬件描述语言VHDL在Xilinx公司的SpartanⅡ系列的2sc200PQ208-5芯片上编程实现了整个系统的控制部分,整个自动控制系统由四个模块构成:秒分频模块、控制模块、计量模块和译码显示模块。该设计不仅仅实现了显示计程车计费的功能,其多功能表现在它可以通过选择键选择显示计程车累计走的总路程和乘客乘载的时间。计时、计程、计费准确可靠,应用于实际当中有较好的实用价值和较高的可行性。-introduced FPGA-based multifunctional taxi meter circuit design. The design using programmable logic device FPGA ASIC design, and for the super-high-speed VHDL hardware description language in the company Xilinx Spartan II Series 2 sc 200PQ208-5 chip programming of the control system as a whole, Automatic control the entire system from four modules : a seconds-frequency module, control module, metrology modules and decoding module. The design not only achieved a taxi showed Billing functions, Multifunctional its performance through its keypad revealed taxi taking the cumulative total journey of the passengers took the set time. Program, log, billing is accurate, reliable and practical application of them have good practical value and the
- 2022-01-22 15:10:54下载
- 积分:1
-
msp432_driverlib_3_21_00_05
MSP432DriverLib官方芯片包(MSP432 DriverLib Official Chip Package)
- 2020-06-19 08:40:01下载
- 积分:1
-
1602显示驱动程序
LCD1602的数据写入及CGRAM的使用
编程 2010-06-19 17:41:11 阅读84 评论0 字号:大中小 订阅
1.当使能端E由1变为0时,执行写指令,数据被写入。
例如,欲写入数据i到DDRAM:
void WDR(uchar i)
{
CheckBusy();//检忙
LCD_RS=1;
LCD_RW=0;
LCD_EN=0;
Delay();
LCD_DATA=i;//数据输出到定义端口
Delay();
LCD_EN=1;
Delay();
LCD_EN=0;//这一步才开始写入到LCD
Delay();
}
2.CGRAM
1602能存储8个自定义字符,这8个自定义字符存储空间的首地址分别是:0X40,0X48,0X50,0X58,0X60,0X68,0X70,0X78。
以0x40来说,它的存储空间如图所示:(riting of LCD1602 and the Use of CGRAM)
- 2020-06-23 13:20:02下载
- 积分:1
-
Windows_Driving
windows驱动开发资料,深入驱动核心,剖析操作系统底层运行机制。(Windows driver development data, in-depth driving the core, analyzing the underlying operation mechanism of the operating system.)
- 2018-06-15 01:06:24下载
- 积分:1