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

搜索资源列表

  1. ClosestPoints

    0下载:
  2. 分治法和蛮力法求最近对问题及其时间复杂度比较-Divide and conquer method and the brute force method for the recent problems,and comparing the running time.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1163
    • 提供者:WangXiaolei
  1. qipanfugai_CPP

    0下载:
  2. 用C++编写的棋盘覆盖问题的解决,其中有非常清楚的注释,帮助学习者了解分治法在类似问题中的应用-Board cover solution written in C++, which has a very clear comments to help students understand the divide and conquer those problems
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-06
    • 文件大小:1045
    • 提供者:pfid
  1. qipanfugai_matlab

    0下载:
  2. 用matlab编写的棋盘覆盖问题的解决,有清楚的注释,帮助学习者了解分治法在类似问题中的应用-Matlab prepared by the board covering problems, clear notes, to help students understand the divide and conquer similar problems
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-10
    • 文件大小:1028
    • 提供者:pfid
  1. fzfksfl

    0下载:
  2. 分治法快速排序的c++代码,实现平台为visual studio 2008-Divide and conquer quicksort c++ code, the platform for Visual Studio 2008
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:704
    • 提供者:Lc
  1. NearestPoint

    0下载:
  2. 使用分治法实现最近点对算法,图形化界面,可以通过鼠标点击生成点也可以随机生成,并计算得到最近点对-Divide and conquer method to achieve the closest point algorithm, graphical interface, can be generated by a mouse click can also be randomly generated, and calculated to the nearest point on
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:14277
    • 提供者:冷暖
  1. algorithms

    0下载:
  2. 附件是邓建明老师上的算法课的详细课件,设计算法设计与分析的各个方面,如分治法,贪心算法,平摊分析等,希望对大家有帮助-Attachment algorithm Jian-ming teacher lesson courseware, and all aspects of the design algorithm design and analysis, such as divide and conquer method, greedy algorithms, amortized analysis
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3285595
    • 提供者:赵毅
  1. FillBoard

    0下载:
  2. MFC实现的填充棋盘小程序,鼠标单击窗口任一点,即时生成填充棋盘的解法。填充算法使用分治法。-Fill the chessboard small program is implemented by MFC, mouse click the window at any point, the solution immediately generated to fill the board. Filling algorithm using the divide and conquer.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-15
    • 文件大小:3713758
    • 提供者:张贺
  1. dbbz

    0下载:
  2. 自己实现的敌兵布阵的源代码,HDOJ1066题,数据结构使用了线段树和树状数组,算法策略使用了分治策略。-Own implementation of the enemy soldiers ended their source code, HDOJ1066 question, data structures using the segment tree and the tree array, the algorithm strategy of divide and conquer strategy
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1074
    • 提供者:张贺
  1. bignumber

    0下载:
  2. 分治法实现的大整数乘法。是学习分治算法策略的很好的范例。-Sub-rule method to achieve the large-integer multiplication. Is a good example of learning the strategy of divide and conquer algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:896891
    • 提供者:张贺
  1. pai-xu

    0下载:
  2. 顺序表的结构没有给出,作为演示分治法这里从简顺序表取一整形数组数组大小由用户定义,数据随机生成。我们知道如果数组大小为 1 则可以直接给出结果,如果大小为 2则一次比较即可得出结果,于是我们找到求解该问题的子问题即: 数组大小 <= 2。到此我们就可以进行分治运算了,只要求解的问题数组长度比 2 大就继续分治,否则求解子问题的解并更新全局解以下是代码-e order of the table structure did not give a simple order form as a p
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:812
    • 提供者:lzy
  1. TarsusPmultiplication

    0下载:
  2. 分治法大整数乘法课件 概述:算法概要、算法效率 合并排序 快速排序 折半查找 大整数乘法 Strassen 矩阵乘法 分治法解凸包 -Divide and conquer integer multiplication courseware about the function and some problems very effective way to solve the that serious .I think it will be ok!
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:101532
    • 提供者:彭宇
  1. Professional-CPP--2nd

    0下载:
  2. 虽然C + +中,往往是从游戏编程主要的商业应用软件的首选语言,它也是最难以掌握。这个严肃的书,您将学习如何征服最新版本的C + +。笔者解密鲜为人知的特征的C ++,股份详细的代码示例,然后你可以插入自己的代码,并揭示了显着变化的C ++陪最新版本。你会发现如何设计和构建应用程序,解决现实世界的问题,然后实施解决方案,使用的语言的全部功能。 呼吁有经验的开发人员正在寻找更高层次的学习 向下钻取到最新的广泛变化的C ++标准,C + ++11,包括运行时的性能,标准库,语言可用性,
  3. 所属分类:Other Games

    • 发布日期:2017-05-26
    • 文件大小:8913808
    • 提供者:Hwang
  1. algorithm_report

    0下载:
  2. 算法设计报告5个重要算法,包括贪心,回溯,动态规划,分支限界,分治法-Algorithm design report five algorithms, including greedy, backtracking, dynamic programming, branch and bound, divide and conquer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:52154
    • 提供者:warton
  1. Merge-sort

    0下载:
  2. 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 -Merge sort in C/C++
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:692
    • 提供者:congyi
  1. top-ten-algorithms-of-mathematical

    0下载:
  2. 自己在各个论坛上搜集的十大算法,Dijkstra算法,Floyd算法,动态规划,分治算法,概率算法,灰色预测,聚类算法,蒙特卡洛,模拟退火算法,神经网络等等,附有算法的原理,部分含有相关的程序源代码。-In various forums to collect the ten algorithms, Dijkstra algorithm, the Floyd algorithm, dynamic programming, divide and conquer algorithms, probabi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-26
    • 文件大小:9586328
    • 提供者:黄绍广
  1. 1

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

    • 发布日期:2017-04-04
    • 文件大小:888
    • 提供者:雪城无月
  1. BSpline

    0下载:
  2. 自己写的matlab里面的,B样条基函数的简单程序,用的是卷积的方法-bspline basic functions,you can use it to conquer some ans
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:755
    • 提供者:caijunlong
  1. FFT

    0下载:
  2. An Elementary Introduction to the Discrete Fourier Transform 1.1 ComplexNumbers 1.3 Analyzing the Series 1.5 Filtering a Signal 1.6 How Often Does One Sample? 1.7 Notes and References 1.2 Trigonometric Interpolation 1.4 Fourier Frequenc
  3. 所属分类:Algorithm

    • 发布日期:2017-06-02
    • 文件大小:14788261
    • 提供者:Rakesh
  1. xunhuansai

    0下载:
  2. 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) 输入样例: 3 输出样例: 1 2 3 4 5 6 7 8 2 1 4 3 6 5 8 7 3 4 1 2 7 8 5 6 4 3 2 1 8 7 6 5 5 6 7 8 1 2 3 4 6 5 8 7 2 1 4 3 7 8 5 6 3 4 1 2 8 7 6 5 4 3 2 1-
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:559
    • 提供者:韩欣
  1. xunhuansairichengbiao

    0下载:
  2. 循环赛日程表描述: 用分治算法生成循环赛日程表(1到2的n次方个人)输入: 一个整数n 输出: 循环赛日程表(1到2的n次方个人) -The round-robin schedule: divide and conquer algorithm to generate a round-robin schedule (1-2 n-th individual) Input: an integer n output: (1-2 of the n-th individual of th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:10851
    • 提供者:wangyilin
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 22 »
搜珍网 www.dssz.com