搜索资源列表
最近爆发的蠕虫样本WORM_SOBER.AG
- 最近爆发的蠕虫样本WORM_SOBER.AG,有兴趣的朋友可以分析一下-recent outbreak of the worm samples WORM_SOBER.AG, interested friends analysis
最近距离
- 距离最近的点对计算方法-a program for get the shortest path of two points.
一维最近点(传统法)2
- 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:传统方法2:先排序,然后一次线性扫描,得到最近距离,时间复杂性O(nlogn)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : The traditional two methods : first order
最近点对
- 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式,是程序更易理解。-This is a classic look for the nearest point of the algorithm, using VC preparation, the type used, the way the process easier to understand.
最近代码设计方法
- 最近的代码设计方法,其中详细说明了代码的构成方式和其中的技巧,可以参考作为网页开发的重要依据-recent code design methods, a detailed descr iption of the code and the manner in which constitute the skills, they can refer to the website as an important basis for develo
最近点
用于找平面最近2点
求解最近点对
- 利用二分法算法求解最近点对
最近点对问题
- 图像界面 演示最近点对问题
最近距离
- 距离最近的点对计算方法-a program for get the shortest path of two points.
一维最近点(传统法)2
- 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:传统方法2:先排序,然后一次线性扫描,得到最近距离,时间复杂性O(nlogn)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : The traditional two methods : first order
ClosestPairPoint
- 实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.
最近点对
- 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式,是程序更易理解。-This is a classic look for the nearest point of the algorithm, using VC preparation, the type used, the way the process easier to understand.
ndp_src
- 用pascal实现寻找最近点对问题,以方便对pascal较熟悉的学习者参考。-used to find the nearest point on the issue, to facilitate the pascal more familiar reference learners.
最近代码设计方法
- 最近的代码设计方法,其中详细说明了代码的构成方式和其中的技巧,可以参考作为网页开发的重要依据-recent code design methods, a detailed descr iption of the code and the manner in which constitute the skills, they can refer to the website as an important basis for develo
用C语言实现最近最久未使用(LRU)置换算法
- c语言编的LRU置换算法,word文档格式-series of the LRU algorithm replacement, word document formats
最近点对
- 已知平面上有n个点,点为二维数组,求平面上的最近点对。(Find the nearest point pair on the plane)
平面内最近点对
- 分治算法练习,使用分治算法实现计算平面内最近点对距离。子问题将平面划分为左右两部分分开计算最短距离,再在中间条带中找是否有更近点对。(Divide and conquer algorithm to calculate the closest point pair in the plane)
最近点对
- vs2010 c++解决最近点对问题,适合初学者(closest pair, for beginners)
最近令近点对
- 用C++实现最近邻近点对,利用算法导论的知识实现最近邻近点对问题(Using C++ to implement nearest neighbor pairs, we use the knowledge of algorithm introduction to realize nearest neighbor point pairs.)