-
modbus上位机测试源码
说明: modbus上位机源代码,modbus上位机测试代码,
RTU,TCP/IP(Modbus host computer source code, MODBUS host computer test code,
RTU, TCP/IP)
- 2020-06-16 14:25:20下载
- 积分:1
-
基于N76E003的帕灯程序
说明: 帕灯代码,基于N76E003开发,支持DMX512(PAR_Light,DMX512,N76E003)
- 2021-04-04 16:29:04下载
- 积分:1
-
case
说明: 基于unittest的测试用例代码,仅供参考(Unittest-based test case code,for reference only)
- 2020-06-24 18:00:01下载
- 积分:1
-
vumat
弹塑性损伤本构用于动力学显式分析,可以计算损伤场,残余应力应变(Elastoplastic damage constitutive model for dynamic dynamic analysis)
- 2021-01-09 23:18:50下载
- 积分: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
-
711_6.0 completely free version of corporate Web site management procedures
711_6.0完全免费版本企业网站管理程序
-711_6.0 completely free version of corporate Web site management procedures
- 2022-04-15 18:46:34下载
- 积分:1
-
SAMP
压缩感知重构算法之稀疏度自适应匹配追踪(SAMP)(Sparse degree adaptive matching tracking (SAMP) of compressed sensing reconstruction algorithm)
- 2020-12-14 16:09:14下载
- 积分:1
-
tankwar999
用jwt GUI进行编写的一个小游戏,然后是java的多线程进行控制的(this is a small project to play of the name is TankWar)
- 2020-06-16 05:40:01下载
- 积分:1
-
快速排序的递归解演示,用20个字符串代表20个数,显示每次分组结果,延时10000。如果在你的机子上太快,可以加长延时。...
快速排序的递归解演示,用20个字符串代表20个数,显示每次分组结果,延时10000。如果在你的机子上太快,可以加长延时。-rapid sequencing of recursive solution demonstrations, with 20 representatives of 20 string number, the results show that each packet, Delay 10000. If your machine on too fast, it could be Long Time Delay.
- 2022-02-03 23:19:22下载
- 积分:1
-
入侵检测系统snort,代码纷繁复杂,程序文件很多,对于新手,很难分析清楚源代码,但是源代码确实研究入侵检测系统分场重要的工具。
本资料详细分析了入侵检测...
入侵检测系统snort,代码纷繁复杂,程序文件很多,对于新手,很难分析清楚源代码,但是源代码确实研究入侵检测系统分场重要的工具。
本资料详细分析了入侵检测系统snort的体系结构,程序源代码,主要数据结构和重要函数。-Intrusion Detection System snort, complex code, a lot of program files, for novices, it is difficult to analyze the source code, but the study of the source code is indeed an important breakout intrusion detection system tools. A detailed analysis of the information system snort intrusion detection architecture, the program source code, the main data structure and an important function.
- 2022-11-03 13:05:04下载
- 积分:1