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

搜索资源列表

  1. queensLV

    1下载:
  2. 拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1190
    • 提供者:陈国武
  1. usingSystem

    0下载:
  2. 该程序主要是用来:随机算法求圆周率演示程序源代码。-the program is primarily used for : a randomized algorithm for pi demo program source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9991
    • 提供者:赵天
  1. nqueen_LV

    0下载:
  2. 利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。-use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1307
    • 提供者:
  1. 030320171

    0下载:
  2. 概率算法! 圆排列的随机化算法,超快的!-probability algorithm! Yuan with a randomized algorithm, ultra-fast!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1609
    • 提供者:王乐
  1. randomized-algorithm

    0下载:
  2. 高级算法的很好的一个教程,学习很有帮助的,努力-A high-level algorithm is a good tutorial, very helpful, and efforts to
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:91826
    • 提供者:lands
  1. GRASP

    3下载:
  2. 贪婪随机自适应搜索法(GRASP),使用随机化的最小最小完成时间算法来产生问题的初始解,再通过变邻域下降算法来改进这个解。-Greedy randomized adaptive search method (GRASP), the minimum use of randomized algorithm to generate the minimum completion time of the initial solutions of the problem, and through the v
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5428
    • 提供者:sunling
  1. random_implement

    0下载:
  2. 随机算法实现-Randomized algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:10449
    • 提供者:hcsg
  1. GreedyRandomizedSearch

    0下载:
  2. Matlab Implementation of Greedy Randomized Search Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3366
    • 提供者:balatas
  1. wdwd

    0下载:
  2. 给四人随机发牌的c语言算法,希望对大家有帮助。-To the licensing of four randomized algorithm c language, and they hope to help everyone.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:97485
    • 提供者:wudan
  1. simanneal.tar

    0下载:
  2. 模拟退火算法,是一种随机算法,广发应用于科研与工程领域-Simulated annealing algorithm is a randomized algorithm, widely used in scientific research and engineering
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:39835
    • 提供者:叶飞
  1. las

    0下载:
  2. 使用拉斯维加斯随机算法解决N皇后问题 可以以较快速度解决128皇后 甚至是256皇后问题-Use Las Vegas randomized algorithm to solve the N Queens problem can be resolved more rapid pace of 128 or even 256 Queen Queens Problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:6385
    • 提供者:smile
  1. suiji

    0下载:
  2. 算法当中的随机算法详细讲解以及各种实例算法讲解-Algorithm among the randomized algorithm explained in detail as well as various examples of algorithms to explain
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:156931
    • 提供者:sunbo
  1. GAOT

    0下载:
  2. 遗传算法是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型。它的思想源于生物遗传学和适者生存的自然规律,是具有“生存+检测”的迭代过程的搜索算法。遗传算法以一种群体中的所有个体为对象,并利用随机化技术指导对一个被编码的参数空间进行高效搜索。-Genetic algorithm is simulated Darwinian natural selection of genetic selection and evolution process model. It' s thought
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:104923
    • 提供者:xingwuzong
  1. Genetic-Algorithms

    0下载:
  2. 遗传算法的运行机理及特点是具有定向制导的随机搜索技术,其定向制导的原则是:导向以高适应度模式为祖先的“家族”方向.以此结论为基础.利用随机化均匀设计的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的GA算法,称之为随机化均匀设计遗传算法.-Operating mechanism and genetic algorithm is characterized by directional guided random search techniques, the directional
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:104060
    • 提供者:zs
  1. Introduction-to-Algorithms

    0下载:
  2. 本书全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。-This book comprehensively introduces the computer algorithm. Analysis of each algorithm both easy to understand and very interesting, and keep the mathemati
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-16
    • 文件大小:25594970
    • 提供者:刘洋
  1. pi

    0下载:
  2. 数值随机化算法计算圆周率,面积法投点计算,利用matlab,绘出不同投点下的计算结果-Randomized algorithm to calculate the value of pi, cast-point calculation of area method, using matlab, plot points under different investment results
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:517
    • 提供者:王举
  1. pattern_matching

    0下载:
  2. 分别用KMP、Monte Carlo 和Las Vegas 算法编制3 个程序,随机生成不小于5000 对、 长度很长、且长度不等的01 串X 和Y(三个程序生成 相同的串),然后统计算法的执行时间、Monte Carlo算法出错的比率,并根据运行结果对三种算法进行深入的比较。注意, 先利用本题下方所给素数实现上述算法,学完素数判定 算法之后,将该算法编程,产生一定数量的大素数并用数组保存起来(分别试不超过5000、500000、50000000),以供上述随机算法使用-The
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1619
    • 提供者:黄杰
  1. las

    0下载:
  2. 数据结构中的一种重要随机算法--Las Vegas算法,它总是给出正确的结果,但在少数应用中,可能出现求不出解的情况。也是用了50,500,5000子串验证的 -Data structure is an important randomized algorithms- Las Vegas algorithm, it always gives the correct result, but in a few applications, the solution may be seeking n
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:1181336
    • 提供者:wxq
  1. any-randomized-crossover

    0下载:
  2. 函数最优化任意随机交叉父体,根据遗传算法源码改编-OPTIMIZATION any randomized crossover parent body, according to the source adapted genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:13465
    • 提供者:陈威
  1. small-world-networks

    0下载:
  2. 1998年, Watts和Strogatz 提出了小世界网络这一概念,并建立了WS模型。 实证结果表明,大多数的真实网络都具有小世界特性(较小的最短路径) 和聚类特性(较大的聚类系数) 。 WS小世界模型构造算法 1、从规则图开始:考虑一个含有N个点的最近邻耦合网络,它们围成一个环,其中每个节点都与它左右相邻的各K/2节点相连,K是偶数。 2、随机化重连:以概率p随机地从新连接网络中的每个边,即将边的一个端点保持不变,而另一个端点取为网络中随机选择的一个节点。其中规定,任意两个不同的
  3. 所属分类:matlab

    • 发布日期:2017-11-26
    • 文件大小:1140931
    • 提供者:李梅
« 12 »
搜珍网 www.dssz.com