当前位置:
首页 资源下载
搜索资源 - randomized algorithm
搜索资源列表
-
0下载:
随机化算法解圆排列问题,算法设计与分析,课程作业-randomized algorithm Xie Yuan with the problem, algorithm design and analysis, course work
-
-
1下载:
大数分解算法,根据算法设计分析高级教程,随机算法章节里面所讲的,mentocarlo算法改造的大数分解,能将一个大的合数分成几个素数的相乘,可以判断这个和数是不是由素数组成-factoring algorithm, algorithm design and analysis Senior Guide, randomized algorithm inside chapters have said, mentocarlo majority of the transformation algorith
-
-
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下载:
随机算法求PI的值 包括图形显示等等抽象了所有的类-randomized algorithm for PI values include graphics, and so on all the abstract category
-
-
0下载:
概率算法! 圆排列的随机化算法,超快的!-probability algorithm! Yuan with a randomized algorithm, ultra-fast!
-
-
0下载:
高级算法的很好的一个教程,学习很有帮助的,努力-A high-level algorithm is a good tutorial, very helpful, and efforts to
-
-
0下载:
利用MD5计算文件的hash值,MD5是密码学里的重要随机算法-Calculated using MD5 hash value of files, MD5 is a cryptographic key in the randomized algorithm
-
-
2下载:
贪婪随机自适应搜索法(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
-
-
1下载:
为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法.
该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选
取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新
拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表
明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测
-
-
0下载:
国立台湾大学讲授随机算法的课件 不错
比其他省的大学讲的新颖 -National Taiwan University to teach good software random algorithm universities than in other provinces of the new stresses
-
-
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下载:
数值随机化算法计算圆周率,面积法投点计算,利用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
-