-
Camber_test
用于检测图像中心,可以获得中心点,同时还能检测图像的轮廓(For detecting the image center, the center point can be obtained and the contour of the image can be detected at the same time)
- 2019-04-01 09:31:05下载
- 积分:1
-
VC++ 窗口透明的实现还有放大镜功能
VC++ 窗口透明的实现还有放大镜功能,简单研究CDC,实现透明窗口或放大镜窗口效果,适用于新手上路.
- 2022-07-20 02:55:50下载
- 积分:1
-
在 VMware (虚拟机)上运行的 Windows CE
在 VMware (虚拟机)上运行的 Windows CE -In VMware (virtual machine) running on Windows CE
- 2023-04-22 13:10:08下载
- 积分: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
-
THE-SELF-STABLE-REGION
采用自稳定域法分析二姐系统稳定性,并使用simulink仿真(Adopted sister from the stable region system stability analysis and simulation using simulink)
- 2011-06-07 09:08:10下载
- 积分:1
-
plotCurve2
在PYTHON中实现基本的绘图功能以及添加文字说明 其中用到numpy库(Drawing function)
- 2017-09-16 21:42:15下载
- 积分:1
-
MATLAB最优化计算20例
说明: 电力系统经济调度MATLAB最优化计算20例(20 cases of MATLAB optimization calculation for power system economic dispatch)
- 2021-01-23 20:09:08下载
- 积分:1
-
网页特效的代码,在美化网页时有很大的作用
网页特效的代码,在美化网页时有很大的作用-Effects of the code page in the landscaping website very useful when
- 2022-07-26 16:45:52下载
- 积分:1
-
从实用的角度详细介绍了RS纠错编码原理及其实现方法
从实用的角度详细介绍了RS纠错编码原理及其实现方法-From the practical point of view described in detail the principle of RS error-correcting code and its implementation
- 2022-04-30 08:29:27下载
- 积分:1
-
Crk_cledp21
玩音乐的都应该知道这个软件,现在找破解应该很困难。珍藏多年的破解器!(A tools for unlock the software named cool editor.)
- 2017-09-10 15:50:26下载
- 积分:1