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

搜索资源列表

  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. QuickSort

    0下载:
  2. 快速排序法,基于分治策略的一个排序算法 3个步骤1分解,2递归求解,3合并 使用随机划分挑选哨兵,期望划分较对称-Quick Sort law governing strategy based on a sorting algorithm 3 Step 1 decomposition, 2 Recursive Solution, 3 combined divided randomly selected sentinel to expect a more symmetrical divis
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1156
    • 提供者:waterfly
  1. suanfashejiyufenxi

    0下载:
  2. 计算机算法设计与分析实验报告:6大算法详细实验报告(相当详细).分治,动态规划,贪心,回溯,分支限界-Computer Algorithm Design and Analysis of Experimental Report: 6 large algorithm experiment detailed report (in considerable detail). Sub-rule, dynamic programming, greedy, backtracking, branch and b
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:84824
    • 提供者:sy
  1. xx

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得 递归进栈的数据很多,消耗系统空间很大,所以最多 处理的个数经测试不超过70个,可见在设计程序时,考虑 空间的使用也是很必要的!)-The realization of the program of one-dimensional data point near the axis of the most used method of solving the pro
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1954
    • 提供者:梅国伟
  1. 109201287fenzhisuanfa_xuanze

    0下载:
  2. 此程序主要用于选择问题的分治算法!!!!!!!欢迎下载-This procedure used mainly for the selection of sub-rule algorithm! ! ! ! ! ! ! Welcome to download
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3320
    • 提供者:chenlihua
  1. divide

    0下载:
  2. 学算法时写的程序了,这里时分治的算法,包括归并排序和快速排序。供大家参考-Learning algorithm when the written procedure, the algorithm rule around here, including the merge sort and quick sort. For your reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1385
    • 提供者:huahua
  1. QuickSort

    0下载:
  2. 快速排序算法是一种基于分治技术的重要的排序算法,自从它被发明以来,就受到了研究人员的广泛注意。多年以来,人们对这个基本算法进行了大量的改良。我搜集并查阅了一些相关的资料,在下文中对这些改进做出一些介绍。 -Quick sort algorithm is a rule based on technologies important sorting algorithm, since it has been invented since, by the researchers on a wide ra
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3601
    • 提供者:limiao
  1. queen-problem

    0下载:
  2. 八皇后问题,递归和分治算法的初步结合,可在VC6.0环境下调试,可修改其中注释部分以观察运行步骤-Eight queen problem, the recursive division algorithm and the initial integration of environment in the VC6.0 debugger to modify one part of the Notes in order to observe the operation of steps
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6359
    • 提供者:鲁林涛
  1. dem

    0下载:
  2. 分治插入整合算法,分治算法由于其数据的分块处理,大大地减少了每次数据遍历的搜索量-Insert sub-rule integration algorithm, sub-rule algorithm because of its data sub-block processing, greatly reducing the data for each traversal of the search volume
  3. 所属分类:GIS program

    • 发布日期:2017-04-29
    • 文件大小:245203
    • 提供者:朱丽玲
  1. qibanfugai

    0下载:
  2. 棋盘算法,用分治策略完成。研究生算法课程的实习作业,其中有实验报告和源代码-Chessboard algorithm, with sub-rule strategy to achieve. Algorithm postgraduate internship curriculum homework, there is one of the experimental reports and source code ~~~~~~
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:383949
    • 提供者:蔡楠
  1. city

    0下载:
  2. 城市轮廓线算法。采用分治发算法,输入为第一行房子个数,而后(左,高,右)。-Contour algorithm city. Made use of sub-rule algorithm, enter the number for the first line of the house, and then (left, high, right).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2947
    • 提供者:黄半仙
  1. chessBoardcover

    0下载:
  2. 用分治策略,将4中不同形状的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格。-With sub-rule strategy, will be 4 different shapes of the L-type domino coverage given on the special board in addition to all the special box outside the box.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:95372
    • 提供者:zhouyunkai
  1. quicksort

    0下载:
  2. 计算机算法,快速排序算法,使用分治思想,利用递归实现快速排序-Computer algorithms, fast sorting algorithm, the use of sub-rule of thought, the realization of quick sort using recursion
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:47532
    • 提供者:骡子宝
  1. pipe

    0下载:
  2. 输油管道问题,算法,分治算法,带权中位数解法!-Pipeline issues, algorithms, division algorithms, the median with the right solution!
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:778
    • 提供者:斐斐
  1. BinarySearch

    0下载:
  2. 利用二分搜索技术实现数组元素的查找,实现了算法设计中的分治策略-Use binary search technique to find the array element, the realization of the algorithm design of sub-rule strategy
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:886242
    • 提供者:耿锦威
  1. oil

    0下载:
  2. 采用分治算法而编写的输油管道最短路径问题.-The shortest path of oil
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:875236
    • 提供者:lilingjun
  1. recursionAndrecursion

    0下载:
  2. 山东师范大学计算机系《算法设计与分析》授课资料,讲解递归与分治策略,很全面,推荐。-Department of Computer Science, Shandong Normal University, "Algorithm Design and Analysis of" the medium of instruction information, and division on the recursive strategy, it is fully recommended.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:257396
    • 提供者:孟祥
  1. dye-Divide-and-conquer.ppt

    0下载:
  2. 动态规划算法及分治的思想在算法设计中的应用。-Dynamic programming algorithm and the ideological division in the algorithm design.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:263117
    • 提供者:pope
  1. AlgorithmLectures

    0下载:
  2. 算法讲座:递归与分治策略,多种算法,配有相应例子插图,值得推荐的电子书。-Algorithm Lectures: recursive division strategy with a variety of algorithms, examples with the corresponding illustrations, the book worthy of recommendation.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:349655
    • 提供者:孟祥
  1. c18_cdmacal

    0下载:
  2. 耦合影响格子序列仿真,随机性,平衡性,级多瓣分治混沌序列在cnma中的应用-Simulation of the impact of lattice coupling sequence, randomness, balance, class of chaotic sequence多瓣divided the application in cnma
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:513
    • 提供者:baiwei
« 1 2 3 4 5 67 8 9 10 11 ... 18 »
搜珍网 www.dssz.com