搜索资源列表
setcover
- 贪心算法实现集合覆盖问题,不带权的集合覆盖问题,c++源码-Greedy algorithm set cover problem
snake_VC++_win32
- 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法的win32源码,使用VC++实现-Image segmentation of the active contour model commonly used in a classic algorithms- greedy algorithm win32 source, use VC++ Achieve
Five_chess
- 采用c#编程的人机对战的五子棋程序,AI智能采用贪心算法和极大极小值算法,程序有详尽的注释,适合参考-C# programming using the man-machine war of Gobang procedures, AI algorithms and intelligent use of greedy algorithm for max-min value, the program has detailed notes for reference
A_Fast_Greedy_Algorithm_for_Outlier_Mining
- This file is about greedy algorithm
greedy
- 基于贪心算法的背包问题,大学软件基础实验。-Based on the greedy algorithm knapsack problem, the University of software-based experiments.
Algorithm
- 按照贪心算法根据贪心原则不同,所得到的左右解不同-Greedy algorithm based on greedy principles in accordance with different left and right solution obtained by different
Greedy
- 贪心算法C++程序。在对问题求解时,总是做出在当前看来是最好的选择-Greedy algorithm C++ program. In problem solving, always make the best choice at present appears to be
Greedy-algorithm
- 贪心算法VB程序PPT,让你更加了解贪心算法-Greedy algorithm VB program PPT, make you a better understanding of the greedy algorithm
Greedy-algorithm
- 贪心算法法,算最优活动安排,主要体现贪心算法思想。-The greedy method, the optimal arrangements
greedy-algorithm
- 本程序是贪心算法的c++源程序,解决的是宿舍安排问题-greedy algorithm
greedy-algorithm-of-package
- 用C语言写的,实现的是用贪心算法来解背包问题,在VC++里可以编译运行-Written in C language, the realization of the greedy algorithm to solve knapsack problem, where you can compile and run in VC++
algorithm
- 包含了几个常见蛮力算法,贪心算法的经典例子,C++,Linux实现,如活动安排争夺共享资源,电梯安排提高使用效率等。-some classic algorithm implemented by myself, including greedy algorithm to implement shared resource arrangement for multi-activity,etc.
Greedy-Activity-Selector
- 算法设计与分析--活动安排问题,使用贪心算法实现-Algorithm Design and Analysis- Activities arrangements, using the greedy algorithm
Horse-riding-board-greedy-algorithm
- 马踏棋盘贪心算法的主要实现方式的源代码,为新手学习贪心算法提供便利-Horse riding board the main way to achieve the greedy algorithm source code, for beginners learning to facilitate the greedy algorithm
Greedy----water-home-equipment
- 贪心算法,喷水装置是一个练习贪心算法很好的实例-Greedy algorithm- water home equipment
greedy-algorithm
- 贪心算法,基于C++程序的经典会议安排的算法的实现-greedy algorithm
greedy
- 1)编程实现背包问题贪心算法和最小生成树prim算法。通过具体算法理解如何通过局部最优实现全局最优,并验证算法的时间复杂性。 2)输入5个的图的邻接矩阵,程序加入统计prim算法访问图的节点数和边数的语句。 3) 将统计数与复杂性函数所计算的比较次数比较,用表格列出比较结果,给出文字分析。 4)背包问题的实验数据如下表:n=8,m=110 -1) programming to implement the knapsack problem greedy algorithm and
greedy
- 对贪心算法的一些介绍,并通过“疯牛”这一acm题进行详细说明。-The example of greedy algorithm is described in detail by the example of mad cow.
GREEDY MAX-IS
- 最大独立集的贪心算法简易实现,可以快速求取节点数量较少的最大独立集问题。(An approximated greedy algorithm for Maximum Independent Set Problem)
GreedyColoring_MATLAB
- Calculate and color the graph using greedy algorithm with matlab