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

搜索资源列表

  1. 背包问题2 递归

    1下载:
  2. 一个0-1背包问题的C++实现,背包的容量为t,各物品的重量分别为w1,w2。。。wn,找一个能装下最大重量的物品组合,用递归形式的贪心法实现-a 0-1 knapsack problem of C achieved, the capacity for backpack t, the weight of the items were w1, w2. . . Wn, one can find the largest installed under the weight of goods portf
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:8.4kb
    • 提供者:飞杨
  1. 01package

    0下载:
  2. 01背包问题的贪心法源代码 供给有需要的参考-01 knapsack problem greedy algorithm source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:924.25kb
    • 提供者:wanchao
  1. tanxin

    0下载:
  2. 贪心法的基本思路: ——从问题的某一个初始解出发逐步逼近给定的目标,以尽可能快的地求得更好的解。当达到某算法中的某一步不能再继续前进时,算法停止。-Greedy basic idea:- from the question of a gradual solution of the initial approximation to set targets to as quickly as possible to seek a better solution. When an algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:5.81kb
    • 提供者:渠梁梁
  1. greedyl

    0下载:
  2. 数据结构与算法,贪心法求最小生成树的c语言描述算法-Data structure and algorithm, greedy method for minimum spanning tree algorithm described in the c language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1.19kb
    • 提供者:
  1. AlgorithmCode

    0下载:
  2. C++版本的各类算法源代码,包括动态规划法、分治法、贪心法、回溯法、分支限界法、概率算法-C++ source code version of the various algorithms, including dynamic programming, divide and conquer, greedy method, backtracking, branch and bound method, probability algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:39.08kb
    • 提供者:江涛
  1. suanfaqxf

    1下载:
  2. 算法实验报告+源代码 实验一 1题 归并排序.cpp 11 实验一 2题 快速排序.cpp 12 实验二1题 贪心法求背包问题.cpp 13 实验二2题 贪心法求最短路径.cpp 16 实验三 动态规划求最短路径.cpp 17 实验四 回溯法求背包.cpp 18-Algorithm+ source code for test lab reports a problem for a merge sort. Cpp 11 question tes
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:106.47kb
    • 提供者:秋思狐狸
  1. knap

    0下载:
  2. 分支限界求背包问题相对于贪心法等有很大的优势-fenzhi xianjie beibao
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1.15mb
    • 提供者:chuanye
  1. back

    0下载:
  2. 贪心法求解背包问题。txt文件数据输入与答案输出-The greedy method knapsack problem. txt file data input and answer output
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:1004byte
    • 提供者:zyt
  1. duojidiaodu

    0下载:
  2. 用贪心法求解多机调度问题。两个机器,调度多项不同时长的作业。每个作业有两个子作业,后一项子作业必须在前一项子作业完成之后才能操作。合理安排这些作业的顺序。使得总时间最短。-Greedy method for solving the multi-machine scheduling problem. Two machines, scheduling a number of long jobs simultaneously. Each job has two sub-operations, afte
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:1.26kb
    • 提供者:百丈
  1. Expedition

    0下载:
  2. expedition,一个很简单的程序,关于贪心法-acm expedition,about
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-06
    • 文件大小:4.23kb
    • 提供者:charles
  1. HuffmanCodeTest

    0下载:
  2. 贪心法实现哈夫曼树,C++实现,可直接运行-a realization of HuffmanTree
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:341.22kb
    • 提供者:Victor Smith
  1. test

    0下载:
  2. 用贪心法解决加油站问题(c语言编写),希望能给大家带来帮助-Greedy method gas station problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:613byte
    • 提供者:胡银波
  1. Loading

    0下载:
  2. 使用贪心法(首先装载最轻的集装箱)实现最优装载算法。-Use the greedy method (first load containers lightest) to achieve optimal loading algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:6.77kb
    • 提供者:Vivian Yo
  1. arrange-meetting-room

    0下载:
  2. 贪心法 会场安排问题 非常实用 初学者必看的-Greedy method is very useful for beginners venue arrangements must-see
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1.07kb
    • 提供者:徐栩
  1. tanxin

    0下载:
  2. 背包问题是一种NP完全问题,使用贪心法优化解决背包问题。-Knapsack problem is an NP-complete problem, use the greedy algorithm optimization to solve knapsack problem.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:357.07kb
    • 提供者:dirk
  1. The-shortest-path

    1下载:
  2. 用贪心法和动态规划两种算法求解有向图任意两个节点之间的最短路径,要求给出最短路径的值以及中间路径。-Greedy method and dynamic programming algorithm to solve the two have to figure the shortest path between any two nodes, required to give the value of the shortest path and the middle path.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1.95kb
    • 提供者:张鹏飞
  1. shortest-road

    0下载:
  2. 本实例主要是利用贪心法来求解单源点最短路径的判断-This example is the use of the greedy method to solve the single source point of the shortest path of the judge
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:230.86kb
    • 提供者:wang
  1. calabash-master

    0下载:
  2. 葫芦娃问题的一种解法,利用贪心法和本地搜索,可以得到较好的局部最优解(There are N calabash brothers numbered with 1, 2, ..., N. Each of them has a skill, which they may choose to use or not. So each of them has two states: positive if he uses the skill and negative if not. For example
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:6.36mb
    • 提供者:Captainliuty
  1. 贪心法求背包问题

    0下载:
  2. 贪心法求背包问题,如何选择使得背包中物品价值最大(A greedy method for the problem of knapsack)
  3. 所属分类:其他

    • 发布日期:2018-04-18
    • 文件大小:5kb
    • 提供者:jikeZ
  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 »
搜珍网 www.dssz.com