资源列表
list
- 链表的程序,很强大,包含创建,查询,插入,删除等功能,初学者适用-This programme is about link list, which contains create, search, insert,delete and so on.
Data-Structures
- a simple example for the use of Data Structure.-a simple example for the use of Data Structure.
dnode_Linklist
- a simple example of the use of data link
CountingSort
- 在众多排序中,排序有堆排序,快速排序,计数排序,基数排序和桶排序等,下面是计数排序-counting sort
SurveyofTriangulation-Methods
- Delaunay三角剖分的几种算法综述,逐点插入、分治算法、生长算法-Survey of Triangulation Methods
Delaunay-triangulation-algorithm
- Delaunay三角网算法的设计与研究对 DTM 的建立有着重要的作用, 本文在分析已有三角网算法的基础上, 根据逐点插入算法的思想与凸包算法相结合, 提出了自己的算法: 先绘制凸包, 然后构建初始三角网, 最后用 LOP方法整体优化。该算法尽可能的减少了对一条边的优化次数, 从而提高了算法的运行效率-The interference of the cloud no ise affects seriously the interpretation and information extracti
CH5
- 通过一个实例讲解如何通过C语言来实现运动估计算法,这里只介绍运动估计算法中各函数的实现方式。-An example to explain how the C language to implement the motion estimation algorithm here only describes the motion estimation algorithm function.
Triangular-Reconstruction
- 基于增量扩散法的思想,提出并实现了一个散乱点云的三角网格重构算法-Based on region-growing idea, a triangular mesh reconstruction algorithm for points cloud is presented
priority_queue_dijkstra
- 最短路径_dijkstra堆优化+优先队列-dijkstra priority queue
Book-of-Introduction-to-Algorithms
- 算法导论的书籍的中文版,值得推荐的一本好书-Book of Introduction to Algorithms
JavaApplication7
- sorting algorithm which allow you to enter ten numbers in an array an sort them by increasing order
linklist
- 双向链表表头插入,表尾插入,任意节点插入删除和查找-double linked list
