搜索资源列表

  1. 综合算法

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

    • 发布日期:2008-10-13
    • 文件大小:1452699
    • 提供者:罗鹏魁
  1. Voronoi分治算法

    1下载:
  2. 分治算法实现Voronoi图的生成,采用VC语言实现。
  3. 所属分类:界面编程

  1. 分治算法

    0下载:
  2. 所属分类:C#编程

    • 发布日期:2011-02-25
    • 文件大小:27136
    • 提供者:duoluo
  1. chessplate

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

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:方西
  1. 分治算法

    0下载:
  2. 君主和殖民者们所成功运用的分而治之策略也可以运用到高效率的计算机算法的设计过程中。本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 本章给出了用来分析分而治之算法复杂性的数学方法,并通过推导最小最大问题和排序问题的复杂性下限来证明分而治-monarchy and colonialists who ha
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:小芝
  1. 综合算法

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

    • 发布日期:2024-05-10
    • 文件大小:1452032
    • 提供者:罗鹏魁
  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 ind
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:713728
    • 提供者:祝萍
  1. Dynamic_Programming

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

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:汤烈
  1. mathmodel

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

    • 发布日期:2024-05-10
    • 文件大小:5928960
    • 提供者:zhxj
  1. 5.3

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

    • 发布日期:2024-05-10
    • 文件大小:225280
    • 提供者:陈馨
  1. suanfashejiyufenxi

    0下载:
  2. 这是计算机常用算法及其分析,算法如动态规划,贪心算法,分治算法,分支定界算法等。-This is a commonly used computer algorithms and analysis, algorithms such as dynamic programming, greedy algorithm, sub-rule algorithm, branch and bound algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:39936
    • 提供者:真真
  1. Cpp1

    0下载:
  2. 算法课上的分治算法,本人原创,相信一些上计算机系的人有用的-Algorithm class sub-rule algorithm, I am original, I believe some people on the computer science useful
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:
  1. 2

    0下载:
  2. 给出一个分治算法,在一个具有 n 个数的数组中找出第二个最大元素。-Given a sub-rule algorithm, in a number n of the array to find second largest element.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:
  1. maxsubsum

    0下载:
  2. 几种经典算法实现最大字段和问题(分治算法,动态规划算法)-Several classical algorithm for maximum field and problems (sub-rule algorithm, dynamic programming algorithm)
  3. 所属分类:文档资料

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:古月
  1. fenzhisuanfa_xuanze

    0下载:
  2. vb平台下用分治算法编的选择第k个最小元素程序-vb platform with sub-rule algorithm made the choice of the first k-smallest element of the procedures
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:qj
  1. Algorithm

    0下载:
  2. 数据结构算法 分治算法、贪心算法、动态规划法、回溯法、分治定界法-Data structure algorithm sub-rule algorithm, greedy algorithms, dynamic programming, backtracking, sub-rule-bound method
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-10
    • 文件大小:2419712
    • 提供者:杨钦龙
  1. iclass

    0下载:
  2. 此程序是用分治算法思想将两个规模为2^k*2^k的矩阵相乘-This procedure is divided algorithm thinking the two size 2 ^ k* 2 ^ k matrix multiply
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:alexandar
  1. acm_algorithm

    0下载:
  2. 细说常用算法之分治算法,doc文档,举了四个适用于分治算法的例子:找出伪币、金块问题、矩阵算法、金块问题。都有详细的算法思想说明。-Elaborate algorithms most of the Divide and Conquer Algorithm, doc documents, cites four sub-rule algorithm applied to an example: to find counterfeit coi
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:11264
    • 提供者:YOYO
  1. Delaunay

    0下载:
  2. Delaunay 分治算法三角网格剖分!-Source code for DeWall, a divide and conquer 3d Delaunay
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-10
    • 文件大小:589824
    • 提供者:竹林英客
  1. 二叉树、分治算法、模拟退火、遗传算法、源码及其文档

    0下载:
  2. 常用的数字优化算法,包含很多常见的,二叉树,分治算法。遗传算法等扥
  3. 所属分类:源码下载

    • 发布日期:2013-06-02
    • 文件大小:9903
    • 提供者:axe814@163.com
« 12 3 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org