搜索资源列表
boids
- Delphi + OpenGL 一个类似3D水族箱屏幕保护的例子,主要是演示OPENGL随机、多线程技术及多层贴图的应用。-Delphi + OpenGL 3D aquarium a screen similar to the example of the protection is mainly demonstration OpenGL randomized, multi-threading and multi-storey mapp
随机化算法解圆排列问题
- 随机化算法解圆排列问题,算法设计与分析,课程作业-randomized algorithm Xie Yuan with the problem, algorithm design and analysis, course work
20060303004409246
- 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection m
PollardRho
- 大数分解算法,根据算法设计分析高级教程,随机算法章节里面所讲的,mentocarlo算法改造的大数分解,能将一个大的合数分成几个素数的相乘,可以判断这个和数是不是由素数组成-factoring algorithm, algorithm design and analysis Senior Guide, randomized algorithm inside chapters have said, mentocarlo majority
queensLV
- 拉斯维加斯随机算法+回溯算法实现国际象棋中的8皇后问题.-Las Vegas randomized algorithm backtracking algorithm International Chess Queen of eight issues.
stproc
- 此工具包是对Matlab的随机工具包的扩展,对于研究随机控制的人有很大的帮助-this tool kit of Matlab random tool kits expansion For the randomized controlled study will be very helpful
usingSystem
- 该程序主要是用来:随机算法求圆周率演示程序源代码。-the program is primarily used for : a randomized algorithm for pi demo program source code.
nqueen_LV
- 利用回溯法和随机算法中的拉斯维加斯算法求解n皇后问题。-use of retrospective law and randomized algorithm of Las Vegas algorithm n Queen's problem.
randomPi
- 随机算法求PI的值 包括图形显示等等抽象了所有的类-randomized algorithm for PI values include graphics, and so on all the abstract category
05Randomized_algorithms
- Randomized algorithms,随机算法。随机是常用到的,这种算法很少介绍到-randomized algorithms, Randomized Algorithms. Random is the commonly used, which rarely introduced to the algorithm
Image_Processing_algorithm_SRM
- osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pai
MiniBall
- MiniBall.cpp : Implementation of the randomized recursive incremental construction of the smallest enclosing ball of a 2D point set (as known as Welzl MINIBALL algorithm). -MiniBall.cpp : Implementation of the randomi
20060303004409246
- 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection m
6-856JFall-2002
- MIT开放课件 6.856J / 18.416J Randomized Algorithms Fall 2002-MIT OpenCourseWare 6.856J/18.416J Randomized AlgorithmsFall 2002
jiyuzuixiaoerchengfagaijindesuijituoyuanjiance
- 为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有
Randomized-Progressive-Edge-Growth-(RandPEG)
- Randomized Progressive Edge-Growth (RandPEG)
any-randomized-crossover
- 函数最优化任意随机交叉父体,根据遗传算法源码改编-OPTIMIZATION any randomized crossover parent body, according to the source adapted genetic algorithm
randomized-Qstor
- Randomized Quick Sort
randomized-dimensionality-reduction-for-k-means.r
- Randomized Dimensionality Reduction for k-means Clustering This paper makes further progress towards a better understanding of dimensionality reduction for kmeans clustering. Namely, we present the first provably
Quicksort-and-Randomized-Quicksort
- 快速排序与随机快速排序,并且解决问题,计数其中重复排序次数与最大最小次数-3. Implement Quicksort and Randomized Quicksort. Answer the following questions. (1) How many comparisons will Quicksort do on a list of n elements that all have the same value? (2) W