-
a building, display and complete binary tree judgment of small procedures.
一个构建、显示和判断完全二叉树的小程序。-a building, display and complete binary tree judgment of small procedures.
- 2022-05-31 22:25:10下载
- 积分:1
-
1.定义线性表的链式存储结构
2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。...
1.定义线性表的链式存储结构
2.在线性表的链式存储结构上,编写函数实现链表的初始化,插入、删除,输出、销毁等算法。-1. The definition of a linear form chain storage structure 2. Online sex store chain structure of the table, write a function to achieve the initialization list, insert, delete, export, destruction algorithm.
- 2023-02-08 10:00:04下载
- 积分:1
-
哈夫曼编/解码器
(1) 初始化。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree.txt中。
(2) 编码。利用已建好的哈夫曼树,对文件ToBeTra.txt中的正文进行编码,然后将结果存入文件CodeFil.txt中。
(3) 译码。利用已建好的哈夫曼树将文件CodeFile.txt中的代码进行译码,结果存入文件Textfile.txt中。
-Huffman encoder/decoder
- 2022-03-21 20:30:14下载
- 积分:1
-
生物特征识别考勤和即时通知系统
我们开发的系统实际上基于三个主要模块。
> 通过打印的所有输入/输出活动记录指纹机上
> 标记出勤
> 消息提醒系统,向每个签入或签出的学生家长。
- 2022-11-12 05:45:03下载
- 积分:1
-
Linear chain, said the table when the realization of all basic operations, such...
线性表的链式表示时各基本操作的实现,例如链表的初始化,删除,添加,-Linear chain, said the table when the realization of all basic operations, such as the initialization list, delete, add, and so on
- 2022-08-19 16:08:07下载
- 积分:1
-
Variable postfix infix expression evaluation: Enter the expression,# to end the...
中缀变后缀表达式求值:输入表达式,#为结束符(如1+2#),程序会自动给出后缀表达式,并给出最终计算结果。程序中部分地方有注释-Variable postfix infix expression evaluation: Enter the expression,# to end the character (eg, 1+2#), the program will automatically give postfix expression, and gives the end result. Some parts of the program annotated
- 2022-05-29 12:56:14下载
- 积分:1
-
清华1992年版的数据结构的答案
清华1992年版的数据结构的答案-Tsinghua University in 1992 version of the data structure of the answer
- 2022-03-23 07:30:20下载
- 积分:1
-
数据结构迷宫
数据结构迷宫-data structure maze
- 2022-03-01 02:59:28下载
- 积分:1
-
三层物资管理程序源码
三层物资管理程序源码-three source material management procedures
- 2022-03-23 19:47:59下载
- 积分:1
-
Skiplist 实现
Skiplist 跳表 c++ 实现, 包含vs工程文件, Skiplist.h 代码文件 和 TestMain.cpp 测试文件,主要应用实现有序集,效率接近树,但实现简单, redis内部也有skiplist的实现
- 2022-03-07 07:39:40下载
- 积分:1