搜索资源列表

  1. xinchengxu

    0下载:
  2. 包括GRAY码,工作分配问题,会场安排,石子,行数字三角形,最长递增子序列和最小重量机器算法。利用动态规划、回溯法和贪心法-including GRAY code, work assignment, venue arrangements, gravel, and digital triangle, the longest sequences and increase the minimum weight machine algorith
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5597
    • 提供者:lw
  1. salesman

    0下载:
  2. 售货员问题,用贪心法解决问题,虽然比较简单还算可以实现基本要求-salespersons questions, greedy algorithm to solve the problem, although it is relatively simple to achieve fairly basic requirements
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1195
    • 提供者:钟俊
  1. javaTANXINFABEIBAO

    0下载:
  2. 用JAVA编写的关于算法分析与设计里的如何用JAVA实现关于贪心法的背包问题,简单明了.有很强的实例意义.-with JAVA prepared by the analysis of the algorithm and the designing of how to use JAVA of greedy law backpack , simple and clear. a strong example of significance.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13606
    • 提供者:binly
  1. duioji

    0下载:
  2. 用贪心法实现多机调度的问题。用C语言编写的-greedy method used to achieve multi-machine scheduling problems. C language prepared by the
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1298
    • 提供者:yzb
  1. 贪心法

    0下载:
  2. 用贪心法解决TSP问题.输入数据可求得所要的最值的结果.-greedy algorithm used to solve TSP. Input data can be obtained by the most value to the results.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:7410
    • 提供者:hanhan12345
  1. 贪心法求任务调度问题

    0下载:
  2. 西电算法课的贪心部分上机试验题目!
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-05-08
    • 文件大小:577
    • 提供者:THKBAD
  1. 会议安排

    1下载:
  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 app
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:汪永威
  1. suanfabaogao

    0下载:
  2. 算法设计与分析试验报告,含全部实验源代码,包括贪心法、回溯法、深度优先搜索、分治法等,内容详尽。-Algorithm design and analysis of the test report, containing all the experimental source code, including the greedy method, backtracking, depth-first search, sub-rule law,
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-05
    • 文件大小:121856
    • 提供者:Diana
  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 bett
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:6144
    • 提供者:渠梁梁
  1. bowuguan

    0下载:
  2. 对大型活动的安排,贪心法,先对结束时间排序在依次取出最大子集。-Arrangements of large-scale activities, greedy method, first the end of time in order to sort out the biggest subset.
  3. 所属分类:汇编语言

    • 发布日期:2024-06-05
    • 文件大小:3072
    • 提供者:kroeger
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Bo
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-05
    • 文件大小:7182336
    • 提供者:shang
  1. beibao

    0下载:
  2. 贪心法求解背包问题,希望对大家有帮助,还 的的的 -Knapsack problem greedy method, we would like to help, but also of the
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-06-05
    • 文件大小:1024
    • 提供者:shenyi
  1. bags

    0下载:
  2. 四种算法(动态规划、回溯法、分支限界法、贪心法)实现0-1背包问题-four algorithms including dynamic planningm,tracing,branch and bound method and greedy to implement 0-1 bag problem.
  3. 所属分类:系统编程

    • 发布日期:2024-06-05
    • 文件大小:7199744
    • 提供者:王赛
  1. suanfaqxf

    0下载:
  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 m
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:108544
    • 提供者:秋思狐狸
  1. The_Greedy_Heuristic

    0下载:
  2. 表上作业法(贪心法)的MATLAB程序 解决运输问题的算法,内部有程序代码的详细介绍以及一个算例的介绍。本人为MATLAB初学者,欢迎交流,QQ420797419-This simple heuristic usually gives good, but possibly suboptimal solutions for the transportation problem.
  3. 所属分类:matlab例程

    • 发布日期:2024-06-05
    • 文件大小:5120
    • 提供者:小胡
  1. tan-xin-fa-shan-shu

    0下载:
  2. 贪心法删数,只是一个小的计算程序,初学者可以看看。-Greedy method is only a small number of deleted computer program for beginners can look
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-05
    • 文件大小:101376
    • 提供者:xuwujian
  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 an
  3. 所属分类:Windows编程

    • 发布日期:2024-06-05
    • 文件大小:6665216
    • 提供者:Captainliuty
  1. 贪心法求背包问题

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

    • 发布日期:2024-06-05
    • 文件大小:5120
    • 提供者: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, n
  3. 所属分类:其他小程序

    • 发布日期:2024-06-05
    • 文件大小:3072
    • 提供者:我不吃零食
  1. 2003年全国大学生数学建模竞赛题目

    0下载:
  2. 如何利用最小的资源消耗取得理想的产量要求,是本文讨论的重点问题。文章采用两种方法——贪心法和线性规划建立模型,针对两个目标进行安排。(How to make use of the minimum resource consumption to achieve the desired output requirements is the key issue discussed in this paper. In this paper, t
  3. 所属分类:文档资料

    • 发布日期:2024-06-05
    • 文件大小:2528256
    • 提供者:jijibo,
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org