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

搜索资源列表

  1. CompQsortToMsort

    0下载:
  2. 分治算法与快速排序时间比较,根据运行时间比较其算法的优越性。-compare quicksort to mergesort
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:28883
    • 提供者:wxl
  1. divide-and-conquer-algorithm

    0下载:
  2. 《算法引论中》解决分治算法问题以及轮廓问题,讨论算法,适合初学者-" Introduction to Algorithms in the" divide and conquer algorithm to solve the problem and outline problems, discuss algorithms, suitable for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:390998
    • 提供者:呼晓东
  1. QuickSort

    0下载:
  2. 快速排序,采用C++的分治思想。是十大排序算法中效率最高的一个-QuickSort,in C++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-15
    • 文件大小:7300
    • 提供者:诸葛光
  1. The-divide-and-conquer-algorithm

    0下载:
  2. 分治算法求解两个有序数组的中位数,求解过程比较详细-Divide and conquer algorithm for solving two ordered arrays median
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:15605
    • 提供者:刘一
  1. chapter-2

    0下载:
  2. 算法设计与分析的 第2章 递归与分治策略.pdf-Design and Analysis of Algorithms Chapter 2 Recursion and divide and conquer strategy. Pdf
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:495910
    • 提供者:kalley
  1. fenzhisuanfa

    0下载:
  2. 这是数学建模中常用的分治算法的源码,matlab专用,做数学建模的同学可以下载-It is commonly used in mathematical modeling of the source partition algorithm, matlab specific, do mathematical modeling students can download
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7854
    • 提供者:chenxiaowen
  1. MergeSort

    0下载:
  2. 归并排序。二路归并排序的分治算法,用VC++6.0实现。-Merge sort. 2 merge sort of partition algorithm, using vc++ 6.0.
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:664
    • 提供者:baifuk
  1. qsort

    0下载:
  2. 分治递归实现的快速排序算法 时间复杂度nlogn -Divide and conquer recursive quicksort algorithm time complexity nlogn
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:20235
    • 提供者:huhao
  1. classical-algorithms

    0下载:
  2. 许多经典算法问题的源代码,包括数据结构,分治,回溯,动态规划,图论,贪心等等,包括了C,C++和Java代码,已分成文件夹整理好.-Many classical algorithms of the source code, including data structures, divide and conquer, backtracking, dynamic programming, graph theory, greed, etc., including C, C++ and Java cod
  3. 所属分类:source in ebook

    • 发布日期:2017-04-17
    • 文件大小:101713
    • 提供者:AIr
  1. int_divide_SA13006029

    0下载:
  2. 整数因子问题的C语言源代码 计算机算法设计与分析中的题目 递归与分治算法-C language source code for a computer algorithm design and analysis topics recursive divide and conquer algorithm with integer factor issues
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:934297
    • 提供者:冰仔
  1. solution-for-hannuota

    0下载:
  2. 汉诺塔解法代码,可以解决任意层数的汉诺塔问题,主要方法是递归与分治的思想-Tower of Hanoi solution code, you can solve any number of layers of the Tower of Hanoi problem, the main method is recursive with the idea of ​ ​ partition
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3942384
    • 提供者:bujingyun
  1. chessboard-coverage-of-c-code

    0下载:
  2. 利用分治策略对棋盘覆盖问题进行求解,用c语言来实现。-Using divide and conquer strategy chessboard coverage of c code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:705
    • 提供者:lyz
  1. C-yuyan

    0下载:
  2. 基于C语言的一些算法分析及实现,主要有动态规划,分治,搜索算法等-Some algorithm analysis and implementation of C language based mainly on dynamic programming, divide and conquer, the search algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:62823
    • 提供者:李理
  1. The-change-of-the-elements

    0下载:
  2. 这是关于元素交换分治算法的代码,希望对大家学习有帮助-the change of the elements
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:973
    • 提供者:
  1. suanfa

    0下载:
  2. 利用分治算法和蛮力算法求最近点对的长度问题-Use divide and conquer algorithm and a brute-force algorithm for the nearest point on the length of the problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:646055
    • 提供者:张睿
  1. convex_hull

    0下载:
  2. 凸包问题的算法实现,graham算法实现,分治算法以及暴力算法,有简单图形界面-Convex Hull algorithm problem, graham algorithm, divide and conquer algorithms and violence algorithm, a simple graphical interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3030
    • 提供者:yhlhit
  1. cPP

    0下载:
  2. 关于二部图、线段数、树状数组、树的分治的一些POJ题目的解答-About two figure, the number of segments, Fenwick tree, the tree of divide and conquer some POJ topic answers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7429
    • 提供者:赵宇航
  1. evacuation

    1下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网-very goog
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:2634
    • 提供者:henry
  1. algorithm

    0下载:
  2. 以设计策略为主线,循序渐进地介绍了经典算法设计(包括分治、动态规划、贪心、回溯、迭代改进等算法)、NF完全理论、非精确型算法设计〔包括近似算法、参数化算法,随机算法),以及现代智能优化方法.强调算法思维与编程实践并重,注重运用算法技术解决实际工程问题。-In order to design strategy as the main line, gradual introduction of the classic algorithm design (including the partition
  3. 所属分类:software engineering

    • 发布日期:2017-05-29
    • 文件大小:11722370
    • 提供者:junhong
  1. Sort

    0下载:
  2. 基于分治策略的实现快速排序算法和归并算法。-Quicksort algorithm and merging algorithm based on divide and conquer strategy
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1029
    • 提供者:小白
« 1 2 ... 10 11 12 13 14 1516 17 18 »
搜珍网 www.dssz.com