最新 最热

实验三:遥感影像目视解译与非监督分类

选择存放文件夹,右击选择NEW,新建一个shapefile类型的面文件。接下来设置坐标系,坐标系选择导入遥感影像相同的坐标系

2021-08-18
1

植被归一化指数

点击“Basic Tools”—“Layer Stacking”,这时就打开了波段合成窗口

2021-08-18
1

非监督分类

非监督分类,又称“聚类分析或者点群分析”。在多光谱图像中搜寻、定义其自然相似光谱集群的过程。它不必对图像地物获取先验知识,仅依靠图像上不同地物光谱信息进行特征提取,在统计特征的差别来达到分类的目的,最后对已分...

2021-08-18
1

使用Verdi的小技巧(三)

使用 Verdi 的过程中,难免会碰到表示某种变化量的多位宽数字信号,我们关心的是它的变化趋势。今天主要聊聊数字信号的模拟化呈现。

2021-08-18
1

Linux字符截取命令-cut

cut是一个选取命令,。一般来说,选取信息通常是针对“行”来进行分析的,并不是整篇信息分析的。

2021-08-16
1

LeetCode 0193 - Valid Phone Numbers

Given a text file file.txt that contains list of phone numbers (one per line), write a one liner bash script to print all valid phone numbers.

2021-08-11
1

LeetCode 0195 - Tenth Line

Given a text file file.txt, print just the 10th line of the file.

2021-08-11
1

LeetCode 0194 - Transpose File

Given a text file file.txt, transpose its content.

2021-08-11
1

ACMSGURU 100 - A+B

Read integers A and B from input file and write their sum in output file.

2021-08-11
1

ACMSGURU 102 - Coprimes

For given integer N (1<=N<=10^4) find amount of positive numbers not greater than N that coprime with N. Let us call two positive integers (say, A and B, for ex...

2021-08-11
1