-
马赛克视频助手
视频流嗅探下载合并为一体的小工具,适合各类型视频(Video Streaming Sniffer Downloads as a Kit)
- 2020-06-16 09: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
-
ss
说明: 学生爱好查询系统,MFC控件的应用实例。(Student Interests query system, MFC control application example.)
- 2009-10-17 21:59:03下载
- 积分:1
-
3453716
个详细的ping程序阅读报告,包括流程图和详细的代码注释()
- 2018-05-22 06:45:21下载
- 积分:1
-
jQuery带视差切换效果幻灯片代码
jQuery带视差切换效果幻灯片代码是一款在每一个slide中都可以带一个子幻灯片,两重幻灯片在运行的过程中会产生不错的视觉差效果。(JQuery slides code with parallax switching effect is a slides in each slide can bring a slide, two slides in the process of operation will produce good visual effects.)
- 2019-02-21 15:15:04下载
- 积分:1
-
kcf_apce
说明: 目标视频跟踪,相比kcf的源码,加入了apce,kcf的升级版(Target video tracking, compared with the source code of KCF, adds the upgrade version of APCE and KCF)
- 2021-01-12 17:08:48下载
- 积分:1
-
ifmpg
一种流形学习算法(很好用),主要是基于mtlab的程序,关于非线性离散系统辨识。( A fluid manifold learning algorithm (good use), Mainly based on the mtlab procedures, Nonlinear discrete system identification.)
- 2017-05-27 09:43:52下载
- 积分:1
-
5KW三电平Buck-Boost双向变换器
说明: 基于三电平DCDC 双向 buck-boost 5kw PSIM 仿真(imulation of bi-directional buck boost 5kW PSIM based on three-level DCDC)
- 2020-04-09 10:14:45下载
- 积分:1
-
macv10
苹果CMSV10 一款很漂亮的收费模板,自用,含角色 明星模块(Apple CMSV10 is a beautiful charging template)
- 2019-01-25 14:28:38下载
- 积分:1
-
OpenCV-Python-Toturial-中文版
说明: OpenCV是一个基于BSD许可(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows、Android和Mac OS操作系统上。(OpenCV is a cross-platform computer vision library based on BSD license (open source), which can run on Linux, Windows, Android and MacOS operating systems.)
- 2020-06-18 17:00:02下载
- 积分:1