资源列表
65zmjSolar
- 计算机图形学模拟宇宙,也就是太阳系。实现了各个行星有规律的的运行。-Computer graphics simulation of the universe, which is the solar system. To achieve the various planets regular operation.
stack_num_conversion
- C++栈基于类实现十进制转N进制;原理是不断求余倒序输出,采用栈的基本构造。-C++ stack class-based N-ary Decimal turn principle is to strive for more than reverse output, using the basic structure of the stack.
data-structure-
- 数据结构C语言描述的大学课程全部资料,主要是老师的上课PPT.-University courses all the information data structure C language descr iption, mainly the teacher' s class PPT.
brackets_matching
- C++栈实现括号匹配的检验,基于类,对{[()]}进行匹配检验。-C++ stack implementation parenthesis matching test, based on the class of {[()]} test match.
HeapSort
- c++写的堆排序算法,vs2010-c++ write heap sort algorithm vs2010
KMP
- c++写的kmp算法,经典的字符串查找匹配算法-c++ write kmp algorithm, classical string matching algorithm to find
XGraph
- 数据结构 有向网 对以邻接链表的方式存储的一个有向网 1.建立并显示出有向网的邻接链表; 2.对该有向网进行深度优先遍历(递归或非递归都可以),显示遍历的结果; 3.给出某一确定顶点到所有其它顶点的最短路径及其长度。-Data structure- to the network For storage in the form of adjacency list a directed network 1. Establish and shows have to mesh a
ZGraph
- 数据结构 无向图 以邻接矩阵的方式存储一个无向网 1.建立并显示出无向网的邻接矩阵; 2.对该无向网进行广度优先遍历,显示遍历的结果(并随时显示队列的入、出情况); 3.用普里姆算法构造其最小生成树,显示其构造的过程。-Data structure- the undirected graph Stored in the form of adjacency matrix an undirected network 1. Establish and shows the ad
BinaryTree
- 数据结构 二叉树的建立和遍历 1.按前序次序建立一棵二叉树,以‘#’表示空。 2.中序、后序遍历该二叉树,输出遍历序列。 3.求出该二叉树的深度并输出,或求出该二叉树的叶子数目并输出。 4.试以栈为辅助存储结构实现二叉树的前序非递归算法或以队列为辅助存储结构实现二叉树的层次遍历算法。-Data structure, the establishment and traversal of binary tree 1. According to the sequence order
Binary-Search
- Binary Search Algorithm Implementation Document of Data Structures
Bubble-Sort
- Bubble Sort Search Algorithm Implementation Document of Data Structures
lineedit
- C++基于栈实现行编辑程序,输入#表示退格,输入@表示退行,CTRL+Z表示结束。-C++ stack implementation based on-line editing program, enter the# represents the backspace, enter @ represent regression, CTRL+Z indicates the end.