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

搜索资源列表

  1. CQuadDissect

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

    • 发布日期:2008-10-13
    • 文件大小:77436
    • 提供者:苏聪
  1. Bigintmutiply

    0下载:
  2. 大整数乘法的分治法源码,在JDK1.51中运行-large integer multiplication of the divide-and-conquer method source code, to run in JDK1.51
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1157
    • 提供者:展丹
  1. AJAXkaifa

    0下载:
  2. 征服ajax+lucene书籍各章节源代码ajax部分-conquer ajax + lucene book chapters part of the source code ajax
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:8631398
    • 提供者:海涛
  1. zhengfuLucene

    0下载:
  2. 征服ajax+lucene书籍各章节源代码lucene部分-conquer ajax + lucene book chapters part of the source code lucene
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:63492
    • 提供者:海涛
  1. Ajax_Lucene

    0下载:
  2. 《征服Ajax+Lucene构建搜索引擎》一书的光盘源代码。-" Conquer Ajax+ Lucene to build search engine," a book, CD-ROM source code.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-25
    • 文件大小:8699664
    • 提供者:njydsjwj
  1. CoreConquer---Copy

    0下载:
  2. i have no clue old conquer
  3. 所属分类:MacOS编程

    • 发布日期:2017-05-18
    • 文件大小:4616835
    • 提供者:warrior652
  1. MERGE-SORT

    0下载:
  2. 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。-Merge Sort is an efficient sort
  3. 所属分类:source in ebook

    • 发布日期:2017-11-10
    • 文件大小:539
    • 提供者:wangshuangxi
  1. point

    0下载:
  2. 最近点对问题,采用分治法,编译通过,代码正确-Nearest point problem using the divide-and-conquer method, the compiler through correct code
  3. 所属分类:source in ebook

    • 发布日期:2017-12-05
    • 文件大小:10161
    • 提供者:范晓军
  1. big

    0下载:
  2. 大整数乘法,编译通过,采用的是分治法,绝对正确-Large integer multiplication, compiled by the divide and conquer, absolutely right.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-10
    • 文件大小:11792
    • 提供者:范晓军
  1. Strassen

    0下载:
  2. Strassen矩阵乘法,运用分治法,书上资料,编译通过-Strassen matrix multiplication using divide-and-conquer method book, compiled by
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:11879
    • 提供者:范晓军
  1. aa

    0下载:
  2. 利用分治法,写一个二分检索的递归算法,在计算机上编程实现,同时进行时间复杂性分析。(要求用递归方法实现)-Divide-and-conquer method, write a recursive algorithm to retrieve a dichotomy, computer programming, and simultaneously the time complexity of the analysis. (Using recursive method to achieve)
  3. 所属分类:source in ebook

    • 发布日期:2017-12-01
    • 文件大小:30834
    • 提供者:熊磷
  1. chapter6

    0下载:
  2. 划分(partitioning):将问题分为若干个独立的部分。 分治法(divide and conquer method):将一个大问题逐步分割成若干个原问题的子问题,用简单且相同的方法对这些子问题进行求解,然后将这些子问题的解组合成原问题的解。 在分治法中分解问题和合并结果常使用递归技术来实现。递归分治法能使各个子问题并行化执行,即各个进程用来执行被分解的部分。 通常数据的划分也同时局部化。 -partitioning and divide and conquer metho
  3. 所属分类:MPI

    • 发布日期:2017-11-24
    • 文件大小:290079
    • 提供者:ws2010
  1. suanfa

    0下载:
  2. 算法程序与设计试验中的经典算法的源代码:像是分治递归,贪心,回溯等。-Algorithm design test of the classical algorithm source code: such as divide and conquer recursion, greedy, backtracking.
  3. 所属分类:source in ebook

    • 发布日期:2017-12-02
    • 文件大小:645308
    • 提供者:qinqin
  1. QuickSort

    0下载:
  2. Quicksort is a divide and conquer algorithm. Quicksort first divides a large list into two smaller sub-lists: the low elements and the high elements. Quicksort can then recursively sort the sub-lists. The steps are: Pick an element, called a pivo
  3. 所属分类:MacOS develop

    • 发布日期:2017-11-24
    • 文件大小:5115
    • 提供者:domix
  1. lysfreuU

    2下载:
  2. 征服登录器配置 登陆器生成器 登陆器 全部源码-Conquer the register configuration landers generator landers source code
  3. 所属分类:汇编语言

    • 发布日期:2014-03-21
    • 文件大小:1877903
    • 提供者:陈强
  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. guibing

    0下载:
  2. 归并排序是建立在归并操作上的一种有效的排序算法,该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。-Merge algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:326678
    • 提供者:KID
  1. BOSS-add1.1

    1下载:
  2. 征服1.6 2.0 3.0 3.5 BOSS添加器 -conquer 1.6 2.0 3.0 3.5 BOSS ADD
  3. 所属分类:ELanguage

    • 发布日期:2017-05-06
    • 文件大小:652275
    • 提供者:阿国
  1. 自动更新登录器

    2下载:
  2. 征服登录器源码!带自动更新,有想法的可以研究(Conquer source code, capable of updating...)
  3. 所属分类:易语言编程

    • 发布日期:2018-01-05
    • 文件大小:2817024
    • 提供者:aguang11
搜珍网 www.dssz.com