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

搜索资源列表

  1. mathandos

    0下载:
  2. 算法设计的动态规划,贪心算法 操作系统的银行家算法等五个小程序-data
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7970
    • 提供者:vicky
  1. LIS

    0下载:
  2. MFC写的使用贪心算法求最小递增子序列。-calculate the longest increaing sub-sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:20000
    • 提供者:luckypig
  1. 09

    0下载:
  2. 设计一个求解图着色的问题的算法,(不可以用贪心算法)及用贪心算法设计一个TSP问题-Design a plan for solving the problem coloring algorithm, (can not use greedy algorithm) and greedy algorithm design using a TSP problem
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:860
    • 提供者:
  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. 所属分类:Windows Kernel

    • 发布日期:2017-05-23
    • 文件大小:7199463
    • 提供者:王赛
  1. mataqipan

    1下载:
  2. 利用回溯法+贪心算法实现马踏棋盘功能。具体描述:有一M*N的棋盘,输入马所在的起始位置,输出马走过的全部路径。(马走过棋盘上每一个点)-The use of backtracking greedy algorithm+ horse riding board features. Specific descr iption: There is an M* N chessboard, enter the horse where the starting position, the output of
  3. 所属分类:其他小程序

    • 发布日期:2012-12-21
    • 文件大小:454284
    • 提供者:chenjian
  1. Thegreedyalgorithm

    0下载:
  2. ACM 很不错的贪心算法的学习资料 比较详细介绍贪心算法-The greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:712479
    • 提供者:张辉
  1. Computeralgorithmsr

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

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

    0下载:
  2. 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-04
    • 文件大小:199704
    • 提供者:自由民
  1. jingdiansuanfa

    0下载:
  2. 经典算法+分支限界法+分治法+动态规划+贪心算法+回溯法-Classical branch and bound algorithm+ France+ divide and conquer dynamic programming+++ backtracking greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:280651
    • 提供者:云博
  1. greedy

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

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

    0下载:
  2. 无冲突子集划分:用于数学建模对数据进行分类,用贪心算法实现-divide
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:12225
    • 提供者:sherry
  1. TSptanxin

    0下载:
  2. TSP贪心算法C++ ,很有用的源代码哦-based genetic algorithm for multi- objective optimization. It is a very e® ective algorithm but has been generally criticized for its computational complexit
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:655
    • 提供者:炯炯
  1. NGProblem

    0下载:
  2. 有关图的NP问题代码 包括贪心算法求解 分支限界法 优化的分支限界法-NP problems solutions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2115094
    • 提供者:刘玮
  1. Knapsack

    0下载:
  2. Knapsack,用贪心算法解决背包问题,Visual C++ 6.0编译-Knapsack, with a greedy algorithm to solve knapsack problem, Visual C++ 6.0 compiler
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2258372
    • 提供者:草人
  1. huichanganpai

    0下载:
  2. 算法设计与分析经典问题会场安排,采用贪心算法,每进行一次贪心算法规模减小一次-Classic problem of algorithm design and analysis of the venue arrangements, using greedy algorithm, each once a greedy algorithm reduces the size
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:597905
    • 提供者:大为
  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
    • 文件大小:1334
    • 提供者:徐晓亮
  1. huichanganpaiwenti

    0下载:
  2. 会场安排问题 Descr iption 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的 贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个 顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小 会场数。) 编程任务: 对于给定的k个待安排的活动,编程计算使用最少会场的时间表。 Input 由文件input.txt给出输入数据。第一行有1 个正整数k,表示有k个
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1228
    • 提供者:ahangin
  1. fenshubeibao

    0下载:
  2. 利用贪心算法的设计方法设计分数背包问题的算法-Using the method of greedy algorithm design points knapsack problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:700
    • 提供者:曹萌萌
  1. 1

    0下载:
  2. 贪心算法0-1背包问题,很全面,很有用的-beibao
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4836
    • 提供者:afeng
  1. pack_of_four_algorithms

    0下载:
  2. 01背包四种算法实现:动态规划法,分支限定法,回溯法,贪心算法-01 pack of four algorithms: dynamic programming, branch limit method, backtracking, greedy algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:248588
    • 提供者:Lucia
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 35 »
搜珍网 www.dssz.com