JP2013073592A - Character code compression method and character code restoration method - Google Patents

Character code compression method and character code restoration method Download PDF

Info

Publication number
JP2013073592A
JP2013073592A JP2011214584A JP2011214584A JP2013073592A JP 2013073592 A JP2013073592 A JP 2013073592A JP 2011214584 A JP2011214584 A JP 2011214584A JP 2011214584 A JP2011214584 A JP 2011214584A JP 2013073592 A JP2013073592 A JP 2013073592A
Authority
JP
Japan
Prior art keywords
character
character string
new
character code
lot
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.)
Granted
Application number
JP2011214584A
Other languages
Japanese (ja)
Other versions
JP5866168B2 (en
Inventor
Kiyoaki Hoshino
聖彰 星野
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Rohm Co Ltd
Original Assignee
Rohm Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Rohm Co Ltd filed Critical Rohm Co Ltd
Priority to JP2011214584A priority Critical patent/JP5866168B2/en
Publication of JP2013073592A publication Critical patent/JP2013073592A/en
Application granted granted Critical
Publication of JP5866168B2 publication Critical patent/JP5866168B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To store a number of character information in a limited storage area.SOLUTION: A character code compression method includes: a first step (S101 to S110) of summarizing or reducing character types of an input character string (lot_name) expressed by m ways of basic character codes to convert the input character string into a new character string (new_lot_name) expressed by x (x<m) ways of new character codes; and a second step (steps S111 to S115) of dividing the new character string into every y characters, and adding all values calculated by multiplying the new character code of the n-th character (n=1, 2, through y) by xto generate compressed character string data (otpLotDat) of z bits for y characters (x<2).

Description

本発明は、文字コード圧縮方法及び文字コード復元方法に関するものである。   The present invention relates to a character code compression method and a character code restoration method.

近年、半導体装置の量産工程においては、チップ毎に小容量の不揮発性メモリ(OTPROM[One Time Programmable Read Only Memory]など)を組み込んでおき、各々にチップ固有の製造管理情報(ロット番号、ウェハ番号、ウェハ上における座標情報など)を格納しておくことが要求されている。   In recent years, in the mass production process of semiconductor devices, a small-capacity non-volatile memory (such as OTPROM [One Time Programmable Read Only Memory]) is incorporated for each chip, and each chip-specific manufacturing management information (lot number, wafer number) , Coordinate information on the wafer, etc.) is required to be stored.

なお、本発明に関連する従来技術の一例としては、特許文献1を挙げることができる。   As an example of the prior art related to the present invention, Patent Document 1 can be cited.

特開2005−31868号公報JP-A-2005-31868

ところで、コンピュータ上で文字情報(英数字など)を扱う際には、一般にASCII[American Standard Code for Information Interchange]文字コードが用いられる。しかしながら、ASCII文字コードは、一文字あたり7ビット(または8ビット)の記憶容量を必要とする。そのため、チップ固有の製造管理情報として多くの文字情報を記憶しようとすると、不揮発性メモリの大容量化(延いては半導体装置のコストアップ)が招かれるという問題があった。   Incidentally, ASCII (American Standard Code for Information Interchange) character code is generally used when handling character information (alphanumeric characters, etc.) on a computer. However, the ASCII character code requires a storage capacity of 7 bits (or 8 bits) per character. For this reason, if a large amount of character information is stored as the manufacturing management information unique to the chip, there is a problem that the capacity of the nonvolatile memory is increased (and the cost of the semiconductor device is increased).

本発明は、本願の発明者により見出された上記の問題点に鑑み、限られた記憶容量に多くの文字情報を記憶させることのできる文字コード圧縮方法及び文字コード復元方法を提供することを目的とする。   In view of the above-mentioned problems found by the inventors of the present application, the present invention provides a character code compression method and a character code restoration method capable of storing a large amount of character information in a limited storage capacity. Objective.

