资源列表
ThePackager
- 3d Bin package problem
pyShipping
- 3d bin packing problem
bianmayima
- 一个用C++代码编写的简单的编码译码程序,可实现密码的反向输出-Simple codec procedures, written a use C++ code can achieve the reverse output of the password
QuickSort
- 快排算法,基于分治策略,递归实现,适合数据结构的初学者研究。-Fast row algorithm based on divide and conquer strategies, recursive implementation, suitable for beginners study of data structures.
biaodashiqiuzhi
- 设计一个程序,演示用算符优先法对算术表达式求值的过程。利用算符优先关系,实现对算术四则混合运算表达式的求值。 (1)输入的形式:表达式,例如2*(3+4) 包含的运算符只能有 + 、 - 、 * 、 / 、 ( 、 ) ; (2)输出的形式:运算结果,例如2*(3+4)=14; (3)程序所能达到的功能:对表达式求值并输出 -Design a program that demonstrates the value of the process. Arithmetic exp
astar-contest
- 百度之星2012年,资格赛,水题代码,上来奉献-baidu astar contest for coding 2012
dfs
- 本人写的关于dfs的算法题目,都是hdu和pku的题目-pku and hdu for acm coding
solutions
- 各种常见的解方程组方法:Cholesky分解法解方程组、LU分解线性方程组、高斯消去法解方程组、列主元解线性方程组、雅可比迭代解线性方程组-Common solution of equations: the Cholesky decomposition of equations, LU decomposition of linear equations, Gaussian elimination method for solving equations, column element for s
suanfa
- 问题1:输入整数n,输出1~n的全排列 问题2:输入n个整数:a1,a2……an(可能重复),输出它们的全排列。 问题3:输入两个整数n,k(n>k),输出{1,2……n}的所有(n,k)组合。 -Question 1: input integer n, output 1 ~ n the arrangement Question 2: input n integer: a1, a2...... An (may repeat), they are all output.
PackageProblem
- 0-1背包问题经典解答,有界面,有具体执行算法。-0-1 knapsack problem the classic answer, interface, and the specific implementation of the algorithm.
boyer_moore
- boyer moor算法应用程序代码时空权衡设计方法-the boyer moor algorithm application code space-time balancing design method
mgraph
- 图的某些功能实现,包括最短路径的遍历,图的全遍历,图的更新,删除节点,增加节点,边之类-some functions about the mgraph!!!
