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

搜索资源列表

  1. setcover

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

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

    0下载:
  2. 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法的win32源码,使用VC++实现-Image segmentation of the active contour model commonly used in a classic algorithms- greedy algorithm win32 source, use VC++ Achieve
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:74.23kb
    • 提供者:xuzheng
  1. Five_chess

    0下载:
  2. 采用c#编程的人机对战的五子棋程序,AI智能采用贪心算法和极大极小值算法,程序有详尽的注释,适合参考-C# programming using the man-machine war of Gobang procedures, AI algorithms and intelligent use of greedy algorithm for max-min value, the program has detailed notes for reference
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:126.87kb
    • 提供者:王德安
  1. A_Fast_Greedy_Algorithm_for_Outlier_Mining

    0下载:
  2. This file is about greedy algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:155.82kb
    • 提供者:David
  1. greedy

    0下载:
  2. 基于贪心算法的背包问题,大学软件基础实验。-Based on the greedy algorithm knapsack problem, the University of software-based experiments.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:188.59kb
    • 提供者:马琳
  1. Algorithm

    0下载:
  2. 按照贪心算法根据贪心原则不同,所得到的左右解不同-Greedy algorithm based on greedy principles in accordance with different left and right solution obtained by different
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1.3kb
    • 提供者:徐晓亮
  1. Greedy

    0下载:
  2. 贪心算法C++程序。在对问题求解时,总是做出在当前看来是最好的选择-Greedy algorithm C++ program. In problem solving, always make the best choice at present appears to be
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:518byte
    • 提供者:吴浩
  1. Greedy-algorithm

    0下载:
  2. 贪心算法VB程序PPT,让你更加了解贪心算法-Greedy algorithm VB program PPT, make you a better understanding of the greedy algorithm
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-01
    • 文件大小:23.84kb
    • 提供者:zyb
  1. Greedy-algorithm

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

    • 发布日期:2017-04-07
    • 文件大小:888byte
    • 提供者:向虎
  1. greedy-algorithm

    0下载:
  2. 本程序是贪心算法的c++源程序,解决的是宿舍安排问题-greedy algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-03
    • 文件大小:1.53kb
    • 提供者:chongqing
  1. greedy-algorithm-of-package

    0下载:
  2. 用C语言写的,实现的是用贪心算法来解背包问题,在VC++里可以编译运行-Written in C language, the realization of the greedy algorithm to solve knapsack problem, where you can compile and run in VC++
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:188.59kb
    • 提供者:Lily
  1. algorithm

    0下载:
  2. 包含了几个常见蛮力算法,贪心算法的经典例子,C++,Linux实现,如活动安排争夺共享资源,电梯安排提高使用效率等。-some classic algorithm implemented by myself, including greedy algorithm to implement shared resource arrangement for multi-activity,etc.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4.08kb
    • 提供者:diaoqin
  1. Greedy-Activity-Selector

    0下载:
  2. 算法设计与分析--活动安排问题,使用贪心算法实现-Algorithm Design and Analysis- Activities arrangements, using the greedy algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-02
    • 文件大小:595.15kb
    • 提供者:Google
  1. Horse-riding-board-greedy-algorithm

    0下载:
  2. 马踏棋盘贪心算法的主要实现方式的源代码,为新手学习贪心算法提供便利-Horse riding board the main way to achieve the greedy algorithm source code, for beginners learning to facilitate the greedy algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:1.06kb
    • 提供者:王臣亮
  1. Greedy----water-home-equipment

    0下载:
  2. 贪心算法,喷水装置是一个练习贪心算法很好的实例-Greedy algorithm- water home equipment
  3. 所属分类:Other systems

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

    0下载:
  2. 贪心算法,基于C++程序的经典会议安排的算法的实现-greedy algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1.1kb
    • 提供者:王先生
  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
    • 文件大小:12.12kb
    • 提供者:陈倩
  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
    • 文件大小:278.05kb
    • 提供者:陈思洁
  1. GREEDY MAX-IS

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

    • 发布日期:2017-12-25
    • 文件大小:11kb
    • 提供者:richardqiu
  1. GreedyColoring_MATLAB

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

    • 发布日期:2018-05-01
    • 文件大小:141kb
    • 提供者:Madara
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com