Welcome![Sign In][Sign Up]
Location:
Search - greedy

Search list

[Other resource会议安排

Description: 本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-code with the greedy algorithm to achieve the best arrangements for the order, its goal is to arrange the largest number of meetings, the greedy algorithm is a typical application
Platform: | Size: 904 | Author: 汪永威 | Hits:

[Game ProgramTC贪吃蛇

Description:   贪吃蛇的TC游戏程序源代码,我们用了一个学期在高级C语言课了组队完成的.-Greedy Snake,a game with TC language.It takes us one semester to finish it in C language course.
Platform: | Size: 8032 | Author: 俞薛永 | Hits:

[Other resourcetanxin

Description: 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as the greedy algorithm) is not a specific algorithm, but a kind of abstract algorithm, or just a thought, it is specifically manifested in the solution space search, the search is not mechanical, but the partial merit selection, greedy algorithm not for the purpose of to find all the solutions are, of course, unable to find the optimal solution, but only to find out a feasible solution, and this can be alarming efficiency. Therefore, the greedy algorithm is called heuristic search, which inspired the so-called "greedy strategy."
Platform: | Size: 1170 | Author: 王卫红 | Hits:

[Windows Develop贪婪算法作业

Description: 一个关于使用贪婪算法的程序,是我同学在外国上课的一个作业,对学校贪婪算法有一定的帮助,详细的题目和注释在里面-a greedy algorithm on the use of the procedure is that I students in a class of foreign operations, the greedy algorithm schools will help, and the subject of detailed notes inside
Platform: | Size: 225903 | Author: 吴俊强 | Hits:

[Other resourcexinchengxu

Description: 包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorithm. Using dynamic programming, retroactive law and the greedy algorithm
Platform: | Size: 5597 | Author: lw | Hits:

[Other resourceGraph3

Description: 最小生成树的贪心算法实现 普里姆算法 用邻接矩阵进行图的生成-the minimum spanning tree algorithm Primbetov greedy algorithm adjacent matrix chart generation
Platform: | Size: 1652 | Author: 郭靖 | Hits:

[PropertySheetthesis2000_fangqi

Description: 算法分析和设计的主要原理,动态规划 贪心算法 背包问题的实例-algorithm analysis and design of the main principle of dynamic programming greedy algorithm examples knapsack problem
Platform: | Size: 69562 | Author: 望水 | Hits:

[Other贪心方法

Description: 贪心方法解0/1背包问题,构造一个物品类,调用类方法对背包进行排序,核心代码已给出-greedy method for 0 / 1 knapsack problem, a structural categories of goods, the category called right backpack method for sequencing, the core code has been given
Platform: | Size: 52052 | Author: 赵立 | Hits:

[Othercaitou

Description: 贪心算法解决分割问题 给定一定的宽度,和N个输入(宽度) 得出最小的宽度-greedy algorithm to solve the segmentation problem must set the width and N input (width) reached the minimum width
Platform: | Size: 1353 | Author: 蔡兴辉 | Hits:

[AI-NN-PRgreedy

Description: 使用贪心算法解决旅行商问题,代码原创,算法清晰,可以运行。-Use greedy algorithm to solve the traveling salesman problem, the code is original, clear algorithm can be run.
Platform: | Size: 1024 | Author: 蒋林玻 | Hits:

[Data structsgreedy-algorithm

Description: 贪婪算法从文件输入一个高精度正整数N,去掉其中任意S个数后剩下的数字按原左右次序将组成一个新的正整数。编程对给定的N和S,寻找一种方案使得剩下的数字组成最小的新数。 输出得到的新正整数 -greedy algorithmEnter a high precision the file is an integer N, remove any of the number of S after the number of the left and right in order to form a new positive integer. Programming for a given N and S, looking for a solution that makes the number of the remaining number of the smallest number of new. The new integer output
Platform: | Size: 26624 | Author: cxd | Hits:

[Software EngineeringGreedy-algorithm

Description: 贪心算法解决木棒覆盖最多点的问题,食用一定量定长的木棒,使其覆盖尽可能多的点。-Solve the problem of sticks to cover some greedy algorithm
Platform: | Size: 92160 | Author: yukunlin | Hits:

[Mathimatics-Numerical algorithmsGreedy-Algorithm

Description: greedy 算法 c++ .greedy algorithm based on nearest neighbours-greedy algorithm based on nearest neighbours
Platform: | Size: 1024 | Author: wangjin | Hits:

[Othergreedy

Description: 对贪心算法的一些介绍,并通过“疯牛”这一acm题进行详细说明。-The example of greedy algorithm is described in detail by the example of mad cow.
Platform: | Size: 284672 | Author: 陈思洁 | Hits:

[Data structsGreedy-Algorithm

Description: 数据结构(java版)第三版的贪心算法背包问题源码程序-Greedy Algorithm
Platform: | Size: 6144 | Author: ttf | Hits:

[Software Engineeringgreedy

Description: 贪婪算法,可以实现最优的资源分配策略,给小白们作为参考-Greedy algorithm, you can achieve the optimal allocation of resources strategy, to white people as a reference
Platform: | Size: 1024 | Author: | Hits:

[matlabOFDM resource allocation

Description: OFDM resource allocation for (single user) using greedy algorithm. the function of greedy algo. is written in C. so, one need to set up a compiler in matlab.
Platform: | Size: 11264 | Author: ahmed_zezo_FEE | Hits:

[OtherGREEDY MAX-IS

Description: 最大独立集的贪心算法简易实现,可以快速求取节点数量较少的最大独立集问题。(An approximated greedy algorithm for Maximum Independent Set Problem)
Platform: | Size: 11264 | Author: richardqiu | Hits:

[Data structs贪心算法

Description: 贪心算法的详细说明,哈哈哈哈哈哈哈哈哈哈哈(Greedy algorithm is described in detail)
Platform: | Size: 3968000 | Author: miku123 | Hits:

[Windows DevelopGreedyColoring_MATLAB

Description: Calculate and color the graph using greedy algorithm with matlab
Platform: | Size: 144384 | Author: Madara | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net