Run-length encoding的意思|示意
行程编码,运行长度编码
Run-length encoding的网络常见释义
游程编码 下面是一段用Go编写的游程编码(run-length encoding)程序: package main import ( "fmt" "strings" ) var order = 4 var grain = "*" func main() { ...
行程编码 ... Registered 匹准的 1)调准的状态 2)两幅或多幅图像已几何调准,其中的物体吻合 Run-length encoding 行程编码 图像行一行程序列表示的图像压缩技术,每个行程以一个给定的行程长度和灰度值定义 Run length 行程长度 在行程中像素的个数 ...
Run-length encoding相关短语
1、 run length encoding 游程编码 ;
2、 TLE Run-Length Encoding 行程长度编码
3、 RLE Run Length Encoding 运行长度编码 ; 行程长度编码 ; 游程长度编码
Run-length encoding相关例句
One is based on the accumulative difference vector and the other is based on the use of run-length encoding.
一种是利用差累积向量,另一种是利用持续行程编码。
Experiment results show the ratio of the encoding scheme is better than frequency-directed run-length (FDR) codes, and the decoding process of this method is easier than FDR codes.
实验数据表明,本方案的编码效果比连续长度编码方案更好,且解压逻辑结构更加简单。
The run length encoding (RLE) compression algorithm requires very little processor time and works well for data that has lots of the same byte value repeated in consecutive locations.
行程编码(RLE)压缩算法需要非常少的处理器时间,适用于在连续位置重复许多相同字节值的数据。
It is important to know that there are many different run-length encoding schemes.
重要的是要知道,有许多不同的游程编码方案。
Based on the analysis of run-length encoding method, it must be improved to ensure effectively compression for data. The improved method is called Simple Loss RLE method.
基于对传统行程编码方法的分析可知,必须对其进行一定改进才能保证对数据的有效压缩,改进后的编码方法可称为简单有损行程编码。
They are similar to a simple run-length encoding of data, though there are some differences.
倒排表和按出现长度进行的简单数据编码相似,但也有所不同。