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

搜索资源列表

  1. Computer-algorithms

    0下载:
  2. 计算机常用的算法,有 算法概述 分治与递归 动态规划 贪心算法 回溯法 分限界法-Computer algorithm used have an overview of divide and conquer algorithm is recursive dynamic programming, greedy algorithms with backtracking points and bound
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:101454
    • 提供者:张国柱
  1. TravelingSalesman

    0下载:
  2. 旅行商问题算法实现,采用回溯,分治的方法实现,没有使用遗传算法-TSP algorithm, using the back, sub-rule method, genetic algorithm is not used
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-22
    • 文件大小:6957552
    • 提供者:小虎
  1. Recursion-and-divided-.ppt

    0下载:
  2. 这是关于分治与递归算法的课件,文章详细的讲解了这两周算法的设计要点。-This is about divide and conquer and recursive algorithm courseware, the article explained in detail the design elements of the algorithm for two weeks.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:472408
    • 提供者:小韩
  1. fenzhifa

    0下载:
  2. 分治算法的一些源码,可以供大家学习一下,介绍分支算法的逻辑 -Divide and conquer algorithm for some of the source, you can look for them to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:34247
    • 提供者:非官方
  1. Study-Materials

    0下载:
  2. 关于程序设计的一些想法和思路,包括动态规划、回溯、分治等-Study Materials
  3. 所属分类:Data structs

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

    0下载:
  2. 一、最长公共子序列问题;二,最大子段和问题(分治算法)-First, the longest common subsequence problem Longest common subsequence problems longest common subsequence problem Longest common subsequence problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:92743
    • 提供者:王海颖081
  1. digui

    0下载:
  2. 该段代码主要用于实现用分治递归法求解中位数问题,编码平台vs2008,使用语言c-When the code used to implement the main with partition recursive method is used to solve the problem of digits, coding vs2008 platform, the use of language c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:986
    • 提供者:闫皓渊
  1. zuhe

    0下载:
  2. 递归分治算法 从M个不同字符中任取N个字符的所有组合-the number of methods selecting N char from M chars
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:654
    • 提供者:张三
  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. 3_2

    0下载:
  2. 主元素 线性选择算法主元素的判定(分治策略) 设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。 请设计一个分治算法,判断数组T={1,2,2,2,3,4,3,2,2,4,2,2,6,7,2,2}中是否存在主元素。 -main character
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:969
    • 提供者:yzj
  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. acm

    0下载:
  2. 关于acm的基本输入输出 递归,分治,暴力求解得算法等课件-Search the most simple dichotomy of the most basic the most effective search algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-16
    • 文件大小:4256489
    • 提供者:刘鹏
  1. yuwen1

    0下载:
  2. 实验题目 分治算法的应用 实验内容 1、 二分搜索算法实现; 2、 大整数乘法或Strassen矩阵乘法的实现。 -Experimental subject partition use of the algorithm The experiment content 1, search algorithm dichotomy 2, big integer Strassen multiplication or the realization of the matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:5639
    • 提供者:宇文
  1. fenzhiHEdigui

    0下载:
  2. 实验一 分治与递归 java实现的很好的实验报告-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:119019
    • 提供者:梦朝思夕
  1. test1

    0下载:
  2. 分治法实现大整数乘法,其实应该用数组来保存大整数的,再考虑如何去完善这个程序。但分治算法的核心思想已经尽在其中了。-Divide and conquer method for large integer multiplication
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:765
    • 提供者:张讯
  1. SurveyofTriangulation-Methods

    0下载:
  2. Delaunay三角剖分的几种算法综述,逐点插入、分治算法、生长算法-Survey of Triangulation Methods
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1335289
    • 提供者:吉祥如意
  1. Ytriangle

    0下载:
  2. 杨辉三角用java的实现,采用了分治的思想在里面-The realization of the graph of Yang hui triangle with Java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9806
    • 提供者:步天
  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. 123

    0下载:
  2. linux下的C编程求最小数,可以得到中位数和分治算法。-under linux C can do the min and a code
  3. 所属分类:Linux Network

    • 发布日期:2017-04-07
    • 文件大小:2174
    • 提供者:霍明明
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 17 18 »
搜珍网 www.dssz.com