搜索资源列表
asd
- 链表的基本插入删除等功能的实现,本人初学事菜鸟希望各位高手指点-Insert list of basic features such as the deletion of the realization, I hope that learning things rookie players pointing
Cpp1
- 简单的链表操作。可以完成建立,插入,删除,查询等操作。-A simple list operation. Complete create, insert, delete, query and other operations.
dada
- 以递归方式按先序序列建立二叉树的二叉链表结构,再分别输出先序、中序、后序的遍历结果-Recursively by first-order sequence of the establishment of a binary tree binary linked list structure, each with output of the first sequence, in order, postorder traversal of the results of
erchashu
- 二叉树的构建掌握基于先序遍历构造二叉链表的算法-Construction of binary tree
yizhilianbiao
- 用异质链表做学校的人员管理,包括姓名、性别、年龄、职务等方面-linklist to personal management
DLT645-2007
- DLT645-2007多功能电能表通信规约: 本标准规定了多功能电能表与手持单元(HHU)或其它数据终端设备之间的物理连接、通信链路及就用技术规范。 本标准适用于本地系统中多功能电能表与手持单元(HHU)或其他数据终端设备进行点对点的或一主多从的数据交换方式。其它具有通信功能的电能表,如单相电能表、多费率电能表,可参照选用。-Multi-function watt-hour meter communication protocol
yuesefu
- 用循环链表实现约瑟夫问题 数据结构相关的 对于新学者还是可以有用的-Joseph issues circular linked list data structure can be useful for new scholars or
Cpp1
- 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
erchashu
- 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
Create-list
- 创建链表的详细、简练、精准的方法,(本人看到其他书上关于链表的创建太过麻烦,故编写这个程序,供初学者学习)-Methods detailed, concise, accurate to create lists(I see other books created on the list is too cumbersome, so write this program, for beginners to learn)
double-way-link-list
- 建立带头结点的双向循环链表L,插入,删除,逆置-double-way linked-list representation and implementation
lianbiao
- c++中的链表这一基础数据结构,有关于c++的基础理论篇,-c++ in the list
programmers-face-questions-
- 面试精选,把二元查找树转变成排序的双向链表-Interview selection, the binary search tree into a doubly linked list sorted
shoujitongxunlu
- 链表应用——手机通讯录管理系统,请利用单链表实现一个手机通讯录管理系统.-Chain Applications- mobile phone address book management system, please use the list to achieve a single phone contacts management system.
77885
- 程序产生N个随机的整数,存放在数组a中。然后根据数组a建立线性链表, 再删除链表中所有重复元素,并输出无重复元素结点的链表结点的值 -Program generates a random integer N, stored in the array a. Then establish a linear list of the array,     Then delete all duplicate elements in the list, and output
ExamCpp--
- 单链表,单循环链表,双链表,循环双链表的实现,二叉树的遍历与实现。森林与树的转换以及图的深度广度遍历,邻接矩阵邻接表实现-Single list, round robin list, double-linked list, circular double-linked list implementation, and implementation of a binary tree traversal. Forest conversion, and the depth and breadth of
Contest
- 实现基本链表功能,采用评委计分,添加参加比赛人数等模式实现-Achieve the basic list function, using the judges scoring, add race numbers and other modes to achieve
data-structureBJTU
- 数据结构的有关算法,其中包括了线性表、链表、树、图等相关内容的算法介绍-data structure