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

搜索资源列表

  1. AlgorithmCode

    0下载:
  2. C++版本的各类算法源代码,包括动态规划法、分治法、贪心法、回溯法、分支限界法、概率算法-C++ source code version of the various algorithms, including dynamic programming, divide and conquer, greedy method, backtracking, branch and bound method, probability algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:40013
    • 提供者:江涛
  1. Quicksort

    0下载:
  2. 基于分治算法的快速排序。编程工具vc++6.0.时间复杂度O(nlogn)-Divide and Conquer Algorithm Quicksort
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:650811
    • 提供者:wujing
  1. Mergesort

    0下载:
  2. 归并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 -Merge sort merge operation is based on an efficient sorting algorithm. This method used divide and conquer (Divide and Conquer) a very typical applications.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:11101
    • 提供者:郑阳
  1. project2

    0下载:
  2. 用c语言做分治法之循环赛日程表,由于水平有限,我不知道错在哪里?请指教!-With the c language to divide and conquer the round-robin schedule, due to limited, I do not know wrong? Please advise!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:988
    • 提供者:源泉
  1. Cpp1

    0下载:
  2. 该程序用格雷码来生成组合数序列,它比一般的方法要快-Divide and conquer method to construct the Gray code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:374686
    • 提供者:黄华虎
  1. ggzxl

    0下载:
  2. 分治法的基本思想是将一个规模为n的问题分解为k个规模较小的子问题,这些子问题互相独立且与原问题相同。递归地解这些子问题,然后将各个子问题的解合并得到原问题的解。-The basic idea of divide and conquer method is a problem of size n divided into k sub-problems of smaller, these sub-problems independent of each other and with the same
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:991
    • 提供者:陈振凯
  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. AccPoint

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

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

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

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

    0下载:
  2. 设计程序利用分治策略求n个数的最大值和最小值。-Divide and conquer strategy design process using the number n find the maximum and minimum.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:697
    • 提供者:00
  1. 2

    0下载:
  2. 利用分治策略,在n个不同元素中找出第k个最小元素。-Using divide and conquer strategy, to find n different elements in the first k-smallest element.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:618
    • 提供者:00
  1. algorithm2

    0下载:
  2. 最大子段和/三种方法/c++语言/(内有报告) 蛮力法,动态规划法,分治法。 可比较时间,随机输入数据...... -The largest sub-segment and/three methods/c++ language/(within report) brute force method, dynamic programming, divide and conquer. Comparable time, the random input data ......
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:57365
    • 提供者:ssdfdfd
  1. computational-geometry(DengJunHui)

    0下载:
  2. 邓俊辉老师的计算几何,相信大家都不陌生,里面讲解了很多经典算法,比如分治算法,平面扫描算法,随机算法...相信对研究图形处理方面的人绝对会非常有用-Deng Junhui computational geometry teacher, I believe that everyone is familiar with, which explains a lot of classical algorithms such as divide and conquer algorithm, plane s
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3739689
    • 提供者:wang
  1. Quick-sort

    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. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1180
    • 提供者:irisrd
  1. 2.2

    0下载:
  2. 2.2、线性时间选择(分治策略) 实验数据:input.txt(共100个数据) ——要求找出序列中最小的元素 将最小元素输出到output.txt文件中 -2.2, linear time selection (divide and conquer strategy) experimental data: input.txt (a total of 100 data)- the minimum required to identify sequence elements in
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-27
    • 文件大小:1838080
    • 提供者:陈星风
  1. C-Sharp-MaxSubsequenceSum

    0下载:
  2. An implementation of the Max Sub-sequence sum algorithm using divide and conquer. Includes driver program. Perfect for students. -An implementation of the Max Sub-sequence sum algorithm using divide and conquer. Includes driver program. Perfect for
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:30227
    • 提供者:cavalier
  1. Chessboard

    0下载:
  2. 本程序生成一个n*n的棋盘,n是2的幂,用一个分治算法,用一个L型条块去覆盖除一个指定方块外的所有方格。 如n=2,则有4个方格,其中3个能被一个L型覆盖,N=4,有16个方格,其中15个方格被5个L条型覆盖。 结果中每一个L条形用3对坐标表示-This procedure generates a n* n chessboard, n is a power of 2, with a divide and conquer algorithm, with an L-slice to a sp
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1726
    • 提供者:王彬
  1. divide

    0下载:
  2. divide and conquer to find maximum subarray and index
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1197
    • 提供者:wei Liu
  1. 1

    0下载:
  2. 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 -Method used divide and conquer a small element of k-input: program read from standard input data, the first line is an integer n (1 = <n<
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:623
    • 提供者:空阁浪月
  1. Demo

    0下载:
  2. 用netbeans写的swing程序,写了非递归求两整数最大公因子、分治法求大整数乘法、动态规划求最长公共子串,集合划分问题。 -Netbeans swing with written procedures, write a non recursive find the greatest common factor of two integers, divide and conquer seek large integer multiplication, dynamic programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:442476
    • 提供者:
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com