上記目的を達成するために、本発明に係る文字コード圧縮方法は、m通りの基本文字コードで表される入力文字列の文字種を集約ないしは削減してx通り(ただしx<m)の新文字コードで表される新文字列に変換する第1ステップと、前記新文字列をy文字ずつに区切り、n文字目(ただしn=1、2、…、y)の新文字コードにxn−1を各々乗算した値を全て足し合わせて、y文字分でzビット(ただしx<2)の圧縮文字列データを生成する第2ステップと、を有する構成(第1の構成)とされている。 In order to achieve the above object, the character code compression method according to the present invention integrates or reduces the character types of input character strings represented by m basic character codes, and x new characters (x <m). A first step of converting to a new character string represented by a code, and the new character string is divided into y characters, and the new character code of the nth character (where n = 1, 2 ,. A second step of generating all z-multiplied values and generating z-bit (x y <2 z ) compressed character string data for y characters (first configuration). ing.

なお、上記第1の構成から成る文字コード圧縮方法において、前記第1ステップは、前記入力文字列に含まれる英文字(「A」〜「Z」、「a」〜「z」)に対して大文字/小文字を区別することなく26文字分の新文字コードを割り当てるステップと、前記入力文字列に含まれる数字(「0」〜「9」)に対して10文字分の新文字コードを割り当てるステップとを含む構成(第2の構成)にするとよい。   In the character code compression method having the first configuration, the first step is performed on English characters (“A” to “Z”, “a” to “z”) included in the input character string. Assigning a new character code for 26 characters without distinguishing between uppercase and lowercase letters, and assigning a new character code for 10 characters to the numbers ("0" to "9") included in the input character string (A second configuration).

また、上記第2の構成から成る文字コード圧縮方法において、前記新文字コードは、10進表記で0〜39の値を取り得る構成(第3の構成)にするとよい。   In the character code compression method having the second configuration, the new character code may have a configuration (third configuration) that can take a value from 0 to 39 in decimal notation.

また、上記第3の構成から成る文字コード圧縮方法において、前記新文字コードは、0がNUL文字であって、1〜26が英文字であって、30〜39が数字である構成(第4の構成)にするとよい。   In the character code compression method having the third configuration, the new character code has a configuration in which 0 is a NUL character, 1 to 26 are English characters, and 30 to 39 are numbers (fourth). (Configuration).

また、上記第4の構成から成る文字コード圧縮方法において、前記新文字コードは、27〜29が記号文字である構成(第5の構成)にするとよい。   In the character code compression method having the fourth configuration, the new character code may have a configuration (fifth configuration) in which 27 to 29 are symbol characters.

また、本発明に係る文字コード復元方法は、上記した第1〜第5いずれかの構成から成る文字コード圧縮方法によって生成された前記圧縮文字列データから前記基本文字コードで表される出力文字列を復元するものであって、初期値として前記圧縮文字列データが格納されるテンポラリデータのxによる除算とその商による前記テンポラリデータの生成を(y−1)回繰り返し、各回の除算で各々得られた余りと(y−1)回目の除算で得られた商を前記新文字コードで表される一時文字列として取得する第1ステップと、前記一時文字列を前記出力文字列に変換する第2ステップと、を有する構成(第6の構成)とされている。   The character code restoration method according to the present invention is an output character string represented by the basic character code from the compressed character string data generated by the character code compression method having any one of the first to fifth configurations. The temporary data in which the compressed character string data is stored as an initial value is divided by x and the temporary data is generated by the quotient (y-1) times, and obtained by each division. A first step of obtaining a quotient obtained by (y-1) th division as a remainder and a temporary character string represented by the new character code; and a step of converting the temporary character string into the output character string. 2 steps (sixth configuration).

また、上記第6の構成から成る文字コード復元方法において、前記第2ステップは、前記出力文字列が所定長に達したとき、或いは、前記一時文字列でNUL文字が確認されたときにフローを終了する構成(第7の構成)にするとよい。   In the character code restoration method having the sixth configuration, the second step is a flow when the output character string reaches a predetermined length or when a NUL character is confirmed in the temporary character string. It may be configured to end (seventh configuration).

また、本発明に係るデータ書込装置は、上記第1〜第5いずれかの構成から成る文字コード圧縮方法を用いて前記入力文字列から前記圧縮文字列データを生成する演算部と、前記演算部で実行される各種プログラムを格納する記憶部と、前記圧縮文字列データを外部メモリに書き込む書込部と、を有する構成(第8の構成)とされている。   A data writing apparatus according to the present invention includes a calculation unit that generates the compressed character string data from the input character string using the character code compression method having any one of the first to fifth configurations, and the calculation The storage unit stores various programs executed by the unit and a writing unit that writes the compressed character string data to an external memory (eighth configuration).

また、本発明に係るデータ書込プログラムは、演算部、記憶部、及び、書込部を備えたコンピュータに読み出されて実行されることにより、前記コンピュータを上記第8の構成から成るデータ書込装置として機能させる構成(第9の構成)とされている。   A data writing program according to the present invention is read and executed by a computer having an arithmetic unit, a storage unit, and a writing unit, thereby causing the computer to execute a data writing program having the above-described eighth configuration. It is set as the structure (9th structure) made to function as a loading apparatus.

また、本発明に係るデータ読出装置は、外部メモリから圧縮文字列データを読み出す読出部と、上記第6または第7の構成から成る文字コード復元方法を用いて前記圧縮文字列データから出力文字列を生成する演算部と、前記演算部で実行される各種プログラムを格納する記憶部と、を有する構成(第10の構成)とされている。   The data reading device according to the present invention is also characterized in that a read unit for reading compressed character string data from an external memory and a character code decompression method comprising the sixth or seventh configuration are used to output an output character string from the compressed character string data. And a storage unit for storing various programs executed by the calculation unit (tenth configuration).

また、本発明に係るデータ読出プログラムは、読出部、演算部、及び、記憶部を備えたコンピュータに読み出されて実行されることにより、前記コンピュータを上記第10の構成から成るデータ読出装置として機能させる構成(第11の構成)とされている。   A data reading program according to the present invention is read and executed by a computer having a reading unit, a calculation unit, and a storage unit, thereby making the computer a data reading device having the above tenth configuration. It is set as the structure to function (11th structure).

本発明によれば、限られた記憶容量に多くの文字情報を記憶させることのできる文字コード圧縮方法及び文字コード復元方法を提供することが可能となる。   According to the present invention, it is possible to provide a character code compression method and a character code restoration method capable of storing a large amount of character information in a limited storage capacity.

文字コード圧縮方法のフローチャートCharacter code compression method flowchart ASCII文字コード表ASCII character code table 新文字コード表New character code table 文字コード圧縮処理の具体例を示す概念図Conceptual diagram showing a specific example of character code compression processing 文字コード復元方法のフローチャートFlow chart of character code restoration method 文字コード復元処理の具体例を示す概念図Conceptual diagram showing a specific example of character code restoration processing 第1のアプリケーション例を示すブロック図Block diagram showing a first application example 第2のアプリケーション例を示すブロック図Block diagram showing a second application example

<文字コード圧縮方法>
図1は、文字コード圧縮方法のフローチャートである。本フローチャートで例示される文字コード圧縮方法は、例えば、所定のプログラミング言語(C言語など)を用いて記述されたコンピュータプログラムとして具現化することが可能である。
<Character code compression method>
FIG. 1 is a flowchart of a character code compression method. The character code compression method illustrated in this flowchart can be embodied as a computer program described using a predetermined programming language (C language or the like), for example.

フローが開始されると、ステップS101では、図2のASCII文字コードで表される入力文字列(lot_name)の取得が行われ、その後、フローがステップS102に進められる。ASCII文字コードは、7ビット(または8ビット)の基本文字コードであり、10進表記で0〜127の値を取り得る。ASCII文字コードの内容としては、0〜31及び127が制御文字(コントロールコード)に割り当てられており、32〜126が印刷可能文字(英文字、数字、記号文字)に割り当てられている。   When the flow is started, in step S101, an input character string (lot_name) represented by the ASCII character code in FIG. 2 is acquired, and then the flow proceeds to step S102. The ASCII character code is a 7-bit (or 8-bit) basic character code, and can take a value of 0 to 127 in decimal notation. As the contents of the ASCII character code, 0 to 31 and 127 are assigned to control characters (control codes), and 32 to 126 are assigned to printable characters (English characters, numbers, symbol characters).

ステップS102では、各種パラメータの初期化(i=0、j=0、k=0)が行われた後、フローがステップS103に進められる。   In step S102, various parameters are initialized (i = 0, j = 0, k = 0), and then the flow proceeds to step S103.

ステップS103では、パラメータiが入力文字列(lot_name)の文字列長lenよりも小さいか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS104に進められ、ノー判定が下された場合にはフローがステップS111に進められる。なお、文字列長lenは、C言語のstrlen関数などを用いて容易に取得することが可能である。   In step S103, it is determined whether or not the parameter i is smaller than the character string length len of the input character string (lot_name). Here, if a yes determination is made, the flow proceeds to step S104, and if a no determination is made, the flow proceeds to step S111. Note that the character string length len can be easily obtained by using a C language strlen function or the like.

ステップS103でイエス判定が下された場合、ステップS104では、入力文字列のi文字目(lot_name[i])が数字(「0」〜「9」)であるか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS105に進められ、ノー判定が下された場合にはフローがステップS106に進められる。   If a YES determination is made in step S103, it is determined in step S104 whether or not the i-th character (lot_name [i]) of the input character string is a number (“0” to “9”). Here, when a yes determination is made, the flow proceeds to step S105, and when a no determination is made, the flow proceeds to step S106.

ステップS104でイエス判定が下された場合、ステップS105では、入力文字列のi文字目(数字(「0」〜「9」))に相当するASCIIコード(48〜57)から18を差し引いた値(lot_name[i]-18)が新文字コード(30〜39)として算出され、この新文字コード(30〜39)が新文字列のj文字目(new_lot_name[j])としてレジスタに一時格納される。そして、パラメータjが1つインクリメントされた後、フローがステップS110に進められる。   If YES is determined in step S104, a value obtained by subtracting 18 from the ASCII code (48 to 57) corresponding to the i-th character (number ("0" to "9")) of the input character string in step S105. (Lot_name [i] -18) is calculated as a new character code (30 to 39), and this new character code (30 to 39) is temporarily stored in the register as the j-th character (new_lot_name [j]) of the new character string. The Then, after the parameter j is incremented by 1, the flow proceeds to step S110.

ステップS104でノー判定が下された場合、ステップS106では、入力文字列のi文字目(lot_name[i])が英大文字(「A」〜「Z」)であるか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS107に進められ、ノー判定が下された場合にはフローがステップS108に進められる。   If no determination is made in step S104, it is determined in step S106 whether or not the i-th character (lot_name [i]) of the input character string is an uppercase letter ("A" to "Z"). . Here, if a yes determination is made, the flow proceeds to step S107, and if a no determination is made, the flow proceeds to step S108.

ステップS106でイエス判定が下された場合、ステップS107では、入力文字列のi文字目(英大文字(「A」〜「Z」))に相当するASCIIコード(65〜90)から64を差し引いた値(lot_name[i]-64)が新文字コード(1〜26)として算出され、この新文字コード(1〜26)が新文字列のj文字目(new_lot_name[j])としてレジスタに一時格納される。そして、パラメータjが1つインクリメントされた後、フローがステップS110に進められる。   If YES is determined in step S106, 64 is subtracted from the ASCII code (65 to 90) corresponding to the i-th character (uppercase letters ("A" to "Z")) of the input character string in step S107. The value (lot_name [i] -64) is calculated as a new character code (1-26), and this new character code (1-26) is temporarily stored in the register as the j-th character (new_lot_name [j]) of the new character string. Is done. Then, after the parameter j is incremented by 1, the flow proceeds to step S110.

ステップS106でノー判定が下された場合、ステップS108では、入力文字列のi文字目(lot_name[i])が英小文字(「a」〜「z」)であるか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS109に進められ、ノー判定が下された場合にはフローがステップS110に進められる。   If a negative determination is made in step S106, it is determined in step S108 whether or not the i-th character (lot_name [i]) of the input character string is a lowercase letter ("a" to "z"). . Here, if a yes determination is made, the flow proceeds to step S109, and if a no determination is made, the flow proceeds to step S110.

ステップS108でイエス判定が下された場合、ステップS109では、入力文字列のi文字目(英小文字(「a」〜「z」))に相当するASCIIコード(97〜122)から96を差し引いた値(lot_name[i]-96)が新文字コード(1〜26)として算出されて、この新文字コード(1〜26)が新文字列のj文字目(new_lot_name[j])としてレジスタに一時格納される。そして、パラメータjが1つインクリメントされた後、フローがステップS110に進められる。   If YES is determined in step S108, 96 is subtracted from the ASCII code (97 to 122) corresponding to the i-th character (English lowercase letters ("a" to "z")) of the input character string in step S109. The value (lot_name [i] -96) is calculated as the new character code (1-26), and this new character code (1-26) is temporarily stored in the register as the j-th character (new_lot_name [j]) of the new character string. Stored. Then, after the parameter j is incremented by 1, the flow proceeds to step S110.

ステップS105、ステップS107、及び、ステップS109での文字コード変換処理が完了した場合、或いは、ステップS108でノー判定が下された場合、ステップS110では、パラメータiが1つインクリメントされた後、フローがステップS103に戻される。そして、以後、ステップS103でイエス判定が下されるまで、言い換えれば、入力文字列(lot_name)から新文字列(new_lot_name)への変換が完了するまで、ステップS103〜ステップS110のフローが繰り返される。   When the character code conversion process in step S105, step S107, and step S109 is completed, or when a negative determination is made in step S108, in step S110, after the parameter i is incremented by 1, the flow is started. It returns to step S103. Thereafter, the flow from step S103 to step S110 is repeated until a negative determination is made in step S103, in other words, until the conversion from the input character string (lot_name) to the new character string (new_lot_name) is completed.

従って、ステップS103〜ステップS110のフローが繰り返される間に、入力文字列(lot_name)に含まれる数字(「0」〜「9」)に対しては、ステップS105で10文字分の新文字コード(30〜39)が割り当てられ、入力文字列(lot_name)に含まれる英文字(「A」〜「Z」、「a」〜「z」)に対しては、ステップS107及びステップS109で大文字/小文字を区別することなく26文字分の新文字コード(1〜26)が割り当てられる。一方、入力文字列(lot_name)に含まれる記号文字については、ステップS108でのノー判定によって新文字列(new_lot_name)から除外される。   Accordingly, while the flow from step S103 to step S110 is repeated, a new character code for 10 characters (“0” to “9”) included in the input character string (lot_name) is received in step S105. 30 to 39) are assigned, and uppercase / lowercase characters are assigned in steps S107 and S109 to English letters (“A” to “Z”, “a” to “z”) included in the input character string (lot_name). A new character code (1 to 26) corresponding to 26 characters is assigned without distinction. On the other hand, the symbol characters included in the input character string (lot_name) are excluded from the new character string (new_lot_name) due to the no determination in step S108.

すなわち、図1の文字コード圧縮方法を大局的に見た場合、ステップS101〜ステップS110は、128通りのASCIIコードで表される入力文字列(lot_name)の文字種を集約ないしは削減して40通りの新文字コードで表される新文字列(new_lot_name)に変換する第1ステップに相当する。   That is, when the character code compression method of FIG. 1 is viewed broadly, steps S101 to S110 are performed by collecting or reducing the character types of the input character string (lot_name) represented by 128 ASCII codes, and forty ways. This corresponds to the first step of converting to a new character string (new_lot_name) represented by a new character code.

