二维行程编码英文解释翻译、二维行程编码的近义词、反义词、例句
英语翻译:
【计】 two-dimension run length encoding
分词翻译:
二的英语翻译:
twin; two【计】 binary-coded decimal; binary-coded decimal character code
binary-to-decimal conversion; binary-to-hexadecimal conversion
【医】 bi-; bis-; di-; duo-
维的英语翻译:
dimension; maintain; preserve; thought; tie up【化】 dimension
行程编码的英语翻译:
【计】 run length encoding网络扩展解释
二维行程编码
二维行程编码的拼音为èr wéi háng chéng biān mǎ, 其英文解释为Run-length encoding (RLE) for two-dimensional data。读音为/rʌn lɛŋθ ɪnˈkoʊdɪŋ/。RLE是一种无损数据压缩算法,将连续的数据段(或象素)用一个数字和长度来表示,从而达到压缩数据的目的。
英文用法
在计算机科学领域,二维行程编码通常用于图像文件格式中的位图图像(bitmap image)的压缩。通过使用二维行程编码,可以大大减小图像文件的大小,节省存储空间和网络带宽。
英文例句
- RLE can be used to compress the data of black and white images, such as scanned documents.
- The BMP image format uses 2D RLE encoding to compress bitmap images.
英文近义词
- 2D RLE
- two-dimensional run-length encoding
- run-length encoding for bi-level images
英文反义词
二维行程编码的反义词并不常用,因为它是一种压缩算法,通常没有相应的“解压缩算法”的专有名称。
英文单词常用度
根据Google Ngram Viewer的统计数据,Run-length encoding (RLE)在英文书籍中的使用频率在20世纪80年代达到峰值,之后逐渐下降。但在计算机科学领域,RLE仍然是一种被广泛使用的压缩算法。