-
另一个解zip文件的程序
另一个解zip文件的程序 -another program for decoding .zip files
- 2022-11-29 17:55:03下载
- 积分:1
-
实现LZW的编码和解码,适用于gif图像格式。
实现LZW的编码和解码,适用于gif图像格式。-Realize the encoding and decoding LZW, applicable to gif image format.
- 2022-07-21 08:45:38下载
- 积分:1
-
Shortest path algorithm C C++ Adjacency matrix realize Huffman Huffman tree algo...
最短路径算法C C++ 邻接矩阵实现
哈夫曼算法和哈夫曼树
RSA算法的C++实现
lzw压缩算法的c语言实现
计算日期程序(C语言)
-Shortest path algorithm C C++ Adjacency matrix realize Huffman Huffman tree algorithm and RSA algorithm C++ Realize LZW compression algorithm c language procedures realize the calculation date (C language)
- 2023-04-30 18:20:03下载
- 积分:1
-
非常不错的光盘刻录软件。容积小,功能强,很好用的也是很多人的必备工具。...
非常不错的光盘刻录软件。容积小,功能强,很好用的也是很多人的必备工具。-A very good CD burning software. A small volume, strong function, very good use is also an indispensable tool for many people.
- 2022-07-06 15:27:46下载
- 积分:1
-
是个关于压缩程序的代码。
是个关于压缩程序的代码。-is on the compression procedure code.
- 2023-03-21 16:05:04下载
- 积分:1
-
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is d...
This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
- 2022-10-29 01:55:05下载
- 积分:1
-
mpeg
mpeg-2的实现程序,全部用C编写,不含其他动态库
- 2023-02-17 18:45:03下载
- 积分:1
-
功能强大的数值求解子程序库,包括各种常用的方法。
功能强大的数值求解子程序库,包括各种常用的方法。-The numerical solution of a powerful subroutine library, including various commonly used methods.
- 2022-03-31 12:27:24下载
- 积分:1
-
将任何一个exe文件压缩,压缩后生成的文件为windows执行文件
将任何一个exe文件压缩,压缩后生成的文件为windows执行文件-Compress any exe file, and transfer it to a windows executeable file after compressing
- 2022-03-23 01:49:03下载
- 积分:1
-
《数字图像处理编程入门》吕凤军 第九章的代码。程序较简单,但实现了所有的基本功能。可以作为好的入门教材。...
《数字图像处理编程入门》吕凤军 第九章的代码。程序较简单,但实现了所有的基本功能。可以作为好的入门教材。-"Digital Image Processing Programming Primer" Mr Lu Fengtai chapter IX of the military code. Procedure is relatively simple, but achieving all of the basic functions. Could serve as a good introductory materials.
- 2022-03-19 12:12:11下载
- 积分:1