-
read_hdf5
读取HDF5格式数据,此处以打开ASTER GED为例,输出发射率为ENVI格式(Read HDF5 format data, here to open ASTER GED, for example, output emissivity data in ENVI format)
- 2021-04-21 12:38:49下载
- 积分:1
-
xml Utility Daquan, hard to get, and that shared by everyone!
xml实用大全,好不容易弄到的,那出来大家共享了!-xml Utility Daquan, hard to get, and that shared by everyone!
- 2022-03-02 18:23:06下载
- 积分: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
-
Atheros_WiFi_288
9285无线驱动0000000000000(9285 Wireless Driver 000000000000000)
- 2020-06-22 12:00:01下载
- 积分:1
-
Functional-Data-Analysis-pdf
《Functional Data Analysis with R and MATLAB》(R和Matlab环境泛函数据分析)第二版电子书(Functional Data Analysis with R and MATLAB
Second Edition E-book)
- 2015-04-15 20:38:49下载
- 积分:1
-
一个非常简单的使用DWM API的例子
一个使用dwmapi窗口的非常简单的例子。要求:winvista-8,Delphi XE+,对于更旧的版本Delphi,有必要修改常规用法
- 2022-02-25 22:34:02下载
- 积分:1
-
CR_power
WSN中基于博弈论知识的功率控制建模。无线传感器网络路由技术是利用节点相互协作完成数据传输,在保证网络可靠性的同时,尽量减少节点的能量消耗,均衡整个网络的能量消耗,从而延长网络的生命周期。(Power control modeling based on game theoretic knowledge in WSN. Routing technology of wireless sensor network node for data transmission is the use of mutual cooperation, to ensure the reliability of the network at the same time, to reduce the energy consumption of the nodes, balance the energy consumption of the whole network, so as to extend the network life cycle.)
- 2017-09-03 22:04:43下载
- 积分:1
-
AD737 PROTEL library files, very useful priotael Library
AD737 PROTEL库文件,很有用的priotael库-AD737 PROTEL library files, very useful priotael Library
- 2022-05-13 03:09:39下载
- 积分:1
-
Communication-Systems---4ed---Haykin
国外经典通信教材
通信系统第四版
simon haykin(Foreign classical communication textbook communication systems simon haykin Fourth Edition)
- 2015-04-12 12:17:42下载
- 积分:1
-
Using java language calendar procedures, welcomed everyone to download use
用java语言编写的日历程序,欢迎大家下载使用-Using java language calendar procedures, welcomed everyone to download use
- 2022-03-11 13:22:58下载
- 积分:1