登录
首页 » Python » RSEICal_ETM

RSEICal_ETM

于 2020-05-23 发布
0 203
下载积分: 1 下载次数: 2

代码说明:

说明:  徐涵秋教授提出的遥感生态指数实现PYTHON代码 主要针对Landsat ETM数据实现的四种指标: 绿度 干度 湿度 温度 主要源自网络。(ealization of Python code by remote sensing ecological index proposed by Professor Xu Hanqiu This paper mainly aims at the four indicators of Landsat ETM data: Greenness Dryness humidity temperature Mainly from the network.)

文件列表:

RSEICal_ETM.py, 4664 , 2019-07-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ActiveDoc
    说明:  利用vc6.0提供的支持实现一个ActiveX文档服务器程序。这个程序可以从包容器中装入文件,可以编辑和保存文本以及嵌入对象,它还能够从Internet下载文本文件,每次一行。(vc6.0 use of the support provided to achieve an ActiveX file server. This procedure can pack containers loaded document, and can edit the text and to preserve embedded object, it can be downloaded from the Internet text files, one line at a time.)
    2006-03-12 21:00:58下载
    积分:1
  • C# 模拟QQ发送消息源码
    已测试成功 可在qq2013以及以下版本使用
    2013-01-08下载
    积分:1
  • 一款类似于黑雨的邮箱密码攻克软件
    一款类似于黑雨的邮箱密码攻克软件-similar to the one mail password capture software
    2022-05-17 12:27:39下载
    积分:1
  • 定义类IntChar Exercise-1-IntChar
    定义类IntChar,实现用一个整数保存一个长度不超过4的字符串。假设一个字符长度是1个字节。 * 例如:"ABCD",用一个整数保存,其二进制形式为:0100 0001 0100 0010 0100 0011 0100 0100 * 长度不足四个字符的串,剩下部分用0补足。 * * * 自己根据需要类IntChar的属性和方法,但需满足以下要求: * 1. 在类IntChar中,不能用C++语言中的string类型来定义任何属性(变量)。 * 2. 对于定义的类IntChar,在main函数中,能用以下方式使用类IntChar: * * void main() * { * IntChar IC("Love") * IC.ASC_Print() // 以字符串形式显示对象IC中保存的内容 * IC.Binary_Print() // 以二进制形式显示对象IC中保存的内容 * IC.Int_Print() // 以整数形式显示对象IC中保存的内容 * }(Custom class IntChar, save a length not exceeding 4 string with an integer. Suppose a character length is 1 byte.* For example: " ABCD" , kept by an integer, binary form: 0,100,000,101,000,010 0100 0011 0100 0100* length of less than four characters of the string, the rest of complement with 0. The*** the need class IntChar of the properties and methods, but must meet the following requirements:* 1. In class IntChar, can not use the string type the C++ language to define any attributes (variables).* 2. Defined class IntChar, the main function can be used following ways IntChar:** void main () {IntChar IC (" Love" ) * IC.ASC_Print () // in characters string displayed in the form saved in the object IC* IC.Binary_Print () // save the contents of the object IC* IC.Int_Print () in binary form // integer saved in the object IC*})
    2013-05-11 22:10:57下载
    积分:1
  • halcon
    halcon学习帮助文档,可进行时时查询函数(halcon learning help documentation, can always check function)
    2015-04-19 16:29:45下载
    积分:1
  • AIEM
    AIEM,改进的积分方程模型。版本为台湾陈焜山教授修改后的最后版本,主要用于裸露地表微波辐射传输模拟(AIEM, Advanced Integral Equation Models. Taiwan version of the final version of Professor Chen Kun Shan modified, mainly for the bare surface of microwave radiative transfer simulation)
    2021-04-21 14:38:49下载
    积分:1
  • 穿目前所有还原下载者 C 源码
    说明:  [C/C++] 穿目前所有还原的下载者 C++源码 下载者包括四个工程: CDown:生成器 userinit:真正的下载者 Dat:驱动和下载者的安装程序 pass:驱动程序 原理:驱动程序可以穿透还原卡,并且可以修改系统文件,这里是通过修改系统文件userinit.exe来实现的。userinit.exe的功能很简单,就是启动explorer.exe。这里就是通过替换uerinit.exe,伪造一个userinit.exe。这个伪造的程序可以实现uerinit.exe的原始功能,并可以实现自定义的功能,比如下载执行,发送数据。 驱动的功能就是替换指定的系统文件。 将userinit Dat pass 编译出来的文件放到cdown的res里,再生成出生成器就可以使用它生成下载者,也就是这个穿还原的程序([C/C++] wear all current restore downloader C++ source code The download includes four projects: CDown: generator Userinit: a true Downloader Dat: driver and downloader installer Pass: Driver Principle: driver can penetrate the restore card, and you can modify the system file, here is through the modification of system file userinit.exe to achieve. The function of userinit.exe is simple, that is, to start explorer.exe. This is where you forge a userinit.exe by replacing uerinit.exe. This fake program can realize the original function of uerinit.exe, and can implement custom functions, such as downloading, executing and sending data. The driver's function is to replace the specified system files. The userinit Dat pass compiled files into the Cdown res, regeneration into the generator, you can use it to generate the download, that is, the process of wearing a restore)
    2021-03-21 03:59:17下载
    积分:1
  • Effective-CPP
    Effective C++ 非常经典的C++书籍,基本上学C++的人没有不知道这本书的。书中介绍了55个准则,每一条准则描述一个编写出更好的C++的方式。(Effective C++ is the classic C++ books, basically learning C++, people do not know this book. The book describes 55 guidelines, each guideline describes a write better C++ way.)
    2011-05-16 23:56:33下载
    积分:1
  • Control_Server.rar 监控软件,分客户端,服务器
    Control_Server.rar 监控软件,分客户端,服务器-Control_Server.rar monitoring software, sub-client, server
    2022-02-22 02:42:05下载
    积分:1
  • 78576
    设置驱动器的卷标,VC++精选编程学习源码,很好的参考资料。(Set the drive label, VC++ select learning programming source code, a good reference.)
    2013-11-28 10:43:27下载
    积分:1
  • 696516资源总数
  • 106783会员总数
  • 25今日下载