-
binary tree establishment, the former preorder, preorder, after preorder
二叉树的建立、前序遍历、中序遍历、后序遍历-binary tree establishment, the former preorder, preorder, after preorder
- 2023-08-23 12:10:03下载
- 积分:1
-
2元树的先根遍历算法,中根遍历算法,后根遍历算法
2元树的先根遍历算法,中根遍历算法,后根遍历算法-2 yuan tree traversal algorithm first root, root traversal algorithm, after the root traversal algorithm
- 2022-03-10 21:42:59下载
- 积分:1
-
ACM mock examination papers Martian in detail the subject of the annex to the re...
ACM模拟试题 火星人 附件中有详细的题目要求和运行通过的源代码
-ACM mock examination papers Martian in detail the subject of the annex to the requirements and run through the source code
- 2022-07-24 17:04:26下载
- 积分:1
-
希尔和归并排序,基于数据结构的相关知识。
希尔和归并排序,基于数据结构的相关知识。-Hill and merge sort, based on the data structure knowledge.
- 2022-02-24 10:56:55下载
- 积分:1
-
通过修改access数据库的头文件来达到加密数据库的目的,在VC6.0平台上运行良好,已通过测试...
通过修改access数据库的头文件来达到加密数据库的目的,在VC6.0平台上运行良好,已通过测试-Access the database by modifying the header files to achieve the purpose of encrypting the database, in VC6.0 platform to run well, has been tested
- 2022-06-14 05:55:35下载
- 积分:1
-
study aids to help you learn
辅助学习帮助大家学习-study aids to help you learn
- 2022-09-03 17:35:03下载
- 积分:1
-
使用自适应和Huffman编码,和附带的图形界面
使用tc2的adaptive huffman编码,并附带图形界面-use of adaptive vs. Huffman coding, and incidental graphical interface
- 2022-11-14 03:05:04下载
- 积分:1
-
数据结构常用算法:图的最小生成树
经典算法:图的最小生成树...
数据结构常用算法:图的最小生成树
经典算法:图的最小生成树-algorithm commonly used data structures : Figure the minimum spanning tree algorithm classic : Figure the minimum spanning tree
- 2022-02-20 18:57:12下载
- 积分:1
-
信息社会的高科技,商品经济化的高效益,使计算机的应用已普及到经济和社生活的各个领域。计算机虽然与人类的关系愈来愈密切,还有人由于计算机操作不方便继续用手工劳动。...
信息社会的高科技,商品经济化的高效益,使计算机的应用已普及到经济和社生活的各个领域。计算机虽然与人类的关系愈来愈密切,还有人由于计算机操作不方便继续用手工劳动。为了适应现代社会人们高度强烈的时间观念,考试系统软件为教学办公带来了极大的方便。该软件是以VB编程语言为主实现语言,其功能在系统内部有源代码直接完成。通过操作手册,使用者可以了解本软件的基本工作原理。操作人员只需输入一些简单的汉字、数字,即可达到自己的目标。-information society technology, commodity economy of the high effectiveness and the application of computers have access to the economy and society in all areas of life. Although computer and human relations more closely, it was inconvenient for computer operators continue to use manual labor. In order to adapt to modern society was highly strong concept of time, the examination system software for teaching office brought great convenience. The software is Visual Basic programming language mainly to achieve language, and its function within the system active code directly completed. Through the operations manual, users of the software can understand the basic principle. Operators only need to input some simple Chinese characters, numbers, and can achieve their goals.
- 2023-08-28 13:10:04下载
- 积分:1
-
红黑树:输入:在同一目录下的redblacktree.txt文件中输入十个大于0的数值,每个数值中间用空格格开 数目可以大于十个,但是要求在源程序中改变#def...
红黑树:输入:在同一目录下的redblacktree.txt文件中输入十个大于0的数值,每个数值中间用空格格开 数目可以大于十个,但是要求在源程序中改变#define NUM 10 ,改成相应关键值各个数输出:按照先序输出红黑树,格式为:根节点。颜色(左子树。颜色,右子树。颜色),并输出此 树的黑高度,然后输入要删除的关键值,按回车后输出删除后的结果,并输出其高度。-RED-BLACK TREE : Admission : in the same directory under the file input redblacktree.txt greater than 0 10 digits each intermediate numerical grid with open spaces can be greater than the number 10, but requested change in the source# define NUM 10, the corresponding critical value into several different output : In accordance with the first sequence RED-BLACK TREE output format : nodes. Color (left subtree. Color, right subtrees. Color), and export of the black tree height and then delete the key to value, according to enter the output was the result of the deletion, and its high output.
- 2022-06-11 22:41:49下载
- 积分:1