资源列表
Sorting-Algorithm
- 本排序算法大全包括快速排序算法、堆排序算法、希尔排序算法等等,代码简洁、高效,可直接运行。-The sorting algorithm Guinness including fast sorting algorithm, heap sort algorithm, Hill sorting algorithm, etc., code simple, efficient and can be directly run.
List
- 本程序用数组实现了线性表,基本功能包括:添加、删除、查找、插入、排序等功能。-This program implements an array linear form, the basic functions include: Add, delete, search, insert, sort and other functions.
polynomial
- 本程序实现了多项式的计算功能,代码简洁、高效。-The program implements a polynomial calculation functions, code simple and efficient.
Cpp2
- 通过链表实现输入两个一元多项式,并相加,并输出一个一元多项式-Polynomials, the sum realized by the list enter two one dollar, and outputs a one yuan polynomial
Cpp1
- 根输入字符串创建二叉树,输出二叉树的先根遍历和后根遍历-Root input string to create binary output binary tree traversal and after the first root root traversal
Cpp1
- 用邻接表表示图,重写Dijkstra算法,输入任意带权有向图,输出其每一对顶点之间的最短路径-A diagram showing the adjacency table, rewriting Dijkstra algorithm, with the right to enter any directed graph, the output of each of its shortest path between the vertices
mintree_k
- 最小生成树代码,包括新的方法,思路,过程-Minimum spanning tree code, including new methods, ideas, processes
MyGPS
- 1>实现可以随意浏览任一景点的介绍。(功能一) 2>可以给出任意两个景点的最短距离及其路线。(功能二) 3>可以查看任一景点热度,并可以对对所有景点热度(访问次数)进行排序。(功能三) 4>每个景点相关内容从文件读取,实现对文件操作的练习。 -1> implementations can feel free to browse introduce 任一景 points. (Function a) 2> You can give the sh
SimpleManifold
- 在windows操作系统的环境下安装VS以及可视化工具OpenGL,编写代码并进行流行的简化、计算、可视化、应用等一系列的操作。构造一个类似于三维空间图形,然后将其从三维空间映射到二维空间。-Installed in the windows operating system environments VS and visualization tools OpenGL, write code and simplify the popular series of operating computin
tireTree_1
- 这是一个用C++实现的单词树,对于学习数据结构与算法的同学进阶有很大作用-This a tireTree algorithem code by c++
power-system
- c++实现电网建设造价模拟系统,使用了kruskal和prim两种算法,学习数据结构图的好练习-using kruskal and prim algorithm to develop a system to simulate power network
610SortingAnalysis
- 实现了随机查找,快速排序查找和BFPRT查找算法,并计算了关键比较数,从而方便学习人员对查找算法进行分析比较-To achieve a random search, find and BFPRT find quick sort algorithm, and calculated key comparison number, thus facilitating learning personnel search algorithm analysis and comparison