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

搜索资源列表

  1. 3SAT

    1下载:
  2. 对于给定的带权3-CNF,设计一个蒙特卡罗算法,使其权值之和尽可能大-regard to the right to bring 3-CNF, a Monte Carlo algorithm design, make it the right value and the greatest possible
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.74kb
    • 提供者:自由人
  1. StringMatchAlgorithms

    0下载:
  2. 数据结构中字符串匹配的三种经典算法--KMP算法、MonteCarlo算法、LasVegas算法。分别实现将两个0/1串的匹配。并作为比较。Java语言编写。-data structure string matching algorithm of the three classics -- KMP algorithm. Monte Carlo algorithm, the algorithm LasVegas. Achieve two were 0 / a string matching. An
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.97kb
    • 提供者:成熠
  1. randomc

    0下载:
  2. Uniform random number generators by Agner Fog, 2001 - 2007 randomc.zip contains a C++ class library of uniform random number generators of good quality. The random number generators found in standard libraries are often of a poor quali
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:100.02kb
    • 提供者:lilin
  1. MC_Prime

    0下载:
  2. 用Monte Carlo算法测试素数的实验程序,附有实验报告对程序做详细说明。-With the Monte Carlo algorithm for testing primes experimental procedure, experimental report with a detailed descr iption of the process.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:214.75kb
    • 提供者:minipuss
  1. 2009B

    0下载:
  2. 蒙特卡洛模拟法是当系统中各个单元的可靠性特征量已知,但系统的可靠性过于复杂,难以建立可靠性预计的精确数学模型或模型太复杂而不便应用则可用随机模拟法近似计算出系统可靠性的预计值。随着模拟次数的增多,其预计精度也逐渐增高。由于需要大量反复的计算,一般均用计算机来完成。本文件用来求解医院排队论问题-Monte Carlo simulation when the system reliability characteristics of each unit volume is known, but th
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:3.04kb
    • 提供者:prince
  1. shujuguanlian

    1下载:
  2. 数据关联是多目标跟踪的一项关键技术。JPDA是大家公认的多目标跟踪中性能较好的数据关联算法,它 认为量测和目标是一一对应的关联关系,但在许多实际情况中,量测和目标是多一多对应的关系。针对上述情况,该文提 出了广义概率数据关联算法(Generalized Probability Data Association,GPDA)。文中从理论上对这两种算法的性能进行了 详细分析,并利用Monte Carlo技术对其性能进行了仿真比较。-Data association is one of th
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:420.67kb
    • 提供者:minnie
  1. mengtekaluo

    1下载:
  2. 对蒙特卡洛算法进行了详细的叙述讲解,包括简单随机抽样、离散系统模拟、连续系统的模拟、蒙特卡洛的应用等-Of the Monte Carlo algorithm is described in detail explanations, including simple random sampling, discrete system simulation, continuous system simulation, the application of Monte Carlo
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4.88mb
    • 提供者:孙兴
  1. suiji

    0下载:
  2. 算法,随机算法,分别用KMP、Monte Carlo和Las Vegas算法编制3个程序(VS2008 C#编写)-Algorithm, random algorithm, respectively KMP, Monte Carlo and Las Vegas algorithm for the preparation of three procedures (VS2008 C# written)
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:35.26kb
    • 提供者:yan
  1. 2.5-Monte-Carlo-algorithms

    0下载:
  2. 高级算法中的蒙特卡罗算法,很好的一个教程。学习学习-Advanced algorithms in the Monte Carlo algorithm, a very good tutorial. Learning to learn
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:207.06kb
    • 提供者:lands
  1. suanfa

    0下载:
  2. 一些常见的c++小练习,包括递归、蒙特卡洛、简单数论-Some of the common c practice, including recursion, Monte Carlo, a simple number theory, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:34.7kb
    • 提供者:loutian
  1. prime-test

    0下载:
  2. 素数测试问题(Monte Carlo算法) 求am(mod n)的算法(m≤n) 设m的二进制表示为bkbk-1…b1b0(bk=1,且k≈log2m)。 例:m=41=101001(2),bkbk-1…b1b0=101001,(k=5)。 求am可以用下述方法:初始C←1。 -Prime number test problem ( Monte Carlo algorithm) Seek am ( MOD n ) algorithm ( M = n) A
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:33.64kb
    • 提供者:viola
  1. main

    0下载:
  2. miller_rabin素数生成算法,KMP,Monte Carlo 和Las Vegas字符串匹配算法-00 00 00
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1.99kb
    • 提供者:liufan
  1. molecular-simulation

    1下载:
  2. 分子模拟-从算法到应用,提供monte carlo,分子动力学等算法,及fortran程序代码-understanding molecular simulation-from algorithms to applications, including theory and codes based on fortran
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:8.13mb
    • 提供者:theo
  1. monte

    0下载:
  2. 数据结构随机算法中一种重要算法--Mont Carlo算法,它通常不能保证计算出的结果总是正确. -Random algorithm data structure is an important algorithm- Mont Carlo algorithm, which usually can not guarantee the calculated results are always correct.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:1.13mb
    • 提供者:wxq
  1. ACM

    0下载:
  2. acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。-acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika tri
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:433.85kb
    • 提供者:cyj
  1. benefit

    0下载:
  2. A Markov Chain Monte Carlo version of the genetic algorithm D()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:7kb
    • 提供者:pipeoiee
搜珍网 www.dssz.com