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

搜索资源列表

  1. ZUIXINDI

    0下载:
  2. 最接近点对问题,分治法实现,随机生成N个数寻找最短路径的两个点-closest point of the problem, realizing the partition method, random number generation N to find the shortest path to the two points
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1369
    • 提供者:张亮
  1. 零件切割问题

    0下载:
  2. 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut ou
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:叶黎
  1. Dynamic_Programming

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

    • 发布日期:2008-10-13
    • 文件大小:3241
    • 提供者:汤烈
  1. 一维最近点(分治法)1

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测试不超过70个,可见在设计程序时,考虑空间的使用也是很必要的!)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : a partition method (the me
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1996
    • 提供者:杨晨
  1. ClosestPairPoint

    0下载:
  2. 实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1378
    • 提供者:韩希先
  1. 动态规划----矩阵连乘问题

    0下载:
  2. 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic prog
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:27011
    • 提供者:莫非
  1. grid_segmentation.zip

    0下载:
  2. This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures make the conventional approache
  3. 所属分类:Windows编程

    • 发布日期:2011-05-05
    • 文件大小:712264
    • 提供者:jjrs05
  1. Image Segmentation Using Iterative Watersheding

    0下载:
  2. This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures make the conventional approache
  3. 所属分类:源码下载

    • 发布日期:2011-05-05
    • 文件大小:712264
    • 提供者:jjrs05
  1. matlab

    0下载:
  2. 数学隔板问题研究,对现实问题的较好解决,能都对一些编程问题有思路引导-Partition problem of mathematical research, the better to solve the practical problems that can have some ideas to guide programming problem
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:33213
    • 提供者:张鹏
  1. C_MST_SPT

    0下载:
  2. 這是有關一個名為set partition的原始碼 set partition是acm問題中的其中一個-It is about a named set partition of the source code is a set partition problem in one of the acm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:23374
    • 提供者:Wayne
  1. partition+problem

    0下载:
  2. partition problem to divide a group in to 2 equal sets
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1116991
    • 提供者:Abdosebo
  1. MCSP

    0下载:
  2. 计算两个字符串的最小公共子串划分(MCSP)。最小公共子串划分(MCSP)是指把两个字符串划分成相同的子串的集合,同时要求划分的子串数目最少。比如,S1 = cdabcdabceab,S2 = abceabcdabcd,求得的MCSP是(cdabcd, abceab), (abceab, cdabcd).MCSP问题是基因重组中的关键问题,并且与用逆转重复字串进行排序的问题十分相近。MCSP问题是NP难的。-The code is to compute MCSP of two given str
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:2898
    • 提供者:luckypig
  1. shizihuafeng

    0下载:
  2. 算法设计与分析的一道题目:石子划分问题(适用于上课实验)-Algorithm design and analysis of a topic: stone partition problem (for class experiment)
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:561
    • 提供者:莫问天
  1. yuandaima

    0下载:
  2. 代码设计 :整数的分划问题。如,对于正整数n=6,可以分划为: 6 5+1 4+2, 4+1+1 3+3, 3+2+1, 3+1+1+1 2+2+2, 2+2+1+1, 2+1+1+1+1 1+1+1+1+1+1+1 -Code design: integer partition problem. For example, for positive integer n = 6, you can partition as follows: 6 5+1 4+2,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:3208
    • 提供者:张晗
  1. Guassion

    0下载:
  2. 对图像进行高斯金字塔设计,以及根据多尺度划分问题。-To do image gaussian pyramid design, and according to the multi-scale partition problem.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-19
    • 文件大小:1151
    • 提供者:林王
  1. Partition

    0下载:
  2. 集合划分问题。给定正整数 n,计算出n 个元素的集合{1,2, , n }可以划分为多少个不同的非空子集。-Set partitioning problem. Given a positive integer n, calculate the n elements of the set {1,2,  , n} can be divided into a number of different non-empty sets.
  3. 所属分类:Java Develop

    • 发布日期:2017-12-08
    • 文件大小:698
    • 提供者:Kerwin
  1. five-classic--C-code

    0下载:
  2. 里面有五个C语言初学者遇到的经典递归问题的代码及详解!八皇后、回文、顺转矩阵、斐波那契及整数分划问题。-There are five classic C language for beginners recursive problems encountered by the code and explain! Eight queens, palindrome, clockwise rotation matrix, Fibonacci and integer partition problem.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:46839
    • 提供者:李展
  1. ACM

    0下载:
  2. 本文包含本人亲自写的两个ACM的小算法,一个是石子划分问题另一个是服务器转移问题,全是用的是动态规划算法,经试验,这两个算法运行效率极高-This article contains personally wrote two small ACM algorithm, a stone partition problem is transferred to another is a server problem, all using a dynamic programming algorithm, a
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1014
    • 提供者:110
  1. partition-package

    0下载:
  2. 采用贪心算法来解决部分背包问题,简化了动态规划思想,提高了算法效率-Use the greedy algorithm to solve some of the knapsack problem, simplify the dynamic programming, improving the efficiency of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:605849
    • 提供者:wlz
  1. integer-partitioning

    0下载:
  2. 整数划分问题 编程序求某一个正整数的所有划分数-Integer partition problem all programmed to seek a number of divisions a positive integer.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:559
    • 提供者:Adrian
« 12 3 4 »
搜珍网 www.dssz.com