class Program{static void Main(string[] args){// 匿名方法:方法没有名字Func<int, int, int> plus delegate (int a, int b){return a b;};// 这里相当于直接把要引用的方法直接写在后面// 优点:减少了要编写的代码,减少代码的复杂…
记录一下自己下载 MODIS 时用过的网站。 1、LAADS DAAC
网址:Find Data - LAADS DAAC (nasa.gov)
LAADS DAAC 的全称是 Level-1 and Atmosphere Archive & Distribution System Distributed Active Archive Center,专注于部分地球科学数据的集成&a…