図3は、新文字コード表の一例である。本例の新文字コードは、40通りの値(10進表記で0〜39)を取り得る。新文字コードの内容としては、0がNUL文字に割り当てられており、1〜26が英文字(大文字)に割り当てられており、30〜39が数字に割り当てられている。ただし、新文字コードにおける文字の割り当ては、これに限定されるものではない。   FIG. 3 is an example of a new character code table. The new character code of this example can take 40 values (0 to 39 in decimal notation). As the contents of the new character code, 0 is assigned to a NUL character, 1 to 26 are assigned to English letters (upper case), and 30 to 39 are assigned to numbers. However, the assignment of characters in the new character code is not limited to this.

また、先述のステップS101〜ステップS110では、入力文字列(lot_name)から記号文字を全て除外する動作例を挙げて説明を行ったが、新文字コードの未使用値(27〜29)を積極的に活用すれば、新文字コードに最大3種類の記号文字を割り当てることも可能である。例えば、入力文字列(lot_name)に含まれる記号文字のうち、「−」(ASCIIコード(45))を新文字コード(27)に変換する場合には、ステップS103〜ステップS110のループ中に、入力文字列(lot_name[i])のi文字目が「−」であるか否かを判定するステップと、当該ステップでイエス判定が下されたときにASCIIコードから18を差し引いた値(lot_name[i]-18)を新文字コードとして算出するステップと、を追加すればよい。その余の記号文字についても同様である。   Further, in the above-described step S101 to step S110, the operation example in which all the symbol characters are excluded from the input character string (lot_name) has been described, but the unused value (27 to 29) of the new character code is positively determined. It is possible to assign up to three kinds of symbol characters to the new character code. For example, in the case where “−” (ASCII code (45)) among the symbol characters included in the input character string (lot_name) is converted into the new character code (27), during the loop of step S103 to step S110, A step of determining whether or not the i-th character of the input character string (lot_name [i]) is “−”, and a value obtained by subtracting 18 from the ASCII code (“lot_name [ The step of calculating i] -18) as a new character code may be added. The same applies to the remaining symbol characters.

図1に戻り、文字コード圧縮方法の説明を続ける。ステップS103でノー判定が下された場合、ステップS111では、新文字列(new_lot_name)のj文字目以降に0(NUL文字に相当)が入力され、その後、フローがステップS112に進められる。   Returning to FIG. 1, the description of the character code compression method will be continued. If a negative determination is made in step S103, 0 (corresponding to a NUL character) is input after the j-th character of the new character string (new_lot_name) in step S111, and then the flow proceeds to step S112.

ステップS112では、パラメータkが最大データ長kmaxよりも小さいか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS113に進められ、ノー判定が下された場合にはフローがステップS115に進められる。   In step S112, it is determined whether or not the parameter k is smaller than the maximum data length kmax. Here, when a yes determination is made, the flow proceeds to step S113, and when a no determination is made, the flow proceeds to step S115.

ステップS112でイエス判定が下された場合、ステップS113では、圧縮文字列データ(otpLotDat)の生成処理が行われた後、フローがステップS114に進められる。具体的に述べると、ステップS113では、新文字列の3k文字目(new_lot_name[3k])と、新文字列の(3k+1)文字目に40を乗算した値(new_lot_name[3k+1]*40)と、新文字列の(3k+2)文字目に1600を乗算した値(new_lot_name[3k+2]*1600)とを全て足し合わせて、圧縮文字列データ(otpLotDat)が算出される。この圧縮文字列データ(otpLotDat)は、3文字分の新文字列(new_lot_name[3k],[3k+1],[3k+2])を各桁の値とする3桁の40進数を10進表記した値であると言える。   If the determination in step S112 is YES, in step S113, after the compressed character string data (otpLotDat) is generated, the flow proceeds to step S114. More specifically, in step S113, a value obtained by multiplying the 3k character (new_lot_name [3k]) of the new character string and the (3k + 1) character of the new character string by 40 (new_lot_name [3k + 1] * 40). And the value (new_lot_name [3k + 2] * 1600) obtained by multiplying the (3k + 2) character of the new character string by 1600 is added together to calculate the compressed character string data (otpLotDat). This compressed character string data (otpLotDat) is a three-character 40-digit number that uses a new character string (new_lot_name [3k], [3k + 1], [3k + 2]) for three characters as a decimal value. It can be said that it is a written value.

ステップS114では、パラメータkが1つインクリメントされた後、フローがステップS112に戻される。そして、以後、ステップS112でイエス判定が下されるまで、言い換えれば、新文字列(new_lot_name)から圧縮文字列データ(otpLotDat)への変換が完了するまで、ステップS112〜ステップS114のフローが繰り返される。   In step S114, after the parameter k is incremented by 1, the flow is returned to step S112. Thereafter, the flow from step S112 to step S114 is repeated until a positive determination is made in step S112, in other words, until the conversion from the new character string (new_lot_name) to the compressed character string data (otpLotDat) is completed. .

ステップS112でイエス判定が下された場合、ステップS115では、不揮発性メモリに対する圧縮文字列データ(otpLotDat)の書込処理が行われた後、一連のフローが終了される。   If the determination in step S112 is YES, in step S115, after the compressed character string data (otpLotDat) is written into the nonvolatile memory, the series of flows is terminated.

すなわち、図1の文字コード圧縮方法を大局的に見た場合、ステップS111〜ステップS115は、新文字列(new_lot_name)を3文字ずつに区切り、n文字目(ただしn=1、2、3)の新文字コードに40n−1を各々乗算した値を全て足し合わせて、3文字分で16ビットの圧縮文字列データ(otpLotDat)を生成する第2ステップに相当する。 That is, when the character code compression method shown in FIG. 1 is viewed globally, steps S111 to S115 divide the new character string (new_lot_name) into three characters, and the nth character (where n = 1, 2, 3). This is equivalent to the second step of adding 16 n-1 values obtained by multiplying each of the new character codes and generating 16-bit compressed character string data (otpLotDat) for three characters.

次に、図4を参照しながら、文字コード圧縮処理について具体的な説明を行う。図4は文字コード圧縮処理の具体例を示す概念図である。ここでは、入力文字列(lot_name)として、「WAFER−abc(1234)」が入力された場合を考える。なお、図1ではパラメータi、j、kの初期値を0とした例を挙げて説明を行ったが、図4では、説明の便宜上、パラメータi、j、kの初期値を1とした例を挙げて説明を行う。   Next, the character code compression process will be specifically described with reference to FIG. FIG. 4 is a conceptual diagram showing a specific example of character code compression processing. Here, a case where “WAFER-abc (1234)” is input as the input character string (lot_name) is considered. In FIG. 1, the description has been made with an example in which the initial values of the parameters i, j, and k are 0. However, in FIG. 4, the initial value of the parameters i, j, and k is 1 for convenience of explanation. Will be described.

入力文字列の1文字目(lot_name[1])〜5文字目(lot_name[5])は、いずれも、英大文字「W」、「A」、「F」、「E」、「R」である。従って、各々のASCIIコード(87、65、70、69、82)から64を差し引いた新文字コード(23、1、6、5、18)が新文字列の1文字目(new_lot_name[1])〜5文字目(new_lot_name[5])としてレジスタに一時格納される(ステップS106及びステップS107)。   The first character (lot_name [1]) to the fifth character (lot_name [5]) of the input string are all capital letters “W”, “A”, “F”, “E”, “R”. is there. Therefore, the new character code (23, 1, 6, 5, 18) obtained by subtracting 64 from each ASCII code (87, 65, 70, 69, 82) is the first character (new_lot_name [1]) of the new character string. It is temporarily stored in the register as the fifth character (new_lot_name [5]) (step S106 and step S107).

入力文字列の6文字目(lot_name[6])は、記号文字「−」である。従って、そのASCIIコード(45)が新文字コードに変換されることはなく、記号文字「−」は新文字列(new_lot_name)から除外される(ステップS108のノー判定)。   The sixth character (lot_name [6]) of the input character string is the symbol character “−”. Therefore, the ASCII code (45) is not converted into a new character code, and the symbol character “-” is excluded from the new character string (new_lot_name) (No determination in step S108).

入力文字列の7文字目(lot_name[7])〜9文字目(lot_name[9])は、いずれも、英小文字「a」、「b」、「c」である。従って、各々のASCIIコード(97、98、99)から96を差し引いた新文字コード(1、2、3)が新文字列の6文字目(new_lot_name[6])〜8文字目(new_lot_name[8])としてレジスタに一時格納される(ステップS108及びステップS109)。   The seventh character (lot_name [7]) to ninth character (lot_name [9]) of the input character string are all lowercase letters “a”, “b”, and “c”. Therefore, the new character code (1, 2, 3) obtained by subtracting 96 from each ASCII code (97, 98, 99) is the sixth character (new_lot_name [6]) to the eighth character (new_lot_name [8] of the new character string). ]) Is temporarily stored in the register (step S108 and step S109).

