资源列表
keylock2
- 基于单片机的电子密码锁源程序,汇编语言,报警功能,密码修改-MCU-based source of electronic locks, assembly language, alarm features, password modification
hello
- 迷宫,本程序只求出一条成功的通路。然而,只需要对迷宫求解的函数作小量修改,便可得全部路径。-mazepath
dazuoye2
- 手动输入,用普利木和克鲁斯卡尔算法求最小生成树-Manual input, with perindopril for wood and Kruskal minimum spanning tree algorithm
exm
- 二叉树前序遍历--北京邮电大学ACM试题-ACM BUPT
SeqQueue
- 数据结构SeqQueue.h头文件,包含QInsert,QDelete,QFront-SeqQueue.h data structure header files, including QInsert, QDelete, QFront
HashTable
- 数据结构HashTable.h头文件,包含Find,Insert,Delete-HashTable.h data structure header files, including Find, Insert, Delete
65
- 建立一个图后,对图进行深度优先遍历后输出-After the establishment of a plan to map the output after the depth-first traversal
sort
- 各种排序算法的图形演示。调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。
8shuma
- 八数码的问题描述,以及解答的源代码。用广度优先搜索-Eight digital descr iption of the problem, as well as answers to the source code. Using breadth-first search
aa
- 深度优先遍历,算法设计分析,数据结构。-Depth-first traversal, algorithm design, data structure.
tree
- 建立二叉树,实现其中序遍历(递归,非递 归),求二叉树高度,叶子个数,先序线索二叉树-The establishment of binary tree, the realization of one traversal (recursive, non-recursive), and tree height, leaf number, the first order binary tree leads
BiTreeSort
- 二叉树三种遍历方法的程序与比较,C++代码实现。-Three methods of tree traversal and comparison of procedures, C++ code.