-
jpeg_ls_v2.2
实现图像的jpeg无损压缩,可以在linux系统下经过交叉编译器编译后在arm上实现,已经写好makefile文件(Realize jpeg image lossless compression, you can linux system through cross-compiler to compile in the arm to achieve, has written makefile file)
- 2008-04-21 10:21:26下载
- 积分:1
-
jpeg-quick-introduction
JPEG 压缩标准的简介。很适合入门,中文版本。图象的压缩编码,JPEG 压缩编
码标准,哈夫曼编码,行程编码介绍,JPEG格式。(JPEG introduction)
- 2014-07-13 11:18:36下载
- 积分:1
-
huffmancode103
哈弗曼编码。输入需要编码的大小写字符即可得出各个字符的编码(Havermann coding. Enter the desired case characters can be encoded in various character encoding obtained)
- 2016-02-18 12:43:46下载
- 积分:1
-
RDpoint
RD点目标仿真算法,通过距离和方位压缩算法,对目标回波数据进行成像。(Point target simulation of RD)
- 2021-04-27 22:08:44下载
- 积分:1
-
softcastadcast
本压缩文件里面含有SOFTCAST的学习文章,对于学习组播的人非常有用。(The compressed file which contains SOFTCAST learning article, very useful for learning multicast person.)
- 2014-07-20 14:32:33下载
- 积分:1
-
New-folder
this is a matlav file to clean the data.
- 2013-06-24 23:35:47下载
- 积分:1
-
java_LZ77
说明: java 实 现 LZ77 解 压 源 码(LZ77 decompression java source code to achieve)
- 2020-11-30 11:19:28下载
- 积分:1
-
OpenGLdevelopment
压缩包中包含了gl.h,glaux.h,glext.h,glui.h,glut.h等头文件以及对应的库文件。还有对应的配置方法。(Compression package contains gl.h, glaux.h, glext.h, glui.h, glut.h Header Files and corresponding library file. There are corresponding configuration.)
- 2020-12-14 14:49:13下载
- 积分:1
-
datastructure
计算多项式的算法 数据结构计算多项式的加减发和乘法(data structure)
- 2009-11-12 21:28:18下载
- 积分:1
-
HuffMan
哈夫曼编码译码系统,设置发送者和接受者两个功能,
发送者的功能包括:
①输入待传送的字符信息;
②统计字符信息中出现的字符种类数和各字符出现的次数(频率);
②根据字符的种类数和各自出现的次数建立哈夫曼树;
③利用以上哈夫曼树求出各字符的哈夫曼编码;
④将字符信息转换成对应的编码信息进行传送。
接受者的功能包括:
①接收发送者传送来的编码信息;
②利用上述哈夫曼树对编码信息进行翻译,即将编码信息还原成发送前的字符信息。
(Huffman decoding system, set the sender and the recipient of two functions, the sender' s features include: (1) input to be transmitted character information ② statistical character information, the number of types of characters and characters the number of occurrences (frequency create a Huffman tree) ② According to the number of types of characters and their respective number of occurrences ③ use the Huffman tree to find the characters Huffman coding ④ character information into the corresponding coding information for delivery. The recipient of the features include: (1) to receive the coded information to the sender transmission ② above Huffman tree coded information to be translated, is about to coded information to restore the character information before sending.)
- 2012-06-21 21:01:17下载
- 积分:1