CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - greedy

搜索资源列表

  1. 会议安排

    0下载:
  2. 本代码用贪心算法实现会议安排的最佳顺序,其目标是使得能够安排的会议数量最多,是贪心算法的典型应用-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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:904
    • 提供者:汪永威
  1. TC贪吃蛇

    0下载:
  2.   贪吃蛇的TC游戏程序源代码,我们用了一个学期在高级C语言课了组队完成的.-Greedy Snake,a game with TC language.It takes us one semester to finish it in C language course.
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:8032
    • 提供者:俞薛永
  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:王卫红
  1. 贪婪算法作业

    0下载:
  2. 一个关于使用贪婪算法的程序,是我同学在外国上课的一个作业,对学校贪婪算法有一定的帮助,详细的题目和注释在里面-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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:225903
    • 提供者:吴俊强
  1. greedy

    0下载:
  2. 1)编程实现背包问题贪心算法和最小生成树prim算法。通过具体算法理解如何通过局部最优实现全局最优,并验证算法的时间复杂性。 2)输入5个的图的邻接矩阵,程序加入统计prim算法访问图的节点数和边数的语句。 3) 将统计数与复杂性函数所计算的比较次数比较,用表格列出比较结果,给出文字分析。 4)背包问题的实验数据如下表:n=8,m=110 -1) programming to implement the knapsack problem greedy algorithm and
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:12412
    • 提供者:陈倩
  1. Greedy-Arithmetic

    0下载:
  2. 本文件夹是贪心算法的一种延伸,即最优路径,与以往的孙发不同之处在于添加了限制路径,是贪心算法的提高。其中还有知道PPT。-This folder is an extension of the greedy algorithm, namely the optimal path, different the past, Sun made that added restrictions path, is to improve the greedy algorithm. Which also know
  3. 所属分类:mathematica

    • 发布日期:2017-05-07
    • 文件大小:1220398
    • 提供者:刘钊
  1. You-greedy

    0下载:
  2. 把数组中的n个双字型元素按从大到小的顺序排列。增加一个交换标志,在排序完成时不再执行多余的外层循环-you greedy
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:541
    • 提供者:zhibo
  1. greedy-algorithm

    0下载:
  2. 克鲁斯卡尔算法(Kruskal s algorithm)是两个经典的最小生成树算法的较为简单理解的一个。这里面充分体现了贪心算法的精髓。-Kruskal algorithm (Kruskal' s algorithm) is relatively simple to understand one of two classic minimum spanning tree algorithm. Inside this fully reflects the essence of greedy a
  3. 所属分类:assembly language

    • 发布日期:2017-04-30
    • 文件大小:153682
    • 提供者:孙铭啸
  1. Greedy-algorithm

    0下载:
  2. 贪心算法法,算最优活动安排,主要体现贪心算法思想。-The greedy method, the optimal arrangements
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1016
    • 提供者:mzi814159
  1. greedy

    0下载:
  2. 使用贪心算法解决旅行商问题,代码原创,算法清晰,可以运行。-Use greedy algorithm to solve the traveling salesman problem, the code is original, clear algorithm can be run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:908
    • 提供者:蒋林玻
  1. greedy-algorithm

    0下载:
  2. 贪婪算法从文件输入一个高精度正整数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
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:26848
    • 提供者:cxd
  1. Greedy-algorithm

    0下载:
  2. 贪心算法解决木棒覆盖最多点的问题,食用一定量定长的木棒,使其覆盖尽可能多的点。-Solve the problem of sticks to cover some greedy algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:92295
    • 提供者:yukunlin
  1. Greedy-Algorithm

    0下载:
  2. greedy 算法 c++ .greedy algorithm based on nearest neighbours-greedy algorithm based on nearest neighbours
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1236
    • 提供者:wangjin
  1. greedy

    0下载:
  2. 对贪心算法的一些介绍,并通过“疯牛”这一acm题进行详细说明。-The example of greedy algorithm is described in detail by the example of mad cow.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:284727
    • 提供者:陈思洁
  1. Greedy-Algorithm

    0下载:
  2. 数据结构(java版)第三版的贪心算法背包问题源码程序-Greedy Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:6299
    • 提供者:ttf
  1. greedy

    0下载:
  2. 贪婪算法,可以实现最优的资源分配策略,给小白们作为参考-Greedy algorithm, you can achieve the optimal allocation of resources strategy, to white people as a reference
  3. 所属分类:Software Testing

    • 发布日期:2017-12-10
    • 文件大小:819
    • 提供者:
  1. OFDM resource allocation

    0下载:
  2. 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.
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:11264
    • 提供者:ahmed_zezo_FEE
  1. GREEDY MAX-IS

    0下载:
  2. 最大独立集的贪心算法简易实现,可以快速求取节点数量较少的最大独立集问题。(An approximated greedy algorithm for Maximum Independent Set Problem)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:11264
    • 提供者:richardqiu
  1. 贪心算法

    0下载:
  2. 贪心算法的详细说明,哈哈哈哈哈哈哈哈哈哈哈(Greedy algorithm is described in detail)
  3. 所属分类:数据结构

    • 发布日期:2017-12-30
    • 文件大小:3968000
    • 提供者:miku123
  1. GreedyColoring_MATLAB

    0下载:
  2. Calculate and color the graph using greedy algorithm with matlab
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:144384
    • 提供者:Madara
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com