run-length encoding

短语

[计] 行程编码

词形变化

run-length encodings 复数 run-length encodings

别名

RLE

释义与例句

n.
  1. 1.

    A simple data compression scheme in which sequences of the same item are replaced by one such item and a count (so for example the text BBBBB is stored as a single B with count of 5).

    可数 不可数 计算机 工程 数学