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

搜索资源列表

  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最小?加上一个小界面-This is a solution to the partition cutting parts : a given width of the rectangular plate W, the height of rectangular plat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30554
    • 提供者:亿摆
  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. ofdm_signal

    0下载:
  2. 该程序给出了OFDM信号以及频谱分析,也插入了保护间隔-the procedure given OFDM signal and spectrum analysis, insert a protective partition
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1245
    • 提供者:王蓬
  1. 综合算法

    4下载:
  2. 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab ma
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1452699
    • 提供者:罗鹏魁
  1. haplotyper.1.0.LINUX.tar

    0下载:
  2. 利用Partition-Ligation algorithm计算生物SNP的单倍型频率-use Partition - Ligation algorithm to calculate the SNP haplotype frequencies
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:53703
    • 提供者:孙学科
  1. subsetcalculator

    0下载:
  2. 本算法实现2-10集合划分问题,采用动态规划法和大整数方法-the algorithm 2-10 set partition, using dynamic programming methods and the Integer
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:12301
    • 提供者:自由人
  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. 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. 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. Partition

    0下载:
  2. 在n维空间(每维范围为0-1)内对插入的数值根据坐标进行分区。从一个没有分区的空间开始插入,一旦规定的cache满了就申请新的cache空间。cache全满后存数值于文件。分区每次一分为2n,内建有2n叉树结构用于管理。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-16
    • 文件大小:9899
    • 提供者:shuai
  1. SELECT

    0下载:
  2. 选择第k小的元素,c语言 partition 要好好看看 理解函数意思
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:32944
    • 提供者:navylq
  1. chessplate

    0下载:
  2. 分治算法解决棋盘覆盖问题-partition algorithm chessboard coverage
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1697
    • 提供者:方西
  1. partition

    0下载:
  2. partition算法 一种较aprior的改进版 可以用来进行新手的测试-partition
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1757
    • 提供者:李丽芳
  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. Recovery

    0下载:
  2. 本文深入研讨 了在 D e l p h i 中通过调用 A P I 函数,读取或修改存放在硬盘q - 的数据,并提供了备份和恢复硬盘有关分区信息的功能,保护硬盘中系统数据的安全。-This in-depth discussion in the D elphi by calling API functions to read or modify stored in the hard drive q- the data, and provides backup and restore hard di
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:807037
    • 提供者:张鱼
  1. Fuzzy-Cmean-partition

    1下载:
  2. 实现图像模糊C_均值聚类分割,包含算法思想和matlab源程序-Fuzzy C_ c-mean partition
  3. 所属分类:matlab例程

    • 发布日期:2013-01-15
    • 文件大小:618920
    • 提供者:赵姣姣
  1. Vornoi-partition

    0下载:
  2. Application of rule d nearest neighbor to build the partition of the Vornoi
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:8559
    • 提供者:marwa
  1. Partition-tree

    0下载:
  2. 时代的眼泪-划分树 能在对数时间内求取区间第k大值-Partition tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:763
    • 提供者:流火
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com