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

搜索资源列表

  1. id4

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

    • 发布日期:2008-10-13
    • 文件大小:25151
    • 提供者:鼹鼠
  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. beibaotanxinsuanfa

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

    • 发布日期:2008-10-13
    • 文件大小:1251
    • 提供者:田桂欣
  1. The_Greedy_Method

    0下载:
  2. 這是greedy algorithem的演算法教學-This is the greedy algorithm teaching algorithem
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:303256
    • 提供者:kai-sing
  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
    • 文件大小:7486
    • 提供者:vivien
  1. paike.rar

    0下载:
  2. 一个基于贪婪算法和分治算法以及回溯法的一个大型IT职业培训机构(湖北银河学院)的排课系统,采用AJAX+Mysql!!,A greedy algorithm based on the algorithm and sub-administration, as well as a large-scale retrospective law IT vocational training institutions (Institute of Hubei Galaxy) the Course Schedu
  3. 所属分类:Ajax

    • 发布日期:2017-05-12
    • 文件大小:2947003
    • 提供者:田伟
  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
    • 文件大小:22925
    • 提供者:nightkid
  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
    • 文件大小:829
    • 提供者:史建国
  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
    • 文件大小:670
    • 提供者:xueyunlan
  1. Kruskal

    0下载:
  2. Kruskal s algorithm is an algorithm in graph theory that finds a minimum spanning tree for a connected weighted graph. This means it finds a subset of the edges that forms a tree that includes every vertex, where the total weight of all the edges in
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:13929
    • 提供者:ivan
  1. Huffman

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

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

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

    • 发布日期:2017-03-29
    • 文件大小:5202
    • 提供者:zhangke
  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
    • 文件大小:1743
    • 提供者:jj
  1. Greedy-algorithm

    0下载:
  2. 贪心算法 单元最短路径问题 最小生成树问题 多机调度问题-The minimum spanning tree of the the greedy algorithm unit shortest path problem of multi-machine scheduling problem
  3. 所属分类:JavaScript

    • 发布日期:2017-11-12
    • 文件大小:11663
    • 提供者:zhang
  1. tanxinsuanfa

    0下载:
  2. 用JAVA程序以贪心算法greedy algorithm写出:用翻转的方式转换2个数组-greedy algorithmgreedy algorithmgreedy algorithmgreedy algorithmgreedy algorithm
  3. 所属分类:Ajax

    • 发布日期:2017-11-13
    • 文件大小:769
    • 提供者:crazcoldking
  1. BestServiceList

    0下载:
  2. 最优装载问题的java实现,利用贪心算法实现-Java achieve optimal loading problems, the use of greedy algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:3906
    • 提供者:caoxin
  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. 01beibao

    0下载:
  2. 01背包的完整版,采用动态规划和贪婪算法解决-01 backpack full version, using dynamic programming and greedy algorithm to solve
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:3858
    • 提供者:周航
  1. PSOLSp

    0下载:
  2. 10个粒子群算法的旅行商问题,内容详尽 ,可以此类推n个城市的算法-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 data tables and urban name, and the executable on the same withi
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:13245
    • 提供者:黄健航
  1. tanxinsuanfa

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

    • 发布日期:2017-05-14
    • 文件大小:3082233
    • 提供者:SOSO
« 12 »
搜珍网 www.dssz.com