-
基于IHS融合算法的多光谱与全色图像融合代码
这是一个基于IHS融合算法的多光谱与全色图像融合代码,使用于融合ETM+遥感图像,并且附带了一些遥感数据,供参考
- 2022-01-31 08:25:46下载
- 积分:1
-
Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n...
程序:全主元Gauss消去法
过程:gaussq(aa,bb,xx,n,sgn)
作用:aa为系数矩阵,bb为右端向量,xx为解向量,n为方程阶数,sgn为标识符,1表示计算正常进行,0表示计算失败
方程形式为:aa(n,n)*x(n)=bb(n)-Procedure: All the main element Gauss elimination process: gaussq (aa, bb, xx, n, sgn) Role: aa for the coefficient matrix, bb for the right-hand side vector, xx for the solution vector, n the order of the equation, sgn as identifiers, 1 indicates the calculation as normal, 0 indicates failure of the calculation equation of the form: aa (n, n)* x (n) = bb (n)
- 2023-02-27 01:55:03下载
- 积分:1
-
程序是我们上课时中用到的,工程科学计算与C程序集 (上,下) 相信是很有用的!...
程序是我们上课时中用到的,工程科学计算与C程序集 (上,下) 相信是很有用的!-is our class names, scientific computing and engineering procedures Set C (upper and lower) believe that it is very useful!
- 2022-03-30 06:15:02下载
- 积分:1
-
利用线形组合法,生成随机数,附加随机数检验功能
利用线形组合法,生成随机数,附加随机数检验功能-Using linear combination method to generate random numbers, an additional random number test function
- 2023-08-21 18:55:03下载
- 积分:1
-
MATLAB 有约束信赖域算法,以四元多项式为算例
适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学,
程序清晰,对MATLAB的学习也有很...
MATLAB 有约束信赖域算法,以四元多项式为算例
适用于学习最优化算法的数学专业学生以及其他数值分析课程的同学,
程序清晰,对MATLAB的学习也有很大的帮助,同时程序还有一些不足,读者自己须根据实际问题更正。-MATLAB constrained trust region algorithm to quaternion polynomial example for the application of optimization algorithms in the learning of mathematics students, as well as other courses in numerical analysis of the students, the program clearly and learning to MATLAB is also a great help, but the procedure also There are a number of shortcomings, the reader himself to be corrected in accordance with the actual problem.
- 2022-07-07 21:05:54下载
- 积分:1
-
实序列IFFT傅里叶反变换算法
离散傅立叶反变换 (IDFT)及其快速算法 (IFFT)通常是针对一般的复数序列定义和推导的 ,
而在实际应用中 ,进行时频分析的信号大多是实数信号 ,即实序列。
是基于C语言编写的基于时间抽取的基二实序列FFT傅里叶变换算法和IFFT傅里叶反变换算法。
- 2023-08-14 04:30:04下载
- 积分:1
-
Shortest Path
资源描述Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path from v to w, a path with the fewest number of edges is chosen. It is guaranteed that all the weights are positive and such a path is unique for any vertex.
- 2022-08-26 06:49:00下载
- 积分:1
-
实验数据的等距五点三次平滑
一. 功能 用五点三次平滑公式., 对等距节点上的实验数据进行平滑,力争消除随机误差的影响, 提高实验数据的质量 ....
实验数据的等距五点三次平滑
一. 功能 用五点三次平滑公式., 对等距节点上的实验数据进行平滑,力争消除随机误差的影响, 提高实验数据的质量 .-experimental data smoothing offset a 5.3 times. Functional with 5.3 times smoothing formula. The equidistant nodes on the experimental data smoothing, and strive to eliminate the impact of random error, improve the quality of experimental data.
- 2022-04-23 19:48:39下载
- 积分:1
-
有趣的程序:
1。已知n和m,m个正整数相加等于n(m<=n),列出这m个数.
2。输入任意正整数n,计算n!(n可取到一亿)
3。求100以...
有趣的程序:
1。已知n和m,m个正整数相加等于n(m
- 2023-08-22 09:55:03下载
- 积分:1
-
Dijkstra algorithm最短路径算法
Dijkstra算法在EXCEL的实现
- 2022-02-28 20:49:37下载
- 积分:1