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

搜索资源列表

  1. 孟庆洋 分治

    0下载:
  2. 是著名的骑士巡游问题的改进,采用了分治策略,同样也是我的个人作品,向往大家给予批评指正-Cleveland is the famous parade of improvement, adopted a divide and conquer strategy, but it's also my personal work, and yearning for everyone criticized correction
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5697
    • 提供者:孟庆洋
  1. CQuadDissect

    0下载:
  2. Delaunay三角网作为一种主要的DTM表尔法,具有权其广泛的用途。经过二十多年来的研究,它的生成算法巳趋于成熟。本文简要介绍了Delaunay三角网的定又及其特性,在简单回顾和评价了分割—归并法,逐点插入法,三角冈生长法等三类主沈算法的基础上,提出了一个融以上算法优点于一体,兼顾空间与时间性能的合成算法。经测试,一般情况下它的运算速度远快于逐点插入法,与分割—归并法相当,较好的情况下快于分割—归并法。-Delaunay Triangulation as a major DTM Fall ta
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:77436
    • 提供者:苏聪
  1. 利用分治策略实现自然合并排序算法程序;

    0下载:
  2. 利用分治策略实现自然合并排序算法程序 方便地解决排序的问题-use the divide and conquer strategy to achieve natural merger procedures to facilitate sorting algorithm to solve the problem of sorting
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:15394
    • 提供者:无有
  1. 快排

    0下载:
  2. 快速排序 算法的基本思想: 快速排序的基本思想是基于分治策略的。对于输入的子序列ap..ar,如果规模足够小则直接进行排序,否则分三步处理 -fast algorithm basic idea : Quick Sort The basic idea is based on the divide and conquer strategy. For input sequences ap .. ar, if the scale is small enough for dire
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:25441
    • 提供者:李伯
  1. Windows程序设计_vc++

    0下载:
  2. Windows几乎不需要介绍。然而人们很容易忘记Windows给办公室和家庭桌上型计算机所带来的重大改变。Windows在其早期曾经走过一段坎坷的道路,征服桌上型计算机市场的前途一度相当渺茫。-Windows almost no introduction. However, it is very easy to forget the Windows desktop office and the family computer from a major change. Early in its W
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3076773
    • 提供者:梁清华
  1. mergesort11

    0下载:
  2. 二分搜索是运用分治策略的典型例子。二分搜索方法充分利用了元素间的次序关系,采用分治策略,可在最坏情况下用O(logn)的时间完成搜索任务。-two hours search is to use the divide and conquer strategy is a typical example. Two-search method full use of the elements in the order, using the divide and conquer strategy, in
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:50222
    • 提供者:黄波
  1. zhengfu

    0下载:
  2. 征服模似器C语言代码,下载的-conquer for it with C language code and download the hurry!
  3. 所属分类:模拟服务器

    • 发布日期:2008-10-13
    • 文件大小:206133
    • 提供者:qgn
  1. divide-and-conquer

    0下载:
  2. 组合优化与算法分析 分治算法(divide and conquer)的描述和分析-divide and conquer
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1473375
    • 提供者:小蟋蟀
  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. 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. [Mini-book]-conquer-c-pointer

    0下载:
  2. 【迷你书】征服c指针,一本非常好的c语言书,值得-[Mini-book] conquer c pointer, a very good c language books worth a look
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3268993
    • 提供者:郑大伟
  1. Divide-and-Conquer-EKF-SLAM-in-O(n)

    0下载:
  2. divide and conquer SLAM
  3. 所属分类:Development Research

    • 发布日期:2017-05-04
    • 文件大小:1124699
    • 提供者:sthepany07
  1. divide-and-conquer-algorithm

    0下载:
  2. 分治算法的基本思想是将一个规模为N的问题分解为K个规模较小的子问题,这些子问题相互独立且与原问题性质相同。求出子问题的解,就可得到原问题的解。-The basic idea of divide and conquer algorithm is a scale problem is decomposed into N K a smaller sub-problems, these sub-problems are independent and original problems of the s
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:7864
    • 提供者:沈甲甲
  1. divide-and-conquer-algorithm

    0下载:
  2. 详细讲解了算法学习中的分治算法的原理,并附有详细的例题讲解和伪码-Explained in detail the algorithm of learning the principle of divide and conquer algorithm, with a detailed example to explain and pseudo-code
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1785038
    • 提供者:王雨
  1. Algorithm2-Divide and Conquer

    0下载:
  2. 用C++分治法对数组进行排序、查找(使用windows下的visual C++),分治法是一种有效的排序方法。(Sorting and finding the array by the method of divide_and_conquer in C++, which is an useful method in many cases.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:4531200
    • 提供者:Eric_a
  1. 分治法

    0下载:
  2. 分治法的详细说明,比较简单易懂,哈哈哈哈(A detailed descr iption of the divide and conquer method)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1514496
    • 提供者:miku123
  1. Divide and conquer methed

    0下载:
  2. 利用分治法来解决找出n枚硬币中所含有的一枚假币问题(To solve the counterfeit coin problem in n coins by means of divide and conquer method)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:54272
    • 提供者:Abincool
  1. ExodusBinaries

    0下载:
  2. 4267 version conquer with cq_action cq_task code
  3. 所属分类:Windows编程

    • 发布日期:2018-04-29
    • 文件大小:334848
    • 提供者:Yiki
  1. cq

    0下载:
  2. cq_sql database conquer landers database
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1126400
    • 提供者:Yiki
  1. LordsRoad Fixed By Amjad V 2

    2下载:
  2. 征服新版模拟器源代码,V2版,能正常编译(Conquer the new version of the simulator source code, V2)
  3. 所属分类:其他

    • 发布日期:2020-02-04
    • 文件大小:9904128
    • 提供者:Dirpunk
« 1 23 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com