-
通信中的数据解压缩。用一个字节存放整数部分,后面的每个字节存放两位小数。整数位有变化是更新整数位。已经编译通过。...
通信中的数据解压缩。用一个字节存放整数部分,后面的每个字节存放两位小数。整数位有变化是更新整数位。已经编译通过。-Communication decompress data. Stored with a byte integer part of the back of each byte stored two decimals. Integer-bit change is to update the integer bit. Has been compiled through.
- 2023-08-09 07:10:03下载
- 积分:1
-
x264视频编解码源代码(更新时间2005
x264视频编解码源代码(更新时间2005-12-07,v384),含VC编译指南。x264是H.264标准的一种实现,与JM相比更适合与应用,因为JM主要是与标准更接近,所以便于学习,而x264做了很多的优化。-MPEG video decoder source code (2005-12-07 update time, the v384). Compiling with VC Guide. MPEG H.264 is a standard to achieve, and JM compared with the more suitable application JM is mainly because the standard closer to, easy to learn and do a lot Inc. optimization.
- 2023-06-16 04:15:04下载
- 积分:1
-
每一步的LZSS算法发送一个字符或<;位置,冷…
In each step the LZSS algorithm sends either a character or a pair. Among these, perhaps character "e" appears more frequently than "x", and a pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.-In each step the LZSS algorithm sends either a character or a lt;position, lengthgt; pair. Among these, perhaps character "e" appears more frequently than "x", and a lt;position, lengthgt; pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adap
- 2022-07-08 14:12:34下载
- 积分:1
-
一个算术编码的算法,多媒体技术的基础算法程序,可以对数据进行无损压缩。...
一个算术编码的算法,多媒体技术的基础算法程序,可以对数据进行无损压缩。-An arithmetic coding algorithm, multi-media technology is based algorithms process the data can be lossless compression.
- 2022-02-26 14:10:01下载
- 积分:1
-
通过Delphi提供的压缩算法,实现对文件进行压缩和解压缩。
通过Delphi提供的压缩算法,实现对文件进行压缩和解压缩。
-Delphi provided through the compression algorithm to achieve the file compression and decompression.
- 2023-05-10 20:25:03下载
- 积分:1
-
Document for the H.264 codec is for reference only, including versions of window...
文件为H.264编解码器
仅供参考
包括windows版本和DM642版本-Document for the H.264 codec is for reference only, including versions of windows version and DM642
- 2023-04-15 00:50:03下载
- 积分:1
-
JPEG解码DCT变换的源代码
dct source code for jpeg decoder -Copy source code for jpeg decoder
- 2022-04-08 13:00:27下载
- 积分:1
-
新的工具条显示地图放大,缩小,图层控制等等功能
新的工具条显示地图放大,缩小,图层控制等等功能-New toolbar displayed map to enlarge, narrow, layer control function, etc.
- 2023-08-10 14:25:02下载
- 积分:1
-
是个关于压缩程序的代码。
是个关于压缩程序的代码。-is on the compression procedure code.
- 2023-03-21 16:05:04下载
- 积分:1
-
现实问题模拟:一块方巾有多处被细菌感染,可以看做多个感染区域,给定一点(即一个坐标),标识出该点所在区域。简单的divide and conque 应用...
现实问题模拟:一块方巾有多处被细菌感染,可以看做多个感染区域,给定一点(即一个坐标),标识出该点所在区域。简单的divide and conque 应用-Simulate the real problem: there is a square of multiple bacterial infections, multiple infections can be seen as regional, for a given point (that is, a coordinate), identify the point region. Application of a simple divide and conque
- 2022-11-30 16:45:03下载
- 积分:1