搜索资源列表
Activearr
- 用贪心算法编写的有关活动安排问题的java程序-greedy algorithm used to prepare the arrangements for the activities of java programs
beibaotanxinsuanfa
- 贪心算法,使用这一算法,解决0-1背包问题.-greedy algorithm, the algorithm used to solve 0-1 knapsack problem.
Knightcruise
- 骑士漫游,马跳棋盘可视化效果,很有趣,且使用贪心算法非常便捷,速度很快
beibao
- 该可实现简单的背包功能,可用最佳贪心算法和最佳路径算法,可获得。
package
- 此小程序用java实现了可以分割的背包问题,开发平台是Eclipse。其中主要是用贪心算法实现背包问题,在将物品进行排序时,没有使用经典的merge-sort算法,而是直接使用了java中Arrays类的sort的方法,但要自己定义类,实现接口Comparator。
用贪心算法解决旅行商问题
- 用贪心算法解决旅行商问题,能运行的,是本科四年级的软件课程设计源码!,Use greedy algorithm to solve traveling salesman problem, will be able to run is the fourth year undergraduate curriculum design of the software source code!
Othello
- JCreator下开发,黑白棋游戏,可以实现人机对战和人人对战,采用贪心算法因此棋力不佳,整个程序的框架不错,有兴趣可以在此基础上改善AI算法提高棋力-JCreator under development, Reversi games, can be achieved and everyone against the war machine, the use of greedy algorithm棋力poor, therefore, the framework of the entire pro
greedyselector
- 算法:贪心算法 进行活动安排。 JAVA语言实现-Greedy method to achieve activity arrangements. JAVA language
shanshu
- 利用贪心算法,将一个正数删除规定位数,得到一个最小值-Use of greedy algorithm, to delete the provisions of a positive digit, to get a minimum
DeleteNumber
- 贪心算法实现删数功能,本程序在Eclipse 环境下运行成功 -delete number use of greedy algorithm .this program can do it in Eclipse envoirnment.
Huffman
- 贪心算法实现哈夫曼编码,算法作业可以参考-Greedy algorithm Huffman algorithm
DuoChuZuiYouFuWuCiXu
- 贪心算法实现多次最优服务次序问题,算法作业可以参考一下-Greedy algorithm many times the optimal order of service
suanfa
- 用动态规划实现三角问题,用贪心算法实现装在问题和最短源路径问题-Triangle problems using dynamic programming, greedy algorithms installed in the path of the problem and the shortest source
GreedySelector
- 这是本人近期研究的贪心算法,用来解决活动安排问题,算法数据从文件读入,可以在eclipse中运行,希望对大家有所帮助-This is my recent study of greedy algorithm used to solve the activity arrangements algorithms read data from the file, you can run in eclipse, we want to help
Greedy-algorithm
- 贪心算法 单元最短路径问题 最小生成树问题 多机调度问题-The minimum spanning tree of the the greedy algorithm unit shortest path problem of multi-machine scheduling problem
fast_job
- 带限期作业的快速实现,c++实现贪心算法的具体应用,。-fastjb wreteqtwgjfhgfk
BestServiceList
- 最优装载问题的java实现,利用贪心算法实现-Java achieve optimal loading problems, the use of greedy algorithm
strassen
- 本算法使用贪心算法的思想,使得一个整数去掉指定n个字符后,得到的整数最小-The algorithm uses the greedy algorithm makes a specified integer integer n characters removed, the resulting minimum
tanxinsuanfa
- 这是贪心算法用于数据仓库中物化视图的算法-This is a greedy algorithm algorithm for data warehouse materialized views
LouvainAlgorithm
- 为了降低算法的时间复杂度,Vincent Blondel等人提出了另一种层次性贪心算法(BGLL算法)。该算法包括两个阶段,这两个阶段重复迭代运行,直到网络社区划分的模块度不再增长。第一阶段合并社区,算法将每个节点当作一个社区,基于模块度增量最大化标准决定哪些邻居社区应该被合并。经过一轮扫描后开始第二阶段,算法将第一阶段发现的所有的社区重新看作节点,构建新的网络,在新的网络上迭代的进行第一阶段。当模块度不再增长时,得到网络的社区近似最优划分。 算法的基本步骤如下: 1).初始化,将每个节点划