资源列表
bchol0
- 复矩阵求逆的全选主元高斯-—约当消去法,求复矩阵的逆矩阵
achol0
- 用全选主元高斯—约当消去法求解系数矩阵为稀疏矩阵的大型方程组
FT
- 用FT法实现相关函数快速估计程序.包括c,for几种格式。-FT method used to achieve rapid estimation procedures related function.
fdtdabc1d2d
- 1d and 2d abc implementation in fdtd
long_division
- 大整数整除,char *d返回余数,char*c返回结果 -Large integer divisible, char* d return the remainder, char* c return result
Prim
- 最小生成树的Prim算法的实现。这里是对无向图最小生成树的实现。-Prim minimum spanning tree algorithm. There is no realization of the minimum spanning tree graph.
Cpp1
- 用动态规划和贪心法解决背包问题 问题:给定n种物品和一个背包,物品i的重量是Wi,其价值为Vi,背包的容量为c,问如何选择装入背包的物品,使得装入背包的物品的总价值最大?-=.=
dijstra
- 用dijstra算法求解最短路问题,用C++在vc6.0环境下调试通过-The shortest path algorithm with dijstra problem with C++ debugging environment through the vc6.0
Expression
- Working with polynomials in Mathematics by C.
Joseph-problems
- 约瑟夫问题的一种描述为,编号为 1,2,3,……n 的n 个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1 开始顺序报数,报到m 时停止报数。报m 的人出列,将他的密码作为新的m 的值,从他在顺时针方向上的下一个人开始重新从1 报数,如此下去,直至所有的人全部出列为止。试设计一个程序求出出列顺序。-Joseph problems for a descr iption, number 1,2,3,......N n indi
maxflow.cpp
- 最大最小流算法模板,可以在多种应用型状况下使用,特别是图像处理领域,达到分离前景后景的作用-Max-Min-Flow algorithm
AVLTree
- 用C++实现AVL树以及一系列操作,带注释,清晰明了,思路简洁-Use c++ to build AVL tree.