资源列表
[数据结构常用算法] data-structure
说明:《数据结构—用C语言描述》,蔡明志编写的书的数据结构源代码,初学者可以使用里面封装的小程序。-" Data structure- with the C language to describe," Tsai Ming-chi book written in the data structure source code inside the package, beginners can use the applet.<sunyang> 在 2025-06-15 上传 | 大小:49kb | 下载:0
[数据结构常用算法] huffman
说明:从文件中读入字符集大小n,以及n个字符和n个权值。构建哈夫曼树,对每个字符生成哈夫曼编码。从文件中读入需编码的字符串,利用哈夫曼编码,对字符串进行编码,编码结果保存在文件。-The character read from the file set size n, and n-n character and the right values. Construction of Huffman tree generated Huffman code for each character. Read f<伍艳权> 在 2025-06-15 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DataStructAndAlgorithnInC
说明:数据结构与算法分析c语言版,维斯版第二版源码-Source code for Data struct & Algorithm Analysis in c,2nd Edition,Mark Allen Weiss<> 在 2025-06-15 上传 | 大小:75kb | 下载:0
[数据结构常用算法] Taxi-route--based-on-multi-agent
说明:基于多Agent的机场场面最优滑行路径算法-Taxi route optimization algorithm of airport surface based on multi agent<dm> 在 2025-06-15 上传 | 大小:242kb | 下载:0
[数据结构常用算法] complex
说明:简单的排序信息隐藏算法 首先将信息序列排序 对于待隐藏的一位信息,如果信息是‘0’,那么使用偶数位置的数来隐藏信息,否则使用奇数位置的数来隐藏信息。 一旦奇数位置(或者偶数位置)用完,则把剩下的偶数位置(或者奇数位置)重新分配奇偶位置。然后执行第2步。 最后会剩下一个数,这个数不能够隐藏信息,但是需要将这个数放到最后。 -Information Hiding in a simple sorting sequence of the first sort of informati<wangjing> 在 2025-06-15 上传 | 大小:1kb | 下载:0