选择存放文件夹,右击选择NEW,新建一个shapefile类型的面文件。接下来设置坐标系,坐标系选择导入遥感影像相同的坐标系
点击“Basic Tools”—“Layer Stacking”,这时就打开了波段合成窗口
非监督分类,又称“聚类分析或者点群分析”。在多光谱图像中搜寻、定义其自然相似光谱集群的过程。它不必对图像地物获取先验知识,仅依靠图像上不同地物光谱信息进行特征提取,在统计特征的差别来达到分类的目的,最后对已分...
使用 Verdi 的过程中,难免会碰到表示某种变化量的多位宽数字信号,我们关心的是它的变化趋势。今天主要聊聊数字信号的模拟化呈现。
cut是一个选取命令,。一般来说,选取信息通常是针对“行”来进行分析的,并不是整篇信息分析的。
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.
Given a text file file.txt, print just the 10th line of the file.
Given a text file file.txt, transpose its content.
Read integers A and B from input file and write their sum in output file.
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...