翻訳と辞書
Words near each other
・ composition
・ compositional c++
・ compound document architecture
・ compound key
・ comprehensive
・ comprehensive perl archive network
・ comprehensive tex archive network
・ compress
・ compressed slip
・ compressed video
compression
・ comprosl
・ compu$erve
・ compulink information exchange
・ compuserve corporation
・ compuserve information service
・ compusult ltd.
・ computability theory
・ computable
・ computational adequacy theorem


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

compression : FOLDOC
compression
1. (Or "compaction") The coding of data to save storage space or transmission time. Although data is already coded in digital form for computer processing, it can often be coded more efficiently (using fewer bits). For example, run-length encoding replaces strings of repeated characters (or other units of data) with a single character and a count. There are many compression algorithms and utilities. Compressed data must be decompressed before it can be used.
The standard Unix compression utilty is called compress though GNU's superior gzip has largely replaced it. Other compression utilties include {pack}, zip and PKZIP.
When compressing several similar files, it is usually better to join the files together into an archive of some kind (using tar for example) and then compress them, rather than to join together individually compressed files. This is because some common compression algorithms build up tables base


スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.