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

搜索资源列表

  1. maxsubsum

    0下载:
  2. 几种经典算法实现最大字段和问题(分治算法,动态规划算法)
  3. 所属分类:WEB源码

    • 发布日期:2014-01-17
    • 文件大小:2358
    • 提供者:古月
  1. uselinklist

    0下载:
  2. 分治算法解决一维点对最小距离-partition algorithm to solve one-dimensional point of minimum distance
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1765
    • 提供者:方西
  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. skyline

    0下载:
  2. 城市轮廓线问题的实现,利用分治算法,将input1.dat文件放在d盘根目录下-Urban contour implementation issues, using the partition algorithm, the input1.dat files under the root directory on the d
  3. 所属分类:Java Develop

    • 发布日期:2015-04-09
    • 文件大小:5804
    • 提供者:nick
  1. Cityline

    0下载:
  2. Java实现的采用分治算法的城市轮廓线程序,《算法引论》73页的相应实现源码-Java realization algorithm using sub-rule city contour procedures, Algorithm Theory, 73 to achieve the corresponding source
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:3280
    • 提供者:Kobe
  1. MergeSort

    0下载:
  2. mergesort分治排序 - 先产生1000个随机数,连续分为3组,直到每组只剩k个元素,分别排列每组数,再用分治法合并数组-mergesort- randomly generate 1000 numbers, then split it into thirds, subarray is of size- k, stop the recursion and use insertion-sort to sort the subarray, then merge sort
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1053
    • 提供者:
  1. 123456789

    0下载:
  2. 归并排序(merge sort)体现了分治的思想,即将一个待排序数组分为两部分,对这两个部分进行归并排序,排序后,再对两个已经排序好的数组进行合并。这种思想可以用递归方式很容易实现。归并排序的时间复杂度为O(nlogn),空间复杂度为O(n)。-Merge sorting (merge sort) embodies the idea of partition, about an array to be sorted into two parts, the two parts merge sort
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:26060
    • 提供者:yang
  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. chessbordcover(java)

    0下载:
  2. java语言,使用分治的思想,解决经典的棋盘覆盖的问题。-broad cover
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:640679
    • 提供者:shitou
  1. yiwei

    0下载:
  2. 完成一维的最接近点对问题,用的是分治算法进行的-The closest point to complete one-dimensional problem, using a partition algorithm of
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-31
    • 文件大小:43445
    • 提供者:chasel
  1. The_Square_Game

    0下载:
  2. 实现java的方块着色,分治算法经典例子, 用图形化界面,说明清楚,欢迎下载哦~-Java coloring to achieve the box, a classic example of divide and conquer algorithm, with the graphical interface, clear instructions, please download the oh
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:933007
    • 提供者:QueenyLv
  1. Divide-and-Conquer-maxmin

    0下载:
  2. 分治策略 maxmin算法 求数组A[1...n]最大最小元素-Divide and Conquer maxmin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6601
    • 提供者:sq
  1. src

    0下载:
  2. 棋盘覆盖问题,算法分治算法的应用,java完成-Board cover problem, divide and conquer algorithm algorithm application, java complete
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:2672
    • 提供者:Dan
  1. fenzhiHEdigui

    0下载:
  2. 实验一 分治与递归 java实现的很好的实验报告-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:119019
    • 提供者:梦朝思夕
  1. test1

    0下载:
  2. 分治法实现大整数乘法,其实应该用数组来保存大整数的,再考虑如何去完善这个程序。但分治算法的核心思想已经尽在其中了。-Divide and conquer method for large integer multiplication
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:765
    • 提供者:张讯
  1. Ytriangle

    0下载:
  2. 杨辉三角用java的实现,采用了分治的思想在里面-The realization of the graph of Yang hui triangle with Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9806
    • 提供者:步天
  1. Myframe.class

    0下载:
  2. 棋盘覆盖(有界面效果),分治算法,界面还行-Board cover (interface effect), divide and conquer algorithm, the interface line
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1386
    • 提供者:史培培
  1. ChessBoard

    0下载:
  2. 大学期间的棋盘覆盖算法,采用分治策略,拥有图形界面。-University during the chessboard covering algorithm using a divide-and-conquer strategy, has a graphical interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-10
    • 文件大小:7679
    • 提供者:遮天
  1. testfi

    0下载:
  2. 合并排序,是java实现的。算法思想是递归和分治。-Merge sort java implementation. The algorithm the thinking is recursive divide-and-conquer.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:3550
    • 提供者:June Chen
  1. Majority

    0下载:
  2. 众数问题。使用分治思想处理。对于给定的由n 个自然数组成的多重集S,编程计算S 的众数及其重数。-Public a few problems. Deal with the idea of ​ ​ divide-and-conquer. Calculated for a given n natural numbers multiset S, programming S plural of multiplicity.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:1185
    • 提供者:Kerwin
« 12 »
搜珍网 www.dssz.com