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

搜索资源列表

  1. maxfieldsum

    0下载:
  2. 用分治法解决最大子段和问题,利用了递归和合并,使问题能够简易求解-Solve the problem with the largest sub-segment and divide and conquer method, the use of recursion and merge so that the problem can be solved simple
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:148130
    • 提供者:wen
  1. algorithm

    0下载:
  2. 关于常用的几种算法介绍1、单源最短路径;2、递归与分治;3、贪心算法;4、动态规划;5、回溯法;6、分支限界法-On several commonly used algorithm introduced a single-source shortest path 2, recursion and divide and conquer 3, the greedy algorithm 4, dynamic programming 5, backtracking 6, branch and
  3. 所属分类:Data structs

    • 发布日期:2017-05-28
    • 文件大小:11165880
    • 提供者:jiang
  1. algorith4

    0下载:
  2. 用分治法解决最近点对问题,就是将一个问题分解两个子问题,然后递归处理子问题,然后合并求出最短距离-Solve the problem closest point using divide and conquer method is to decompose a problem of two sub-problems, and then recursively processing sub-problems, and then find the shortest distance merge
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1508
    • 提供者:王小琼
  1. chapter-2

    0下载:
  2. 算法设计与分析的 第2章 递归与分治策略.pdf-Design and Analysis of Algorithms Chapter 2 Recursion and divide and conquer strategy. Pdf
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:495910
    • 提供者:kalley
  1. MergeSort

    0下载:
  2. 归并排序,采用分治法的一个典型应用。主要步骤可以简单的描述为:【从小到大排序】 第一步:把数组分成左右两个数组,然后递归直至左右数组只包含单个元素【最底层】; 第二步:从单个元素开始,归并数组,使得数值小的在上一层数组的左侧,数值大的在上一层数组的右侧,然后递归,直至到原数组【最顶层】。-Merge sort, using a typical application of divide and conquer method. The main steps can be simply de
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-02
    • 文件大小:632954
    • 提供者:贾立伟
  1. int_divide_SA13006029

    0下载:
  2. 整数因子问题的C语言源代码 计算机算法设计与分析中的题目 递归与分治算法-C language source code for a computer algorithm design and analysis topics recursive divide and conquer algorithm with integer factor issues
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:934297
    • 提供者:冰仔
  1. Beep-function-to-play-music-with

    0下载:
  2. 演奏乐曲《小星星》《茉莉花》《找朋友》《上学歌》《一分钱》《征服》《沧海一声笑》《童话》《同桌的你》《小熊和洋娃娃》-Playing music "Little Star" "Jasmine", "find friends", "school song", "penny" "conquer" "Laughter In The Sea" "fairy tale", "same table for you," "Winnie and dolls"
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2013
    • 提供者:李志
  1. suanfa

    0下载:
  2. 利用分治算法和蛮力算法求最近点对的长度问题-Use divide and conquer algorithm and a brute-force algorithm for the nearest point on the length of the problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:646055
    • 提供者:张睿
  1. SVD_and_SDD

    0下载:
  2. 此为比较奇异值分解的算法,QR分解法和分而治之法,并带入了Lapack的选择控制的接口程序,方便在matlab下实用这两种不同的算法进行比较-the algorithm about the decomposition of singular value of matrix comparing the different algorithm in the lapack QR and divide and conquer (DAC)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-28
    • 文件大小:10261086
    • 提供者:饶刚
  1. fenzhifa

    0下载:
  2. 计算机算法分析里面分治法中很多算法的源码-Computer algorithm analysis, many of which divide and conquer algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1703243
    • 提供者:王重阳
  1. Sort

    0下载:
  2. 基于分治策略的实现快速排序算法和归并算法。-Quicksort algorithm and merging algorithm based on divide and conquer strategy
  3. 所属分类:Mathimatics-Numerical algorithms

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

    0下载:
  2. 在visual C++环境中,使用分治策咯实现最邻近点对的查找,并返回最邻近点对距离的平方-In visual C++ environment using divide and conquer tactics to achieve find the nearest point, and returns the nearest point on the square of the distance
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1367904
    • 提供者:李噹噹
  1. 2233111

    0下载:
  2. 采用分治法、动态规划算法实现0-1背包问题的求解;动态演示算法的的实现过程。要求演示界面友好、生动,易于对算法的理解-Divide and conquer, solved using dynamic programming algorithm to achieve the 0-1 knapsack problem process dynamic demonstration algorithm. The demonstration interface is friendly and vivid,
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:558615
    • 提供者:liusong
  1. Large-integer

    0下载:
  2. 大整数,蛮力破解,分治法,改进分治法。程序清晰易懂,有利于帮助理解-Large integer, brute-force, divide and conquer, divide and conquer improvements. Clear and understandable procedures, could help to understand
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1191389
    • 提供者:方小米
  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. 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. 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. 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. 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 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com