CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 贪心算法

搜索资源列表

  1. LectureHalls.rar

    0下载:
  2. acm算法设计—会场安排问题! 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。,acm algorithm design- the venue arrangements! Assume it to be enough room
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:328.51kb
    • 提供者:张波
  1. greedyalgorithm.rar

    0下载:
  2. 利用贪心算法从而实现了任务调度问题的过程,Greedy algorithm- the task scheduling problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:932.95kb
    • 提供者:角久
  1. setcover

    1下载:
  2. 贪心算法实现集合覆盖问题,不带权的集合覆盖问题,c++源码-Greedy algorithm set cover problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:647byte
    • 提供者:钱米
  1. 0-1

    0下载:
  2. 0-1背包问题的贪心算法 希望对大家有帮助-0-1 knapsack problem the greedy algorithm would like to help everyone
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5.69kb
    • 提供者:林龙
  1. Prim

    0下载:
  2. 这是一个构造最小生成树的Prim算法,是属于贪心算法的范畴。设G=(V,E)是连同带权图,V={1,2,3,...,n}。构造G的最小生成树。-This is a structure of Prim minimum spanning tree algorithm is a greedy algorithm category. Set G = (V, E) is, together with the weighted graph, V = (1,2,3 ,..., n). G of the min
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:5.07kb
    • 提供者:Katherine
  1. RWXML8

    1下载:
  2. 分别用贪心算法和启发式算法对测试用例集进行了最小化。-the Greedy and Heuristic is used to minimized the test suite.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3.67mb
    • 提供者:龚有平
  1. KITBAG

    0下载:
  2. 背包问题是用贪心算法得到最优解得一个典型问题。背包问题具有最优子结构性质首先通过快速排序算法对物品按照单价从大到小排序,然后进行贪心选择。-Knapsack problem is a greedy algorithm with the optimal solution may be a typical problem. Knapsack problem with the nature of the optimal sub-structure, first of all, quick sort a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:695byte
    • 提供者:workfuture
  1. Cargobin-packingproblem.jsp

    1下载:
  2. 首先,打开MATLAB编辑器,输入该文件中程序码,把文件保存到MATLAB当前目录并命名为zhuangxiang.m,只需在命令窗口中输入zhuangxiang,按回车键,根据提示输入,便可解决贪心算法中货船装箱问题,以求得最优解。 -First of all, open the MATLAB editor, enter the file, program code, save the file to the MATLAB current directory and named zhuang
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:3.15kb
    • 提供者:姚国标
  1. tx

    0下载:
  2. 这是一个关于贪心算法的一些例子,里面包含了源代码,请仔细研究-some example
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:50.47kb
    • 提供者:陈俊
  1. berth_allocation

    0下载:
  2. 港口泊位分配问题,采用贪心算法和模拟退火算法(Port berth allocation problem)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:大无畏
  1. GREEDY MAX-IS

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

    • 发布日期:2017-12-25
    • 文件大小:11kb
    • 提供者:richardqiu
  1. 贪心算法背包问题

    0下载:
  2. 一个简单贪心算法的研究,背包问题,供大家浏览参考。(A simple greedy algorithm research, knapsack problem, reference for browsing.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1kb
    • 提供者:CJPYXS
  1. project.c

    0下载:
  2. 贪心算法解决送餐问题 ,已知送餐员餐厅等的坐标进而给出送餐方案。效果不是很好,但也还行(beihang algorithm class project)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:4kb
    • 提供者:furrina
  1. 贪心算法 简单问题研究

    0下载:
  2. 关于贪心算法的最优安排和稍微复杂的研究,文中给出两个小例子。(About the greedy algorithm is the optimal arrangement and study a little more complicated, two small example is given in the paper.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2kb
    • 提供者:CJPYXS
  1. 部分背包的贪心算法实现

    0下载:
  2. 通过贪心算法实现装进背包物品价值最大化,具体步骤是依次选择价值密度最大的物品放入背包(Through greedy algorithm to maximize the value of goods loaded into backpacks.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:28kb
    • 提供者:caoya104
  1. function

    0下载:
  2. 一些算法的集合,可以直接测试使用,包括动态划分,分治,贪心算法等(Some of the sets of algorithms can be used directly to test the use of)
  3. 所属分类:其他

  1. 贪心

    0下载:
  2. 一些有关算法案例,例如n后问题 单源最短路径的相关程序(This docunmet will be useful for those who learned c/c++ ,you will understand some basic theory and master useful skills.)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:1.13mb
    • 提供者:chenxias
  1. best

    0下载:
  2. 贪心算法解决最优装载问题,c++版本。已设置初始重量和容量。(A greedy algorithm to solve the optimal loading problem.C++ version. Initial weight and capacity have been set.)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:89kb
    • 提供者:hero_s
  1. 背包问题

    0下载:
  2. 贪心算法解决背包问题:给定n种物品和一个背包。物品i的重量是Wi,其价值为Vi,背包的容量为C。应如何选择装入背包的物品,使得装入背包中物品的总价值最大?(The greedy algorithm solves the knapsack problem: a given n item and a backpack. The weight of the item I is Wi, its value is Vi, and the capacity of the knapsack is C. How
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:89kb
    • 提供者:wj456jw
  1. 贪心算法

    0下载:
  2. 贪心算法(又称贪婪算法)是指,在对问题求解时,总是做出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,他所做出的是在某种意义上的局部最优解。(Greedy algorithm (also called greedy algorithm) means that when solving a problem, it always makes the best choice at present. That is to say, not considering the overall opt
  3. 所属分类:其他

« 12 3 4 5 6 »
搜珍网 www.dssz.com