-
坐标转换程序Fortran
本程序为坐标转换的Fortran语言程序,可适用于54、84、80坐标系统的转换,可将经纬度坐标转换为大地平面坐标。在压缩包里有输入2个参数文件,用户可以任意选填参数和需要的转换的坐标值,在编译器中直接编译运行即可。
- 2022-03-02 04:57:55下载
- 积分:1
-
Prim算法求解最短路径
import java.util.ArrayList;
public class Prim {
double[][] matrix; //从0开始,邻接矩阵
double t; //记录时间
int num; //节点数
float bestc; //最优路径距离
int start = 0; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-20 15:11:11下载
- 积分:1
-
该矩阵类库源代码已通过编译,希望对大家有帮助!
该矩阵类库源代码已通过编译,希望对大家有帮助!-The matrix class library source code has passed through the compiler, and they hope to help everyone!
- 2022-03-13 10:57:59下载
- 积分:1
-
约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序...
约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序-Joseph Wan, the use of the data structure in the chain structure. Please observe the specific source code
- 2022-03-09 12:41:47下载
- 积分:1
-
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。...
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult.
- 2022-01-27 16:39:27下载
- 积分:1
-
遗传算法TSP问题的MALAB代码,测试多次,绝对可运行!!!
一个配送中心,需要向多个需求点提供服务,怎样使得在所行驶的路程最短的情况下走完所有的节点。代码清晰易读易懂,经过多次测试,绝对可以运行。
- 2022-03-10 08:03:59下载
- 积分:1
-
背包问题的C++ 实现
背包问题的 求解代码,自己用C++实现,里面包括0-1背包问题 和 单位质量的背包问题,包括如下几个关键的函数:void vwComp(Item*item,int n) ;void vwSort(Item*item,int n);int getMaxValue(Item*item,int n, int p,int cvs,int cws);double frackKnapsack(Item*item,int n,double *chs);void zeroOneKnapsack(Item*item,int n,int &fv,int &fw,int *fch)
- 2022-10-14 21:55:03下载
- 积分:1
-
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与
常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
- 2023-05-16 22:45:03下载
- 积分:1
-
大学里数学系必学的一们课程数值分析中的经典算法――――hermit插值的程序vb版本...
大学里数学系必学的一们课程数值分析中的经典算法――――hermit插值的程序vb版本-University"s Department of Mathematics will study the courses have a numerical analysis of the classic interpolation algorithm- hermit version of the procedure vb
- 2023-05-04 21:55:03下载
- 积分:1
-
经典的矩形矩阵的各种问题产生的比赛时,是一个河..
经典矩形问题 生成各种矩阵是竞赛时经常考的一种题目,如何用C语言或C++生成以下形式几种矩阵:-classic rectangular matrix of various problems generated when the contest is a regular test subject, how to use C or C generated several matrix form :
- 2022-01-25 19:14:18下载
- 积分:1