-
小波包及能量频谱的MATLab算法
说明: 小波包及能量频谱的MATLab算法,相关代码及源程序(Matlab algorithm of wavelet packet and energy spectrum, relevant code and source program)
- 2019-11-03 22:29:38下载
- 积分:1
-
关于JESS的教程
关于JESS的教程-tutorials on JESS
- 2022-08-11 07:59:09下载
- 积分:1
-
gds_auto_export
将FDTD软件中的结构导出为GDSII的图层,以便后续操作(Export the structures in FDTD to GDSII files)
- 2021-03-09 17:09:29下载
- 积分:1
-
realized 2.5D maps, maps of small, but we can learn
java 实现的2.5D地图,地图小,但是可以学习方法-realized 2.5D maps, maps of small, but we can learn
- 2022-01-25 18:25:18下载
- 积分:1
-
nc-helper
用于在前端重置NC56用户名密码,单点登录也可以(User name password for resetting NC56 at the front end)
- 2020-06-24 04:00: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
-
test1.part04
说明: 这是一个基于pocketsphinx的例子程序,已经在andtoid studio编译成功,并能识别简单的词汇。这是第四部分(This is an example program based on pocketsphinx, which has been successfully compiled in andtoid studio and can recognize simple words.this is the 4th part)
- 2020-06-21 19:40:01下载
- 积分:1
-
PWM_Rec_sf (2)
说明: 改模块是双馈变流器厂家开发的PWM控制子模块,应用广泛(The modified module is a PWM control sub-module developed by the manufacturer of the doubly-fed converter.)
- 2019-03-21 15:35:24下载
- 积分:1
-
介绍c语言的强劲手册,精典之作,适合初学者使用。
介绍c语言的强劲手册,精典之作,适合初学者使用。-introduced the strong language manual for the classic, suitable for beginners.
- 2022-01-31 04:06:00下载
- 积分:1
-
rgbcube
说明: 利用MATLAB软件绘制某角度下的颜色立方体透视图(Using MATLAB software to draw a perspective view of a color cube at an angle)
- 2019-03-08 16:20:56下载
- 积分:1