-
二叉树与二叉链表
假设以如下说明的三元组 (F、C、L/R) 序列输入一棵二叉树的诸边(其中 F 表示双亲结点的标识,C 表示孩子结点标识,L/R 表示 C 为 F 的左孩子或右孩子),且在输入的三元组序列中,C 是按层次顺序出现的。设结点的标识是字符类型。F=‘^’时 C 为根结点标识,若 C 亦为‘^’,则表示输入结束。试编写算法,由输入的三元组序列建立二叉树的二叉链表,并以中序序列输出。^AL ABL ACR BDL CEL CFR DGR FHL ^^L -Assuming the following description of the triple (F, C, L/R) sequence of a binary tree of all the input side (where F that identifies the parent node, C, said child node ID, L/R that C is F, left or right child child), and triples in the input sequence, C is the emergence of a hierarchical order. Node identity is established character types. F = " ^" C for the root identity when, if C is also a " ^" , then enter the end. Test preparation algorithm, the input sequence of triples binary build the binary tree list, and in order to sequence the output
- 2022-09-25 12:40:03下载
- 积分:1
-
插入、删除、修改
这个项目是到数据库的简单连接,其中包含插入、删除和修改行的方法,也是一个类连接
- 2022-05-10 11:27:54下载
- 积分:1
-
基于C语言的各种典型排序算法:插入排序,气泡排序,希尔排序,快速排序,选择排序。可以用VC直接编译运行。...
基于C语言的各种典型排序算法:插入排序,气泡排序,希尔排序,快速排序,选择排序。可以用VC直接编译运行。-Based on the C language provides a variety of sorting algorithms: insertion sort, bubble sort, Shell sort, quick sort, selection sort. VC can be directly translated to run.
- 2022-01-24 09:36:26下载
- 积分:1
-
AFIS系统源码
SourceAFIS是一个指纹识别/匹配SDK(库),或者更一般地说是一个自动指纹识别系统(AFIS)。它本质上是比较两个指纹,并决定他们是否属于同一个人。它可以快速搜索注册指纹的大型数据库。它附带了一个易于使用的API(纯.NET和一个实验性的Java端口)以及各种各样的应用程序和工具。
- 2023-07-07 19:20:03下载
- 积分:1
-
同学通讯录系统,利用MFC编写,利用了数据库的技术
同学通讯录系统,利用MFC编写,利用了数据库的技术-classmates directory system, using MFC preparation, the use of database technology
- 2023-07-12 22:00:02下载
- 积分:1
-
Examples of learning: students elective courses and performance management syste...
初学实例:学生选修课及成绩管理系统,部分功能有待改善,菜单部分未完成-Examples of learning: students elective courses and performance management systems, some functions need to be improved, the menu part of the unfinished
- 2022-01-24 15:46:48下载
- 积分:1
-
使用指针实现的自然归并排序。是学习指针和数据结构的很好的资料,要的就快下吧。...
使用指针实现的自然归并排序。是学习指针和数据结构的很好的资料,要的就快下吧。-use of the natural target to achieve its stock ranking. Yes learning targets and data structure of good information to the fast are you.
- 2023-02-11 12:25:03下载
- 积分:1
-
因为时间是那么短,功能比较简单。有兴趣的人可以反对…
由于时间仓促,所以功能比较简单。有兴趣者可以继续扩展这个系统!-Because time is so short, relatively simple function. Interested persons can continue to expand this system!
- 2022-03-23 10:58:09下载
- 积分:1
-
A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。...
A*算法的演示程序,可以自由设置障碍和地形,单步演示A*算法的寻路过程。包含源码,是学习A*算法的最佳工具。-A* algorithm demo program, they can set up obstacles and terrain, single-step demonstration of the A* search algorithm road course. Includes source is studying A* algorithm for the best tools.
- 2023-04-24 02:20:03下载
- 积分:1
-
K的数据隐私保护
数据隐私保护K-匿名问题的动态多次发布类似m-invarience算法-Data Privacy Protection K-anonymity problem on many occasions issued a similar dynamic m-invarience algorithm
- 2022-01-22 06:05:54下载
- 积分:1