-
Linux下的socket编程文档!有非常详细的函数说明.Linux下的socket编程必备!...
Linux下的socket编程文档!有非常详细的函数说明.Linux下的socket编程必备!-Linux socket programming documentation! A very detailed statement function. Linux socket programming required!
- 2022-04-11 10:10:20下载
- 积分:1
-
20170422
贪吃蛇游戏是经典手机游戏,既简单又耐玩。通过控制蛇头方向吃蛋,使得蛇变长,从而获得积分。(Snake game is a classic mobile phone game, which is simple and playable. By controlling the direction snakeheads eat eggs, the snake long, so as to obtain the integral.)
- 2017-04-22 11:33:00下载
- 积分: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
-
QPSK
说明: hslogic算法仿真,通过MATLAB/Simulink实现QPSK的调制解调模型设计。(Hslogic algorithm simulation, through MATLAB / Simulink to achieve QPSK modulation and demodulation model design.)
- 2020-03-13 23:18:57下载
- 积分:1
-
android_filebrower
说明: 简单的android文件浏览器,非常实用的架构设计;适合初,中级开发人员,可以自己适当添加功能!(Simple Android file browser, very practical architecture design; suitable for junior, intermediate developers, you can add their own functions appropriately!)
- 2020-06-19 02:40:01下载
- 积分:1
-
PokemonGo-Bot-master
PokemonGo-Bot-master 寶可夢Bot功能(PokemonGo Bot function)
- 2020-06-23 12:40:01下载
- 积分:1
-
can modify the designated domain name information. Many single
可以修改指定的域名信息 .单空间多域名绑定管理程序-can modify the designated domain name information. Many single-space domain name bundled management procedures
- 2022-01-26 02:44:09下载
- 积分:1
-
Download the compilation of SVM information, click View, more comprehensive info...
SVM资料下载汇编,可点击查看,资料较全面-Download the compilation of SVM information, click View, more comprehensive information
- 2022-04-18 18:55:21下载
- 积分:1
-
模糊聚类分析法(python)
运用python进行模糊聚类分析步骤如下:建立数据矩阵;数据标准化;建立模糊相似矩阵;改造相似关系为等价关系;确定分类数(The steps of Python fuzzy clustering analysis are as follows: establishing data matrix; standardizing data; establishing fuzzy similarity matrix; transforming similarity relation into equivalence relation; determining classification number.)
- 2019-05-28 23:34:59下载
- 积分:1
-
matlab多元回归与曲线拟合
说明: matlab多元回归与曲线拟合编程学习。喜欢的下载(Matlab multiple regression and curve fitting programming learning. Favorite Downloads)
- 2020-05-01 19:31:29下载
- 积分:1