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

搜索资源列表

  1. exponential

    0下载:
  2. four different large exponential calculating algorithms: Simple algorithm (Brute force algorithm) David and conquer algorithm. Divide more and conquer algorithm. Binary exponent algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:81301
    • 提供者:sooma
  1. include

    0下载:
  2. 1)随机输入平面上n个点的集合; 2)使用分治策略编制计算机程序求出这n个点的极大点。 3)编程实现2维极大点问题的求解,且在程序中体现分治策略。程序能处理任意的n个点。 -1) a collection of n points on a random input plane 2) using divide and conquer strategy computer program to calculate the maximum point of the n point.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:15240
    • 提供者:陈倩
  1. algorithm

    0下载:
  2. 图包问题的多种解法,python实现,蛮力、gramham、分治-Many kinds of solutions, the python package diagram, brute force, Gramham, divide and conquer
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:21333
    • 提供者:shiningyu
  1. My_L

    1下载:
  2. L型骨牌(棋盘覆盖问题) -算法分析之分治策略 算法分析与设计 课程中分治策略的典型例子,采用MFC文档编程可视化实现算法; 能够手动进行对棋盘的颜色填充,并能显示棋盘中的填充数值。 由于这是课程作业,时间紧而赶制的,封装性可能比较差。 我用的版本是C++6.0的老版本,静态链接库,其中的exe可以直接运行。-L-type domino (chessboard coverage problem) - divide and conquer strategy algorithm algorith
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4401025
    • 提供者:忘了
  1. Decrease-and-Conquer

    1下载:
  2. 该文章主要研究了依靠减治技术的各搜索算法,从基本搜索到对基本搜索改进,最后探讨了启发式的搜索,逐步深入,从而加深对搜索和减治法的理解-The paper studies the reduction treatment technologies rely on various search algorithms, basic search to search for basic improvements, and finally discuss the heuristic search, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:28953
    • 提供者:gaochang
  1. gui-bing-pai-xu

    0下载:
  2. 归并排序是建立在归并操作上的一种有效的排序算法,该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为二路归并。-Merge sort is established in the merge operation a effective sorting algorithm. The algorithm is using the divide and co
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:872
    • 提供者:小白兔
  1. fenzhifazuijnidiandui

    0下载:
  2. 分治法的应用,分治法求最近点对源码,编译无措,算法基础实验-The application of the method, divide and conquer method for the nearest point on the source code, compile flawless, algorithm based on the experiment
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1888
    • 提供者:吴金伟
  1. DAZHENGSHU-

    0下载:
  2. 分治法大正数运算支持1000位以内运算,不过自己可以很方便地改长度-Divide and conquer positive operation within 1000 bit support operations, but you can easily change the length of
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:吴金伟
  1. 1130

    0下载:
  2. 用C++写的小程序,用递归与分治法实现循环赛日常问题-Small program written in C++ using recursive divide and conquer the round robin day-to-day problems
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1016
    • 提供者:gu406284
  1. Mergesorting

    0下载:
  2. 归并排序算法是建立在归并操作上的一种有效的排序算法。该算法是采用分治法的一个非常典型的应用。-Merge sorting algorithm is based on an efficient merge operation sorting algorithm. The algorithm is a very typical application using the divide and conquer method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:617
    • 提供者:耿亚美
  1. MergeSort

    0下载:
  2. c++的归并排序算法,改算法是用c++编写的,其中用到了递归的思想,和分治法的思想,方便大家参考学习。-c++ mergesort algorithm, which is written by c++, which uses a recursive thinking, and thinking divide and conquer, to facilitate reference study.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3737995
    • 提供者:孙崇
  1. main

    0下载:
  2. 杭电ACM上1007问题的已经通过的源码,主要采用分治法来解决这个问题-Hangzhou Electric ACM 1007 on the issue of the source code has been adopted, mainly uses divide and conquer to solve the problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:991
    • 提供者:we
  1. MaxSubSum

    0下载:
  2. 用三种方法解决最大子序列和问题,分别是基本方法,分治算法和动态规划算法,算法复杂度不断提高-Three methods were used to solve sequence and the biggest problem, respectively is the basic method and divide and conquer algorithm and dynamic programming algorithm, the complexity of the algorithm is i
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:刘晨
  1. tennis1

    0下载:
  2. 北邮算法设计课程网球循环赛代码,使用分治算法,可以直接提交-BUPT tennis round robin algorithm design course code, use the divide and conquer algorithm, can be submitted directly
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2014
    • 提供者:郭宇梁
  1. quick-sort

    0下载:
  2. 利用分治法实现一组数据的快速排序,使其排序时间缩短,并采用c语言编程-Using divide and conquer method to achieve quick sort a set of data, the sorting time is shortened, and the use of C language programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:575
    • 提供者:李想
  1. FEZZ

    0下载:
  2. 分而治之的算法分 而治之的算法分而治之的算法-Divide and conquer algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6617
    • 提供者:Billustrator
  1. fenzhi

    0下载:
  2. 凸包求解算法。 实现基于枚举方法的凸包求解算法 实现基于Graham-Scan的凸包求解算法 实现基于分治思想的凸包求解算法 对比三种凸包求解算法 -Convex hull algorithm. Based on Convex Hull algorithm enumeration method Based on Graham-Scan convex hull algorithm Based on Divide and Conquer convex hull alg
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1157000
    • 提供者:大酱
  1. algorithm

    0下载:
  2. matlab算法详细分析,包括应用广泛的分治算法、灰色预测、时间序列、模拟退火、蚁群算法。-matlab algorithm detailed analysis, including the widely used divide and conquer algorithm, gray forecasting, time series, simulated annealing, ant colony algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-06-21
    • 文件大小:36707588
    • 提供者:姜波
  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. cq_action

    1下载:
  2. 此文件是征服游戏数据库的cq_action解说-This file is to conquer the game cq_action comment
  3. 所属分类:Other Games

    • 发布日期:2017-05-05
    • 文件大小:335195
    • 提供者:阿国
« 1 2 ... 15 16 17 18 19 2021 22 »
搜珍网 www.dssz.com