资源列表
Navier Stokes
- Navier stokes tutorial, discretization and formulation in 2Dimension and 3Dimension
MyMatrix
- DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
GeneralMatrix
- 矩阵运算,几乎支持所有的矩阵的运算,转置,求逆,线性变换-Matrix operations, almost all of the matrix operation support, transpose, inverse, linear transformations, etc.
16hexcalculator
- 16进制计算器,它是C写的一个16进制的计算器,比较适用。-16 hex calculator,It is a language written with the c hex calculator 16. Comparison of application ~
branch_bound
- 改程序为用C语言编写的运筹学分支定界法程序,欢迎大家下载纠错!-branch and bound
VC++Delaunay
- 采用序列化对象CArchive读入原始数据构建Delaunay三角网的VC++代码。可以鼠标点击加新点进行构网,包括二维、三维。还可以进行设色、光照等。
GAUSS
- GAUSS列主元消去法,利用FORTRAN编写-GAUSSmethod,and in fortran
genetic
- a genetic algorithm for traveling salesman problem
k-means
- Descr iption of k means algorithm, with matrix explanation and code example
matrix
- multiplication of matrix by heap array
DCT
- 离散余弦变换,选择图像后选择功能项,会得到经过离散余弦变换后的图像
Dijkstra
- VC 实现的戴杰斯特拉算法及各种改进算法寻求最短路径-VC implementation 戴杰斯特拉 algorithm and improved algorithm for the shortest path to a variety of
