-
BootLoader_ws3101
ARM tcp/ip bootloader
- 2005-02-22 17:37:03下载
- 积分:1
-
time-frequence-application
详细讲解信号处理的pdf,里面包含了FFT,小波,希尔伯特-黄变换等内容,是信号处理方面很好的参考资料(Explain in detail the signal processing pdf, which contains the FFT, wavelet, Hilbert- Huang Transform, etc., is a good reference for signal processing, data)
- 2011-09-06 16:28:07下载
- 积分:1
-
QT5(c++)游戏(项目)--计算器
用QT5.1O,WIN7,运行通过。可让新手提高兴趣、熟悉编程、提高编程能力。
这个简易计算器可多位数加、减乘除运算。麻雀虽小,五脏俱全。
- 2022-08-08 06:35:29下载
- 积分:1
-
TCP_UDP_IRC
socket通信tcp实现的聊天室程序源码(tcp socket communication program source code to achieve the chat room)
- 2020-09-11 13:38:01下载
- 积分:1
-
Qt5_SerialPort
说明: 利用QT中serialport类实现简单的串口助手(Using serialport class in QT to realize simple serial assistant)
- 2020-02-24 16:15:33下载
- 积分:1
-
CButtonST_demo
CButtonST的源代码,漂亮(CButtonST the source code, beautiful)
- 2007-12-21 10:19:50下载
- 积分:1
-
FEMMatlab
有限差分 (fem de)
- 2012-04-21 15:52:58下载
- 积分:1
-
juyuwangliaotian
局域网聊天软件,主要功能是发送文字消息,语音消息,图片,功能强大,界面简单(LAN chat software, the main function is to send text messages, voice messages, pictures, powerful, simple interface)
- 2012-07-13 09:25:37下载
- 积分: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
-
是关了C++.net 的一本好书,书中步骤详细,是初学都不可多得的参考资料...
是关了C++.net 的一本好书,书中步骤详细,是初学都不可多得的参考资料-He is the C++. Net of a subtitle, the book detailed steps, beginners are rare reference
- 2022-03-20 05:52:52下载
- 积分:1