入力文字列の10文字目(lot_name[10])は、記号文字「(」である。従って、そのASCIIコード(40)が新文字コードに変換されることはなく、記号文字「(」は新文字列(new_lot_name)から除外される(ステップS108のノー判定)。   The tenth character (lot_name [10]) of the input character string is the symbol character “(”. Therefore, the ASCII code (40) is not converted to the new character code, and the symbol character “(” It is excluded from the character string (new_lot_name) (No determination in step S108).

入力文字列の11文字目(lot_name[11])〜14文字目(lot_name[14])は、いずれも数字「1」、「2」、「3」、「4」である。従って、各々のASCIIコード(49、50、51、52)から18を差し引いた新文字コード(31、32、33、34)が新文字列の9文字目(new_lot_name[9])〜12文字目(new_lot_name[12])としてレジスタに一時格納される(ステップS104及びステップS105)。   The 11th character (lot_name [11]) to 14th character (lot_name [14]) of the input character string are all numbers “1”, “2”, “3”, and “4”. Therefore, the new character code (31, 32, 33, 34) obtained by subtracting 18 from each ASCII code (49, 50, 51, 52) is the ninth character (new_lot_name [9]) to the twelfth character of the new character string. It is temporarily stored in the register as (new_lot_name [12]) (steps S104 and S105).

入力文字列の15文字目(lot_name[15])は、記号文字「)」である。従って、そのASCIIコード(41)が新文字コードに変換されることはなく、記号文字「)」は新文字列(new_lot_name)から除外される(ステップS108のノー判定)。   The 15th character (lot_name [15]) of the input character string is the symbol character “)”. Therefore, the ASCII code (41) is not converted into a new character code, and the symbol character “)” is excluded from the new character string (new_lot_name) (No determination in step S108).

入力文字列の16文字目(lot_name[16])はNUL文字であり、入力文字列(lot_name)の終端を示している。すなわち、入力文字列(lot_name)は15文字(文字列長len=15)である。従って、新文字列の13文字目(new_lot_name[13])〜16文字目(new_lot_name[16])まで、0(NUL文字に相当)が入力される。   The 16th character (lot_name [16]) of the input character string is a NUL character, indicating the end of the input character string (lot_name). That is, the input character string (lot_name) is 15 characters (character string length len = 15). Accordingly, 0 (corresponding to a NUL character) is input from the 13th character (new_lot_name [13]) to the 16th character (new_lot_name [16]) of the new character string.

入力文字列(lot_name)から新文字列(new_lot_name)への変換処理が完了すると、圧縮文字列データ(otpLotDat)の生成処理が行われる。具体的に述べると、まず、新文字列(new_lot_name)の1文字目(23)と、新文字列(new_lot_name)の2文字目に40を乗算した値(1×40)と、新文字列(new_lot_name)の3文字目に1600を乗算した値(6×1600)と、を全て足し合わせて、圧縮文字列データ(otpLotDat)の第1桁値(9663)が算出される。   When the conversion process from the input character string (lot_name) to the new character string (new_lot_name) is completed, the compressed character string data (otpLotDat) is generated. Specifically, first, the first character (23) of the new character string (new_lot_name), the value obtained by multiplying the second character of the new character string (new_lot_name) by 40 (1 × 40), and the new character string ( The first character value (9663) of the compressed character string data (otpLotDat) is calculated by adding all the values (6 × 1600) obtained by multiplying the third character of new_lot_name) by 1600.

上記と同様に、新文字列(new_lot_name)の4文字目〜6文字目(5、18、1)、7文字目〜9文字目(2、3、31)、10文字目〜12文字目(32、33、34)、及び、13文字目〜15文字目(0、0、0)をそれぞれ一まとめとして、圧縮文字列データ(otpLotDat)の第2桁値〜第5桁値(2325、49722、55752、0)が算出される。   Similarly to the above, the fourth character to the sixth character (5, 18, 1), the seventh character to the ninth character (2, 3, 31), the tenth character to the twelfth character of the new character string (new_lot_name) ( 32, 33, 34) and the 13th to 15th characters (0, 0, 0) are grouped together, and the second digit value to the fifth digit value (2325, 49722) of the compressed character string data (otpLotDat). , 55752, 0).

なお、図4の例では、新文字列(new_lot_name)の最大長が16文字に設定されているので、新文字列(new_lot_name)を3文字ずつに区切っていくと、16文字目(new_lot_name[16])が一つ余る形となる。このような場合、圧縮文字列データ(otpLotDat)の第6桁目は8ビット(1バイト)で足りる。このように、圧縮文字列データ(otpLotDat)の各桁値は、基本的に16ビット(2バイト)とされているが、全ての桁値を16ビット(2バイト)に統一しておく必要はない。   In the example of FIG. 4, the maximum length of the new character string (new_lot_name) is set to 16 characters. Therefore, if the new character string (new_lot_name) is divided into three characters, the 16th character (new_lot_name [16 ]) Is a surplus. In such a case, 8 bits (1 byte) are sufficient for the sixth digit of the compressed character string data (otpLotDat). As described above, each digit value of the compressed character string data (otpLotDat) is basically 16 bits (2 bytes), but all digit values need to be unified to 16 bits (2 bytes). Absent.

3文字分の文字情報を記憶するために、ASCII文字コードによれば、7ビット×3文字=21ビット(或いは、8ビット×3文字=24ビット)の記憶領域が必要であるのに対して、本発明に係る文字コード圧縮方法によれば、16ビットの記憶領域で足りるので、限られた記憶容量に多くの文字情報を記憶させることが可能となる。   According to the ASCII character code, a storage area of 7 bits × 3 characters = 21 bits (or 8 bits × 3 characters = 24 bits) is required to store character information for three characters. According to the character code compression method of the present invention, since a 16-bit storage area is sufficient, a large amount of character information can be stored in a limited storage capacity.

なお、上記では、新文字コードの文字種類数xを40とし、圧縮文字列データ(otpLotDat)の一桁に統合される文字数yを3とし、圧縮文字列データ(otpLotDat)のビット数zを16とした場合を例に挙げて説明を行ったが、これらのパラメータx、y、zは、上記に限定されるものではなく、x<2という関係式を満たす範囲内で任意に設定することが可能である。 In the above, the number of character types x of the new character code is 40, the number of characters y integrated into one digit of the compressed character string data (otpLotDat) is 3, and the number of bits z of the compressed character string data (otpLotDat) is 16. However, the parameters x, y, and z are not limited to the above, and are arbitrarily set within a range satisfying the relational expression x y <2 z. It is possible.

例えば、新文字コードの文字種類数xを15文字(例えば、数字「0」〜「9」、英文字「A」〜「C」、記号文字「−」、及び、NUL文字)まで絞る場合であれば、16ビットの圧縮文字列データ(otpLotDat)の一桁に統合される文字数yを4に拡張することが可能である。   For example, when the number of character types x of the new character code is limited to 15 characters (for example, numbers “0” to “9”, English characters “A” to “C”, symbol character “−”, and NUL character). If so, the number of characters y integrated into one digit of 16-bit compressed character string data (otpLotDat) can be expanded to four.

すなわち、本発明に係る文字コード圧縮方法は、より概念的に述べると、m通りの基本文字コード(先の例ではASCII文字コード)で表される入力文字列(lot_name)の文字種を集約ないしは削減してx通り(ただしx<m)の新文字コードで表される新文字列(new_lot_name)に変換する第1ステップと、新文字列(new_lot_name)をy文字ずつに区切り、n文字目(ただしn=1、2、…、y)の新文字コードにxn−1を各々乗算した値を全て足し合わせて、y文字分でzビット(ただしx<2)の圧縮文字列データ(otpLotDat)を生成する第2ステップと、を有する構成であると言える。 That is, the character code compression method according to the present invention, more conceptually, summarizes or reduces the character types of the input character string (lot_name) represented by m basic character codes (ASCII character codes in the previous example). The first step of converting to a new character string (new_lot_name) represented by x new (where x <m) new character codes and the new character string (new_lot_name) are separated into y characters, and the nth character (however, n = 1, 2,..., y) are all added to each of the values obtained by multiplying xn−1 , respectively, and z characters (where x y <2 z ) of compressed character string data for y characters otpLotDat) to generate a second step.

<文字コード復元方法>
図5は、先の文字コード圧縮方法によって生成された圧縮文字列データ(otpLotDat)からASCII文字コードで表される出力文字列(lot_name)を復元する文字コード復元方法のフローチャートである。なお、本フローチャートで例示される文字コード圧縮方法は、先述の文字コード圧縮方法と同じく、例えば、所定のプログラミング言語(C言語など)を用いて記述されたコンピュータプログラムとして具現化することが可能である。
<Character code restoration method>
FIG. 5 is a flowchart of the character code restoration method for restoring the output character string (lot_name) represented by the ASCII character code from the compressed character string data (otpLotDat) generated by the previous character code compression method. Note that the character code compression method exemplified in this flowchart can be embodied as a computer program described using a predetermined programming language (C language or the like), for example, as in the above-described character code compression method. is there.

フローが開始されると、ステップS201において、圧縮文字列データ(otpLotDat)の取得が行われた後、フローがステップS202に進められる。   When the flow is started, after the compressed character string data (otpLotDat) is obtained in step S201, the flow proceeds to step S202.

ステップS202では、各種パラメータの初期化(i=0、k=0)が行われた後、フローがステップS203に進められる。   In step S202, after initialization of various parameters (i = 0, k = 0), the flow proceeds to step S203.

ステップS203では、パラメータkが最大データ長kmaxよりも小さいか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS204に進められ、ノー判定が下された場合にはフローがステップS209に進められる。   In step S203, it is determined whether or not the parameter k is smaller than the maximum data length kmax. Here, if a yes determination is made, the flow proceeds to step S204, and if a no determination is made, the flow proceeds to step S209.

ステップS204では、圧縮文字列データの第k桁値(otpLotDat[k])がテンポラリデータ(dt)としてレジスタに格納された後、フローがステップS205に進められる。   In step S204, after the k-th digit value (otpLotDat [k]) of the compressed character string data is stored in the register as temporary data (dt), the flow proceeds to step S205.

ステップS205では、テンポラリデータ(dt)を40で除算した余り(dt%40)が一時文字列の3k文字目(tmp_lot_name[3k])としてレジスタに格納され、商(dt/40)が新たなテンポラリデータ(dt)としてレジスタに格納された後、フローがステップS206に進められる。   In step S205, the remainder (dt% 40) obtained by dividing the temporary data (dt) by 40 is stored in the register as the 3k character (tmp_lot_name [3k]) of the temporary character string, and the quotient (dt / 40) is the new temporary data. After being stored in the register as data (dt), the flow proceeds to step S206.

ステップS206では、テンポラリデータ(dt)を再び40で除算した余り(dt%40)が一時文字列の(3k+1)文字目(tmp_lot_name[3k+1])としてレジスタに格納され、商(dt/40)が新たなテンポラリデータ(dt)としてレジスタに格納された後、フローがステップS207に進められる。   In step S206, the remainder (dt% 40) obtained by dividing the temporary data (dt) by 40 is stored in the register as the (3k + 1) th character (tmp_lot_name [3k + 1]) of the temporary character string, and the quotient (dt / 40 ) Is stored in the register as new temporary data (dt), the flow proceeds to step S207.

ステップS207では、テンポラリデータ(dt)自体が一時文字列の(3k+2)文字目(tmp_lot_name[3k+2])としてレジスタに格納された後、フローがステップS208に進められる。   In step S207, the temporary data (dt) itself is stored in the register as the (3k + 2) th character (tmp_lot_name [3k + 2]) of the temporary character string, and then the flow proceeds to step S208.

ステップS208では、パラメータkが1つインクリメントされた後、フローがステップS203に戻される。そして、以後、ステップS203でイエス判定が下されるまで、言い換えれば、圧縮文字列データ(otpLotDat)から一時文字列(tmp_lot_name)への変換が完了するまで、ステップS203〜ステップS208のフローが繰り返される。   In step S208, after the parameter k is incremented by 1, the flow returns to step S203. Thereafter, the flow of steps S203 to S208 is repeated until a negative determination is made in step S203, in other words, until the conversion from the compressed character string data (otpLotDat) to the temporary character string (tmp_lot_name) is completed. .

すなわち、図5の文字コード復元方法を大局的に見た場合、ステップS201〜ステップS208は、パラメータkがインクリメントされる度に、初期値として圧縮文字列データ(otpLotDat[k])が格納されるテンポラリデータ(dt)の40による除算とその商(dt/40)によるテンポラリデータ(dt)の生成(上書)を2回繰り返し、各回の除算で各々得られた余りと2回目の除算で得られた商を一時文字列(tmp_lot_name[3k,3k+1,3K+2])として取得する第1ステップに相当する。   That is, when the character code restoration method of FIG. 5 is viewed globally, in steps S201 to S208, compressed character string data (otpLotDat [k]) is stored as an initial value every time the parameter k is incremented. Division of temporary data (dt) by 40 and generation of temporary data (dt) by quotient (dt / 40) (overwriting) are repeated twice, and the remainder obtained by each division and the second division are obtained. This corresponds to the first step of acquiring the obtained quotient as a temporary character string (tmp_lot_name [3k, 3k + 1,3K + 2]).

ステップS203でノー判定が下された場合、ステップS209では、パラメータiが最大文字列長imaxよりも小さいか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS210に進められ、ノー判定が下された場合には一連のフローが終了される。   If no determination is made in step S203, it is determined in step S209 whether or not the parameter i is smaller than the maximum character string length imax. Here, when a yes determination is made, the flow proceeds to step S210, and when a no determination is made, a series of flows is ended.

ステップS209でイエス判定が下された場合、ステップS210では、一時文字列のi文字目(tmp_lot_name[i])に相当する新文字コードが1〜26の範囲内に含まれているか否か、言い換えれば、一時文字列のi文字目(tmp_lot_name[i])が英文字であるか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS211に進められ、ノー判定が下された場合にはフローがステップS212に進められる。   If YES is determined in step S209, in step S210, whether or not the new character code corresponding to the i-th character (tmp_lot_name [i]) of the temporary character string is included in the range of 1 to 26 is rephrased. For example, it is determined whether or not the i-th character (tmp_lot_name [i]) of the temporary character string is an English character. If the determination is yes, the flow proceeds to step S211. If the determination is no, the flow proceeds to step S212.

ステップS210でイエス判定が下された場合、ステップS211では、一時文字列のi文字目に相当する新文字コード(1〜26)に64を加えた値(tmp_lot_name[i]+64)がASCII文字コード(65〜90;英大文字「A」〜「Z」)として算出され、このASCII文字コードが出力文字列のi文字目(lot_name[i])としてレジスタに一時格納される。そして、パラメータiが1つインクリメントされた後、フローがステップS209に戻される。なお、出力文字列(lot_name[i])に含まれる英文字を小文字とする場合には、新文字コード(1〜26)に加える値を96に設定すればよい。   If YES is determined in step S210, a value (tmp_lot_name [i] +64) obtained by adding 64 to the new character code (1-26) corresponding to the i-th character of the temporary character string is ASCII characters in step S211. Code (65 to 90; uppercase letters “A” to “Z”), and this ASCII character code is temporarily stored in the register as the i-th character (lot_name [i]) of the output character string. Then, after the parameter i is incremented by 1, the flow returns to step S209. In addition, what is necessary is just to set the value added to new character code (1-26) to 96, when making the alphabetic character contained in an output character string (lot_name [i]) into a small letter.

ステップS210でノー判定が下された場合、ステップS212では、一時文字列のi文字目(tmp_lot_name[i])に相当する新文字コードが30〜39の範囲内に含まれているか否か、言い換えれば、一時文字列のi文字目(tmp_lot_name[i])が数字であるか否かの判定が行われる。ここで、イエス判定が下された場合にはフローがステップS213に進められ、ノー判定が下された場合にはフローがステップS214に進められる。   If a negative determination is made in step S210, in step S212, whether or not the new character code corresponding to the i-th character (tmp_lot_name [i]) of the temporary character string is included in the range of 30 to 39 is rephrased. For example, it is determined whether or not the i-th character (tmp_lot_name [i]) of the temporary character string is a number. Here, if a yes determination is made, the flow proceeds to step S213, and if a no determination is made, the flow proceeds to step S214.

ステップS212でイエス判定が下された場合、ステップS213では、一時文字列のi文字目に相当する新文字コード(30〜39)に18を加算した値(tmp_lot_name[i]+18)がASCII文字コード(48〜57;数字「0」〜「9」)として算出され、このASCII文字コードが出力文字列のi文字目(lot_name[i])としてレジスタに一時格納される。そして、パラメータiが1つインクリメントされた後、フローがステップS209に戻される。   If YES is determined in step S212, a value (tmp_lot_name [i] +18) obtained by adding 18 to the new character code (30 to 39) corresponding to the i-th character of the temporary character string is ASCII characters in step S213. The code is calculated as a code (48 to 57; numerals “0” to “9”), and this ASCII character code is temporarily stored in the register as the i-th character (lot_name [i]) of the output character string. Then, after the parameter i is incremented by 1, the flow returns to step S209.

ステップS212でノー判定が下された場合、ステップS214では、出力文字列のi文字目(lot_name[i])に0(NUL文字に相当)が入力され、その後、一連のフローが終了される。このように、出力文字列(lot_name)の終端文字としてNUL文字を入力する構成であれば、以後の処理において出力文字列(lot_name)を取り扱う際に、その終端位置(文字列長)を容易に認識することが可能となる。   When a negative determination is made in step S212, 0 (corresponding to a NUL character) is input to the i-th character (lot_name [i]) of the output character string in step S214, and then a series of flows is terminated. In this way, if the NUL character is input as the terminal character of the output character string (lot_name), when the output character string (lot_name) is handled in the subsequent processing, the terminal position (character string length) can be easily set. It becomes possible to recognize.

すなわち、図5の文字コード復元方法を大局的に見た場合、ステップS209〜ステップS214は、一時文字列(tmp_lot_name)を出力文字列(lot_name)に変換する第2ステップに相当する。なお、第2ステップは、出力文字列(lot_name)が所定長(imax)に達したとき(ステップS209のイエス判定時)、或いは、一時文字列(tmp_lot_name)でNUL文字が確認されたとき(ステップS212のノー判定時)にフローを終了する。   That is, when the character code restoration method of FIG. 5 is viewed globally, steps S209 to S214 correspond to a second step of converting a temporary character string (tmp_lot_name) into an output character string (lot_name). Note that the second step is when the output character string (lot_name) reaches a predetermined length (imax) (when a YES determination is made in step S209) or when a NUL character is confirmed in the temporary character string (tmp_lot_name) (step The flow is terminated at the time of no determination in S212.

次に、図6を参照しながら、文字コード復元処理について具体的な説明を行う。図6は文字コード復元処理の具体例を示す概念図である。ここでは、出力文字列(lot_name)として「WAFERABC1234」が復元される場合を考える。なお、図5では、パラメータi、kの初期値を0とした例を挙げて説明を行ったが、図6では、説明の便宜上、パラメータi、kの初期値を1とした例を挙げて説明を行う。   Next, the character code restoration process will be specifically described with reference to FIG. FIG. 6 is a conceptual diagram showing a specific example of character code restoration processing. Here, consider a case where “WAFERABC 1234” is restored as the output character string (lot_name). In FIG. 5, the example in which the initial values of the parameters i and k are set to 0 has been described. However, in FIG. 6, the initial value of the parameters i and k is set to 1 for convenience of explanation. Give an explanation.

圧縮文字列データ(otpLotDat)から一時文字列(tmp_lot_name)への変換処理では、まず、圧縮文字列データの第1桁値(9663)を40で除算した余り(23)が一時文字列の1文字目(tmp_lot_name[1])として取得されて、商(241)がテンポラリデータとして格納される。さらに、テンポラリデータ(241)を40で除算した余り(1)が一時文字列の2文字目(tmp_lot_name[2])として取得されて、商(6)が一時文字列の3文字目(tmp_lot_name[3])として取得される(ステップS203〜ステップS208の一巡目)。   In the conversion process from the compressed character string data (otpLotDat) to the temporary character string (tmp_lot_name), first, the remainder (23) obtained by dividing the first digit value (9663) of the compressed character string data by 40 is one character of the temporary character string. Obtained as the first item (tmp_lot_name [1]), and the quotient (241) is stored as temporary data. Further, the remainder (1) obtained by dividing the temporary data (241) by 40 is acquired as the second character (tmp_lot_name [2]) of the temporary character string, and the quotient (6) becomes the third character (tmp_lot_name [ 3]) (first round of steps S203 to S208).

次に、圧縮文字列データの第2桁値(2325)を40で除算した余り(5)が一時文字列の4文字目(tmp_lot_name[4])として取得されて、商(58)がテンポラリデータとして格納される。さらに、テンポラリデータ(58)を40で除算した余り(18)が一時文字列の5文字目(tmp_lot_name[5])として取得されて、商(1)が一時文字列の6文字目(tmp_lot_name[6])として取得される(ステップS203〜ステップS208の二巡目)。   Next, the remainder (5) obtained by dividing the second digit value (2325) of the compressed character string data by 40 is obtained as the fourth character (tmp_lot_name [4]) of the temporary character string, and the quotient (58) is the temporary data. Stored as Further, the remainder (18) obtained by dividing the temporary data (58) by 40 is acquired as the fifth character (tmp_lot_name [5]) of the temporary character string, and the quotient (1) is obtained as the sixth character (tmp_lot_name [ 6]) (second round of step S203 to step S208).

次に、圧縮文字列データの第3桁値(49722)を40で除算した余り(2)が一時文字列の7文字目(tmp_lot_name[7])として取得されて、商(1243)がテンポラリデータとして格納される。さらに、テンポラリデータ(1243)を40で除算した余り(3)が一時文字列の8文字目(tmp_lot_name[8])として取得されて、商(31)が一時文字列の9文字目(tmp_lot_name[9])として取得される(ステップS203〜ステップS208の三巡目)。   Next, the remainder (2) obtained by dividing the third digit value (49722) of the compressed character string data by 40 is acquired as the seventh character (tmp_lot_name [7]) of the temporary character string, and the quotient (1243) is the temporary data. Stored as Further, the remainder (3) obtained by dividing the temporary data (1243) by 40 is acquired as the eighth character (tmp_lot_name [8]) of the temporary character string, and the quotient (31) becomes the ninth character (tmp_lot_name [ 9]) (third round of steps S203 to S208).

次に、圧縮文字列データの第4桁値(55752)を40で除算した余り(32)が一時文字列の10文字目(tmp_lot_name[10])として取得されて、商(1393)がテンポラリデータとして格納される。さらに、テンポラリデータ(1393)を40で除算した余り(33)が一時文字列の11文字目(tmp_lot_name[11])として取得されて、商(34)が一時文字列の12文字目(tmp_lot_name[9])として取得される(ステップS203〜ステップS208の四巡目)。   Next, the remainder (32) obtained by dividing the fourth digit value (55752) of the compressed character string data by 40 is acquired as the tenth character (tmp_lot_name [10]) of the temporary character string, and the quotient (1393) is the temporary data. Stored as Further, the remainder (33) obtained by dividing the temporary data (1393) by 40 is acquired as the 11th character (tmp_lot_name [11]) of the temporary character string, and the quotient (34) is obtained as the 12th character (tmp_lot_name [ 9]) (fourth round of steps S203 to S208).

次に、圧縮文字列データの第5桁値(0)を40で除算した余り(0)が一時文字列の13文字目(tmp_lot_name[13])として取得されて、商(0)がテンポラリデータとして格納される。さらに、テンポラリデータ(0)を40で除算した余り(0)が一時文字列の14文字目(tmp_lot_name[14])として取得されて、商(0)が一時文字列の15文字目(tmp_lot_name[15])として取得される(ステップS203〜ステップS208の五巡目)。   Next, the remainder (0) obtained by dividing the fifth digit value (0) of the compressed character string data by 40 is acquired as the 13th character (tmp_lot_name [13]) of the temporary character string, and the quotient (0) is the temporary data. Stored as Further, the remainder (0) obtained by dividing the temporary data (0) by 40 is acquired as the 14th character (tmp_lot_name [14]) of the temporary character string, and the quotient (0) becomes the 15th character (tmp_lot_name [ 15]) (the fifth round of steps S203 to S208).

最後に、圧縮文字列データの第6桁値(0)がそのまま一時文字列の16文字目(tmp_lot_name[16])として取得される(図5では明示せず)。   Finally, the sixth digit value (0) of the compressed character string data is acquired as it is as the 16th character (tmp_lot_name [16]) of the temporary character string (not explicitly shown in FIG. 5).

圧縮文字列データ(otpLotDat)から一時文字列(tmp_lot_name)への変換処理が完了すると、続いて、一時文字列(tmp_lot_name)から出力文字列(lot_name)への変換処理が行われる。   When the conversion process from the compressed character string data (otpLotDat) to the temporary character string (tmp_lot_name) is completed, the conversion process from the temporary character string (tmp_lot_name) to the output character string (lot_name) is subsequently performed.

一時文字列の1文字目(tmp_lot_name[1])〜8文字目(lot_name[8])に相当する新文字コードは、いずれも1〜26の範囲内(英文字に相当)に含まれている。従って、各々の新文字コード(23、1、6、5、18、1、2、3)に64を加算したASCII文字コード(87、65、70、69、82、65、66、67)が出力文字列の1文字目(lot_name[1])〜8文字目(lot_name[8])としてレジスタに一時格納される(ステップS210及びステップS211)。   New character codes corresponding to the first character (tmp_lot_name [1]) to the eighth character (lot_name [8]) of the temporary character string are all included in the range of 1 to 26 (corresponding to English characters). . Therefore, ASCII character codes (87, 65, 70, 69, 82, 65, 66, 67) obtained by adding 64 to each new character code (23, 1, 6, 5, 18, 1, 2, 3) are obtained. The first character (lot_name [1]) to the eighth character (lot_name [8]) of the output character string are temporarily stored in the register (steps S210 and S211).

一方、一時文字列の9文字目(tmp_lot_name[9])〜12文字目(lot_name[12])に相当する新文字コードは、いずれも30〜39の範囲内(数字に相当)に含まれている。従って、各々の新文字コード(31、32、33、34)に18を加算したASCII文字コード(49、50、51、52)が出力文字列の9文字目(lot_name[9])〜12文字目(lot_name[12])としてレジスタに一時格納される(ステップS212及びステップS213)。   On the other hand, new character codes corresponding to the ninth character (tmp_lot_name [9]) to the twelfth character (lot_name [12]) of the temporary character string are all included in the range of 30 to 39 (corresponding to numbers). Yes. Therefore, the ASCII character code (49, 50, 51, 52) obtained by adding 18 to each new character code (31, 32, 33, 34) is the ninth character (lot_name [9]) to 12 characters of the output character string. The data (lot_name [12]) is temporarily stored in the register (steps S212 and S213).

また、一時文字列の13文字目(tmp_lot_name[13])がNUL文字であることから、出力文字列の13文字目(lot_name[13])には、出力文字列(lot_name)の終端文字として0(NUL文字)が入力されて、一連のフローが終了される(ステップS214)。   In addition, since the 13th character (tmp_lot_name [13]) of the temporary character string is a NUL character, 0 is set as the terminal character of the output character string (lot_name) in the 13th character (lot_name [13]) of the output character string. (NUL character) is input, and a series of flows is terminated (step S214).

このように、本発明に係る文字コード復元方法によれば、先述の文字コード圧縮方法によって生成された圧縮文字列データ(otpLotDat)から出力文字列(lot_name)を復元することが可能となる。   Thus, according to the character code restoration method of the present invention, it is possible to restore the output character string (lot_name) from the compressed character string data (otpLotDat) generated by the above-described character code compression method.

なお、新文字コードの文字種類数x、圧縮文字列データ(otpLotDat)の一桁に統合される文字数y、及び、圧縮文字列データ(otpLotDat)のビット数zについては、先にも述べた通り、x<2という関係式を満たす範囲内で任意に設定することができる。 The number of character types x of the new character code, the number of characters y integrated into one digit of the compressed character string data (otpLotDat), and the number of bits z of the compressed character string data (otpLotDat) are as described above. , X y <2 z can be arbitrarily set within a range satisfying the relational expression.

すなわち、本発明に係る文字コード復元方法は、より概念的に述べると、初期値として圧縮文字列データ(otpLotDat)が格納されるテンポラリデータ(dt)のxによる除算とその商(dt/x)によるテンポラリデータ(dt)の生成(上書)を(y−1)回繰り返し、各回の除算で各々得られた余り(dt%x)と(y−1)回目の除算で得られた商(dt/x)を新文字コードで表される一時文字列(tmp_lot_name)として取得する第1ステップと、一時文字列(tmp_lot_name)を出力文字列(lot_name)に変換する第2ステップを有する構成であると言える。   More specifically, the character code restoration method according to the present invention is more conceptually described. The temporary data (dt) in which the compressed character string data (otpLotDat) is stored as an initial value is divided by x and its quotient (dt / x). The temporary data (dt) is generated (overwritten) by (y-1) times, and the remainder (dt% x) obtained by each division and the quotient obtained by the (y-1) th division ( dt / x) has a first step of acquiring a temporary character string (tmp_lot_name) represented by a new character code, and a second step of converting the temporary character string (tmp_lot_name) into an output character string (lot_name). It can be said.

<アプリケーション>
図7A及び図7Bは、それぞれ、先述の文字コード圧縮方法及び文字コード復元方法が適用されるアプリケーションの一例を示すブロック図である。図7A及び図7Bに示された半導体装置の量産設備には、コンピュータ10と通信プロトコル変換装置20が含まれており、半導体装置30の量産工程において、半導体装置30内にパッケージング済みのチップ(図7Aを参照)や、ウェハ40上に形成されたチップ(図7B)を対象として、各チップ毎の不揮発性メモリに製造管理情報(ロット番号、ウェハ番号、ウェハ上における座標情報など)の書込/読出が行われる。
<Application>
7A and 7B are block diagrams illustrating examples of applications to which the above-described character code compression method and character code restoration method are applied, respectively. 7A and 7B includes a computer 10 and a communication protocol conversion device 20, and in a mass production process of the semiconductor device 30, chips that have been packaged in the semiconductor device 30 ( 7) and manufacturing management information (lot number, wafer number, coordinate information on the wafer, etc.) written in the non-volatile memory for each chip for the chip (FIG. 7B) formed on the wafer 40. Read / write is performed.

コンピュータ10は、書込/読出部11と、演算部12と、ヒューマンインタフェイス部13と、記憶部14と、を有している。コンピュータ10は、記憶部14に格納された文字コード圧縮プログラムや文字コード復元プログラムを適宜読み出して実行することにより、製造管理情報の書込/読出動作を統括的に制御するデータ書込/読出装置として機能する。なお、コンピュータ10としては、パーソナルコンピュータやマイコン、或いは製品テスタなどがこれに相当する。   The computer 10 includes a writing / reading unit 11, a calculation unit 12, a human interface unit 13, and a storage unit 14. The computer 10 appropriately reads and executes a character code compression program and a character code restoration program stored in the storage unit 14 to execute a data writing / reading device that comprehensively controls a writing / reading operation of manufacturing management information. Function as. The computer 10 corresponds to a personal computer, a microcomputer, a product tester, or the like.

書込/読出部11は、通信プロトコル変換装置20を介して、各チップ毎の不揮発性メモリに製造管理情報(圧縮文字列データ)の書込/読出しを行う。なお、書込/読出部11と半導体装置30ないしはウェハ40との間で直接的に通信を行うことができる場合には通信プロトコル変換装置20を省略することが可能である。   The writing / reading unit 11 writes / reads manufacturing management information (compressed character string data) to / from a nonvolatile memory for each chip via the communication protocol conversion device 20. If communication can be performed directly between the writing / reading unit 11 and the semiconductor device 30 or the wafer 40, the communication protocol conversion device 20 can be omitted.

演算部12は、先述の文字コード圧縮方法や文字コード復元方法を用いて、製造管理情報の圧縮/復元(すなわち、入力文字列から圧縮文字列データへの変換処理、及び、圧縮文字列データから出力文字列への変換処理)を行う。なお、演算部12としては、CPU[Central Processing Unit]などを好適に用いることができる。   The arithmetic unit 12 uses the above-described character code compression method and character code restoration method to compress / restore the manufacturing management information (that is, the conversion process from the input character string to the compressed character string data and the compressed character string data). (Conversion processing to output character string). Note that a CPU [Central Processing Unit] or the like can be suitably used as the calculation unit 12.

ヒューマンインタフェイス部13は、製造管理情報の書込時に入力文字列の入力を受け付けたり、製造管理情報の読出時に出力文字列を出力したりする。なお、ヒューマンインタフェイス部13としては、キーボード、マウス、タッチパネル、ディスプレイ、スピーカなどを用いることができる。   The human interface unit 13 accepts an input character string when writing manufacturing management information, and outputs an output character string when reading manufacturing management information. As the human interface unit 13, a keyboard, a mouse, a touch panel, a display, a speaker, or the like can be used.

記憶部14は、演算部12で実行される各種プログラム(文字コード圧縮プログラムや文字コード復元プログラムを含む)を不揮発的に格納するほか、各種プログラムの作業領域としても用いられる。なお、記憶部14としては、ハードディスクドライブや半導体メモリデバイスなどを用いることができる。   The storage unit 14 stores various programs (including a character code compression program and a character code restoration program) executed by the calculation unit 12 in a nonvolatile manner, and is also used as a work area for various programs. As the storage unit 14, a hard disk drive, a semiconductor memory device, or the like can be used.

このように、半導体装置の量産工程において、チップ毎の不揮発性メモリに格納される製造管理情報の文字コードを圧縮/復元する構成であれば、限られた記憶容量に多くの文字情報を記憶させることが可能となる。   As described above, in the mass production process of the semiconductor device, if the configuration is such that the character code of the manufacturing management information stored in the nonvolatile memory for each chip is compressed / restored, a large amount of character information is stored in a limited storage capacity. It becomes possible.

なお、図7A及び図7Bでは、ヒューマンインタフェイス部を有するアプリケーションを例に挙げて説明を行ったが、本発明の構成はこれに限定されるものではなく、ヒューマンインタフェイス部が存在しないアプリケーションも想定される。例えば、データ書込時にロットデータを人間が入力する場合には、上記のヒューマンインタフェイス部が必要となるが、ロットデータは、ウェハ上やICの表印、或いは、梱包のラベルやバーコード等でも記載されており、それらを自動的に読み取る装置があれば、上記のヒューマンインタフェイス部は不要となる。また、データ読出時についても、次の工程などで単にロットデータを読み出して品質管理のために単にハードディスクドライブなどの記憶領域に記録しておけば足りる場合には、ヒューマンインタフェイス部が不要となる。   In FIGS. 7A and 7B, the application having the human interface unit has been described as an example. However, the configuration of the present invention is not limited to this, and an application having no human interface unit may be used. is assumed. For example, when the lot data is input by humans at the time of data writing, the above-mentioned human interface part is required. However, the lot data can be displayed on the wafer, IC mark, packaging label, barcode, etc. However, if there is a device that automatically reads them, the above-described human interface unit is not necessary. Also, when reading data, if it is sufficient to simply read lot data in the next step and record it in a storage area such as a hard disk drive for quality control, a human interface is not required. .

<その他の変形例>
なお、上記では、半導体装置の量産工程において、チップ毎の不揮発性メモリに格納される製造管理情報の文字コードを圧縮/復元する構成を例に挙げて説明を行ったが、本発明の適用対象はこれに限定されるものではなく、その他の用途に供される文字コードの圧縮/復元を行う際にも広く本発明を適用することが可能である。
<Other variations>
In the above description, the configuration in which the character code of the manufacturing management information stored in the nonvolatile memory for each chip is compressed / restored in the mass production process of the semiconductor device has been described as an example. However, the present invention is not limited to this, and the present invention can be widely applied to compression / decompression of character codes for other purposes.

また、本発明に係る文字コード圧縮方法及び文字コード復元方法を応用すれば、入力文字列の暗号化/復号化を行うことも可能である。その意味において、本明細書中で用いられている「圧縮/復元」という文言は、これを狭義的に解釈することなく、「暗号化/復号化」も含む広義的な概念として解釈すべきものである。   Also, by applying the character code compression method and the character code restoration method according to the present invention, it is possible to encrypt / decrypt an input character string. In that sense, the term “compression / decompression” used in this specification should not be interpreted narrowly but as a broad concept including “encryption / decryption”. is there.

本発明の特徴としては、圧縮/復元を共に2ステップで処理する構成となっており、実施形態では1ステップ毎に全ての文字列を処理する例を示したが、圧縮後の各文字単位kごとに2ステップの処理を実施する構成も考えられる。   A feature of the present invention is that both compression / decompression is processed in two steps. In the embodiment, an example is shown in which all character strings are processed for each step. A configuration in which two-step processing is performed every time is also conceivable.

本発明は、固定長と可変長の両方の文字列を処理することができ、固定長の文字列ではNUL文字の処理を省略することも可能である。   The present invention can process both fixed-length and variable-length character strings, and the processing of NUL characters can be omitted for fixed-length character strings.

このように、本明細書中に開示されている種々の技術的特徴は、上記実施形態のほか、その技術的創作の主旨を逸脱しない範囲で種々の変更を加えることが可能である。すなわち、上記実施形態は、全ての点で例示であって制限的なものではないと考えられるべきであり、本発明の技術的範囲は、上記実施形態の説明に限定されるものではなく、特許請求の範囲によって示されるものであり、特許請求の範囲と均等の意味及び範囲内に属する全ての変更が含まれると理解されるべきである。   As described above, various technical features disclosed in the present specification can be variously modified within the scope of the technical creation in addition to the above-described embodiment. That is, the above-described embodiment should be considered as illustrative in all points and not restrictive, and the technical scope of the present invention is not limited to the description of the above-described embodiment. It is to be understood that all modifications that come within the meaning and range of meaning of the claims are embraced by the claims.

本発明に係る文字コード圧縮方法及び文字コード復元方法は、例えば、半導体装置の量産工程において、チップ固有の製造管理情報を格納する不揮発性メモリの小容量化を実現するための技術として利用することが可能である。   The character code compression method and the character code restoration method according to the present invention are used as a technique for realizing a reduction in the capacity of a nonvolatile memory for storing chip-specific manufacturing management information, for example, in a mass production process of a semiconductor device. Is possible.

10 コンピュータ
11 書込/読出部
12 演算部
13 ヒューマンインタフェイス部
14 記憶部
20 通信プロトコル変換装置
30 半導体装置
40 ウェハ
DESCRIPTION OF SYMBOLS 10 Computer 11 Writing / reading part 12 Operation part 13 Human interface part 14 Memory | storage part 20 Communication protocol converter 30 Semiconductor device 40 Wafer

Claims (11)

m通りの基本文字コードで表される入力文字列の文字種を集約ないしは削減してx通り(ただしx<m)の新文字コードで表される新文字列に変換する第1ステップと、
前記新文字列をy文字ずつに区切り、n文字目(ただしn=1、2、…、y)の新文字コードにxn−1を各々乗算した値を全て足し合わせて、y文字分でzビット(ただしx<2)の圧縮文字列データを生成する第2ステップと、
を有することを特徴とする文字コード圧縮方法。
a first step of consolidating or reducing character types of input character strings represented by m basic character codes and converting them into new character strings represented by x new character codes (where x <m);
The new character string is divided into y characters, and the new character code of the nth character (where n = 1, 2,..., Y) is multiplied by xn−1 to add all the values. a second step of generating z-bit (where x y <2 z ) compressed character string data;
A character code compression method characterized by comprising:
前記第1ステップは、
前記入力文字列に含まれる英文字(「A」〜「Z」、「a」〜「z」)に対して大文字/小文字を区別することなく26文字分の新文字コードを割り当てるステップと、
前記入力文字列に含まれる数字(「0」〜「9」)に対して10文字分の新文字コードを割り当てるステップと、
を含むことを特徴とする請求項1に記載の文字コード圧縮方法。
The first step includes
Assigning a new character code for 26 characters without distinguishing between uppercase and lowercase letters to English letters ("A" to "Z", "a" to "z") included in the input character string;
Assigning a new character code for 10 characters to numbers (“0” to “9”) included in the input character string;
The character code compression method according to claim 1, further comprising:
前記新文字コードは、10進表記で0〜39の値を取り得ることを特徴とする請求項2に記載の文字コード圧縮方法。   The character code compression method according to claim 2, wherein the new character code can take a value of 0 to 39 in decimal notation. 前記新文字コードは、0がNUL文字であり、1〜26が英文字であり、30〜39が数字であることを特徴とする請求項3に記載の文字コード圧縮方法。   The character code compression method according to claim 3, wherein the new character code is 0 for NUL characters, 1-26 for English characters, and 30-39 for numbers. 前記新文字コードは、27〜29が記号文字であることを特徴とする請求項4に記載の文字コード圧縮方法。   The character code compression method according to claim 4, wherein the new character code is a symbol character from 27 to 29. 請求項1〜請求項5のいずれか一項に記載の文字コード圧縮方法によって生成された前記圧縮文字列データから前記基本文字コードで表される出力文字列を復元する文字コード復元方法であって、
初期値として前記圧縮文字列データが格納されるテンポラリデータのxによる除算とその商による前記テンポラリデータの生成を(y−1)回繰り返し、各回の除算で各々得られた余りと(y−1)回目の除算で得られた商を前記新文字コードで表される一時文字列として取得する第1ステップと、
前記一時文字列を前記出力文字列に変換する第2ステップと、
を有することを特徴とする文字コード復元方法。
A character code restoring method for restoring an output character string represented by the basic character code from the compressed character string data generated by the character code compressing method according to any one of claims 1 to 5. ,
Division of the temporary data in which the compressed character string data is stored as an initial value by x and generation of the temporary data by its quotient are repeated (y−1) times, and the remainder obtained by each division (y−1) ) Obtaining a quotient obtained by the second division as a temporary character string represented by the new character code;
A second step of converting the temporary character string into the output character string;
A character code restoration method comprising:
前記第2ステップは、前記出力文字列が所定長に達したとき、或いは、前記一時文字列でNUL文字が確認されたときにフローを終了することを特徴とする請求項6に記載の文字コード復元方法。   7. The character code according to claim 6, wherein the second step ends the flow when the output character string reaches a predetermined length or when a NUL character is confirmed in the temporary character string. Restoration method. 請求項1〜請求項5のいずれか一項に記載された文字コード圧縮方法を用いて前記入力文字列から前記圧縮文字列データを生成する演算部と、
前記演算部で実行される各種プログラムを格納する記憶部と、
前記圧縮文字列データを外部メモリに書き込む書込部と、
を有することを特徴とするデータ書込装置。
An arithmetic unit that generates the compressed character string data from the input character string using the character code compression method according to any one of claims 1 to 5,
A storage unit for storing various programs executed by the calculation unit;
A writing unit for writing the compressed character string data to an external memory;
A data writing apparatus comprising:
演算部、記憶部、及び、書込部を備えたコンピュータに読み出されて実行されることにより、前記コンピュータを請求項8に記載のデータ書込装置として機能させることを特徴とするデータ書込プログラム。   9. A data writing device comprising: a computer having an arithmetic unit, a storage unit, and a writing unit, and causing the computer to function as the data writing device according to claim 8 by being read and executed. program. 外部メモリから圧縮文字列データを読み出す読出部と、
請求項6または請求項7に記載された文字コード復元方法を用いて前記圧縮文字列データから出力文字列を生成する演算部と、
前記演算部で実行される各種プログラムを格納する記憶部と、
を有することを特徴とするデータ読出装置。
A reading unit for reading compressed character string data from an external memory;
An operation unit that generates an output character string from the compressed character string data using the character code restoration method according to claim 6 or 7,
A storage unit for storing various programs executed by the calculation unit;
A data reading device comprising:
読出部、演算部、及び、記憶部を備えたコンピュータに読み出されて実行されることにより、前記コンピュータを請求項10に記載のデータ読出装置として機能させることを特徴とするデータ読出プログラム。   A data reading program that causes a computer to function as the data reading device according to claim 10 by being read and executed by a computer including a reading unit, a calculation unit, and a storage unit.
JP2011214584A 2011-09-29 2011-09-29 Character code compression method and character code restoration method Expired - Fee Related JP5866168B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011214584A JP5866168B2 (en) 2011-09-29 2011-09-29 Character code compression method and character code restoration method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011214584A JP5866168B2 (en) 2011-09-29 2011-09-29 Character code compression method and character code restoration method

Publications (2)

Publication Number Publication Date
JP2013073592A true JP2013073592A (en) 2013-04-22
JP5866168B2 JP5866168B2 (en) 2016-02-17

Family

ID=48478007

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011214584A Expired - Fee Related JP5866168B2 (en) 2011-09-29 2011-09-29 Character code compression method and character code restoration method

Country Status (1)

Country Link
JP (1) JP5866168B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113095042A (en) * 2021-03-23 2021-07-09 广州零端科技有限公司 Character string encryption method, system, device and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01263825A (en) * 1988-04-15 1989-10-20 Nec Corp Cross-reference processing system for language processing program
JP2001043150A (en) * 1999-07-28 2001-02-16 Nec Corp File transfer device
US6400293B1 (en) * 1999-12-20 2002-06-04 Ric B. Richardson Data compression system and method
JP2009529194A (en) * 2006-03-03 2009-08-13 ハネウェル・インターナショナル・インコーポレーテッド Compression and data encoding for transmission in character-based protocols

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01263825A (en) * 1988-04-15 1989-10-20 Nec Corp Cross-reference processing system for language processing program
JP2001043150A (en) * 1999-07-28 2001-02-16 Nec Corp File transfer device
US6400293B1 (en) * 1999-12-20 2002-06-04 Ric B. Richardson Data compression system and method
JP2009529194A (en) * 2006-03-03 2009-08-13 ハネウェル・インターナショナル・インコーポレーテッド Compression and data encoding for transmission in character-based protocols

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113095042A (en) * 2021-03-23 2021-07-09 广州零端科技有限公司 Character string encryption method, system, device and storage medium
CN113095042B (en) * 2021-03-23 2023-12-19 广州零端科技有限公司 Character string encryption method, system, device and storage medium

Also Published As

Publication number Publication date
JP5866168B2 (en) 2016-02-17

Similar Documents

Publication Publication Date Title
EP2677451B1 (en) License verification method and apparatus, and computer readable storage medium storing program therefor
KR102535450B1 (en) Data storage method and apparatus, and computer device and storage medium thereof
JP6476647B2 (en) Compression program, compression apparatus, compression method, decompression program, decompression apparatus, and decompression method
JP2002529849A (en) Data compression method for intermediate object code program executable in embedded system supplied with data processing resources, and embedded system corresponding to this method and having multiple applications
JP5866168B2 (en) Character code compression method and character code restoration method
CN113590551B (en) Material digital expansion format system, method, medium and equipment
JP6613669B2 (en) Compression program, compression method, information processing apparatus, replacement program, and replacement method
US20230163783A1 (en) Systems and Methods for Lossless Compression of Tabular Numeric Data
JP6540340B2 (en) Function call information collecting method and function call information collecting program
JP2018195956A (en) Encoding program, encoding device and encoding method
CN103138766A (en) Method and device of compression and decompression of data
CN102831347B (en) Data processing method and device
US10191657B2 (en) Compression-based detection of memory inefficiency in software programs
CN111401544A (en) Compression method and device for deep neural network and computer readable storage medium
KR102285940B1 (en) Data processing circuit, data storage device comprising data processing circuit and operating method thereof
JP2003014784A (en) Digital data processing method, processor, and processing program
JP2002333998A (en) System for acquiring inside information of virtual machine
JP5585317B2 (en) COMPRESSION DEVICE, COMPRESSION METHOD, COMPRESSION PROGRAM, AND RESTORE DEVICE
JP6693549B2 (en) Information processing apparatus, information processing method, and information processing program
JP2012034272A (en) Device and method for compressing character string data and device and method for decompressing character string data
KR100488805B1 (en) System for data processing of ASN.1 editor and method thereof
JPH06290021A (en) Method for compressing source program
JP2006309536A (en) Program and device for managing file
CN112487317A (en) Uniform Resource Locator (URL) conversion method, device, equipment and medium
TWI656444B (en) Scope external reference detecting device, method and recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140926

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150831

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150908

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20151104

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20151104

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20151215

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160104

R150 Certificate of patent or registration of utility model

Ref document number: 5866168

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees