JP2957801B2 - Data compression method and its restoration method - Google Patents
Data compression method and its restoration methodInfo
- Publication number
- JP2957801B2 JP2957801B2 JP10280292A JP10280292A JP2957801B2 JP 2957801 B2 JP2957801 B2 JP 2957801B2 JP 10280292 A JP10280292 A JP 10280292A JP 10280292 A JP10280292 A JP 10280292A JP 2957801 B2 JP2957801 B2 JP 2957801B2
- Authority
- JP
- Japan
- Prior art keywords
- data
- dictionary
- reference number
- character string
- input
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Landscapes
- Compression, Expansion, Code Conversion, And Decoders (AREA)
Description
【0001】[0001]
【産業上の利用分野】本発明は、ユニバーサル符号、特
にLZW(Lempel−Ziv−Welch)符号を
用いたデータ圧縮方式とその復元方式に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data compression system using a universal code, particularly an LZW (Lempel-Ziv-Welch) code, and a decompression system thereof.
【0002】近年、文字コード、ベクトル情報、画像情
報など様々な種類のデータがコンピュータで扱われるよ
うになっており、扱われるデータ量も急速に増加してき
ている。大量のデータを扱うときは、データ中の冗長な
部分を省いてデータ量を圧縮することで、記憶容量を減
らしたり、速く伝送できるようになる。In recent years, various types of data such as character codes, vector information, and image information have been handled by computers, and the amount of data handled has rapidly increased. When dealing with a large amount of data, by compressing the amount of data by omitting redundant portions in the data, the storage capacity can be reduced or transmission can be performed faster.
【0003】様々なデータを1つの方式でデータ圧縮/
復元できる方式として、ユニバーサル符号化がある。ユ
ニバーサル符号化は、情報源の統計的性質が未知である
場合に符号化を行ないながら統計的性質を調べて適応化
していく手法である。なお、ユニバーサル符号は、文字
コードに限らず、様々なデータに適用することができる
が、以下の説明においては、データが何であるかにかか
わりなく、データの1ワード単位を「文字」と呼び、こ
の文字が任意の数つながったものを「文字列」と呼ぶも
のとする。[0003] Data compression / compression of various data by one method
As a method that can be restored, there is universal coding. The universal coding is a technique in which, when the statistical properties of an information source are unknown, the statistical properties are checked and adapted while performing the coding. Note that the universal code is not limited to a character code, and can be applied to various data. However, in the following description, a word unit of data is called a “character” regardless of what the data is, An arbitrary number of these characters is called a “character string”.
【0004】ユニバーサル符号の代表的な例としては、
Ziv−Lempel(ジブ−レンペル)符号がある。
Ziv−Lempel符号では、ユニバーサル型と、増
分分解型の2つのアルゴリズムが提案されている。さら
に、ユニバーサル型アルゴリズムの改良としては、LZ
SS符号が提案され、また、増分分解型アルゴリズムの
改良としてはLZW(Lempel−Ziv−Welc
h)符号が提案されている。記憶装置のファイル圧縮処
理などの分野では、高速処理ができること、アルゴリズ
ムが簡単であることなどから、LZW符号が多く使われ
るようになっている。本発明は、このLZW符号を用い
たデータ圧縮と復元に関するものである。As a typical example of the universal code,
There is a Ziv-Lempel (Jib-Lempel) code.
For the Ziv-Lempel code, two algorithms of a universal type and an incremental decomposition type have been proposed. Further, as an improvement of the universal algorithm, LZ
SS codes have been proposed, and as an improvement of the incremental decomposition type algorithm, LZW (Lempel-Ziv-Welc) has been proposed.
h) Codes have been proposed. In a field such as a file compression process of a storage device, an LZW code is often used because of a high speed process and a simple algorithm. The present invention relates to data compression and decompression using the LZW code.
【0005】[0005]
【従来の技術】図5に従来のデータ圧縮/復元装置の構
成を示す。図5(A)の圧縮部は、辞書検索部1と辞書
登録部2からなるLZW符号化部3、辞書部4、可変長
符号化部5を備えており、LZW符号化部3は入力デー
タを相異なる文字列に分け、この文字列を出現した順に
番号をつけて辞書部4内の辞書に登録するとともに、現
在入力している文字列を既に辞書に登録した文字列と照
合することにより最長一致文字列の番号で表して入力順
に出力し、これを可変長符号化部5で可変長符号化して
出力するものである。2. Description of the Related Art FIG. 5 shows a configuration of a conventional data compression / decompression device. The compression unit in FIG. 5A includes an LZW encoding unit 3, a dictionary unit 4, and a variable length encoding unit 5 each including a dictionary search unit 1 and a dictionary registration unit 2, and the LZW encoding unit 3 Is divided into different character strings, the character strings are numbered in the order in which they appear, and registered in the dictionary in the dictionary unit 4, and the currently input character string is compared with the character string already registered in the dictionary. It is represented by the number of the longest matching character string and output in the order of input, which is variable-length coded by the variable-length coding unit 5 and output.
【0006】また、図5(B)の復元部は、可変長符号
化部6、辞書検索部7と辞書登録部8からなるLZW復
号化部9、辞書部10を備えており、可変長符号化され
た符号化データを可変長復号化部6で元に戻した後、L
ZW復号化部9で辞書部10内の辞書を使用し、参照と
登録を繰り返すことにより、元の入力データを復元する
ものである。The restoring unit shown in FIG. 5B includes a variable length coding unit 6, an LZW decoding unit 9 including a dictionary search unit 7 and a dictionary registration unit 8, and a dictionary unit 10. After the converted coded data is restored by the variable length decoding unit 6,
The ZW decoding unit 9 restores the original input data by using the dictionary in the dictionary unit 10 and repeating reference and registration.
【0007】図6に従来のLZW符号化処理のフローチ
ャートを、また、図7に従来のLZW復号化処理のフロ
ーチャートを示す。FIG. 6 is a flowchart of a conventional LZW encoding process, and FIG. 7 is a flowchart of a conventional LZW decoding process.
【0008】図6の符号化処理においては、まずステッ
プS1において、予め使用する全文字について一文字か
らなる文字列を初期値として登録し、それぞれに参照番
号を付与するとともに、入力された最初の文字Kを語頭
文字列(prefix string)ωとして設定する。In the encoding process of FIG. 6, first, in step S1, a character string consisting of one character is registered as an initial value for all characters to be used in advance, a reference number is given to each character, and the first character input is entered. Set K as prefix string ω.
【0009】次に、ステップS2で次に入力してくる文
字Kを読み込み、ステップS3で文字入力が終了したか
否かをチェックした後、ステップS4に進み、前記ステ
ップS1で得られた語頭文字列ωにステップS2で読み
込んだ文字Kを加えた文字列(ωK)が辞書にあるか否
かを探す。Next, in step S2, the next character K to be input is read, and it is checked in step S3 whether or not the character input has been completed. Then, the process proceeds to step S4, where the beginning of the word obtained in step S1 is obtained. A search is performed to determine whether or not the dictionary has a character string (ωK) obtained by adding the character K read in step S2 to the character string ω.
【0010】ステップS4で文字列(ωK)が辞書にな
ければ、ステップS6に進んで、求めた文字Kの参照番
号ωを符号語code(ω)として出力するとともに、文字
列(ωK)に新たな参照番号を付与して辞書に登録し、
さらに、ステップS2の入力文字Kを参照番号ωに置き
換えるとともに、辞書アドレスnをインクリメントし、
ステップS7〜S11で辞書登録スペースのチェックを
行なった後、再びステップS2に戻り、次の文字Kを読
み込む。If the character string (ωK) is not found in the dictionary in step S4, the process proceeds to step S6, where the reference number ω of the obtained character K is output as a code word code (ω), and the character string (ωK) is newly added. With a unique reference number and register it in the dictionary,
Further, while replacing the input character K in step S2 with the reference number ω, the dictionary address n is incremented,
After checking the dictionary registration space in steps S7 to S11, the process returns to step S2 to read the next character K again.
【0011】一方、ステップS4で文字列(ωK)が辞
書にあれば、ステップS5で文字列(ωK)を参照番号
ωに置き換え、ステップS7〜S11で辞書登録スペー
スのチェックを行なった後、再びステップS2に戻り、
文字列(ωK)が辞書から探せなくなるまで、最大一致
長の文字列の探索を続ける。On the other hand, if the character string (ωK) is found in the dictionary in step S4, the character string (ωK) is replaced with the reference number ω in step S5, the dictionary registration space is checked in steps S7 to S11, and Returning to step S2,
The search for the character string having the maximum matching length is continued until the character string (ωK) cannot be searched from the dictionary.
【0012】前記LZW符号化処理の具体例を図8を参
照して説明する。なお、説明を簡単とするため、「a」
「b」「c」の3つの文字の組合せからなる入力データ
の場合を例に採るものとする。この3つの使用文字
「a」「b」「c」は、予め、図9(A)に示すように
辞書に登録され、それぞれ順番に参照番号=1,2,3
が付与されている。A specific example of the LZW encoding process will be described with reference to FIG. In addition, in order to simplify explanation, "a"
The case of input data composed of a combination of three characters “b” and “c” is taken as an example. These three characters “a”, “b”, and “c” are registered in a dictionary in advance as shown in FIG. 9A, and reference numbers = 1, 2, 3
Is given.
【0013】図8中の入力データ(INPUT SYMBOLS)は左
から右へ読み込まれるものとする。最初の文字「a」が
入力されると、この文字「a」が接頭文字列ωとして設
定される。次に、2番目の文字K=「b」が入力される
と、接頭文字列ω=「a」と組合せて文字列(ωK)=
「ab」とし、この文字列「ab」が辞書にあるか否か
を検索する。It is assumed that input data (INPUT SYMBOLS) in FIG. 8 is read from left to right. When the first character “a” is input, this character “a” is set as the prefix character string ω. Next, when the second character K = “b” is input, the character string (ωK) =
"Ab" is set, and a search is performed to determine whether or not the character string "ab" exists in the dictionary.
【0014】辞書には文字列「ab」はないので、図9
(A)に示すように、この文字列「ab」を辞書に登録
するとともに、新たな参照番号=4を付与する。そし
て、当該文字列(ωK)中の接頭文字列ω=「a」につ
いてその参照番号=1を読み出し、図8に示すように、
この参照番号=1を文字列ω=「a」の符号語(OUTPUT
CODES)として出力する。文字「a」の符号化が終わる
と、文字列(ωK)=「ab」中の残りの文字「b」が
次の接頭文字列ωとなる。Since there is no character string "ab" in the dictionary, FIG.
As shown in (A), this character string “ab” is registered in the dictionary and a new reference number = 4 is assigned. Then, the reference number = 1 is read out for the prefix character string ω = “a” in the character string (ωK), and as shown in FIG.
This reference number = 1 is replaced with the code word of the character string ω = “a” (OUTPUT
CODES). When the encoding of the character “a” ends, the remaining character “b” in the character string (ωK) = “ab” becomes the next prefix character string ω.
【0015】次に、3番目の文字K=「a」が入力され
ると、前記新たな接頭文字列ω=「b」と組合せて文字
列(ωK)=「ba」とし、この文字列「ba」が辞書
にあるか否かを検索する。辞書には文字列「ba」はな
いので、図9(A)に示すように、この文字列「ba」
を辞書に登録するとともに、新たな参照番号=5を付与
する。そして、当該文字列(ωK)中の接頭文字列ω=
「b」についてその参照番号=2を読み出し、図8に示
すように、この参照番号=2を文字列ω=「b」の符号
語(OUTPUT CODES)として出力する。文字「b」の符号
化が終わると、文字列(ωK)=「ba」中の残りの文
字「a」が次の接頭文字列ωとなる。Next, when the third character K = “a” is input, the character string (ωK) = “ba” is combined with the new prefix character string ω = “b”, and this character string “ "ba" is found in the dictionary. Since there is no character string "ba" in the dictionary, as shown in FIG.
Is registered in the dictionary, and a new reference number = 5 is given. Then, the prefix character string ω in the character string (ωK) =
The reference number = 2 is read out for “b”, and this reference number = 2 is output as a code word (OUTPUT CODES) of the character string ω = “b”, as shown in FIG. When the encoding of the character “b” is completed, the remaining character “a” in the character string (ωK) = “ba” becomes the next prefix character string ω.
【0016】次に、4番目の文字K=「b」が入力され
ると、前記新たな接頭文字列ω=「b」と組合せて文字
列(ωK)=「ab」とし、この文字列「ab」が辞書
にあるか否かを検索する。辞書には文字列「ab」が参
照番号=4として既に登録されている。したがって、こ
の場合には、この文字列「ab」を新たな接頭文字列ω
とした後、さらに次の5番目の文字K=「c」を入力
し、この5番目の文字K=「c」と前記新たな接頭文字
列ω=「ab」と組合せて文字列(ωK)=「abc」
とし、この文字列「abc」が辞書にあるか否かを検索
する。Next, when the fourth character K = “b” is input, the character string (ωK) = “ab” in combination with the new prefix character string ω = “b”, and this character string “ Search for "ab" in the dictionary. The character string "ab" is already registered in the dictionary as reference number = 4. Therefore, in this case, the character string “ab” is replaced with a new prefix character string ω
Then, the next fifth character K = “c” is input, and the fifth character K = “c” is combined with the new prefix character string ω = “ab” to form a character string (ωK). = “Abc”
And whether or not this character string “abc” exists in the dictionary is searched.
【0017】辞書には文字列「abc」はないので、図
9(A)に示すように、この文字列「abc」を辞書に
登録するとともに、新たな参照番号=6を付与する。そ
して、当該文字列(ωK)中の接頭文字列ω=「ab」
についてその参照番号=4を読み出し、図8に示すよう
に、この参照番号=4を文字列ω=「ab」の符号語
(OUTPUT CODES)として出力する。文字列「ab」の符
号化が終わると、文字列(ωK)=「abc」中の残り
の文字「a」が次の接頭文字列ωとなる。Since there is no character string "abc" in the dictionary, as shown in FIG. 9A, this character string "abc" is registered in the dictionary and a new reference number = 6 is given. Then, the prefix character string ω = “ab” in the character string (ωK)
, The reference number = 4 is read out, and as shown in FIG. 8, this reference number = 4 is output as the code word (OUTPUT CODES) of the character string ω = “ab”. When the encoding of the character string “ab” ends, the remaining character “a” in the character string (ωK) = “abc” becomes the next prefix character string ω.
【0018】以上の処理を繰り返すことにより、入力デ
ータ「ababcbababaaaaaa」は符号化デ
ータ「1,2,4,3,5,8,1,10,11 」に変換されて出力され
る。このとき、辞書には、図9(A)に示すような文字
列とその参照番号が登録される。なお、実際の辞書で
は、メモリ容量を低減するため、図9(B)に示すよう
に、登録文字列は、その下位一桁を残してを既に登録さ
れている上位側の他の登録文字列の参照番号で置き換え
て辞書登録される。By repeating the above processing, the input data "ababcbababaaaaaaa" is converted into encoded data "1,2,4,3,5,8,1,10,11" and output. At this time, a character string as shown in FIG. 9A and its reference number are registered in the dictionary. In the actual dictionary, in order to reduce the memory capacity, as shown in FIG. 9 (B), the registered character string is replaced with another registered character string already registered on the upper side except for the lower one digit. The dictionary is replaced with the reference number.
【0019】図7の復号化処理は、図6の符号化処理と
逆の操作を行なう。すなわち、図7の復号化処理では、
符号化時と同様に、予め使用する全文字について一文字
からなる文字列を初期値として登録し、それぞれに参照
番号を付与してから復号を始める。The decoding process of FIG. 7 performs the reverse operation of the encoding process of FIG. That is, in the decoding process of FIG.
As in the case of encoding, a character string consisting of one character is registered in advance as an initial value for all the characters to be used, and decoding is started after a reference number is assigned to each character string.
【0020】ステップS11において、最初の入力符号
(=参照番号)を読み込み、これをOLDcode とする。最
初の符号語は既に辞書に登録されている一文字の参照番
号のいずれかに該当することから、入力符号に一致する
文字code(K)を探し出し、文字「K」を出力する。な
お、出力した文字「K」は、後の処理のためにFINchar
にセットしておく。In step S11, the first input code (= reference number) is read and is set as OLDcode. Since the first code word corresponds to one of the reference numbers of one character already registered in the dictionary, a character code (K) that matches the input code is searched for, and the character “K” is output. Note that the output character "K" is FINchar for later processing.
Set to.
【0021】次に、ステップS12に進んで、次の入力
符号を読み込み、INcodeとしてセットする。ステップS
13で新たな符号があるか否か、すなわち符号の入力が
終了したか否かをチェックし、ステップS14へ進んで
辞書クリアコードであるか否かを判定した後、ステップ
S15において、ステップS13で入力された符号語の
codeが辞書に定義(登録)されているか否かをチェック
する。Next, the process proceeds to step S12, where the next input code is read and set as INcode. Step S
In step S13, it is checked whether or not there is a new code, that is, whether or not the input of the code has been completed. The process proceeds to step S14 to determine whether or not the code is a dictionary clear code. Of the input codeword
Check whether code is defined (registered) in the dictionary.
【0022】通常、入力した符号語は、前回までの復号
化処理で既に辞書に登録されているため、ステップS1
7に進んで、入力符号語に対応する文字列code(ωK)
を辞書から読み出し、ステップS18で文字列Kを一時
スタックするとともに、参照番号code(ω)を新たな文
字列とし、再度ステップS17へ戻り、このステップS
17,S18の処理を再帰的に参照番号ωが一文字にな
るまで繰り返し、最後にステップS19へ進む。Normally, since the input code word has already been registered in the dictionary in the previous decoding processing, step S1 is executed.
7 and the character string code (ωK) corresponding to the input codeword
Is read from the dictionary, the character string K is temporarily stacked in step S18, the reference number code (ω) is set as a new character string, and the process returns to step S17 again.
Steps S17 and S18 are recursively repeated until the reference number ω becomes one character. Finally, the process proceeds to step S19.
【0023】そして、ステップS19において、ステッ
プS18でスタックした文字をLIFO(Last In Fast
Out)形式でポップアップして出力し、ステップS20
で辞書の登録エリアをチェックした後、ステップS21
において、前回使った符号ω(OLDcode)と今回復元した
文字列の最初の一文字Kとを組み合わせた文字列(ω
K)に新たな参照番号を付与して辞書に登録する。そし
て、ステップS12へ戻り、前記処理を入力符号がなく
なるまで繰り返す。Then, in step S19, the characters stuck in step S18 are transferred to the LIFO (Last In Fast).
Out) pop-up and output in step S20
After checking the dictionary registration area in step S21,
, A character string (ω) combining the code ω (OLDcode) used last time and the first character K of the character string restored this time
K) is assigned a new reference number and registered in the dictionary. Then, the process returns to step S12, and the above process is repeated until there is no more input code.
【0024】前記LZW復号化処理の具体例を図10を
参照して説明する。まず、最初の入力符号は「1」であ
るが、一文字「a」「b」「c」については、符号化時
と同様に、既に図9(B)に示すように辞書登録されて
いるから、最初の入力符号「1」に一致する参照番号の
文字列「a」を読み出して出力する。A specific example of the LZW decoding process will be described with reference to FIG. First, although the first input code is “1”, the characters “a”, “b”, and “c” are already registered in the dictionary as shown in FIG. , Reads and outputs the character string “a” having the reference number that matches the first input code “1”.
【0025】次の入力符号「2」についても、同様にし
て符号「2」に一致する参照番号の文字列「b」を読み
出して出力する。このとき、前回復号した符号「1」と
今回復号した文字列の最初の1文字「b」とを組み合わ
せた文字列「1b」に新たな参照番号=4を付加し、辞
書に登録する。以下、同様の処理を繰り返し、各入力符
号の復号を実行する。For the next input code "2", a character string "b" having a reference number corresponding to the code "2" is similarly read out and output. At this time, a new reference number = 4 is added to the character string “1b” obtained by combining the code “1” decoded last time and the first character “b” of the character string decoded this time, and registered in the dictionary. Hereinafter, similar processing is repeated to execute decoding of each input code.
【0026】なお、図10の復号化においては次の例外
処理がある。この例外処理は、6番目の入力符号「8」
において生ずる。すなわち、符号「8」はいまだ辞書に
定義されておらず、直ちには復号できない。このような
場合には、前回処理した符号「5」に前回復号した文字
列「ba」の最初の一文字「b」を加えた文字列「5
b」を求め、この文字列中の符号「5」を辞書から探し
て文字列「2a」で置き換えることにより「2ab」と
し、さらに「2ab」中の符号「2」を辞書から探して
文字「b」で置き換えることにより、最終的に文字列
「bab」を復号する。そして、この復号された文字列
「5b」(=「bab」)は辞書に定義されていなかっ
たから、図9(B)のように、新たな参照番号=8を付
して登録する。The following exception processing is performed in the decoding of FIG. This exception processing is performed by the sixth input code “8”.
Occurs in That is, the code “8” is not yet defined in the dictionary and cannot be decoded immediately. In such a case, the character string “5” obtained by adding the first character “b” of the previously decoded character string “ba” to the previously processed code “5”
b ”is obtained, and the code“ 5 ”in the character string is searched from the dictionary and replaced with the character string“ 2a ”to obtain“ 2ab ”. Further, the code“ 2 ”in“ 2ab ”is searched from the dictionary and the character“ 2ab ”is searched. By substituting with “b”, the character string “bab” is finally decoded. Since the decoded character string “5b” (= “bab”) is not defined in the dictionary, it is registered with a new reference number = 8 as shown in FIG. 9B.
【0027】この例外処理は、図7のLZW復号化処理
のステップS4,S16の処理を通じて行なわれ、ステ
ップS19で文字列「bab」を出力するとともに、辞
書への登録が行なわれる。したがって、復号化処理時に
も、図9(B)と同一の辞書を作成しながら復号が行な
われる。このようにして、最終的に、入力符号「1,2,4,
3,5,8,1,10,11 」は元の文字列「ababcbabab
aaaaaa」に復号される。This exception processing is performed through the processing of steps S4 and S16 of the LZW decoding processing shown in FIG. 7. In step S19, the character string "bab" is output and registered in the dictionary. Therefore, even during the decoding process, decoding is performed while creating the same dictionary as in FIG. 9B. Thus, finally, the input code “1,2,4,
3,5,8,1,10,11 "is the original character string" ababcbabab
aaaaaa ".
【0028】次に、図6の符号化処理と図7の復号化処
理における辞書の初期化(クリア)について説明する。
図6のLZW符号化処理の場合、ステップS6で辞書に
対する文字列の登録が済むと、ステップS7で現在の辞
書登録アドレスnが辞書の最大アドレスNMAXを越えたか
否か、すなわち辞書が一杯になったか否かをチェックす
る。もし、ステップS7で辞書への登録が一杯になった
ことが判別されると、ステップS8に進んで辞書への登
録を止め、数百バイト単位で圧縮率をチェックする。Next, initialization (clearing) of the dictionary in the encoding process of FIG. 6 and the decoding process of FIG. 7 will be described.
In the case of the LZW encoding process in FIG. 6, when the character string is registered in the dictionary in step S6, it is determined in step S7 whether the current dictionary registration address n has exceeded the maximum address NMAX of the dictionary, that is, the dictionary is full. Check if it is. If it is determined in step S7 that the registration in the dictionary is full, the process proceeds to step S8, where the registration in the dictionary is stopped, and the compression ratio is checked in units of several hundred bytes.
【0029】ステップS9で圧縮率が前回チェックした
ときと比べて悪化する傾向にあることが判定されると、
辞書がデータの統計的性質とズレてきていると判断し、
ステップS10で辞書クリアコードを出力した後、ステ
ップS11へ進み、一文字「a」「b」「c」のみを残
して他の文字列については初期化(クリア)し、再度、
ステップS2に戻って辞書への登録を行ないながら符号
化を実行する。If it is determined in step S9 that the compression ratio tends to be worse than that of the previous check,
Judge that the dictionary is out of alignment with the statistical properties of the data,
After outputting the dictionary clear code in step S10, the process proceeds to step S11, and the other character strings are initialized (cleared) except for one character "a", "b", and "c", and again,
Returning to step S2, encoding is executed while registering in the dictionary.
【0030】図7の復号化処理の場合、ステップS20
で登録できる辞書スペースがあるか否かを判定し、登録
できる場合はステップS21で辞書への登録を行なう。
また、符号化側で辞書クリアコードが出力された場合は
ステップS14で判定され、ステップS11から再度処
理を続行する。In the case of the decoding process of FIG. 7, step S20
Then, it is determined whether or not there is a dictionary space that can be registered. If registration is possible, registration to the dictionary is performed in step S21.
If a dictionary clear code is output on the encoding side, the determination is made in step S14, and the process is continued again from step S11.
【0031】[0031]
【発明が解決しようとする課題】前述したように、従来
のLZW符号は、記憶装置上に確保した領域上に辞書を
作成しながら、その辞書を使用して符号化と復号化を行
なう。したがって、これらの処理は、記憶装置上のデー
タが外部的な要因などで破壊されないという前提条件の
下で成立するものである。As described above, in the conventional LZW code, while a dictionary is created in an area secured on a storage device, encoding and decoding are performed using the dictionary. Therefore, these processes are established under the precondition that data on the storage device is not destroyed by external factors or the like.
【0032】しかし、実際に装置として構成した場合、
記憶装置の内容が破壊されたり、データが化けるといっ
た障害も発生する。この場合、従来のLZW符号では、
誤ったデータが読み出されて処理に使用されても、それ
が正しいデータであるのか、誤ったデータであるのかを
判断することができなかった。However, when actually configured as an apparatus,
Failures such as destruction of the contents of the storage device and garbled data also occur. In this case, in the conventional LZW code,
Even if erroneous data is read and used for processing, it has not been possible to determine whether it is correct data or erroneous data.
【0033】本発明は、前記事情に基づきなされたもの
で、その目的とするところは、復元されたデータがエラ
ーのない有効なデータであるか否かを正確に判定するこ
とのできるデータ圧縮方式とその復元方式を提供するこ
とである。The present invention has been made in view of the above circumstances, and has as its object to provide a data compression method capable of accurately determining whether restored data is valid data without errors. And its restoration method.
【0034】[0034]
【課題を解決するための手段】本発明の第1のデータ圧
縮方式は、符号化済みデータを相異なる部分列に分けて
各部分列毎に異なる参照番号を付加して辞書に登録して
おき、入力データを該辞書中の部分列のうち、最大長一
致するものの参照番号で指定して符号化するデータ圧縮
方式において、参照番号にチェック用の参照番号を設定
し、前記符号化された入力データの参照番号の予め定め
た個数毎に前記チェック用の参照番号を挿入することを
特徴とするものである。According to a first data compression method of the present invention, encoded data is divided into different partial columns, and different reference numbers are added to the respective partial columns and registered in a dictionary. In a data compression method in which input data is specified and encoded by a reference number of a subsequence in the dictionary that matches the maximum length, a reference number for checking is set in the reference number, and the encoded input It is characterized in that the check reference number is inserted for each predetermined number of data reference numbers.
【0035】本発明の第2のデータ圧縮方式は、参照番
号にチェック用の参照番号を複数個設定し、前記符号化
された入力データの参照番号の予め定めた個数毎に前記
チェック用の複数個の参照番号を所定の順序で挿入する
ことを特徴とするものである。According to a second data compression method of the present invention, a plurality of reference numbers for checking are set as reference numbers, and a plurality of reference numbers for checking are set for each predetermined number of reference numbers of the encoded input data. The reference numbers are inserted in a predetermined order.
【0036】本発明の第1のデータ復元方式は、前記第
1のデータ圧縮方式によって圧縮されたデータの復元方
式であって、符号化済みデータを相異なる部分列に分け
て各部分列毎に異なる辞書に登録しておき、入力データ
を該辞書中の部分列のうち、最大長一致するものの参照
番号で指定される符号語から元の文字列を復元するデー
タ復元方式において、参照番号にチェック用の参照番号
を設定し、前記入力してくる符号化データの参照番号の
予め定めた個数毎に前記チェック用の参照番号が挿入さ
れているか否かを検出することにより、復元されたデー
タの有効/無効を判定することを特徴とするものであ
る。A first data decompression method according to the present invention is a decompression method for data compressed by the first data compression method, wherein encoded data is divided into different sub-sequences, and Register the input data in different dictionaries and check the input data against the reference number in the data restoration method that restores the original character string from the code word specified by the reference number of the subsequence of the substring that matches the maximum length By setting a reference number for the input data and detecting whether or not the reference number for the check is inserted for each predetermined number of the reference numbers of the input encoded data, It is characterized in that valid / invalid is determined.
【0037】本発明の第2のデータ復元方式は、前記第
2のデータ圧縮方式によって圧縮されたデータの復元方
式であって、参照番号にチェック用の参照番号を複数個
設定し、前記入力してくる符号化データの参照番号の予
め定めた個数毎に前記チェック用の複数個の参照番号が
所定の順序で挿入されているか否かを検出することによ
り、復元されたデータの有効/無効を判定することを特
徴とするものである。The second data decompression method of the present invention is a decompression method for data compressed by the second data compression method, wherein a plurality of reference numbers for checking are set as reference numbers, and By detecting whether a plurality of reference numbers for checking are inserted in a predetermined order for each predetermined number of reference numbers of coded data to be received, the validity / invalidity of the restored data is determined. It is characterized by determining.
【0038】[0038]
【作 用】本発明は、データ圧縮時に、符号化された入
力データの参照番号の指定された個数毎にチェック用の
1個または複数個の参照番号を挿入し、復元時に、入力
されてくる符号化データの参照番号の所定の個数毎に前
記チェック用の参照番号が挿入されているか否かを検出
することにより、復元されたデータの有効/無効を判定
する。したがって、記憶装置の内容が破壊されたり、デ
ータが化けるといった障害が発生した場合でも、復元さ
れたデータが有効であるか否かを正確に判断することが
できる。According to the present invention, at the time of data compression, one or more reference numbers for checking are inserted for each specified number of reference numbers of encoded input data, and are inputted at the time of decompression. The validity / invalidity of the restored data is determined by detecting whether or not the reference number for checking is inserted for each predetermined number of reference numbers of the encoded data. Therefore, even when a failure such as the content of the storage device is destroyed or the data is garbled, it can be accurately determined whether or not the restored data is valid.
【0039】[0039]
【実施例】図1に本発明方式を適用して構成したデータ
圧縮/復元装置の実施例を、また、図2と図3にこの実
施例のための本発明のLZW符号化処理と復号化処理の
フローチャートをそれぞれを示す。なお、LZW符号化
処理と復号化処理そのものは前述した従来例と同様であ
るので、以下においては、LZW符号化処理と復号化処
理自体の説明は省略し、本発明で追加された処理部分に
ついてのみ、重点的に説明する。本発明で追加された処
理フロー部分は、図2中の点線で囲まれたステップS1
3,S14の部分、および図3中の点線で囲まれたステ
ップS22とステップS23,S24の部分である。こ
れら以外の他の部分の処理は図6および図7の従来例と
同一である。FIG. 1 shows an embodiment of a data compression / decompression device constructed by applying the method of the present invention, and FIGS. 2 and 3 show LZW encoding processing and decoding of the present invention for this embodiment. Each of the flowcharts of the processing is shown. Since the LZW encoding process and the decoding process are the same as those of the conventional example described above, the description of the LZW encoding process and the decoding process itself is omitted below, and the processing added in the present invention will be described. Only the explanation will be focused. The processing flow part added in the present invention is a step S1 surrounded by a dotted line in FIG.
3 and S14, and steps S22 and S23 and S24 surrounded by a dotted line in FIG. The processing of other parts other than these is the same as that of the conventional example of FIGS.
【0040】先ず、図1(A)の圧縮部の構成と動作に
ついて述べる。図1(A)中、1は辞書検索部、2辞書
登録部、3はLZW符号化部、4は辞書部、5は可変長
符号化部、11は参照番号計数部、12はチェックコー
ド送出部である。なお、従来例(図5(A))と同一部
分には同一の符号を付して示した。First, the configuration and operation of the compression unit shown in FIG. In FIG. 1A, 1 is a dictionary search unit, 2 dictionary registration units, 3 is an LZW encoding unit, 4 is a dictionary unit, 5 is a variable length encoding unit, 11 is a reference number counting unit, and 12 is a check code transmission. Department. The same parts as those in the conventional example (FIG. 5A) are denoted by the same reference numerals.
【0041】符号化対象となる入力データはLZW符号
化部3に入力される。LZW符号化部3では、辞書検索
部1と辞書登録部2を用いて、辞書部2内の辞書への文
字列の参照と登録を繰り返しながら、前述した従来例と
同様にしてLZW符号化を行ない、得られた参照番号
(辞書登録番号)を参照番号計数部11へ出力する。符
号化処理中に符号化に必要な辞書スペースがなくなる
と、その都度、辞書クリアコードにより辞書部4の辞書
を初期化(クリア)し、符号化を続ける。The input data to be encoded is input to the LZW encoding unit 3. The LZW encoding unit 3 uses the dictionary search unit 1 and the dictionary registration unit 2 to repeatedly refer to and register a character string in a dictionary in the dictionary unit 2 and perform LZW encoding in the same manner as in the above-described conventional example. Then, the obtained reference number (dictionary registration number) is output to the reference number counting unit 11. When the dictionary space required for encoding is exhausted during the encoding process, the dictionary of the dictionary unit 4 is initialized (cleared) by the dictionary clear code each time, and encoding is continued.
【0042】参照番号計数部11は、LZW符号化部3
から送られてくる前記参照番号の個数を計数し(図2の
ステップS13)、計数した値をチェックコード送出部
12へ知らせる。チェックコード送出部12は、予め決
められた参照番号の送出個数毎に、設定したチェック用
の参照番号(以下「チェックコード」という)を送出す
る(図2のステップS14)。そして、可変長符号化部
5は、このチェックコードが含まれた参照番号を可変長
処理して出力する。The reference number counting section 11 is provided with the LZW encoding section 3
Is counted (step S13 in FIG. 2), and the counted value is notified to the check code sending unit 12. The check code sending unit 12 sends out a set reference number for checking (hereinafter referred to as “check code”) for each number of sending out predetermined reference numbers (step S14 in FIG. 2). Then, the variable length coding unit 5 performs variable length processing on the reference number including the check code and outputs the reference number.
【0043】なお、前記チェックコードは、1つだけで
なく、複数個を1組として用いてもよい。複数個のチェ
ックコードを用いた場合、その組合せ順序もチェック対
象とすることができるので、信頼度をさらに上げること
ができる。The number of check codes is not limited to one, and a plurality of check codes may be used as one set. When a plurality of check codes are used, the combination order can also be checked, so that the reliability can be further increased.
【0044】図4に本発明により符号化されたデータの
具体例を示す。この例は、図8に例示した符号化データ
に、本発明方式を適用したもので、符号化された文字列
の参照番号の4個毎に、チェックコードを挿入してい
る。図4(A)はチェックコードとして1個の参照番号
「0」を採用した場合、図(B)はチェックコードとし
て3個の参照番号「0」「−1」「−2」を採用した場
合をそれぞれ示す。FIG. 4 shows a specific example of data encoded according to the present invention. In this example, the present invention is applied to the encoded data illustrated in FIG. 8, and a check code is inserted for every four reference numbers of the encoded character string. FIG. 4A shows a case where one reference number “0” is used as a check code, and FIG. 4B shows a case where three reference numbers “0”, “−1” and “−2” are used as a check code. Are respectively shown.
【0045】次に、図1(B)の復元部の構成と動作に
ついて説明する。図1(B)中、6は可変長復号化部、
7は辞書検索部、8は辞書登録部、9はLZW復号化
部、10は辞書部、14はチェックコード判定部、15
は参照番号計数部である。なお、従来例(図5(B))
と同一部分には同一の符号を付して示した。Next, the configuration and operation of the restoration unit shown in FIG. 1B will be described. In FIG. 1B, reference numeral 6 denotes a variable length decoding unit;
7 is a dictionary search unit, 8 is a dictionary registration unit, 9 is an LZW decoding unit, 10 is a dictionary unit, 14 is a check code determination unit, 15
Is a reference number counting unit. Conventional example (FIG. 5B)
The same parts as those described above are denoted by the same reference numerals.
【0046】符号化データは可変長復号化部6に入力さ
れ、可変長復号されて元のデータ長の参照番号に戻され
た後、チェックコード判定部14へ送られる。符号化デ
ータ中、チェックコード以外の文字列を与える参照番号
は、チェックコード判定部14から符号化部9に送ら
れ、辞書検索部7,辞書登録部8,辞書部10を用い
て、前述した従来例と同様にして元の入力データが復号
される。The coded data is input to the variable length decoding section 6, subjected to variable length decoding and returned to the reference number of the original data length, and then sent to the check code determination section 14. In the encoded data, a reference number giving a character string other than the check code is sent from the check code determination unit 14 to the encoding unit 9 and described above using the dictionary search unit 7, the dictionary registration unit 8, and the dictionary unit 10. The original input data is decoded as in the conventional example.
【0047】一方、参照番号計数部15はチェックコー
ド判定部14に入力してくる符号化データの参照番号の
個数を計数する(図3のステップS22)。そして、チ
ェックコード判定部14は、入力符号中のチェックコー
ドを検出し(図3のステップS23)、チェックコード
である場合には、そのチェックコードが規定の入力符号
毎に挿入されているか否かを判定する(図3のステップ
S24)。On the other hand, the reference number counting section 15 counts the number of reference numbers of the encoded data input to the check code determination section 14 (step S22 in FIG. 3). Then, the check code determination unit 14 detects a check code in the input code (step S23 in FIG. 3). If the check code is a check code, whether the check code is inserted for each prescribed input code is determined. Is determined (step S24 in FIG. 3).
【0048】規定の入力符号毎にチェックコードが挿入
されている場合には、エラーのない有効な復号として正
常終了する。一方、規定の入力符号毎にチェックコード
が挿入されていない場合には、チェックコード判定部1
4はエラーが発生したものと判定してエラー信号(ERRO
R)を出力し、異常終了とする。If a check code is inserted for each prescribed input code, the process ends normally as valid decoding without error. On the other hand, when the check code is not inserted for each prescribed input code, the check code determination unit 1
No. 4 judges that an error has occurred and determines the error signal (ERRO).
R) is output, and the operation ends abnormally.
【0049】例えば、図4の場合を例にとると、入力し
てくる符号化データの参照番号の4個毎にチェックコー
ド「0」が挿入されているか(図4(A)の場合)、あ
るいは、入力してくる符号化データの参照番号の4個毎
に3個のチェックコード「0」「−1」「−2」がこの
順番に挿入されているか(図4(B)の場合)を調べ、
所定の位置に所定のチェックコードが挿入されている場
合には、エラーのない有効データと判定する。For example, taking the case of FIG. 4 as an example, whether a check code "0" is inserted for every four reference numbers of the encoded data to be inputted (in the case of FIG. 4A) Alternatively, whether three check codes “0”, “−1”, and “−2” are inserted in this order for every four reference numbers of the input encoded data (in the case of FIG. 4B). Examine
If a predetermined check code is inserted at a predetermined position, it is determined that the data is valid without error.
【0050】[0050]
【発明の効果】以上述べたところから明らかなように、
本発明によるときは、データ圧縮時に、符号化された参
照番号の指定された個数毎にチェック用の参照番号を挿
入し、復元時に、入力される参照番号の所定の個数毎に
チェック用の参照番号が挿入されているか否かを判定す
ることにより、復元されたデータの有効/無効を判定す
るようにしているので、記憶装置の内容が破壊された
り、データが化けるといった障害が発生した場合でも、
復元されたデータが有効であるか否かを正確に判断する
ことができ、信頼性の高いデータ圧縮と復元を実現する
ことができる。As is apparent from the above description,
According to the present invention, at the time of data compression, a reference number for checking is inserted for each specified number of encoded reference numbers, and at the time of decompression, a reference for checking is inserted for each predetermined number of input reference numbers. By judging whether or not the number is inserted, the validity / invalidity of the restored data is determined. Therefore, even if a failure such as the content of the storage device is destroyed or the data is garbled occurs. ,
Whether the restored data is valid or not can be accurately determined, and highly reliable data compression and restoration can be realized.
【図1】本発明の実施例の構成を示すブロック図であ
る。FIG. 1 is a block diagram showing a configuration of an embodiment of the present invention.
【図2】本発明のLZW符号化処理のフローチャートを
示す図である。FIG. 2 is a diagram showing a flowchart of an LZW encoding process of the present invention.
【図3】本発明のLZW復号化処理のフローチャートを
示す図である。FIG. 3 is a diagram showing a flowchart of an LZW decoding process of the present invention.
【図4】本発明による符号化データの具体例を示す図で
ある。FIG. 4 is a diagram showing a specific example of encoded data according to the present invention.
【図5】従来のデータ圧縮/復元装置の構成を示すブロ
ック図である。FIG. 5 is a block diagram showing a configuration of a conventional data compression / decompression device.
【図6】従来のLZW符号化処理のフローチャートであ
る。FIG. 6 is a flowchart of a conventional LZW encoding process.
【図7】従来のLZW復号化処理のフローチャートであ
る。FIG. 7 is a flowchart of a conventional LZW decoding process.
【図8】LZW符号化の具体例の説明図である。FIG. 8 is an explanatory diagram of a specific example of LZW encoding.
【図9】辞書構成の具体例の説明図である。FIG. 9 is an explanatory diagram of a specific example of a dictionary configuration.
【図10】LZW復号化の具体例の説明図である。FIG. 10 is an explanatory diagram of a specific example of LZW decoding.
1 辞書検索部 2 辞書登録部 3 LZW符号化部 4 辞書部 5 可変長符号化部 6 可変長復号化部 7 辞書検索部 8 辞書登録部 9 LZW復号化部 11 参照番号計数部 12 チェックコード送出部 14 チェックコード判定部 15 参照番号計数部 DESCRIPTION OF SYMBOLS 1 Dictionary search part 2 Dictionary registration part 3 LZW encoding part 4 Dictionary part 5 Variable length encoding part 6 Variable length decoding part 7 Dictionary search part 8 Dictionary registration part 9 LZW decoding part 11 Reference number counting part 12 Check code transmission Unit 14 Check code judgment unit 15 Reference number counting unit
───────────────────────────────────────────────────── フロントページの続き (72)発明者 吉田 茂 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (56)参考文献 特開 昭61−270955(JP,A) 特開 昭49−29929(JP,A) 特開 昭61−147690(JP,A) (58)調査した分野(Int.Cl.6,DB名) G06F 5/00 H03M 7/40 ──────────────────────────────────────────────────続 き Continuation of the front page (72) Inventor Shigeru Yoshida 1015 Kamikodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture Inside Fujitsu Limited (56) References JP-A-61-270955 (JP, A) JP-A-49-29929 (JP, A) JP-A-61-147690 (JP, A) (58) Fields investigated (Int. Cl. 6 , DB name) G06F 5/00 H03M 7/40
Claims (4)
けて各部分列毎に異なる参照番号を付加して辞書に登録
しておき、入力データを該辞書中の部分列のうち、最大
長一致するものの参照番号で指定して符号化するデータ
圧縮方式において、 参照番号にチェック用の参照番号を設定し、 前記符号化された入力データの参照番号の予め定めた個
数毎に前記チェック用の参照番号を挿入することを特徴
とするデータ圧縮方式。An encoded data is divided into different sub-sequences, a different reference number is added to each sub-sequence and registered in a dictionary, and input data is stored in a maximum length of the sub-sequences in the dictionary. In a data compression method of designating and encoding by matching reference numbers, a reference number for a check is set as a reference number, and the check number is set for each predetermined number of reference numbers of the encoded input data. A data compression method characterized by inserting a reference number.
けて各部分列毎に異なる参照番号を付加して辞書に登録
しておき、入力データを該辞書中の部分列のうち、最大
長一致するものの参照番号で指定して符号化するデータ
圧縮方式において、 参照番号にチェック用の参照番号を複数個設定し、 前記符号化された入力データの参照番号の予め定めた個
数毎に前記チェック用の複数個の参照番号を所定の順序
で挿入することを特徴とするデータ圧縮方式。2. The encoded data is divided into different sub-sequences, and a different reference number is added to each sub-sequence and registered in a dictionary. In a data compression method of coding by specifying a reference number of a match, a plurality of reference numbers for checking are set as reference numbers, and the check is performed for each predetermined number of reference numbers of the encoded input data. A plurality of reference numbers are inserted in a predetermined order.
圧縮されたデータの復元方式であって、符号化済みデー
タを相異なる部分列に分けて各部分列毎に異なる辞書に
登録しておき、入力データを該辞書中の部分列のうち、
最大長一致するものの参照番号で指定される符号語から
元の文字列を復元するデータ復元方式において、 参照番号にチェック用の参照番号を設定し、 前記入力してくる符号化データの参照番号の予め定めた
個数毎に前記チェック用の参照番号が挿入されているか
否かを検出することにより、復元されたデータの有効/
無効を判定することを特徴とするデータ復元方式。3. A method for restoring data compressed by the data compression method according to claim 1, wherein the encoded data is divided into different partial strings and registered in different dictionaries for each partial string. Input data is extracted from the subsequences in the dictionary.
In a data restoration method for restoring an original character string from a code word specified by a reference number of a maximum matching length, a reference number for checking is set to the reference number, and a reference number of the input encoded data is By detecting whether or not the check reference number is inserted for each predetermined number, the validity / invalidity of the restored data is determined.
A data restoration method characterized by determining invalidity.
圧縮されたデータの復元方式であって、符号化済みデー
タを相異なる部分列に分けて各部分列毎に異なる辞書に
登録しておき、入力データを該辞書中の部分列のうち、
最大長一致するものの参照番号で指定される符号語から
元の文字列を復元するデータ復元方式において、 参照番号にチェック用の参照番号を複数個設定し、 前記入力してくる符号化データの参照番号の予め定めた
個数毎に前記チェック用の複数個の参照番号が所定の順
序で挿入されているか否かを検出することにより、復元
されたデータの有効/無効を判定することを特徴とする
データ復元方式。4. A method for restoring data compressed by the data compression method according to claim 2, wherein the encoded data is divided into different partial sequences and registered in different dictionaries for each partial sequence. Input data is extracted from the subsequences in the dictionary.
In a data restoration method for restoring an original character string from a code word specified by a reference number of a maximum length match, a plurality of reference numbers for checking are set as reference numbers, and the input encoded data is referred to. The method is characterized in that the validity / invalidity of the restored data is determined by detecting whether or not the plurality of check reference numbers are inserted in a predetermined order for each predetermined number of numbers. Data restoration method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10280292A JP2957801B2 (en) | 1992-04-22 | 1992-04-22 | Data compression method and its restoration method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10280292A JP2957801B2 (en) | 1992-04-22 | 1992-04-22 | Data compression method and its restoration method |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH05298062A JPH05298062A (en) | 1993-11-12 |
JP2957801B2 true JP2957801B2 (en) | 1999-10-06 |
Family
ID=14337204
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP10280292A Expired - Fee Related JP2957801B2 (en) | 1992-04-22 | 1992-04-22 | Data compression method and its restoration method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2957801B2 (en) |
-
1992
- 1992-04-22 JP JP10280292A patent/JP2957801B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JPH05298062A (en) | 1993-11-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3541930B2 (en) | Encoding device and decoding device | |
JP3231105B2 (en) | Data encoding method and data restoration method | |
JP2957801B2 (en) | Data compression method and its restoration method | |
US5604752A (en) | Communication method and apparatus therefor | |
JP3038223B2 (en) | Data compression method | |
JPH05298061A (en) | System and device for compressing and restoring data | |
JP3130324B2 (en) | Data compression method | |
JP3038233B2 (en) | Data compression and decompression device | |
JP2952067B2 (en) | Data compression method | |
JP2693338B2 (en) | Error control processing method in data compression / decompression processing | |
JP3241787B2 (en) | Data compression method | |
JP2774350B2 (en) | Data compression method and data restoration method of compressed data | |
JPH0628149A (en) | Method for compressing plural kinds of data | |
JP3117760B2 (en) | Data restoration method | |
JP2954749B2 (en) | Data compression method | |
JP2952068B2 (en) | Data compression and decompression method | |
JP3088740B2 (en) | Data compression and decompression method | |
JP2999587B2 (en) | Data compression and decompression method | |
JPH05252049A (en) | Data compression processing system and data decoding processing system | |
JP3038234B2 (en) | Dictionary search method for data compression equipment | |
JPH06161705A (en) | Data encoding system and data decoding system | |
JPH05152971A (en) | Data compressing/restoring method | |
JPH05241778A (en) | Data compression and restoration system | |
JP3083329B2 (en) | Data compression / decompression method | |
JP2825960B2 (en) | Data compression method and decompression method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 19990622 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20080723 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20090723 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20100723 Year of fee payment: 11 |
|
LAPS | Cancellation because of no payment of annual fees |