CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - Conquer

搜索资源列表

  1. defectBoardQ

    0下载:
  2. 算法分析经典的残缺棋盘问题 使用分治法求解。-Algorithm analysis and incomplete chessboard problem with the classic divide and conquer method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:945
    • 提供者:zry
  1. algorithm-design

    0下载:
  2. ACM算法入门课件,很适合初学者,包括枚举,贪心,分治,搜索,动归,数论等得内容,很有参考价值-Introduction courseware ACM algorithm, it is suitable for beginners, including enumeration, greedy, divide and conquer, search, dynamic return, so get the contents of number theory, a good reference
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:638782
    • 提供者:李文锋
  1. Algorithm

    0下载:
  2. 数据结构,算法,包括动态规划、分治策略、回溯法。-Data structures, algorithms, including dynamic programming, divide and conquer, backtracking.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1888
    • 提供者:张涛
  1. polyMultiplyDaC

    0下载:
  2. Multiplication of two polynomial using divide and conquer method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1696
    • 提供者:Priya Ranjan
  1. round

    0下载:
  2. 单循环比赛日程安排算法实现。利用分治法实现2的n次幂个运动员日程安排,利用轮转法实现n个运动员日程安排。-Round robin scheduling algorithm competition. Using divide and conquer method to achieve two of the n th power athlete schedule, the use of Round-Robin schedule to achieve n-athletes.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:195031
    • 提供者:黄诚
  1. 123.cpp

    0下载:
  2. 求最大值和最小值 用分治法来求 c++环境-Find the maximum and minimum use of divide and conquer method to find c++ environment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:581
    • 提供者:乔乔
  1. min_distance

    0下载:
  2. 本算法用于求一系列点集中距离最小的点对,利用分治,递归,大大减少计算量-This algorithm is used to find a point of focus from the minimum point, the use of divide and conquer, recursion, greatly reducing the computational
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:1706
    • 提供者:王彬
  1. alogrithms-in-pku

    0下载:
  2. 北京大学 算法分析与复杂性理论国家级精品课程课件,非常值得一看。分治,贪心,动态规划,NP理论-Peking University, algorithm analysis and complexity theory national quality courseware, very worth seeing. Divide and conquer, greedy, dynamic programming, NP theory. . .
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6545010
    • 提供者:grant
  1. recursive-algorithm

    0下载:
  2. 用算法分析中递归与分治算法实现的,最长公共子序列算法,编程环境为vc-Analysis using the recursive algorithm and the divide and conquer algorithm, the programming environment for the vc++
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:13245
    • 提供者:李雪薇
  1. the-nearest-point

    0下载:
  2. 算法分析实验中,用递归与分治算法实现的最接近点对实验,编程环境为vc-Algorithm analysis experiments, using a recursive divide and conquer algorithm with the nearest point of the experiment, vc++ programming environment
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:22639
    • 提供者:李雪薇
  1. one-day-FS

    0下载:
  2. 一天征服傅里叶变换,对傅里叶变换有比较通俗的解释-One day conquer the Fourier transform, Fourier transform of a relatively popular explanation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:432195
    • 提供者:
  1. Max-and-Min

    0下载:
  2. 运用递归与分治策略同时找到一组数据的最大最小数,算法复杂度为n*logn-The use of recursive divide and conquer strategy with the same time find a set of minimum and maximum number of data, the algorithm complexity is n* logn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:698
    • 提供者:Jack
  1. Board

    0下载:
  2. 棋盘覆盖问题是分治算法的一个经典问题,这里用C++进行了实现,代码在C++Builder下运行通过。-Board cover problem is a classic divide and conquer algorithm problem, here were implemented in C++ code in C++ Builder to run through.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1338
    • 提供者:
  1. Fib

    0下载:
  2. 算法分析基础——Fibonacci序列问题 分治法在数值问题中的应用——最近点对问题 减治法在组合问题中的应用——8枚硬币问题 变治法在排序问题中的应用——堆排序问题-The basis of algorithm analysis- Fibonacci sequence divide and conquer the problem of the numerical problems- the nearest point on the issue by governing law in
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1233772
    • 提供者:林海
  1. fft

    0下载:
  2. 一天征服傅里叶变换,超简单的描述,让没有基础的同学都能看的明白,适合还处在似懂非懂的状态的同志们。-One day conquer the Fourier transform, super simple descr iption, so there is no basis to understand the students can look for is still in the state of half-comprehended comrades.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:437652
    • 提供者:印老大
  1. eight-queens

    0下载:
  2. 分治法求解八皇后问题,一个简单的分治法应用算法。-Divide and conquer method to solve the eight queens problem, a simple application of divide and conquer algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:13804
    • 提供者:李俊炜
  1. Pipeline-problem

    0下载:
  2. 使用C++语言实现了分治和递归的算法,有一定的帮助。-C++ language using a divide and conquer and recursive algorithms, have some help.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:807
    • 提供者:rucy
  1. cPP

    0下载:
  2. 数据结构算法与应用,在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。-Data structures algorithms and applications, in a brief review of basic C++ programming con
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:12141826
    • 提供者:lifan
  1. fenzhi

    0下载:
  2. 分治法源码,01背包问题,经典的01背包问题-Divide and conquer source, 01 knapsack problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1864
    • 提供者:123
  1. snippet

    0下载:
  2. 简单的分治方法查找数字的例子,算法课程的作业。-Simple divide and conquer method to find the number of examples, algorithms course work.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:1194
    • 提供者:wuwu
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com