JP3306756B2 - Accelerated quick sort processing method - Google Patents

Accelerated quick sort processing method

Info

Publication number
JP3306756B2
JP3306756B2 JP30475391A JP30475391A JP3306756B2 JP 3306756 B2 JP3306756 B2 JP 3306756B2 JP 30475391 A JP30475391 A JP 30475391A JP 30475391 A JP30475391 A JP 30475391A JP 3306756 B2 JP3306756 B2 JP 3306756B2
Authority
JP
Japan
Prior art keywords
value
record
pointed
boundary
rear side
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
Application number
JP30475391A
Other languages
Japanese (ja)
Other versions
JPH05143286A (en
Inventor
道広 横山
健 宮城
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.)
Fujitsu Ltd
PFU Ltd
Original Assignee
Fujitsu Ltd
PFU 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 Fujitsu Ltd, PFU Ltd filed Critical Fujitsu Ltd
Priority to JP30475391A priority Critical patent/JP3306756B2/en
Publication of JPH05143286A publication Critical patent/JPH05143286A/en
Application granted granted Critical
Publication of JP3306756B2 publication Critical patent/JP3306756B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Complex Calculations (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は,通常行われるクイック
・ソート処理方法に対して,境界値と同じレコード値を
もつものに対して,基本的には,交換対象からはずすよ
うにして,処理速度を向上するようにした高速化された
クイック・ソート処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a quick sort processing method which is generally performed by removing a record having the same record value as a boundary value from an exchange target. The present invention relates to a quick sort processing method having an improved speed.

【0002】[0002]

【従来の技術】従来から内部ソートの手法としてクイッ
ク・ソート処理方法が知られており,当該クイック・ソ
ート処理方法は従来から処理速度が早いものの1つとさ
れている。
2. Description of the Related Art Conventionally, a quick sort processing method has been known as an internal sorting method, and the quick sort processing method has been conventionally regarded as one of the processing speeds being high.

【0003】図5と図6とは一緒に連らなって1つのク
イック・ソート処理方法を説明する処理例を示す。図
5,図6においては,与えられた複数のレコード値が,
図5の最上段に示される如く,図示左端から 5585145655575552555 であるとしている。
FIG. 5 and FIG. 6 show an example of a process in which one quick sort processing method is linked together. In FIGS. 5 and 6, given record values are:
As shown at the top of FIG. 5, it is assumed that it is 558145556555755555555 from the left end in the figure.

【0004】図5を上方から順にチェックし,図6に連
らなって行くと判る如く, (1):前方側(図示左側−以下同じ)からポインタI
を置いてレコード値をポイントし,後方側(図示右側−
以下同じ)からポインタJを置いてレコード値をポイン
トし,当該ポインタIによってポイントされたレコード
値が境界値(図示の場合,値5)に等しいかより大きい
場合であって,かつポインタJによってポイントされた
レコード値が境界値に等しいかより小さい場合に,両者
のレコード値について位置交換を行うようにしている。 (2):処理(2)においては交換条件に合致している
ことから交換が行われ,処理(3)に示す如く,ポイン
タI,Jが進められる。 (3):処理(3)においても交換条件に合致しており
交換が行われる。 (4):処理(4)においても交換が行われる。 (5):処理(5)においても交換が行われる。 (6):処理(6)においても交換が行われるが,それ
以前の状態,即ちポインタIがレコード値1やレコード
値4をポイントしていた状態の下では,交換条件に合致
しないことから,交換は行われない。 (7):処理(7)においても交換が行われる。 (8):処理(8)においても交換が行われる。 (9):処理(9)においてはポインタJの側で交換条
件と合致せずに交換は行われないで,ポインタJのみが
進められる。 (10):処理(10)においても交換が行われる。 (11):処理(11)において,ポインタIとポイン
タJとが位置的に衝突したので,この位置で区分され
る。 (12):処理(12)は上記複数のレコード値が,境
界値に等しいかより小さいものと,境界値に等しいかよ
り大きいものとの群に区分されている。そして全体の処
理に当って交換回数が8であることが判る。
FIG. 5 is checked in order from the top, and as can be seen from FIG. 6, (1): a pointer I from the front side (left side in FIG.
, Point to the record value,
The same applies to the following, the pointer J is placed, and the record value is pointed. When the record value pointed by the pointer I is equal to or larger than the boundary value (value 5 in the figure), and the pointer J points. When the obtained record value is equal to or smaller than the boundary value, position exchange is performed for both record values. (2): In the process (2), the exchange is performed because the exchange condition is satisfied, and the pointers I and J are advanced as shown in the process (3). (3): In the process (3), the exchange condition is satisfied, and the exchange is performed. (4): Exchange is also performed in process (4). (5): Exchange is also performed in process (5). (6): Although the exchange is performed also in the process (6), the exchange condition does not match in the state before that, that is, in the state where the pointer I points to the record value 1 or the record value 4, No exchange takes place. (7): Exchange is also performed in process (7). (8): Exchange is also performed in process (8). (9): In the process (9), the exchange is not performed because the pointer J does not match the exchange condition, and only the pointer J is advanced. (10): Exchange is also performed in the process (10). (11): In the process (11), since the pointer I and the pointer J collide with each other in position, they are separated at this position. (12): The process (12) is divided into groups in which the record values are equal to or smaller than the boundary value and those in which the record values are equal to or larger than the boundary value. Then, it is found that the number of replacements is eight in the entire processing.

【0005】[0005]

【発明が解決しようとする課題】図5,図6に示した従
来のクイック・ソート処理方法の場合には,図5,図6
から判る如く,境界値と等しいレコード値をもつものが
交換の対象となっている。
In the case of the conventional quick sort processing method shown in FIGS.
As can be seen, those having a record value equal to the boundary value are to be exchanged.

【0006】このために,与えられた複数のレコード値
において,上記境界値に等しい値をもつものが多い場合
には,いわば不必要な交換処理が行われることになって
しまう。
For this reason, if there are many given record values having the same value as the boundary value, unnecessary exchange processing is performed.

【0007】本発明は,不必要な交換処理をなるべく少
なくし,かつ与えられた複数のレコード値を2つに区分
するに当ってなるべく均等に区分されるようにすること
を目的としている。
SUMMARY OF THE INVENTION It is an object of the present invention to reduce unnecessary exchange processing as much as possible and to divide a given plurality of record values into two as equally as possible.

【0008】[0008]

【課題を解決するための手段】図1は本発明の原理を説
明する図である。 (処理A):与えられた複数のレコード値のいくつかを
抽出したサンプルを得る。 (処理B):当該サンプルをもとに境界値を定める。 (処理C):当該サンプルを例えば3個とし,その3個
のサンプルにおいて同じ値をもつものが複数個存在する
か否かをチェックする(複数個存在すれば,その値を境
界値と定めた上で,本発明において提案する「高速化さ
れたクイック・ソート処理方法」(以下QS2と略すこ
とがある)を用いる。また複数個存在しなければ,それ
らの値の中間のものの値を境界値と定めた上で,図5,
図6にて説明した従来のクイック・ソート処理方法(以
下QS1と略すことがある)を用いる。)。 (処理D):QS1によりソートを行う。 (処理E):QS2によりソートを行う。 (処理F):いずれかのソートによって得られた2つの
群について,夫々ソート処理を行う。
FIG. 1 is a diagram for explaining the principle of the present invention. (Process A): A sample is obtained by extracting some of the given record values. (Process B): A boundary value is determined based on the sample. (Process C): The number of the samples is, for example, three, and it is checked whether or not there are a plurality of samples having the same value in the three samples (if there are a plurality of samples, the value is determined as a boundary value). In the above, the "speeded-up quick sort processing method" proposed in the present invention (hereinafter sometimes abbreviated as QS2) is used. Figure 5
The conventional quick sort processing method described in FIG. 6 (hereinafter sometimes abbreviated as QS1) is used. ). (Process D): Sort by QS1. (Process E): Sort by QS2. (Process F): Sort processing is performed on each of the two groups obtained by one of the sorts.

【0009】[0009]

【作用】QS2は,基本的には, (i) :分割対象区間を調べるに当って上記前方側から
のポイントと上記後方側からのポイントとを交互に行
う。
The operation of the QS2 is basically (i): the points from the front side and the points from the rear side are alternately performed in examining the section to be divided.

【0010】(ii) :最初の側の交換対象レコード値を
探す際には上記境界値と同じ値をもつレコード値を飛ば
して(交換対象とみないで)交換対象レコードを見出す
ようにする。
(Ii): When searching for a record to be replaced on the first side, a record value having the same value as the above boundary value is skipped (not to be regarded as a replacement), and a record to be replaced is found.

【0011】(iii):最初の側の交換対象レコードが見
出された後の他方の側の交換対象レコード値を探す際に
は上記境界値と同じ値をもつレコード値をも交換対象と
するようにする。
(Iii): When the value of the record to be replaced on the other side after the record to be replaced on the first side is found, the record value having the same value as the above boundary value is also to be replaced. To do.

【0012】[0012]

【実施例】図2は,本発明にいうQS2における一実施
例処理フローを示す。図中のIは前方側からのポイン
タ,Jは後方側からのポインタであり,図中ではアドレ
スIとアドレスJとして記述されている。またレコード
IやレコードJとは,アドレスIやアドレスJが指すレ
コードの値(キー値)を表わしている。
FIG. 2 shows a processing flow of an embodiment in QS2 according to the present invention. In the figure, I is a pointer from the front side, and J is a pointer from the rear side, and are described as an address I and an address J in the figure. The record I and the record J represent the value (key value) of the record indicated by the address I and the address J.

【0013】図中の処理(a)は,レコードIが境界値
に等しいかより小さい状態を検知する。処理(b)は,
ポインタIに次のレコードのアドレスを与える(ポイン
タIを進める)。処理(c)は,ポインタIとポインタ
Jとが位置的に衝突したか否かを調べる。処理(d)は
処理全体の終了を表わしている。また処理(f)は,ポ
インタJに前のレコードのアドレスを与える(ポインタ
Jを進める)。処理(o)は,レコードIとレコードJ
とを位置交換する。その他の処理については,説明を省
略するが,処理内容自体は容易に類推されよう。
The process (a) in the figure detects a state where the record I is equal to or smaller than the boundary value. Processing (b) is
The address of the next record is given to the pointer I (the pointer I is advanced). The process (c) checks whether or not the pointer I and the pointer J collide with each other. The process (d) indicates the end of the entire process. In the process (f), the address of the previous record is given to the pointer J (the pointer J is advanced). Processing (o) is for record I and record J
And position exchange. The description of the other processing is omitted, but the processing itself can be easily inferred.

【0014】以下,図3,図4を参照しつつ,QS2に
おける処理の例を説明する。図3と図4とは一緒に連ら
なって1つのQS2処理方法を説明する処理例を表わし
ている。
Hereinafter, an example of the process in QS2 will be described with reference to FIGS. FIG. 3 and FIG. 4 show an example of a process in which one QS2 processing method is linked together.

【0015】今,図示(13)にされる如き複数のレコ
ード値が与えられたとするとき,例えば先頭から1/4
附近と,真中附近と,後から1/4附近との位置を選
び,サンプルAとサンプルBとサンプルCとを抽出す
る。
When a plurality of record values are given as shown in FIG.
The positions of the vicinity, the vicinity of the center, and the position of the vicinity of 1/4 are selected, and a sample A, a sample B, and a sample C are extracted.

【0016】このとき,サンプル値がすべて異なってい
る場合には,上記境界値として中央値を選び,上述のQ
S1によるソートを行う(図1参照)。サンプル値に同
じ値のものが存在すれば,その値を境界値とし,上述の
QS2によるソートを行う(図1参照)。 (13):処理(13)において,図2のスタートに対
応する 『I←ソート区間先頭レコードアドレス J←ソート区間最終レコードアドレス』 に対応するようにポインタI,Jがセットされる。 (14):処理(14)においては,処理(13)にお
いて図2に示す処理(a)がYとなったことから,ポイ
ンタIを進めている。 (15):処理(15)においては,処理(14)の状
態から,処理(c),(e),(f),(g),
(a),(b),(c)をへて,処理(e)に達した状
態を表わしている。 (16):処理(16)においては,以下,処理
(f),(g),(a),(i),(m)をへて,処理
(o)に達した状態を表わしている。 (17):処理(17)においては,処理(p)に達し
た状態を表わしている。 (18):処理(18)においては,以下,処理
(q),(a),(b),(c),(e)をへて,処理
(k)に達した状態を表わしている。 (19):処理(19)においては,以下,処理
(l),(k),(l),(k),(m)をへて,処理
(o)に達した状態を表わしている。 (20):処理(20)においては,処理(p)に達し
た状態を表わしている。 (21):処理(21)においては,以下,処理
(q),(a),(i),(m)をへて,処理(o)に
達した状態を表わしている。 (22):処理(22)においては,処理(p)に達し
た状態を表わしている。 (23):処理(23)においては,以下,処理
(q),(o),(b),(c),(e),(f),
(g),(a),(b),(c),(e)をへて,処理
(f)に達した状態を表わしている。 (24):処理(24)においては,以下,処理
(g),(a),(b),(c)をへて,処理(e)に
達した状態を表わしている。(25):処理(25)に
おいては,以下,処理(f)をへて,処理(g)に達し
た状態を表わしている。 (26):処理(26)は,処理(h)に達し,2つの
群に区分された状態を表わしている。そしてQS2によ
るソートの場合には,交換目的が3で足りることを表わ
している。
At this time, if all the sample values are different, a median value is selected as the boundary value, and the above Q value is selected.
Sorting by S1 is performed (see FIG. 1). If there is a sample value having the same value, the value is set as a boundary value and the above-described sorting by QS2 is performed (see FIG. 1). (13): In the process (13), the pointers I and J are set so as to correspond to "I ← sort section start record address J ← sort section end record address" corresponding to the start in FIG. (14): In the process (14), since the process (a) shown in FIG. 2 becomes Y in the process (13), the pointer I is advanced. (15): In the process (15), the processes (c), (e), (f), (g),
(A), (b), and (c) represent a state in which processing (e) has been reached. (16): In the process (16), a state in which the process (f), (g), (a), (i), and (m) is reached and the process (o) is reached is shown below. (17): In the process (17), a state where the process (p) has been reached is shown. (18): In the process (18), a state in which the process (k) is reached after the processes (q), (a), (b), (c), and (e) is described. (19): In the process (19), the state where the process (o) is reached after the processes (l), (k), (l), (k), and (m) is shown. (20): In the process (20), a state where the process (p) has been reached is shown. (21): In the process (21), a state in which the process (o) is reached after the processes (q), (a), (i) and (m) is shown. (22): In the process (22), a state where the process (p) has been reached is shown. (23): In the process (23), the processes (q), (o), (b), (c), (e), (f),
(G), (a), (b), (c), and (e) are shown, and the state which reached process (f) is shown. (24): In the process (24), the state in which the process (g), (a), (b), and (c) is reached and the process (e) is reached is shown below. (25): In the process (25), a state in which the process (f) is reached and the process (g) is reached is shown below. (26): The process (26) has reached the process (h) and represents a state in which it is divided into two groups. And in the case of sorting by QS2, it indicates that the exchange purpose is three.

【0017】図7は元のデータが異なる場合における処
理結果を比較する説明図である。図示の場合には,元の
データが, 557555555555555555 である場合であって,QS1の場合に交換回数が9で
あって,図示の如く区分され,QS2の場合に交換回
数が1であって,図示の如く区分されることを表わして
いる。
FIG. 7 is an explanatory diagram for comparing the processing results when the original data is different. In the case shown in the figure, the original data is 55755555555555555555. In the case of QS1, the number of exchanges is nine. Is represented as follows.

【0018】更に,図示の場合は,上記QS2おいて
分割対象区間を調べるに当って上記前方側からのポイン
トと上記後方側からのポイントとを交互に行うようにし
ているのに対して,当該交互にみることを省略し,かつ
境界値と同じレコード値をもつものをすべて交換対象と
しないようにした方法(参考例I)の場合である。この
参考例Iの場合には,交換回数が0であるが,区分結果
が図示の場合のように片寄るものとなっている。
Furthermore, in the case shown in the figure, the points from the front side and the points from the rear side are alternately performed in examining the division target section in the QS2. This is the case of the method (Reference Example I) in which the alternate viewing is omitted and all the records having the same record value as the boundary value are not subjected to exchange. In the case of the reference example I, the number of replacements is 0, but the sorting result is offset as in the case shown in the figure.

【0019】また,図示の場合は,上記QS2に対し
て,交互にみることを受けつぐが,境界値と同じレコー
ド値をもつものをすべて交換対象としないようにした方
法(参考例II)の場合である。この参考例IIの場合に
も,交換回数は0であるが,区分結果が図示の場合のよ
うに片寄るものとなっている。
In the case shown in the figure, the above-mentioned QS2 is received alternately, but all the records having the same record value as the boundary value are excluded from the exchange (Reference Example II). Is the case. Also in the case of the reference example II, the number of replacements is 0, but the classification result is biased as shown in the figure.

【0020】[0020]

【発明の効果】以上説明した如く,本発明によれば,交
換回数をより少なくすると共に,区分結果が比較的均等
なものとなる。
As described above, according to the present invention, the number of replacements can be further reduced, and the division results can be relatively uniform.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の原理を説明する図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】本発明にいうQS2における一実施例処理フロ
ーを示す。
FIG. 2 shows a processing flow of an embodiment in QS2 according to the present invention.

【図3】QS2の処理例を示す。FIG. 3 shows a processing example of QS2.

【図4】QS2の処理例を示す。FIG. 4 shows a processing example of QS2.

【図5】QS1の処理例を示す。FIG. 5 shows a processing example of QS1.

【図6】QS1の処理例を示す。FIG. 6 shows a processing example of QS1.

【図7】元のデータが異なる場合における処理結果を比
較する説明図
FIG. 7 is an explanatory diagram for comparing processing results when original data is different.

【符号の説明】[Explanation of symbols]

1 サンプル抽出 2 境界値決定 3 QS1,QS2判定 4 QS1処理 5 QS2処理 6 共通処理 1 Sample extraction 2 Boundary value determination 3 QS1, QS2 judgment 4 QS1 processing 5 QS2 processing 6 Common processing

───────────────────────────────────────────────────── フロントページの続き (72)発明者 宮城 健 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 (56)参考文献 特開 平2−71327(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 7/24 ────────────────────────────────────────────────── ─── Continuation of front page (72) Inventor Takeshi Miyagi 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture Inside Fujitsu Limited (56) References JP-A-2-71327 (JP, A) (58) Fields investigated (Int.Cl. 7 , DB name) G06F 7/24

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 与えられた複数のレコード値を前方側か
らと後方側からと夫々順にポイントしてゆき,いずれか
一方である所の前方側でポイントされたレコード値が境
界値に等しいか大きい場合であってかつ上記いずれか他
方である所の後方側でポイントされたレコード値が境界
値よりも小さい場合を条件として,前方側でポイントさ
れたレコード値と後方側でポイントされたレコード値と
を交換するようにしつつソートを行うクイック・ソート
処理方法において,上記境界値を決定する処理を行った
後に,分割対象区間を調べるに当って上記前方側からの
ポイントと上記後方側からのポイントとを交互に行うと
共に,最初の側の交換対象レコード値を探す際には上記
境界値と同じ値をもつレコード値を飛ばして探す処理
と,最初の側の交換対象レコード値が見出された後の他
方の側の交換対象レコード値を探す際には上記境界値と
同じ値をもつレコード値をも交換対象とする処理とを実
行するようにし,上記前方側からポイントされるレコー
ド値と上記後方側からポイントされるレコード値とが位
置的に衝突した個所をもって,上記分割対象区間として
区分するようにしたことを特徴とする高速化されたクイ
ック・ソート処理方法。
1. A plurality of given record values are sequentially pointed from the front side and from the rear side, and the record value pointed at one of the front sides is equal to or larger than the boundary value. The record value pointed forward and the record value pointed backward are conditional on the condition that the record value pointed at the rear side of one of the other is smaller than the boundary value. In the quick sort processing method in which sorting is performed while exchanging data, after performing the processing for determining the boundary value, the points from the front side and the points from the rear side are examined in examining the division target section. Are performed alternately, and when searching for a record value to be replaced on the first side, a process of skipping record values having the same value as the above boundary value is performed. When searching for the record value to be replaced on the other side after the elephant record value has been found, the process for exchanging a record value having the same value as the boundary value as described above is executed. Wherein the record value pointed to from above and the record value pointed to from the rear side collide with each other and are divided as the division target section at a position where the record value points from the rear side. .
【請求項2】 与えられた複数のレコード値について複
数個分をサンプルした上で上記境界値を決定するように
すると共に,当該サンプルされたレコード値に関して,
その中で,同じ値をもつものが存在するか否かを調べる
ようにし,同じ値をもつものが存在した場合に,上記請
求項1による処理を実行するようにしたことを特徴とす
る請求項1記載の高速化されたクイック・ソート処理方
法。
2. The method according to claim 2, wherein a plurality of sampled record values are sampled, and the boundary value is determined.
In this case, it is checked whether or not there is one having the same value, and when there is one having the same value, the processing according to claim 1 is executed. 2. The accelerated quick sort processing method according to 1.
JP30475391A 1991-11-20 1991-11-20 Accelerated quick sort processing method Expired - Fee Related JP3306756B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30475391A JP3306756B2 (en) 1991-11-20 1991-11-20 Accelerated quick sort processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30475391A JP3306756B2 (en) 1991-11-20 1991-11-20 Accelerated quick sort processing method

Publications (2)

Publication Number Publication Date
JPH05143286A JPH05143286A (en) 1993-06-11
JP3306756B2 true JP3306756B2 (en) 2002-07-24

Family

ID=17936814

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30475391A Expired - Fee Related JP3306756B2 (en) 1991-11-20 1991-11-20 Accelerated quick sort processing method

Country Status (1)

Country Link
JP (1) JP3306756B2 (en)

Also Published As

Publication number Publication date
JPH05143286A (en) 1993-06-11

Similar Documents

Publication Publication Date Title
US4167728A (en) Automatic image processor
JP3175632B2 (en) Scene change detection method and scene change detection device
CN112270679A (en) Image segmentation method for convex polygon outline combining concave points and concave edges
JP3306756B2 (en) Accelerated quick sort processing method
US6760737B2 (en) Spatial median filter
CN111178508A (en) Operation device and method for executing full connection layer in convolutional neural network
JPH0721198A (en) Image retrieving method
US6009194A (en) Methods, systems and computer program products for analyzing information in forms using cell adjacency relationships
US7403666B2 (en) Apparatus and method of filtering digital information
JP3534471B2 (en) Merge sort method and merge sort device
JPS59121436A (en) Sorting method of data group
JPH01171021A (en) Sorting processor
CN116230086B (en) Method and device for improving safety of probe by modifying die body
WO2017216582A1 (en) Image processing
JP2943694B2 (en) Data registration method and data search method
JPH0588357A (en) Method for inspecting mask pattern
JP2002133363A (en) Bar code demodulation system
CN118115985A (en) Vehicle recall method and device
JP3948943B2 (en) Graphic recognition method and apparatus
JPH04242840A (en) Execution step distribution calculating system
JPH0752447B2 (en) Search method and device
JP2601531B2 (en) Computer mapping device
JPH01173230A (en) Merge processing system
JP4320868B2 (en) Character reader
JPH0793129A (en) Sort system

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: 20020416

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313532

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees