-
网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable...
网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
- 2023-02-02 01:20:03下载
- 积分:1
-
achieve m bands Containing tree (2) linear scale for the keys inserted into Cont...
实现m阶B_树 (2)将线性表中的键值插入到B_树中(即建立索引); (3)当删除和插入数据到线性表时,同时维护其索引B_树。 (4)可根据所给键值范围,输出该范围的所有键值-achieve m bands Containing tree (2) linear scale for the keys inserted into Containing tree (index); (3) When the deletion and insertion of data to the linear scale, while preserving its index Containing tree. (4) According to the pair, the scope of the output of all keys
- 2022-11-14 03:35:03下载
- 积分:1
-
" Database system implementation," the first four chapters, the databas...
《数据库系统实现》前四章,数据库实现的经典书,介绍了很多原理性的东西。-" Database system implementation," the first four chapters, the database to achieve a classic book describes the principles of a lot of things.
- 2022-01-21 06:16:59下载
- 积分:1
-
医院挂号系统叫号系统
用VB编写的医院挂号叫号系统,代码简介,功能强大,值得一看的VB医院叫号软件,
- 2022-05-16 11:26:44下载
- 积分:1
-
数据结构的课后练习
数据结构的课后练习-Data structure of the after-school practice
- 2022-04-20 14:15:51下载
- 积分:1
-
FORTRAN常用算法集。
fortran常用算法集。-FORTRAN commonly used algorithm sets.
- 2022-05-20 06:32:47下载
- 积分:1
-
学生信息程序
描写了学生信息管理系统所需要的学生的性别 年龄 成绩 学号等等,可以输出学生信息的平均分和各科成绩,以及相对应的年龄 性别
- 2022-06-18 05:01:51下载
- 积分:1
-
数据结构的C++PDF文档
数据结构的C++PDF文档-data structures of C PDF files
- 2022-07-10 23:31:55下载
- 积分:1
-
数据结构 习题
数据结构 习题-data structure Exercises
- 2022-03-24 18:19:13下载
- 积分:1
-
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是...
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化.
-traverse binary tree is frequently encountered in a operation. Binary Tree can be applied to node count, clues of a binary tree, the binary tree for depth, in the expression evaluates such algorithm. the ergodic process, right node of the visit is universal meaning, it can be output in each node of data domain information, also be on the node for other treatment. Besides, a complete traversal, Binary enables information from the node into a nonlinear with a sense of linear order. In other words, Traversing operation nonlinear structure so linear.
- 2022-02-27 00:08:38下载
- 积分:1