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

搜索资源列表

  1. k-divide

    0下载:
  2. 用分治算法求200个数中第K小的数。这个是学习算法课程时做的一个小作业。程序很小,不过,很好的体现了分治算法的思想。-partition algorithm used for the first 200 Number of several small K. This is a learning algorithm courses do a small operation. Procedures small, but a good indication of the partition algor
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:24056
    • 提供者:祝萍
  1. Strassen_8

    0下载:
  2. Strassn关于两个矩阵相乘的算法,同过分治原理把两个n*n的矩阵阶各分解成四个n/2*n/2阶的矩阵,当分解出来的矩阵阶数等于2时,求借各个小矩阵,若阶数大与2,就递归的调用前面方法,直到分解成2*2的子矩阵为止。-Strassn on two matrix multiplication, the algorithm, with the governing principle over two n * n matrix of the band decomposed into 4 n / 2
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12750
    • 提供者:张斌
  1. Divide22.c

    0下载:
  2. 分治算法的实现,输入N个节点数据(如个在一条直线上则只有一个数,平面上则以数据对形式实现),可以得到其中距离最近的两点数据及其距离。-partition algorithm implementation, the importation of N-node data (eg 000 in a straight line only a few. while data on the plane on the form), which can be from 2:00 recent data and
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:22662
    • 提供者:李风
  1. Dynamic_Programming

    1下载:
  2. 多阶段决策过程( multistep decision process )是指 这样一类特殊的活动过程,过程可以按时间顺序分解成若干个相互联系的阶段,在每一个阶段都需要做出决策,全部过程的决策是一个决策序列。 动态规划 ( dynamic programming )算法 是解决 多阶段决策过程最优化问题 的一种常用方法,难度比较大,技巧性也很强。利用动态规划算法,可以优雅而高效地解决很多贪婪算法或分治算法不能解决的问题。动态规划算法的基本思想是:将待求解的问题分解成若干个相互联系的子问题,先求解
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:汤烈
  1. mathmodel

    6下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5929399
    • 提供者:zhxj
  1. chesscover

    0下载:
  2. 此程序是关于算法设计与分析中的棋盘覆盖问题,采用分治策略实现的。-on algorithm design and analysis covering the chessboard, using the divide and conquer strategy to achieve.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2162
    • 提供者:xsj
  1. ClosestNodePairs

    0下载:
  2. 这是最接近点对问题,分别使用了分治算法和穷举法求解最接近点对。-it is the closest point of the problem, namely the use of a divide-and-conquer method and exhaustive closest point right.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4470
    • 提供者:润卿
  1. 2-sou-suo

    0下载:
  2. 分别用快速排序和分治算法对随机产生的200个数进行排序-respectively quicksort algorithm and the partition of the 200 randomly generated number Sort
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9118
    • 提供者:lipei
  1. ChessBorad

    0下载:
  2. 本程序是用VC++编写的残缺棋盘,这是基于分治的思想,现利用一个数组将对应的残缺棋盘用L型排列好,再调用一个上色子程序将棋盘以图形方式用L型骨牌填充起来-this procedure is used to prepare the VC incomplete chessboard, it is based on the idea of partition, now the use of an array of corresponding deterioration chessboard with
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:52166
    • 提供者:yancy
  1. serachforzero

    1下载:
  2. 利用分治算法求一个数组首个零的位置,MPI算法,数组长度可以上万-partition algorithm using an array for the first zero position, MPI algorithm, the array length can be up to 10,000
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1914
    • 提供者:陈磊
  1. MergeSort2

    0下载:
  2. 二路合并排序算法,使用分治策略,时间复杂度O(nlog2n), 需要和待排记录等数量的辅助空间,是一种稳定的排序算法-two-way merge sorting algorithm, the use of divide-and-conquer strategy, the time complexity O (nlog2n) Pai and the need to record the number of auxiliary space, is a stable Sort Algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3861
    • 提供者:mxm
  1. quickhull4

    0下载:
  2. 凸包算法,运用分治的思想,用opengl显示出来-convex hull algorithm, the idea of partition, with opengl show
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:25861
    • 提供者:wangmiao
  1. a[i]=i

    0下载:
  2. 寻找数组中a[i]=i分治算法,主要采用类似的二分法的算法-find an array a [i] = i partition algorithm, similar dichotomy in the algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7688
    • 提供者:陈馨
  1. 5.3

    0下载:
  2. 在数组中寻找最大元素.该算法采用分治算法.-in finding the greatest array elements. The algorithm used divide-and-conquer.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5710
    • 提供者:陈馨
  1. 5.33

    0下载:
  2. 分治算法在数组中找是否存在两个数相加值为X的-partition algorithm in the array to find the existence of a number of phase two of the X PG
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8266
    • 提供者:陈馨
  1. 6.51

    0下载:
  2. 采用分治的算法来求解二叉树的高度的问题.-adopt a rule binary tree algorithm to solve the height problem.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8456
    • 提供者:陈馨
  1. mySuanfa

    0下载:
  2. 里面包含vc的经典算法,如动态规划,分治,回溯,贪心算法等-contained vc classic algorithms, such as dynamic planning, administration, backtracking, greedy algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13959
    • 提供者:周炳华
  1. changyong

    0下载:
  2. 动态规划分治算法概率算法模拟退火算法神经网络搜索算法贪婪算法网上matlab遗传算法组合算法Floyd算法-dynamic programming algorithm partition probability algorithm simulated annealing neural network algorithm for the greedy algorithm search online matl ab genetic algorithm combination algorithm Fl
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2731255
    • 提供者:dgdfgd
  1. VoronoiDAC

    0下载:
  2. voronoi图的分治算法实现,清晰展示voronoi图的merge过程。在VC6.0下实现-nibbling plan of partition algorithm, clear display triangles map merge process. Under the VC6.0
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:98418
    • 提供者:马标
  1. qiege

    1下载:
  2. 解决了矩形板切割矩形材料的问题,采用递归分治的方法-solve the rectangular plate rectangular cutting materials, using recursive method of administration
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1349
    • 提供者:昌杰
« 1 23 4 5 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com