资源列表
ShortestPath
- 从始点v0开始,逐步求v0到其它可达的各顶点的最短路径,直到所有顶点计算完成为止。-Starting from the starting point v0, v0 to other stepwise up to the shortest path to each vertex, until all vertex calculations are completed.
array
- C++、数据结构、数组的基本运算、源代码-C++, data structure, an array of basic operations, the source code
string
- C++、数据结构、顺序串的基本操作、源代码-C++, data structure, the basic operation of the order of strings, the source code
PointPair
- 根据分治算法实现求平面上最近点对的复杂度为(nlgn)的算法 有图形界面,能通过鼠标输入点-Under sub-rule algorithm seeking the nearest point on the plane of the complexity of (nlgn) algorithm for graphical interface, through mouse input points
Tree1
- 实现排序树,C语言版本,只实现了基本功能-To achieve sort tree, C language version, only basic functions implemented
Cpp1
- 这个程序主要是一次课程设计的主干部分 程序功能是进行城市位置导航-This program is mainly a course design feature is the backbone of some of the procedures for urban location Navigation
danlianbiao
- 单链表的算法实现,包含创建,插入,删除,输出,长度,结点前驱-Single-linked list of the Algorithm
1390
- acm.pku.edu.cn problem 1390, source code, fastest one
xishujuzhen
- 用户可以任意输入两个矩阵,该程序的功能实现对两个矩阵的压缩并进行相加-Users can enter any two matrices, the program functions to achieve the compression of the two matrices and make the sum of
AirlineReservationSystems
- 航空订票系统,C/C++语言写的数据结构的课程设计,包含有设计报告及完整代码-Airline reservation system, C/C++ language to write the data structures curriculum design, contains a design report and the complete code
xiansuo
- 1 理解树结构的逻辑特性; 2 熟练掌握二叉树的逻辑结构特性及各种存储方法; 3 熟练掌握二插树的各种基本操作,尤其是三种遍历算法以及线索化算法。 4 进一步了解和掌握类的私有和公有成员函数的定义和使用以及类型的作用域 -A tree structure to understand the logic of identity two master binary logic of structural characteristics and various st
tu
- 、实验目的 1 熟练掌握各种内排序方法,深刻理解排序算法及其执行过程; 2 学会分析各种内排序算法的性能; 3 了解各种排序方法的优缺点,对于实际问题能够选择一种较好的排序方案; 4 熟练掌握图的存储结构; 5 掌握图的邻接矩阵和邻接表表示分别进行深度和广度优先搜索遍历的算法。 6 了解图的最小生成树算法。-Proficiency in the order of search, binary search and index searc
