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

搜索资源列表

  1. MergeSort

    0下载:
  2. 归并排序的算法。利用分而治之策略来对数组进行排序-Merge Sort algorithm. Divide-and-conquer strategy to sort the array
  3. 所属分类:Other systems

    • 发布日期:2017-12-10
    • 文件大小:15796
    • 提供者:huhong
  1. merge_sort

    0下载:
  2. 分治排序算法,对N个输入整形值进行递归分治排序,时间复杂度为NlogN-Divide-and-conquer sorting algorithm, recursive divide-and-conquer sort of N input integer value, the time complexity of NlogN
  3. 所属分类:Other systems

    • 发布日期:2017-12-06
    • 文件大小:703
    • 提供者:huweidi
  1. Cpp1

    0下载:
  2. 该程序利用了分治法计算多项式乘积,同时与没有用分治法的方法进行了比较-The program utilizes a divide-and-conquer method to calculate the polynomial product
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1685
    • 提供者:dumuni
  1. Verilog-Reference-routines

    0下载:
  2. verilog 参考例程。适合初学者学习,深入浅出,由简到难,逐步深化,各个击破。 -verilog Reference routines. For beginners learning, easily understood, by Jane to difficult, and gradually deepening, divide and conquer.
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2548594
    • 提供者:叶胜东
  1. fengzhisuanfa

    0下载:
  2. 分治算法代码以比较为基础的排序时间的下界-The lower bound of the divide and conquer algorithm code to comparison-based sorting time
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:27970
    • 提供者:xuemaoyang
  1. MaxNSubmax

    0下载:
  2. 以递归分治思想,同时查找S串中的最大元和次大元。-Realize querying the max and submax number in a string S with divid and conquer.
  3. 所属分类:Database system

    • 发布日期:2017-12-10
    • 文件大小:900
    • 提供者:kelsi
  1. MaxAndMin

    0下载:
  2. 递归分治思想实现S串中同时求出最大元和最小元。-with divid and conquer, to find out the max and min number in the string S.
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:711
    • 提供者:kelsi
  1. code

    0下载:
  2. 3道分治算法题目以及解析。题目为图片,对应题目名有对应程序,在C/C++语言编译环境中测试通过。-3 topics as well as parsing of divide-and-conquer algorithm. Subject to the pictures corresponding topic name corresponding to the program, the test passed in the C/C++ language compiler environment.
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:227693
    • 提供者:伯南克
  1. Sutherland-Hodgman

    0下载:
  2. 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法-Sutherland-Hodgeman polygon clipping algorithm based on the strategy of divide and conquer
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-19
    • 文件大小:2651
    • 提供者:
  1. zuijindui

    0下载:
  2. 该代码采用分治法解决在平面内求最近的点对的方法-The code uses a divide-and-conquer method to solve the nearest point on the plane and
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:1024
    • 提供者:杜森
  1. Select

    0下载:
  2. 选出数组中第k小元素 给定一个随机数组 用分治法-Elect the k-th smallest element in the array is given a random array of divide and conquer
  3. 所属分类:Console

    • 发布日期:2017-11-25
    • 文件大小:267953
    • 提供者:姚益民
  1. point

    0下载:
  2. 用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方-Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity)
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:909973
    • 提供者:张月秋
  1. Attachments_2012_12_11

    0下载:
  2. Distinguish the similarity between dynamic programming and divide and conquer design techniques.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:22476
    • 提供者:Athari
  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. fenzhifa

    0下载:
  2. 通过使用分治法进行二分搜索,代码已验证可放心使用-Binary search by using the divide-and-conquer method, the code can be assured Verified ~ ~
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:3931
    • 提供者:Ein
  1. tileboard

    0下载:
  2. 残缺棋盘算法 使用分治法求解,喜欢的可以参考-The mutilated checkerboard algorithm using a divide-and-conquer method to solve, like reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-07
    • 文件大小:829
    • 提供者:ni die
  1. fenzhifa2

    0下载:
  2. 分治法矩阵相乘函数,优化时间复杂度,简单递归调用-Divide and conquer matrix multiplication function
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:635
    • 提供者:杨戈利
  1. DFT-DaC

    0下载:
  2. Matlab implementation of the algorithm to compute the Discrete Fourier Transform using the Divide Conquer approach, as described in the book Digital Signal Processing of the autors John G. Proakis and Dimitris K. Manolakis.-Matlab implementation of t
  3. 所属分类:matlab

    • 发布日期:2017-11-09
    • 文件大小:1284
    • 提供者:Brooklyn
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 22 »
搜珍网 www.dssz.com