-
风向
说明: 运用matlab读取excel文件并画出带有风向标的图(Draw a Wind Direction Map)
- 2020-06-16 20:40:02下载
- 积分:1
-
foursquare1
说明: foursquare数据集 用于做位置预测和位置推荐的数据,不同地区的用户存在不同的签到时间偏好(foursquare data ,Data used for location prediction and location recommendation. Users in different regions have different check-in time preferences)
- 2021-04-08 16:19: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
-
线性插值和等高线
可绘制三维等高线图,为广大的学生解决了绘图的难题,这有利于matlab的传播和使用(Drawing three-dimensional contour map)
- 2020-06-22 18:20:02下载
- 积分:1
-
Archive 3
潜在特征 机器学习 数据挖掘 数据分析 代码(latent feature ml data mining data analyst code)
- 2020-06-21 16:00:01下载
- 积分:1
-
cvx-w64
说明: 凸优化matlab开发包,可以解决凸优化问题(Convex optimization matlab development package)
- 2020-03-11 19:49:44下载
- 积分:1
-
堆栈的一些主要功能函数头文件,可以导入后直接调用
堆栈的一些主要功能函数头文件,可以导入后直接调用-Some function about satck in a head file
- 2022-04-27 23:10:19下载
- 积分:1
-
Ajax技术实现一个简单的PHP聊天室服务器MySQL数据库
Ajax 技术实现的简单聊天室
php服务端 MySQL数据库-Ajax technology to achieve a simple php chat room server MySQL database
- 2023-01-03 10:25:04下载
- 积分:1
-
CPU卡相关资料协议
说明: CPU读卡器的设计参考,实现CPU卡读写,以及NFC读卡需要的参考资料。(According to the design of CPU card reader, it realizes the reading and writing of CPU card and the basic reference for NFC card reading.)
- 2020-04-26 17:53:07下载
- 积分:1
-
介绍了如何用visualC#调用Excel表并且如何加载数据到Excel里
介绍了如何用visualC#调用Excel表并且如何加载数据到Excel里-Describes how to call the Excel sheet and visualC# how to load data into Excel where
- 2022-05-09 06:39:10下载
- 积分:1