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

搜索资源列表

  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 algorithm. Using dynamic programming,
  3. 所属分类:书籍源码

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

    0下载:
  2. 最小生成树的贪心算法实现 普里姆算法 用邻接矩阵进行图的生成-the minimum spanning tree algorithm Primbetov greedy algorithm adjacent matrix chart generation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1652
    • 提供者:郭靖
  1. thesis2000_fangqi

    0下载:
  2. 算法分析和设计的主要原理,动态规划 贪心算法 背包问题的实例-algorithm analysis and design of the main principle of dynamic programming greedy algorithm examples knapsack problem
  3. 所属分类:PropertySheet

    • 发布日期:2008-10-13
    • 文件大小:69562
    • 提供者:望水
  1. 贪心方法

    0下载:
  2. 贪心方法解0/1背包问题,构造一个物品类,调用类方法对背包进行排序,核心代码已给出-greedy method for 0 / 1 knapsack problem, a structural categories of goods, the category called right backpack method for sequencing, the core code has been given
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:52052
    • 提供者:赵立
  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. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1353
    • 提供者:蔡兴辉
  1. 背包问题之贪婪算法求解C语言源代码

    0下载:
  2. 其实原来的程序也是采用了贪婪算法,不过下面程序中的beibao1函数采用了贪婪算法的另一种写法,beibao函数是以前的代码,用来比较两种算法-fact, the original procedure is used in the greedy algorithm, but the procedures below beibao1 function of the greedy algorithm used another way, beibao function of the previous
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1156
    • 提供者:ffff
  1. 贪婪算法解决背包

    0下载:
  2. 运用贪婪算法能够很好解决0/1背包问题,这是我编的一个小程序,运行过很好。-greedy algorithm can be used to solve a very good 0 / 1 knapsack problem, this is my part of a small program running very good.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1064
    • 提供者:应吉平
  1. id4

    0下载:
  2. 对贪婪算法进行系统分析介绍,例题详尽,思路清晰,容易掌握-right greedy algorithm analysis, detailed examples, clear, easy to master
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:25151
    • 提供者:鼹鼠
  1. chandfdsggmoney

    0下载:
  2. 这是一个数据结构中常用的算法,用贪心算法,找钱的的程序,程序虽小,但有一定的意义-This a data structure commonly used algorithm, with greedy algorithm to find money in the process, procedures may be small, but there are certain sense! !
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8821
    • 提供者:刘少人
  1. 背包问题之贪婪算法求解C语言源代码)

    1下载:
  2. 背包问题的贪婪算法,需要的下,不需要帐号的,自由的下。-knapsack problem of greedy algorithm, need, need not account, free under.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1371
    • 提供者:王少石
  1. Activearr

    0下载:
  2. 用贪心算法编写的有关活动安排问题的java程序-greedy algorithm used to prepare the arrangements for the activities of java programs
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1612
    • 提供者:侯绍忠
  1. 贪心算法球园排列问题

    1下载:
  2. 贪心算法球园排列问题,算法设计与分析课程的作业。-greedy algorithm with the ball park, algorithm design and analysis programs work.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:120823
    • 提供者:老七
  1. 算法设计与分析实验

    0下载:
  2. 哈夫曼编码。排序问题,利用贪心算法的思想实现哈夫曼编码算法程序 -Huffman coding. Scheduling problems, the greedy algorithm achieving Huffman coding algorithm
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:20352
    • 提供者:无有
  1. 综合算法

    4下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1452699
    • 提供者:罗鹏魁
  1. 二分覆盖程序

    0下载:
  2. 二分覆盖算法的贪婪算法解决。使用dephi编译。使用了贪婪算法。-two hours covering algorithm to solve the greedy algorithm. Dephi use compiler. Use the greedy algorithm.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:176875
    • 提供者:陈琳
  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 minimum weight.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:6612
    • 提供者:tom
  1. greedy_snake

    0下载:
  2. 图像分割常用的主动轮廓模型中的一个经典算法——贪心算法-image segmentation commonly used active contour model of a classical algorithm -- greedy algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:62397
    • 提供者:明明
  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. Inside data.txt city.txt of dat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35031
    • 提供者:谢躜
  1. GreedyTP

    0下载:
  2. 同学做的基于贪婪策略的拓扑排序算法可视化演示程序,支持用户自己画出拓扑图,VC++.net下测试通过。-students so greedy strategy based on the topological sorting algorithm visualization demo program that allows users to draw their own topology map, VC. Net under test.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:68808
    • 提供者:杨智丹
  1. babysnake

    0下载:
  2. 贪市蛇的MATLAB远程序,很棒-greedy city snake MATLAB far procedures and outstanding
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:6321
    • 提供者:梦乡
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com