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

搜索资源列表

  1. ChessBoard

    0下载:
  2. 分治法解决棋盘覆盖问题,采用MFC界面实现棋盘覆盖问题的直观描述-Divide and conquer method to solve the coverage problem board, using MFC interface to achieve a visual descr iption of the board covering problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-19
    • 文件大小:5494734
    • 提供者:anyi
  1. somealgorithm

    0下载:
  2. 描述了分支定界算法,贪婪算法,动态规划算法,分而治之算法,回溯算法,理论性很强-Describe the branch and bound algorithm, greedy algorithms, dynamic programming algorithm, divide and conquer algorithms, backtracking algorithms, highly theoretical
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:133157
    • 提供者:卢正义
  1. fenzhisuanfa

    0下载:
  2. 分治算法的介绍 C++ ACM-Divide and Conquer Algorithm descr iption
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:7877
    • 提供者:jerry
  1. MinDistance_PointPair

    0下载:
  2. 用java实现的平面上最近点对的查找,包括蛮力法和分治法的实现。-Java implementation of the plane with the nearest point on the search, including the brute force method and the divide and conquer implementation.
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-03-23
    • 文件大小:5254
    • 提供者:Michiel
  1. quiksort

    0下载:
  2. 一个简单的快速排序程序,它是基于分治策略实现的。-A simple quick sort program, which is based on divide and conquer strategy to achieve.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:7538
    • 提供者:杨洋
  1. fenzhisuanfa

    0下载:
  2. 这是中国数学建模中编程交流上分治算法内容,里面提供了很多分治算法的例子-This is the exchange of mathematical modeling in the programming content on the divide and conquer algorithm, which provides many examples of divide and conquer algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7839
    • 提供者:郭立滨
  1. build-f

    0下载:
  2. 求解图形轮廓问题,利用分治算法减少时间复杂度。数据结构以链表为主-Graphic outline for solving the problem, using divide and conquer algorithm to reduce the time complexity. Data structures to the main list
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1742
    • 提供者:yukiaya
  1. Tromino1

    0下载:
  2. tromino问题,棋盘覆盖,算法中的分治法-tromino problems, board cover, divide and conquer algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:765
    • 提供者:
  1. sortQuick

    0下载:
  2. Quicksort sorts by employing a divide and conquer strategy to divide a list into two sub-lists. The steps are: Pick an element, called a pivot, from the list. Reorder the list so that all elements with values less than the pivot come before the
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:6355
    • 提供者:Mahmoud
  1. DivideAndConquer

    0下载:
  2. Divide and conquer android game
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:106434
    • 提供者:garlopf
  1. guibing

    0下载:
  2. 这是一个基于分治策略算法的归并排序的程序,使用的语言是C-This is a strategy of divide and conquer algorithm based on merge sort, the use of the language is C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:544
    • 提供者:hoho
  1. AccPoint

    0下载:
  2. Points Allot for conquer 2.0
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:10766
    • 提供者:Peter
  1. juzhen

    0下载:
  2. 这是用四种方法写的矩阵相称问题,有传统的,有两种优化的,还有一种是分治法-This is a matrix with four ways to write the issue of proportionality, there are traditional, there are two kinds of optimization, there is a divide and conquer
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1527
    • 提供者:malijia
  1. GoldenCoSource

    0下载:
  2. Cool Source Code Conquer online sdsadsadasdsa
  3. 所属分类:Game Program

    • 发布日期:2017-05-26
    • 文件大小:8838893
    • 提供者:commy
  1. closepair

    0下载:
  2. 二位平面中求最近点对的问题,采用分治的方法,按照书本的算法实现-Two nearest points on the plane ask the question, the use of divide and conquer approach, in accordance with the books of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:460183
    • 提供者:龙飞
  1. 30DaysToConquerTOEICReading2010Version

    0下载:
  2. 30天征服新托业阅读2010版,考托业的好资料,找了挺久才找到的-30 days to conquer the new 2010 version of TOEIC reading
  3. 所属分类:SCM

    • 发布日期:2017-06-19
    • 文件大小:29257663
    • 提供者:韩雪雁
  1. linear

    0下载:
  2. Recursive divide and conquer algorithm with linear time selection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:782
    • 提供者:伍媛媛
  1. Ten_Commonly_Algorithm_for_MATLAB

    1下载:
  2. 超过10种MATLAB常用算法:Floyd算法,动态规划,分治算法,概率算法,模拟退火算法,神经网络,搜索算法,贪婪算法,遗传算法,组合算法,-Over 10 types of commonly used MATLAB algorithms: Floyd algorithm, dynamic programming, divide and conquer algorithms, probabilistic algorithms, simulated annealing, neural netwo
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2684411
    • 提供者:ZHANGAIQING
  1. guibingpaixu

    0下载:
  2. 基于分治思想的归并排序算法简单实现,使用C++编写.-Based on Divide and Conquer simple implementation of merge sorting algorithm, written using C++.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:549
    • 提供者:刘志
  1. Algorithmdesign

    0下载:
  2. 递归与分治算法的设计 动态规划算法设计 贪心算法设计 -Recursive divide and conquer algorithm with dynamic programming algorithm designed greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:246295
    • 提供者:黄君
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 25 »
搜珍网 www.dssz.com