-
清华大学的数据结构讲座,C++语言,相当不错,还有我。
清华大学数据结构讲义,c语言的,很不错,就不必细说了吧。-data structure lectures Tsinghua University, c language, quite well, and there is no need to elaborate on it.
- 2022-04-09 09:24:13下载
- 积分: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
-
VC++ 6.0 ATL方法编写实现ActiveX DLL控件
VC++ 6.0使用ATL方法编写实现ActiveX控件,编译最终生成Polygon.dll文件,没有窗口可查看。这个源码是来自国外,源代码含注释,代码规整,在ATL方法编写DLL控件方面,还是很有参考价值的。
- 2023-05-01 00:50:03下载
- 积分:1
-
InternetofThings_summary
The functions design of software system is shown in Fig.8. There are some automatic or intelligent algorithms for analyzing and processing the sensed data to be implemented in the system. They are self-adaptive
- 2010-03-09 17:16:32下载
- 积分:1
-
摸奖程序版本2
说明: 一个应邀而写的玩的游戏 ,一个摸奖游戏,其中的对一个timer等控件有一个好的应用,应用的算法值得参考。(an invitation to write the play of the game, a game Our troops, the right controls such as a timer is a good application, the application of algorithms is worth noting.)
- 2005-11-22 12:15:06下载
- 积分:1
-
wind——power-PMSG_detailed
说明: 基于matlab的同步风力发电模型仿真,可以放心下载(Matlab - based synchronous wind power model simulation, you can rest assured to download)
- 2020-06-21 23:20:01下载
- 积分:1
-
wheats-master
基于网格的聚类算法,经典的clique算法的java实现,(Grid-based clustering algorithm, the classic clique algorithm java implementation,)
- 2017-10-20 18:36:11下载
- 积分:1
-
SPWM波生成工具
生成spwm的软件 可以自行设置spwm采样点数来生成spwm数据(The software that generates SPWM can set SPWM sampling points to generate SPWM data by itself)
- 2020-06-18 20:00:02下载
- 积分:1
-
JAVAJISUANQIDE
java计算器源程序 科学计算器编程方面有些帮助(failed to translate)
- 2011-06-27 19:15:39下载
- 积分:1
-
stm32uart
STM32 uart source code
- 2017-11-18 01:23:31下载
- 积分:1