- 博客(5)
- 收藏
- 关注
原创 python读取landsat8数据问题,遥感影像波段合成python代码
【代码】python读取landsat8数据问题,遥感影像波段合成python代码。
2023-03-16 11:14:40
1189
转载 2020-11-10
多片空间前方交会-共线方程法迭代,存在的一些问题import numpy as npimport math as mdef r_mat(f,w,k): Rf = np.mat([[m.cos(f), 0, -m.sin(f)], [0, 1, 0], [m.sin(f), 0, m.cos(f)]]) Rw = np.mat([[1, 0, 0],
2020-11-10 16:26:20
491
原创 C语言输入一串字符找出最长字符串
#include<stdio.h>#include<string.h>#define M 100int main(){char a[M],b[M],c[M],d[M];//定义四个字符数组,数组a存储 数组b中间变量 数组c单词长度 数组d最长单词int i,k;//循环变量int x, max=0;//x为单词长度max为最长单词长度gets(a);...
2019-06-25 20:58:45
3490
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