搜索资源列表
-
1下载:
拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
-
-
0下载:
该程序主要是用来:随机算法求圆周率演示程序源代码。-the program is primarily used for : a randomized algorithm for pi demo program source code.
-
-
0下载:
利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。-use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem.
-
-
0下载:
概率算法! 圆排列的随机化算法,超快的!-probability algorithm! Yuan with a randomized algorithm, ultra-fast!
-
-
0下载:
高级算法的很好的一个教程,学习很有帮助的,努力-A high-level algorithm is a good tutorial, very helpful, and efforts to
-
-
3下载:
贪婪随机自适应搜索法(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
-
-
0下载:
随机算法实现-Randomized algorithm
-
-
0下载:
Matlab Implementation of Greedy Randomized Search Algorithm
-
-
0下载:
给四人随机发牌的c语言算法,希望对大家有帮助。-To the licensing of four randomized algorithm c language, and they hope to help everyone.
-
-
0下载:
模拟退火算法,是一种随机算法,广发应用于科研与工程领域-Simulated annealing algorithm is a randomized algorithm, widely used in scientific research and engineering
-
-
0下载:
使用拉斯维加斯随机算法解决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
-
-
0下载:
算法当中的随机算法详细讲解以及各种实例算法讲解-Algorithm among the randomized algorithm explained in detail as well as various examples of algorithms to explain
-
-
0下载:
遗传算法是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型。它的思想源于生物遗传学和适者生存的自然规律,是具有“生存+检测”的迭代过程的搜索算法。遗传算法以一种群体中的所有个体为对象,并利用随机化技术指导对一个被编码的参数空间进行高效搜索。-Genetic algorithm is simulated Darwinian natural selection of genetic selection and evolution process model. It' s thought
-
-
0下载:
遗传算法的运行机理及特点是具有定向制导的随机搜索技术,其定向制导的原则是:导向以高适应度模式为祖先的“家族”方向.以此结论为基础.利用随机化均匀设计的理论和方法,对遗传算法中的交叉操作进行了重新设计,给出了一个新的GA算法,称之为随机化均匀设计遗传算法.-Operating mechanism and genetic algorithm is characterized by directional guided random search techniques, the directional
-
-
0下载:
本书全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。-This book comprehensively introduces the computer algorithm. Analysis of each algorithm both easy to understand and very interesting, and keep the mathemati
-
-
0下载:
数值随机化算法计算圆周率,面积法投点计算,利用matlab,绘出不同投点下的计算结果-Randomized algorithm to calculate the value of pi, cast-point calculation of area method, using matlab, plot points under different investment results
-
-
0下载:
分别用KMP、Monte Carlo 和Las Vegas 算法编制3 个程序,随机生成不小于5000 对、
长度很长、且长度不等的01 串X 和Y(三个程序生成
相同的串),然后统计算法的执行时间、Monte Carlo算法出错的比率,并根据运行结果对三种算法进行深入的比较。注意,
先利用本题下方所给素数实现上述算法,学完素数判定
算法之后,将该算法编程,产生一定数量的大素数并用数组保存起来(分别试不超过5000、500000、50000000),以供上述随机算法使用-The
-
-
0下载:
数据结构中的一种重要随机算法--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
-
-
0下载:
函数最优化任意随机交叉父体,根据遗传算法源码改编-OPTIMIZATION any randomized crossover parent body, according to the source adapted genetic algorithm
-
-
0下载:
1998年, Watts和Strogatz 提出了小世界网络这一概念,并建立了WS模型。 实证结果表明,大多数的真实网络都具有小世界特性(较小的最短路径) 和聚类特性(较大的聚类系数) 。
WS小世界模型构造算法
1、从规则图开始:考虑一个含有N个点的最近邻耦合网络,它们围成一个环,其中每个节点都与它左右相邻的各K/2节点相连,K是偶数。
2、随机化重连:以概率p随机地从新连接网络中的每个边,即将边的一个端点保持不变,而另一个端点取为网络中随机选择的一个节点。其中规定,任意两个不同的
-