资源列表
shortest
- 本程序编写了一个dijkstra算法求解最短路问题,在turboc2.0环境下编译成功。
Romberg
- 龙贝格算法是在积分区间逐次分半的过程中,对用复合梯形法产生的近似值进行加权平均以获得准确程度较高的近似值的一种方法-Romberg
ABSYS
- These are some of my solutions in SPOJ
matrix
- 采用VC++6.0实现两个任意矩阵相乘的算法程序-matrix multiplication
RK_4
- C语言实现四阶龙格—库塔公式,可用于常微分方程的数值计算-C language Runge- Kutta formula can be used for the numerical calculation of ordinary differential equations
mimo_awgnwacs
- Cooperative MIMO matlba source code
x
- 插值算法,给定一个取值范围和一个当前值,能映射成另一个取值范围中对应的值,如[-1.0,5.0] 2, 给出新范围[ 100,200] 可得出 1-interpolation
EuclideanAlgorithm
- 欧几里德辗转相除法求最大公约数,使用java实现-In phase division to get the best companies, Java implementation
G-s
- 异步步迭代求解,利用高斯迭代原理。求解线性方程组的解。-Synchronous iterative solution
ELLIPSE
- 在fortran软件中产生Berkhoff经典椭圆浅滩地形,结果文件可直接运用于SMS模拟波浪的浅滩上的绕射及折射-Berkhoff ellipse shoal
chmod.cpp.tar
- CodeChef AUG13 chmod solution
Last-non-zero-digit
- 解决大数阶乘最后非零位的问题。涉及数论知识。-Solve the problem of large number factorial at last nonzero. It requires Knowledge of number theory.