-
1。我用VC 6编写的程序,包括过程的顺序…
1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括"商品编码"、"商品名称",且以"商品编码"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为"生成的商品"加上商品编码 5.程序中的随机插入与随机删除是为了更好的测试程序的正确性和可靠性 6.随机插入(删除)时,程序将不断向(从)树中随机插入(删除)结点,每次随机插入(删除)都会进行平衡性与排序性的检查,如果树已经失去了有序性或平衡性,则会弹出树已失去了有序性或平衡性的提示并停止插入(删除)操作,当然你可以随时中断随机操作-1. The procedure I used vc 6.0 preparation, including the sequencing of the entire balanced binary tree algorithm (including insert, delete, search and test algorithm). 2. Running myavl_vc.exe importation of the initial tree node number, the procedures established in the memory of the formation of a corresponding nodes of a binary tree, and on this basis you can conduct various operations (insert, delete, search and testing their balance, sorting etc.) 3. each node information including "Product Codes," "trade names," and the "commodity codes" as the keyword 4. initial produ
- 2022-03-11 19:21:53下载
- 积分:1
-
Hospital Management System
基于c-sharp和mysql服务器的小型医院管理
- 2022-01-31 06:12:48下载
- 积分:1
-
大整数整除,char *d返回余数,char*c返回结果
大整数整除,char *d返回余数,char*c返回结果
-Large integer divisible, char* d return the remainder, char* c return result
- 2022-02-20 02:35:55下载
- 积分:1
-
数据结构停车场问题
数据结构停车场问题-data structure parking problems
- 2022-03-04 11:59:35下载
- 积分:1
-
社区医疗系统
一款社区医疗系统,对于领取药物,医药,员工工号,挂号,出勤,都可以在数据库中保存起来,比较适合中小医院,对于所要的基础硬件比较低的企业同样适合
- 2022-02-02 17:26:21下载
- 积分:1
-
用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等....
用c编写的数据内部排序方法,可在窗口中选择多种排序方法,如快排,冒泡,折半插入等,还可以选择排序数据的个数,初态,控制等.-using data prepared by the internal order, the window can choose a variety of sequencing methods, such as fast Pai, bubbling half insert, can also choose the number of original data, the initial state, and control.
- 2022-03-14 13:48:46下载
- 积分:1
-
二叉树的实现,包括各种遍历
二叉树的实现,包括各种遍历-binary tree to achieve, including Traversal
- 2022-01-26 08:09:08下载
- 积分:1
-
pb 源码 实用例子 取硬盘序列号
pb 源码 实用例子 取硬盘序列号-pb source of practical examples from hard drive serial number
- 2023-07-17 16:05:03下载
- 积分:1
-
The use of linked list data structure algorithms, will be made up of expressions...
使用链表数据结构算法,将中缀表达式转变为后缀表达式。-The use of linked list data structure algorithms, will be made up of expressions into expressions suffix.
- 2023-07-04 05:55:02下载
- 积分:1
-
采用递归调用的方法打印输出一个非循环图的所有拓扑排序
采用递归调用的方法打印输出一个非循环图的所有拓扑排序-output all the topological sorts of an acyclic graph
- 2022-08-20 16:51:33下载
- 积分:1