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

搜索资源列表

  1. Activearr

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

    • 发布日期:2008-10-13
    • 文件大小:1.57kb
    • 提供者:侯绍忠
  1. beibaotanxinsuanfa

    0下载:
  2. 贪心算法,使用这一算法,解决0-1背包问题.-greedy algorithm, the algorithm used to solve 0-1 knapsack problem.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:田桂欣
  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
    • 文件大小:13.29kb
    • 提供者:binly
  1. tx

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

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:宋文婷
  1. Knightcruise

    0下载:
  2. 骑士漫游,马跳棋盘可视化效果,很有趣,且使用贪心算法非常便捷,速度很快
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9.75kb
    • 提供者:王洪
  1. beibao

    0下载:
  2. 该可实现简单的背包功能,可用最佳贪心算法和最佳路径算法,可获得。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7.99kb
    • 提供者:韩爱
  1. package

    0下载:
  2. 此小程序用java实现了可以分割的背包问题,开发平台是Eclipse。其中主要是用贪心算法实现背包问题,在将物品进行排序时,没有使用经典的merge-sort算法,而是直接使用了java中Arrays类的sort的方法,但要自己定义类,实现接口Comparator。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:21.45kb
    • 提供者:gengxin
  1. 用贪心算法解决旅行商问题

    0下载:
  2. 用贪心算法解决旅行商问题,能运行的,是本科四年级的软件课程设计源码!,Use greedy algorithm to solve traveling salesman problem, will be able to run is the fourth year undergraduate curriculum design of the software source code!
  3. 所属分类:JSP源码/Java

    • 发布日期:2016-01-25
    • 文件大小:7.31kb
    • 提供者:vivien
  1. Othello

    0下载:
  2. JCreator下开发,黑白棋游戏,可以实现人机对战和人人对战,采用贪心算法因此棋力不佳,整个程序的框架不错,有兴趣可以在此基础上改善AI算法提高棋力-JCreator under development, Reversi games, can be achieved and everyone against the war machine, the use of greedy algorithm棋力poor, therefore, the framework of the entire pro
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:22.39kb
    • 提供者:nightkid
  1. tanxin

    0下载:
  2. 经典的背包问题用贪心法实现的JAVA代码-Classical knapsack problem greedy method using the JAVA code
  3. 所属分类:JavaScript

    • 发布日期:2017-04-05
    • 文件大小:1.44kb
    • 提供者:L
  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
    • 文件大小:1.05kb
    • 提供者:
  1. greedyselector

    0下载:
  2. 算法:贪心算法 进行活动安排。 JAVA语言实现-Greedy method to achieve activity arrangements. JAVA language
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:1.96kb
    • 提供者:龙腾
  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
    • 文件大小:16.24kb
    • 提供者:xiaoming
  1. shanshu

    0下载:
  2. 利用贪心算法,将一个正数删除规定位数,得到一个最小值-Use of greedy algorithm, to delete the provisions of a positive digit, to get a minimum
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:829byte
    • 提供者:史建国
  1. DeleteNumber

    0下载:
  2. 贪心算法实现删数功能,本程序在Eclipse 环境下运行成功 -delete number use of greedy algorithm .this program can do it in Eclipse envoirnment.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:670byte
    • 提供者:xueyunlan
  1. Huffman

    0下载:
  2. 贪心算法实现哈夫曼编码,算法作业可以参考-Greedy algorithm Huffman algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6.02kb
    • 提供者:zhangke
  1. DuoChuZuiYouFuWuCiXu

    0下载:
  2. 贪心算法实现多次最优服务次序问题,算法作业可以参考一下-Greedy algorithm many times the optimal order of service
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:5.08kb
    • 提供者:zhangke
  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
    • 文件大小:920byte
    • 提供者:lj
  1. suanfa

    0下载:
  2. 用动态规划实现三角问题,用贪心算法实现装在问题和最短源路径问题-Triangle problems using dynamic programming, greedy algorithms installed in the path of the problem and the shortest source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3.72kb
    • 提供者:miximi
  1. GreedySelector

    0下载:
  2. 这是本人近期研究的贪心算法,用来解决活动安排问题,算法数据从文件读入,可以在eclipse中运行,希望对大家有所帮助-This is my recent study of greedy algorithm used to solve the activity arrangements algorithms read data from the file, you can run in eclipse, we want to help
  3. 所属分类:Java Develop

    • 发布日期:2017-12-09
    • 文件大小:1.7kb
    • 提供者:jj
« 12 »
搜珍网 www.dssz.com