搜索资源列表
Greed
- 利用贪心算法解决“部分背包问题”。这是个经典算法,实现的也比较完善,易用而且BUG少。-This code is about the "Knapsack problem".Our policy is the "Greedy Algorithm".It s easy to use & has nearly no BUG.
huffman_coding
- 本程序建立了哈夫曼树并求出了各字符哈夫曼编码,但不能对需要编码的文件进行分析,作出最优或 近似最优的决策 建树的时间复杂度:O(nlogn) 求解编码的平均时间复杂度:O(n*d) d为哈夫曼树叶子的深度的期望,最坏情况的d=(n^2+n-2)/2n. 编码的最坏时间复杂度为O(n^2)-This procedure established a Huffman tree and calculated the various characters in Huffman c
Cplusone
- 数据结构分治策略的几个典型问题的解答,分类清晰-Per policy data structure answers some typical questions
phone
- ,电话接通队列的方针,方针队列,接通电话-Phone connected to the policy of the queue. .
BANK
- 操作系统中银行家算法,防止死锁策略,可用于操作系统课程设计-Operating system bankers algorithm to prevent deadlock policy, can be used for courses on operating system design