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

搜索资源列表

  1. javaTANXINFABEIBAO

    0下载:
  2. 用JAVA编写的关于算法分析与设计里的如何用JAVA实现关于贪心法的背包问题,简单明了.有很强的实例意义.-with JAVA prepared by the analysis of the algorithm and the designing of how to use JAVA of greedy law backpack , simple and clear. a strong example of significance.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:13606
    • 提供者:binly
  1. tx

    0下载:
  2. 两个贪心实例,学算法时编的,比较简单,但有代表性-two greedy example, learning algorithm series, relatively simple, but a representative
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1475
    • 提供者:宋文婷
  1. basicAlgorithm(pascal)

    0下载:
  2. 基本算法正稿 包括:一、数论算法;二、图论算法;三、背包问题;四、排序算法;五、高精度计算;六、 树的遍历;七 进制转换;八 全排列与组合的生成;九.查找算法;十、贪心;十一、回溯法框架;十二、DFS框架;十三、BFS框架;十五、数据结构相关算法
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:14514
    • 提供者:oh204
  1. knapsack

    0下载:
  2. 背包问题算法 - 贪心法,递归法和动态规划法分别解决-Three solutions to Knapsack problem: the integer knapsack problem solution, fractional knapsack solution and DDG solution
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:1073
    • 提供者:
  1. Arithmetic

    0下载:
  2. 用JAVA完成的0-1背包算法,一共用了四种算法,包括贪心,分治,动态规划,回溯。把工程导入ECLIPSE下就可以了。-JAVA finished 0-1 with a knapsack algorithm, a share of the four algorithms, including greedy, divide and conquer, dynamic programming, backtracking. To work on it under into ECLIPSE.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:16627
    • 提供者:xiaoming
  1. GreedyAlgorithms

    0下载:
  2. 贪心法实现背包问题,运用枚举法实现,根据结果分析该算法的贪心性质-The greedy method knapsack problem, using the enumeration method to achieve, based on the results of analysis of the greedy nature of the algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:920
    • 提供者:lj
  1. strassen

    0下载:
  2. 本算法使用贪心算法的思想,使得一个整数去掉指定n个字符后,得到的整数最小-The algorithm uses the greedy algorithm makes a specified integer integer n characters removed, the resulting minimum
  3. 所属分类:Jsp/Servlet

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:wutong
  1. tanxinsuanfa

    0下载:
  2. 这是贪心算法用于数据仓库中物化视图的算法-This is a greedy algorithm algorithm for data warehouse materialized views
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3082233
    • 提供者:SOSO
  1. java_hanno

    0下载:
  2. java_hanno,java汉诺贪心九宫格算法集合,介绍各种经典算法,包含源代码-java_hanno, java Hanno squared greedy algorithm set to introduce a variety of classic algorithms, including source code
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:4448
    • 提供者:linpeitao
  1. runner

    0下载:
  2. 本源码实现经典的守望者逃离问题,采用的算法为贪心算法,通过分析mp的量与总路程的关系,尽量选择闪现。-This source implementation of the classic watchers escape problems, using the algorithm for the greedy algorithm, through the analysis of the amount of mp and total distance relationship, try to choo
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:8718
    • 提供者:周刚
  1. parking-charge

    0下载:
  2. 简易停车场收费系统,贪心算法,背包问题。简易界面-parking charge
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:20071
    • 提供者:张森瑞
  1. huffman

    0下载:
  2. Huffman算法是一种用来构造最优前缀码(Huffman编码)的贪心算法,java实现-Huffman algorithm is a kind of used to construct the optimal prefix code greedy algorithm (Huffman coding), the Java implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:46655
    • 提供者:小田
  1. merge-problem

    0下载:
  2. 贪心算法-最优合并问题 给定k 个排好序的序列s , s , , sk 1 2  , 用 2 路合并算法将这k 个序列合并成一个序列。 假设所采用的 2 路合并算法合并 2 个长度分别为m和n的序列需要m + n -1次比较。试设 计一个算法确定合并这个序列的最优合并顺序,使所需的总比较次数最少。-贪心算法-最优合并问题 给定k 个排好序的序列s , s , , sk 1 2  , 用 2 路合并算法将这k 个序列合并成一个序列。 假设所采用的
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:838
    • 提供者:Joy
  1. Machine-Scheduling

    0下载:
  2. 掌握贪心算法,利用贪心算法解决多机调度问题, 分析实验结果,是否能将机器处理时间最短化-Master greedy algorithm using the greedy algorithm to solve multi-machine scheduling problem, Analysis of experimental results, whether the machine can process the shortest of
  3. 所属分类:JavaScript

    • 发布日期:2017-05-04
    • 文件大小:212615
    • 提供者:闵俊杰
« 1 2»
搜珍网 www.dssz.com