-
Huffman encoding/decoding algorithm using Kruskal Huffman encoding of informatio...
哈夫曼编码/译码 利用克鲁斯卡尔算法计算信息的哈夫曼编码,以便更好的利用通信信道。-Huffman encoding/decoding algorithm using Kruskal Huffman encoding of information in order to better use of communication channel.
- 2022-01-21 06:29:06下载
- 积分:1
-
VC下实现响铃的小程序,自动生成一个小文件,可以用realplayer等播放器打开...
VC下实现响铃的小程序,自动生成一个小文件,可以用realplayer等播放器打开-VC under Neither the small program automatically generates a small file that can be used REALPLAYER other players open
- 2022-06-15 11:58:02下载
- 积分:1
-
四计算(语言课程设计数据结构)
四计算(c语言数据结构课程设计)
- 2022-04-07 20:39:56下载
- 积分:1
-
队列解决杨辉三角
队列解决杨辉三角-Queue solve Pascal"s Triangle
- 2023-08-20 09:30:03下载
- 积分:1
-
Classical data structure:
数据结构经典:《数据结构基础》 "Fundamentals of Data Structures" 作者:Horowitz 1983年第一版-Classical data structure:
- 2023-03-09 21:45:06下载
- 积分:1
-
Environment: visual studio 2005
以visual studio 2005为开发环境的约瑟夫环设计。-Environment: visual studio 2005
- 2023-05-01 17:20:03下载
- 积分:1
-
Volume 3 for sorting and searching, this is the book of a revised edition, it is...
卷3为分拣和搜索,这是本书的第1个修订版,它是对计算机分拣和搜索的一流技术的最全面的研究,它扩展了卷1中数据结构的处理方法,将大小数据库以及内存和外部存储都包含在内。本书包括对计算机方法仔细检查的选择方案,和其效率的大量分析。本书该版的独特之处在于优化了的分拣,以及对通用散列法和排列法的新的理论论述。-Volume 3 for sorting and searching, this is the book of a revised edition, it is sorted on the computer and search the first-class technology of the most comprehensive study of its expansion Volume 1 data structure handling methods, the size of the database and external memory and storage are included. The book including computer methods carefully examined the options, and its efficiency lot of analysis. The book version of the unique features of the optimization is sorted, and right hash law and common law with the new theoretical expositions.
- 2022-02-21 11:03:10下载
- 积分:1
-
算法导论introduction to algorithm答案
算法导论introduction to algorithm答案-Introduction to algorithms introduction to algorithm answers
- 2022-10-07 03:45:04下载
- 积分:1
-
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。...
通过该程序实现huffman编码,解码。输入一段字符串,统计字符出现频率,输出huffman编码。输入一段编码,根据预先设定的解码方式进行解码。-Through the process to achieve huffman encoding and decoding. Enter a string, statistical character frequency, the output huffman coding. Enter a code, based on pre-set decoding method to decode.
- 2023-05-05 08:40:03下载
- 积分:1
-
1.定义二叉树的链式数据结构。
2.编写函数,创建下图所示的二叉树。
3.编写函数输出二叉树的先序、中序、后序遍历。...
1.定义二叉树的链式数据结构。
2.编写函数,创建下图所示的二叉树。
3.编写函数输出二叉树的先序、中序、后序遍历。-1. The definition of binary tree data structure chain. 2. Write a function, create a binary tree as shown in figure below. 3. Write function, the output of the first binary sequence, in order, postorder traversal.
- 2022-11-26 19:05:03下载
- 积分:1