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

搜索资源列表

  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. 8Queens

    0下载:
  2. 利用随机算法和回溯法实现8皇后问题,并对不同的stopLV得出的结果进行比较
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2440
    • 提供者:ll
  1. 各种排序算法的C语言实现

    0下载:
  2. 各种排序算法的C语言实现,图形菜单,排序数随机生成.-various algorithm C language, graphic menu, ordering random number generation.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2536
    • 提供者:Ppo
  1. ansi917(14)

    0下载:
  2. 大随机数生成器算法的研究与实现.大随机数已经在当今社会的各个领域中都频繁使用,特别是在加密技术中已经成了不可缺少的一部分,像RSA,MD5中随机数成为加密技术的关键。 本设计主要为第3代移动通信系统(3G)提供符合要求的随机数(1024位),首先取得系统时间和RAND()函数所产生的随机数作为最初的随机初值,经过三重DES(两密钥通过MD5算法得来)和异或的变换,保证其随机数的足够随机,然后通过16次的循环得到一个组合起来的1024位随机数,设计还提供一个检验随机数是否随机的平台,采用了均匀
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:66781
    • 提供者:瑞力克
  1. nQueensLV

    0下载:
  2. 随机算法,利用拉斯维加斯算法计算n皇后问题。-Random algorithm, the use of Las Vegas algorithm n queen problem.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:13701
    • 提供者:吴凡
  1. Pagereplacementalgorithm

    0下载:
  2. 页面置换算法设计和实现最佳置换算法、随机置换算法、先进先出置换算法、最近最久未使用置换算法、简单Clock置换算法及改进型Clock置换算法;通过支持页面访问序列随机发生实现有关算法的测试及性能比较。-Page replacement algorithm design and realization of the best replacement algorithm, random permutation algorithm, FIFO replacement algorithm, the mo
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:342705
    • 提供者:张帅
  1. random

    0下载:
  2. 含有随机算法,素数测试,求最近点对的随机算法-Contains a random algorithm, prime number test, seek the nearest point of the random algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:73967
    • 提供者:winnershu
  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. 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-07
    • 文件大小:36104
    • 提供者:yan
  1. introduction_Algorithms

    0下载:
  2.   这书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。书中专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。此书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提供了900多个练习题和
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:12022757
    • 提供者:Tea
  1. sort

    0下载:
  2. 随机生成5000个0~10000之间的整数,可对其进行查找,并对几种不同的查找算法进行比较;可对其进行排序,并对几种不同的排序算法比较。-5000 randomly generated integer between 0 and 10000, can find them, and several different search algorithms are compared can be sorted, and compare several different sorting algori
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4021
    • 提供者:zry
  1. QueensLVB

    0下载:
  2. 8皇后问题.LVB以及随机算法。 .C文件-8 queens problem. LVB and random algorithms. . C file
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:542
    • 提供者:xmubingo
  1. N-QUENE

    0下载:
  2. 算法在前N/2个位置,利用随机算法求解,得到一个可能的排列之后,利用回溯法求解后面的布局,-Algorithm is the first N/2 positions, using a random algorithm to get a possible arrangement, the use of backtracking to solve the back of the layout,
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:43904
    • 提供者:JLH
  1. Introduction-to-Algorithms-3rd

    0下载:
  2. 《算法导论(原书第2版)》一书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4960710
    • 提供者:jsp
  1. MILLER_RABIN

    0下载:
  2. MILLER_RABIN随机算法,计算100000之200000之内的素数,测试生成个数和具体数。-MILLER_RABIN,probobility algorithm,used to test the sushu in 100000 to 200000
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:881731
    • 提供者:monica
  1. PrimeTest

    0下载:
  2. 判断一个大数是否是素数,本代码采用随机算法实现,是原来参加ACM竞赛是做过的题!-prime test
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:920
    • 提供者:liuwu
  1. randfile

    0下载:
  2. 产生互一定范围内的不重复的随机数,随机算法适用于较大范围,分布较为均匀.-Produce each other within a certain range of non-repeating random numbers, random algorithm is applicable to a wider range and more evenly distributed.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:515
    • 提供者:周独战
  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. 09 遗传算法(Genetic Algorithm, GA)

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:687104
    • 提供者:ZJN27
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com