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

搜索资源列表

  1. PN15SynChro

    0下载:
  2. 一个产生PN15伪随机序列并模拟噪声干扰和统计误码率的通讯系统仿真程序,主要实现了PN序列的同步算法和实时误码统计-PN15 have a pseudo-random sequence and noise simulation and statistical error rate communications system simulation program, the main PN sequence of real-time synchronization algorithm and err
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:259266
    • 提供者:辉辉
  1. spso1

    0下载:
  2. 用c#编写的随机微粒群算法的源程序代码,希望对大家有所帮助!-prepared using random particle swarm algorithm source code, we want to help!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10104
    • 提供者:阿科
  1. Sinewave-plus-additive-zero-mean-random-noise

    0下载:
  2. 用来产生嵌入到随机噪声内的正弦波算法的C源程序。-used to produce embedded into random noise sine wave within the algorithm in C source code.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1214
    • 提供者:minytian
  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. QueenN

    1下载:
  2. 随机算法与回溯算法结合解N皇后问题.小程序,主要体现算法设计思想.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6364
    • 提供者:梁辰
  1. random_algorithm

    0下载:
  2. 一种采用数学方法实现的字符串匹配算法-模式匹配的随机算法。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1398
    • 提供者:malota
  1. SNOW算法实现

    0下载:
  2. SNOW加密算法的c语言实现,产生高质量随机序列。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2011-05-31
    • 文件大小:2089
    • 提供者:guoleihappy
  1. PI

    0下载:
  2. 利用布丰投针的思想,用数值随机算法估计计算PI的值。-Buffon' s needle to use for thought, random algorithm is estimated by numerical calculation of the value of PI.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:7960
    • 提供者:吴凡
  1. Stochastic-Programming-1

    0下载:
  2. 随机算法的c++源代码,程序结构清晰,便于理解-Stochastic Programming
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3680
    • 提供者:mengjie
  1. moyituhuo

    0下载:
  2. 模拟退火算法的基本思想是从一给定解开始,从邻域中随机产生另一个解,接受Metropolis准则允许目标函数在有限范围内变坏,它由一控制参数t决定,其作用类似于物理过程中的温度T,对于控制参数的每一取值,算法持续进行“产生—判断—接受或舍去”的迭代过程,对应着固体在某一恒定温度下的趋于热平衡的过程,当控制参数逐渐减小并趋于0时,系统越来越趋于平衡态,最后系统状态对应于优化问题的全局最优解,该过程也称为冷却过程,由于固体退火必须缓慢降温,才能使固体在每一温度下都达到热平衡,最终趋于平衡状态,因此控制
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:791
    • 提供者:hujiang
  1. mentekaluo

    0下载:
  2. 蒙特卡罗算法求 Pi . 随机算法. 概率算法-Monte Carlo method to caculat Pi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:53538
    • 提供者:zhuo
  1. Ziggurat

    1下载:
  2. 使用Ziggurat算法生成高斯分布的随机数-Gaussian distribution random numbers generator using the Ziggurat lgorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1119
    • 提供者:海坤
  1. MaximumMatching

    1下载:
  2. 用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:21780
    • 提供者:chenmao
  1. strategy-in-Monte-Carlo

    1下载:
  2. 科学计算中的蒙特卡洛策略(英文),全部理论体系,介绍随机算法的,绝对的经典书籍-Scientific computing strategy in Monte Carlo (English), all theoretical system, introduce a random algorithm, absolute classic books
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3096752
    • 提供者:wuwei
  1. random

    0下载:
  2. 随机算法,包括随机化快速排序,随机化取样,素数测试等-Randomized algorithms, including randomized quick sort, randomized sampling, testing prime test
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1490
    • 提供者:姜枫
  1. 合并排序的分治算法

    0下载:
  2. 在Visual C++里编写程序,用分治法完成随机输入数列的合并排序(The program is written in Visual C++, and the sorting and sorting of random input sequence are completed by divide and conquer method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:164864
    • 提供者:街奇儿
  1. genetic

    0下载:
  2. 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:2877440
    • 提供者:醒不来的梦
  1. rF

    0下载:
  2. 这是python实现的随机森林算法,使用第三方库,代码简单实用。(This is random forest algorithm achieved by python.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:30720
    • 提供者:lalalala0
  1. 随机游动

    0下载:
  2. 这是我在数学建模中曾经用到过的算法,拿来和大家一起分享(This is the algorithm I used to use in mathematical modeling to share with you)
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:5224448
    • 提供者:磬流年
  1. 模拟退火算法及其在求解TSP中的应用

    2下载:
  2. 模拟退火算法(Simulated Annealing,SA)最早的思想是由N. Metropolis [1] 等人于1953年提出。1983 年,S. Kirkpatrick 等成功地将退火思想引入到组合优化领域。它是基于Monte-Carlo迭代求解策略的一种随机寻优算法,其出发点是基于物理中固体物质的退火过程与一般组合优化问题之间的相似性。(The earliest idea of Simulated Annealing (SA) was put forward by N. Metropo
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:152576
    • 提供者:绝情逆空
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com