搜索资源列表
PN15SynChro
- 一个产生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
spso1
- 用c#编写的随机微粒群算法的源程序代码,希望对大家有所帮助!-prepared using random particle swarm algorithm source code, we want to help!
Sinewave-plus-additive-zero-mean-random-noise
- 用来产生嵌入到随机噪声内的正弦波算法的C源程序。-used to produce embedded into random noise sine wave within the algorithm in C source code.
usingSystem
- 该程序主要是用来:随机算法求圆周率演示程序源代码。-the program is primarily used for : a randomized algorithm for pi demo program source code.
QueenN
- 随机算法与回溯算法结合解N皇后问题.小程序,主要体现算法设计思想.
random_algorithm
- 一种采用数学方法实现的字符串匹配算法-模式匹配的随机算法。
SNOW算法实现
- SNOW加密算法的c语言实现,产生高质量随机序列。
PI
- 利用布丰投针的思想,用数值随机算法估计计算PI的值。-Buffon' s needle to use for thought, random algorithm is estimated by numerical calculation of the value of PI.
Stochastic-Programming-1
- 随机算法的c++源代码,程序结构清晰,便于理解-Stochastic Programming
moyituhuo
- 模拟退火算法的基本思想是从一给定解开始,从邻域中随机产生另一个解,接受Metropolis准则允许目标函数在有限范围内变坏,它由一控制参数t决定,其作用类似于物理过程中的温度T,对于控制参数的每一取值,算法持续进行“产生—判断—接受或舍去”的迭代过程,对应着固体在某一恒定温度下的趋于热平衡的过程,当控制参数逐渐减小并趋于0时,系统越来越趋于平衡态,最后系统状态对应于优化问题的全局最优解,该过程也称为冷却过程,由于固体退火必须缓慢降温,才能使固体在每一温度下都达到热平衡,最终趋于平衡状态,因此控制
mentekaluo
- 蒙特卡罗算法求 Pi . 随机算法. 概率算法-Monte Carlo method to caculat Pi
Ziggurat
- 使用Ziggurat算法生成高斯分布的随机数-Gaussian distribution random numbers generator using the Ziggurat lgorithm
MaximumMatching
- 用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained
strategy-in-Monte-Carlo
- 科学计算中的蒙特卡洛策略(英文),全部理论体系,介绍随机算法的,绝对的经典书籍-Scientific computing strategy in Monte Carlo (English), all theoretical system, introduce a random algorithm, absolute classic books
random
- 随机算法,包括随机化快速排序,随机化取样,素数测试等-Randomized algorithms, including randomized quick sort, randomized sampling, testing prime test
合并排序的分治算法
- 在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)
genetic
- 遗传算法是一种全局最优化算法,是运用了进化论优胜劣汰原理的随机化搜索方法。 前些日子,在进行毕业设计的相关研究中,我接触到了遗传算法,用其对一个五元非线性函数进行最优化搜索。仿真平台使用的是matlab,主要使用的是谢菲尔德大学的matlab遗传算法工具箱。(Genetic algorithm is a global optimization algorithm, is the use of evolution theory of survival of the fittest randomi
rF
- 这是python实现的随机森林算法,使用第三方库,代码简单实用。(This is random forest algorithm achieved by python.)
随机游动
- 这是我在数学建模中曾经用到过的算法,拿来和大家一起分享(This is the algorithm I used to use in mathematical modeling to share with you)
模拟退火算法及其在求解TSP中的应用
- 模拟退火算法(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