-
都针对H.264做的运动算法的优化。该程序在UMHexagonS和EZPS算法的基础上只考虑了16*16块的方式, 较为简单的实现的算法,欢迎大家参考和讨论...
都针对H.264做的运动算法的优化。该程序在UMHexagonS和EZPS算法的基础上只考虑了16*16块的方式, 较为简单的实现的算法,欢迎大家参考和讨论-Have to do for H.264 algorithm optimization campaign. The program in UMHexagonS and EZPS algorithm based on only 16* 16 ways to achieve a relatively simple algorithm, welcomed everyone and discussed the reference
- 2023-08-12 11:40:02下载
- 积分:1
-
关于C#语言开发的编程,打开需要C#软件。
关于C#语言开发的编程,打开需要C#软件。-About C# programming language development, open the need for C# software.
- 2022-01-24 18:24:25下载
- 积分:1
-
我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多...
我在做项目的时候需要将文件进行压缩和解压缩,于是就从http://www.icsharpcode.net下载了关于压缩和解压缩的源码,但是下载下来后,面对这么多的代码,一时不知如何下手。只好耐下心来,慢慢的研究,总算找到了门路。针对自己的需要改写了文件压缩和解压缩的两个类,分别为ZipClass和UnZipClass。其中碰到了不少困难,就决定写出来压缩和解压的程序后,一定把源码贴出来共享,让首次接触压缩和解压缩的朋友可以少走些弯路。-When I was doing the project will need to compress and decompress files, so downloading from http://www.icsharpcode.net on the compression and decompression of the source code, but it downloaded, and faced with so many code, 1:00 do not know how start with. Had under-resistant heart, the slow research and finally found the avenues. In light of their need to be rewritten a file compression and decompression of the two classes, namely ZipClass and UnZipClass. Which encountered many difficulties, it was decided to write out compression and decompression process, some paste out of the source code sharing, so that the first contact with compression and decompression of friends can take some less roundabout.
- 2022-08-25 01:14:36下载
- 积分:1
-
LZSS78.C
LZSS78.C -- A Data Compression Program Haruhiko Okumura 4/6/1989 -LZSS78.C-- A Data Compression Program Haruhiko Okumura 4/6/1989
- 2022-10-13 18:55:03下载
- 积分:1
-
在MATLAB的循环卷积码
circular convolution code in matlab
- 2022-05-14 20:31:15下载
- 积分:1
-
自己按照清华大学出版社出版的数据结构编写的一个huffman编码的程序,用C语言编写的。...
自己按照清华大学出版社出版的数据结构编写的一个huffman编码的程序,用C语言编写的。-their Tsinghua University Publishing House in accordance with the data structure prepared by a Huffman coding procedures, with the C language.
- 2022-06-13 05:31:55下载
- 积分:1
-
用C++实现的两个文件打包和拆包,常用…
用c++实现两个文件打包和拆包,经测试对常用的格式txt,doc,mp3,jpg等均通过。-Using c++ to achieve the two documents packing and unpacking, the commonly used test format for the txt, doc, mp3, jpg, etc. through.
- 2022-10-26 16:10:03下载
- 积分:1
-
huffman压缩算法,c语言编写。可下下来参考
huffman压缩算法,c语言编写。可下下来参考-Huffman compression algorithm, c language. Reference may be down under
- 2023-06-28 21:15:03下载
- 积分:1
-
霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码...
霍夫曼编码是可变字长编码(VLC)的一种,是消除编码冗余最常用的方法。 它是Huffman于1952年提出一种编码方法,它的基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Huffman coding is a variable word length coding (VLC) A is to remove redundant code of the most commonly used methods. It is Huffman in 1952 made a coding method, and its basic tenets are frequently used data with the code instead of a shorter, less use of the data over a longer period instead of the code, the code for each data-not the same. Sometimes referred to as the best coding, the general called on Huffman coding. Below prove a theorem, the theorem guarantees by the characters emerging probability distribution yards long, will enable the shortest average yards long.
- 2022-03-26 01:11:34下载
- 积分:1
-
用C写的文件压缩程序
用C写的文件压缩程序-C written document compression process
- 2022-07-08 22:29:02下载
- 积分:1