-
???? ??
fklewjfqlk;fj aow kja qisjdkjw
- 2019-06-07 16:53:16下载
- 积分:1
-
Tetris
java实现的俄罗斯方块游戏,实现了移动、翻转、变向等基本功能,和适合初级水平的java程序员联系(java implementation of the Tetris game, mobile, flip, change to the basic functions of java programmer suitable for primary level contact
)
- 2012-03-23 15:22:44下载
- 积分: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
-
特征提取
说明: 灰度共生矩阵提取特征,使用MATLAB提取特征参数(Feature extraction with gray level co-occurrence matrix and feature parameters with MATLAB)
- 2021-03-04 22:49:32下载
- 积分:1
-
character_changed_to_number
一个用Labview编写的字符串转数字的程序(this program which develop by Labview is used to change character to number)
- 2009-09-05 09:34:36下载
- 积分:1
-
用PSO算法与Delphi和VB很好的描述一个简单的小程序研究…
用于学习pso算法的简单小程序 用delphi和vb编写 很好的描述了pso的基本原理-Pso algorithm used to study a simple applet with delphi and vb very good description of the preparation of the basic principles of pso
- 2022-03-03 09:43:04下载
- 积分:1
-
Untitled2
生成俩幅模拟散斑图,一幅为初试图像,另一幅为可调参数的位移后的参考图像,添加可高斯噪声(Two simulated speckle patterns are generated, one is the initial attempt image and the other is the reference image after the displacement with adjustable parameters.)
- 2021-03-26 20:19:13下载
- 积分:1
-
Another version of the x264
另一个版本的x264的decoder,里面改进了bS的输出-Another version of the x264
- 2022-06-11 20:24:54下载
- 积分:1
-
07136288
本程序是使用 TURBO C 语言BOSS窗口开发程序库的应用程序,(This program is the use of TURBO C language BOSS window development program library application,)
- 2018-12-31 10:43:56下载
- 积分:1
-
无人机航迹规划
说明: 无人机航迹规划,matlab,无人机航迹规划(UAV track planning, matlab)
- 2019-12-24 18:45:37下载
- 积分:1