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

搜索资源列表

  1. SomeProgramForDataStructure

    0下载:
  2. KMP字符串匹配的c实现,测试字符串为char a[20]="abcdefghijk" char b[20]="abcdefgg" 取各位数字的算法,最大有效测试数据长整形最N=100000000 贪婪算法:已知若干面值的人名币,如何找零钱,使张数最小,测试面值a[4]={25,10,5,1} 快速排序C++实现-KMP string matching c to achieve the test string to char a [20] = " abcdefghijk"
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2086
    • 提供者:WJC
  1. boat

    0下载:
  2. 贪婪算法实现,船转载货物问题。基于C-Greedy algorithm, ship goods reprint.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:895
    • 提供者:yu guicheng
  1. KnapsackProblemCLanguagesSourceCode)

    0下载:
  2. 背包问题(贪婪算法)c语言源代码。希望有帮助!-Knapsack problem (greedy algorithms) c language source code. Hope that helps!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1099
    • 提供者:wang_yufang
  1. algorithm

    0下载:
  2. 这是一本经典算法,值觉得学习.包含有贪婪算法,动态规划等.-This is a classical algorithm,the value of that learning.Contains a greedy algorithm,dynamic planning.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-16
    • 文件大小:344396
    • 提供者:tian
  1. tanlansuanfa

    0下载:
  2. 中国数学建模-编程交流-贪婪算法 最优化问题-shuanfa
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:31813
    • 提供者:悟能
  1. DataStructuresandAlgorithmAnalysis

    0下载:
  2. 全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法。-A comprehensive and systematic introduction to the queue, stack, tree, map and other basic data structures, as well as greedy algorithms, divide and conquer algorithms, branch and bound algorith
  3. 所属分类:Data structs

    • 发布日期:2017-06-10
    • 文件大小:17232315
    • 提供者:tailiu
  1. greedy

    0下载:
  2. 用于无线通信的,基于贪婪算法的自适应比特加载算法-For wireless communications, the greedy algorithm based on adaptive bit loading algorithm
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-27
    • 文件大小:500727
    • 提供者:fengzhejun
  1. mtqp

    0下载:
  2. 马踏棋盘的C算法,数据结构,堆栈的学习,算法分析,贪婪算法-Horse riding board C-algorithms, data structures, stack, learning, algorithm analysis, greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3370
    • 提供者:mr_lin
  1. package

    0下载:
  2. 用C语言实现了背包问题的贪婪算法求解,已编译通过-With the C language to implement the greedy algorithm knapsack problem has been compiled by
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1105
    • 提供者:陈忠宁
  1. suanfa

    0下载:
  2. 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7631
    • 提供者:peiyu
  1. beibaotanluanchengxu

    0下载:
  2. 利用c语言写的背包贪婪算法,程序简短精炼,希望对大家有所帮助-Using c language written backpack greedy algorithm, program short refining, want to help everyone
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1173
    • 提供者:张林
  1. tanxin

    0下载:
  2. 背包问题的贪婪算法,主要是通过性价比来决定物品的选择。-The greedy algorithm knapsack problem, mainly through cost-effective to determine the choice of items.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:987
    • 提供者:覃亮
  1. c

    0下载:
  2. 本代码解决的是背包问题之贪婪算法。采用的是C语言源代码-This code is to solve the knapsack problem of the greedy algorithm. Using the C language source code
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:818
    • 提供者:yaya
  1. zhaolingqian

    0下载:
  2. 本人上传的是用贪心算法实现找零钱问题。贪婪算法的根本思想是逐步获得最优解。-I uploaded is to use greedy algorithm to find small change problem. Greedy algorithm is the fundamental idea is to gradually get the optimal solution.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:563609
    • 提供者:林丽
  1. Computeralgorithmsr

    0下载:
  2. 计算机算法_贪婪算法 计算机算法(贪心算法,遍历搜索,递归,回溯法,分治法,分枝定界) 关于这方面的介绍-计算机算法_贪婪算
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:495369
    • 提供者:linjunying
  1. tanlansuanfa

    0下载:
  2. 这是一个ACM的算法,叫贪婪算法,内含PPT和实例代码,希望对喜欢ACM的同学有所帮助!-This is an ACM algorithm, called greedy algorithm, containing the PPT and examples of code, and want to help students like the ACM!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:11897
    • 提供者:卢笑天
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:67716
    • 提供者:YuMy
  1. Kruskal

    0下载:
  2. 应用堆栈思想实现Kruskal贪婪算法,得到最小生成树,-Stack ideology Kruskal minimum spanning tree
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:725962
    • 提供者:kolean
  1. matlabyiqunsuanfa

    5下载:
  2. 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:2648
    • 提供者:prince
  1. yichuansuanfa

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm are combined to form hybrid genetic algorithm, and solve the classical knapsack problem.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:23848
    • 提供者:施金泉
« 1 2 3 4 5 67 8 9 10 11 ... 17 »
搜珍网 www.dssz.com