资源列表
Ex1
- 由先序和中序创建一科二叉树,以及凹入法输出该树。-By the first order and in order to create a binary tree branches, and the output of the tree indentation method.
link
- 本源程序主要是实现了循环链表的操作,仅供参考。-The source code is to achieve a circular list of operating, for reference only.
CPP-two-dequeue
- 用C++的两种方法实现了出队列的功能,代码简洁,可以方便学习和使用,代码确实很好,不用谢,哈哈。-Two ways to achieve a C++ function out of the queue, the code is simple, easy to learn and use, the code is really good, you re welcome, ha ha.
BSTtree
- 实现了二叉排序树的创建和中序遍历,在GCC上测试通过-realize BST tree
cash
- NOI2007 Day1 证券交易 平衡树代码
keylock2
- 基于单片机的电子密码锁源程序,汇编语言,报警功能,密码修改-MCU-based source of electronic locks, assembly language, alarm features, password modification
C-experimentation
- (C)1.是能找出一串数中的最值,及其序号。(是选择排序法的基础) 2.对输入文本中的多个字符串排序(涉及字符串指针,指针数组,二维数组,三者综合应用) 3.选择排序法。-The C experimentation.
ShortestPathDijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。-Dijkstra (Dijkstra) al
divide.rar
- 分治法求解最近点对问题 求最近点对的分治算法实现,输入点对,输出最近点,Sub-rule method for nearest point on the nearest point on the issue of sub-rule algorithm, input points, output nearest point
rbTree
- Red Black Tree Functions
largenumber
- 实现存储任意大整数的功能,利用单链表,能够输入、输出、加法、赋值-Implementing Stored arbitrarily large integer functions, the use of a single list, can be input, output, addition, assignment
zju1037
- zju 1037 Gridland http://acm.zju.edu.cn/show_problem.php?pid=1037-zju 1037 Gridland http :// acm.zju.edu.cn/show_problem.php pid = 103 7
