-
Project1
multi copy program anyone use this
- 2018-06-04 11:50:38下载
- 积分:1
-
DMC2000系列运动控制卡的测试软件.需安装运动控制卡后才能运行....
DMC2000系列运动控制卡的测试软件.需安装运动控制卡后才能运行.-DMC2000 series of motion control card test software. To be installed after the motion control card to run.
- 2022-03-29 12:53:47下载
- 积分:1
-
Python编程快速上手 让繁琐工作自动化
说明: 很好的python学习书籍,很适合新手学习,推荐(Very good Python learning books, very suitable for beginners to learn, recommended)
- 2020-07-08 17:01:59下载
- 积分:1
-
feng
利用谐波叠加法编写的matlab脉动风载荷程序,可以模拟高层建筑风载荷(The MATLAB pulsating wind load program written by the harmonic superposition method can simulate the wind load of the high-rise building.)
- 2021-01-08 19:18:51下载
- 积分:1
-
ArcObject
说明: 一本介绍ArcObject组件开发的书,介绍GIS二次开发(Copies of the book ArcObject component development, secondary development of GIS introduction)
- 2010-04-13 14:31:45下载
- 积分:1
-
笛卡尔圆弧轨迹程序
说明: 笛卡尔空间轨迹规划,圆弧规划程序源码,适合新手入门学习(Cartesian space trajectory planning, arc planning program source code, suitable for beginners to learn)
- 2021-03-01 20:18:38下载
- 积分: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
-
mega8_Player_V11
mp3 player using vs1003 atmega8 and sd card
- 2009-06-11 21:38:17下载
- 积分:1
-
通讯录的源程序,大家可以看看啊,提点建议吧。
通讯录的源程序,大家可以看看啊,提点建议吧。-directory of the source, we can see ah, how it proposed.
- 2022-01-27 22:50:02下载
- 积分:1
-
经典SVM算法matlab程序
经典SVM算法matlab程序,亲测好用(Classic SVM algorithm matlab program)
- 2017-12-25 14:38:42下载
- 积分:1