搜索资源列表

  1. MaxLoading

    0下载:
  2. 贪心算法解最大装载问题-greedy algorithm largest Loading Problem Solution
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:胡凯
  1. 活动安排问题

    0下载:
  2. 贪心算法实现活动安排问题-greedy algorithm activities arrangements
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:
  1. 0-1背包问题

    0下载:
  2. 该程序用贪心算法来求解0-1背包问题 采用贪婪准则:每次选择p/w最大的物品放入背包。-procedures with the greedy algorithm to solve 0-1 knapsack problem using greed criteria : Each choice p/w largest goods Add backpack.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:杨晨
  1. 二分覆盖问题

    0下载:
  2. 该程序用贪心算法来求解二分覆盖问题. 采用贪婪准则:每次从A中选择一个顶点加入覆盖,选择时:选取能覆盖B中还未被覆盖的顶点的数目最多的顶点。-procedures with the greedy algorithm to solve two hours coverage. Using greed criteria : A time to choose from a peak accession coverage options : To
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:杨晨
  1. XR_AI_Project2_v1

    0下载:
  2. 用人工智能方法编写的五子棋程序,使用了贪心算法等,运行速度很快,人工智能比较强大-using artificial intelligence methods to prepare the 331 procedures, the use of the greedy algorithm, running very fast, more powerful artificial intelligence
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-18
    • 文件大小:720896
    • 提供者:吴小鹏
  1. Huffman树

    0下载:
  2. 用加权二叉树,最小堆和贪心算法实现的Huffman树,对学算法和数据结构的朋友很有帮助-weighted binary tree, the smallest reactors and the greedy algorithm Huffman tree for school algorithm and data structure of helpful friends
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:63488
    • 提供者:张钊
  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-05-18
    • 文件大小:1024
    • 提供者:汪永威
  1. tanxin

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王卫红
  1. caitou

    0下载:
  2. 贪心算法解决分割问题 给定一定的宽度,和N个输入(宽度) 得出最小的宽度-greedy algorithm to solve the segmentation problem must set the width and N input (width) reached the minimum width
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:蔡兴辉
  1. MaxSubMin

    0下载:
  2. 用贪心算法编写的有关最大级差问题的java程序-greedy algorithm used in the preparation of the largest differential in java programs
  3. 所属分类:按钮控件

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:
  1. greedy_three

    0下载:
  2. 用贪心算法求最小生成树的问题是可以由这个程序来实现的。它求出在一棵树中哪些边组成的通路具有最小的权值。-with greedy algorithm for the minimum spanning tree problem can be resolved by this procedure to achieve it. It obtained in a tree in which the edge of the pathway with
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:241664
    • 提供者:tom
  1. visit

    0下载:
  2. 用贪心算法做的全国31个城市之间的旅行商问题源代码,可执行程序都在附件压缩包内。里面的data.txt city.txt分别为数据表和城市名,要和可执行程序放在同一个目录内才可执行-greedy algorithm to do with the country's 31 cities between the TSP source code, the executable in Annex compressed packet. I
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:34816
    • 提供者:谢躜
  1. colorprogram

    0下载:
  2. 着色问题,通过贪心算法实现,个人认为还比较经典-Coloring problem, through the greedy algorithm to achieve, personally think that is still relatively classic
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:钟俊
  1. circlecutting

    0下载:
  2. 集装箱的装箱问题 给定一个集装箱,其长为L,宽为W和高为H,现有一批圆柱形木材,每根木材的长均为L,但是半径不同,设第i根木材半径为ri。问如何装箱,使得集装箱的空间利用率最高? 本程序要求用贪心算法解决: 贪心算法总是作出在当前看来是最好的选择。也就是说,不从整体最优上加以考虑,它所做出的仅是在某种意义上的局部最优解。 -problem given a container, its long-L, width W an
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:林茜
  1. mataqipan

    0下载:
  2. 马踏棋盘的贪心算法,8*8棋盘,基本上不用回溯。-horse riding chessboard of the greedy algorithm, 8* 8 chessboard, basically not retroactive.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:174080
    • 提供者:hpsun
  1. tangxin

    0下载:
  2. 贪心算法求磁盘最优存储问题,能够解决此问题.不失为一种好办法.-greedy algorithm for optimal disk storage, to solve this problem. It is a good approach.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:901120
    • 提供者:王明
  1. jiayou

    0下载:
  2. 用C语言实现的算法题中的加油问题。 用贪心算法实现的。-C language algorithms that the refueling problem. With the greedy algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:174080
    • 提供者:张亮
  1. ShortRoad

    0下载:
  2. 完整实现了单源最短路径的算法。 采用的是贪心算法思想。-integrity to achieve a single-source shortest path algorithm. The greedy algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:jackson
  1. DuoBianXingYOUXIJava

    0下载:
  2. 本代码为王晓东算法书上的多边形代码贪心算法实现-code for the algorithm Wang Xiaodong book on the polygon code greedy algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:
  1. zwqzwqknight

    0下载:
  2. 这是一个马跳的程序,采用贪心算法实现,希望对大家有帮助-This is a horse jump procedures, greedy algorithm, we hope to help
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:郑文清
« 1 23 4 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org