搜索资源列表
thesis2000_fangqi
- 算法分析和设计的主要原理,动态规划 贪心算法 背包问题的实例-algorithm analysis and design of the main principle of dynamic programming greedy algorithm examples knapsack problem
贪心算法球园排列问题
- 贪心算法球园排列问题,算法设计与分析课程的作业。-greedy algorithm with the ball park, algorithm design and analysis programs work.
GreedyTP
- 同学做的基于贪婪策略的拓扑排序算法可视化演示程序,支持用户自己画出拓扑图,VC++.net下测试通过。-students so greedy strategy based on the topological sorting algorithm visualization demo program that allows users to draw their own topology map, VC. Net under test.
1_58.33.230.90__2005_10_31_14_39_50_
- vc++贪心解装箱.cpp dddvc++贪心解装箱.cpp -vc greedy solution crates. Cpp dddvc greedy solution crates. Cpp
0404
- 算法分析与设计 之 贪心算法PPT1(以后将会续传其他)-algorithm analysis and design from the greedy algorithm PPT1 (beyond Continuingly other)
mySuanfa
- 里面包含vc的经典算法,如动态规划,分治,回溯,贪心算法等-contained vc classic algorithms, such as dynamic planning, administration, backtracking, greedy algorithm
whiteblackpoint
- 黑白点的匹配贪心算法 设平面上分布着n个白点和n个黑点,每个点用一对坐标(x, y)表示。一个黑点b=(xb,yb)支配一个白点w=(xw, yw)当且仅当xb>=xw和yb>=yw。若黑点b支配白点w,则黑点b和白点w可匹配(可形成一个匹配对)。在一个黑点最多只能与一个白点匹配,一个白点最多只能与一个黑点匹配的前提下,求n个白点和n个黑点的最大匹配对数。-black and white point matching greedy algorithm based on the d
coinproblem
- 经典的硬币问题:使用最少个数的硬币来达到指定的钱数。使用贪心算法。vc下调试通过-classic coin : the use of at least the number of coins to reach the specified amount of money. Use greedy algorithm. Vc under through debugging
MaxLoading
- 贪心算法解最大装载问题-greedy algorithm largest Loading Problem Solution
abcd
- 贪婪算法解决背包问题-greedy algorithm to solve knapsack problem
cover
- 闭区间覆盖问题,是用贪心实现的!程序很简洁啊!-closed interval coverage is used to achieve the greedy! Very simple procedures ah!
跳马
- 贪婪算法实现的马的遍历,简单易懂,可以看看MFC类的派生和消息影射的一些咚咚,使用环境为VS。NET-greedy algorithm of the horse traversal, simple to understand and can look at the MFC category derived alluding to the news and some behind, the use of the environment VS.NET
马踏棋盘-vc.net
- 采用贪婪算法在VC.net环境下实现马踏棋盘。并提供多种路径-greedy algorithm used in VC.net environment under chessboard horse riding. And provide multiple paths
MaxSubMin
- 用贪心算法编写的有关最大级差问题的java程序-greedy algorithm used in the preparation of the largest differential in java programs
tsp-greedy
- tsp by greedy this project has a matrix and find min distance
Worm
- AWT做的贪吃虫,方便初学者学习java界面AWT组件-AWT do greedy insects, easy for beginners to learn java AWT components interface
Greedy-insects
- java写的贪吃蛇小程序,界面还不错,可以学习。-Snake write java applet, the interface is not bad, you can learn.
SnakeEat
- 利用Qt 实现的贪吃蛇小游戏,采用QT自带的QGraphicsView,QGraphicsScene框架实现。(The use of QT to achieve the Greedy Snake game, using QT's own QGraphicsView, QGraphicsScene framework.)