JPH02138619A - Data retrieving and sorting device for electronic equipment - Google Patents

Data retrieving and sorting device for electronic equipment

Info

Publication number
JPH02138619A
JPH02138619A JP1257750A JP25775089A JPH02138619A JP H02138619 A JPH02138619 A JP H02138619A JP 1257750 A JP1257750 A JP 1257750A JP 25775089 A JP25775089 A JP 25775089A JP H02138619 A JPH02138619 A JP H02138619A
Authority
JP
Japan
Prior art keywords
block
data
sorting
search
jan
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.)
Pending
Application number
JP1257750A
Other languages
Japanese (ja)
Inventor
Kazuyoshi Haruhara
春原 一義
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP1257750A priority Critical patent/JPH02138619A/en
Publication of JPH02138619A publication Critical patent/JPH02138619A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To shorten the time necessary for sorting by dividing a data storing means into plural blocks and executing the retrieving and sorting with a block unit. CONSTITUTION:When input data is given a data retrieving means C executes a retrieval at every block in order to retrieve data corresponding to this from a data storing means A. That is, the data sorting means B executes the sorting by a unit of a block in accordance with a prescribed rule with respect to data in some block (for instance, a block 2) instead of executing the sorting to all data brought to entry in the data storage means A. Consequently, in accordance with the number of divisions of the block, the time necessary for sorting is shortened.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は電子機器におけるデータ検索会ソーティング
装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Industrial Field of Application] The present invention relates to a data search group sorting device for electronic equipment.

[従来の技術] 従来のデータ検索方式としてはファイルを逐次検索する
方式、例えば特開昭59−106072号公報に示され
るような逐次比較方式が知られている。しかしこのよう
なものではデータ数が多くなると検索速度が遅くなり効
率が著しく悪くなる。そこで、ハツシュ方式、2分枝方
式を用いたものが実現している。
[Prior Art] As a conventional data search method, a method of sequentially searching files is known, for example, a successive approximation method as disclosed in Japanese Patent Application Laid-open No. 59-106072. However, in such a system, when the amount of data increases, the search speed slows down and the efficiency deteriorates significantly. Therefore, methods using the hashish method and the two-branch method have been realized.

[発明が解決しようとする課題] これらの方式を用いた場合の具体例として簡易PO3(
販売時点情報管理システム)等におけるJ A N (
Japanese Article Number)7
 フィルの検索、ソーティングを考察する。ハツシュ方
式では、全体のファイル容量に占める有効データの割合
が多くなればなるほど逐次比較方式と似たような検索動
作を行ってしまう、特に、有効データの占有率が80%
程度を超えてくると検索の効率が著しく悪くなってくる
。従って簡易POSで4000項目分のメモリが実装さ
れていてもそのうち3200項目分しか有効エリアとし
て利用できない、つまり3200項目しかエントリでき
ない。
[Problem to be solved by the invention] As a specific example of using these methods, simple PO3 (
JA N (point of sale information management system), etc.
Japanese Article Number)7
Consider searching and sorting files. In the hash method, as the proportion of valid data in the total file capacity increases, the search operation becomes similar to the successive approximation method.In particular, when the proportion of valid data is 80%
When this level is exceeded, search efficiency becomes significantly worse. Therefore, even if a simple POS is equipped with a memory for 4,000 items, only 3,200 of them can be used as an effective area, that is, only 3,200 items can be entered.

また、ハツシュ方式の欠点としてサーチの結果なしくN
ot Found )までのデータの検索回数の決定が
困難であり、PO3等でオペレータが商品をスキャ7 
LりtANot Found  までのレスポンスが悪
くなってしまう、一方、2分枝方式を用いた場合、ハツ
シュ方式の欠点であるメモリの有効利用ができないこと
、%gj Found処理が困難であるという点につい
て満足される。しかし、その反面2分枝方式で検索を行
うためには、あらかじめ検索ファイルを一定の規則(数
値の大小順等)に従ってソーティング(分類)して置く
必要がある。このソーティングは非常に時間のかかる処
理で、例えばJANファイルの設定ごとに行なおうとす
る場合、オペレータは待ち時間が非常に長くなり、他の
仕事ができないといった不都合がある。
In addition, one of the drawbacks of the hash method is that there are no search results
It is difficult to determine the number of searches for data up to
On the other hand, when using the two-branch method, we are not satisfied with the drawbacks of the hash method, such as the inability to use memory effectively and the difficulty in processing %gj Found. be done. However, on the other hand, in order to perform a search using the two-branch method, it is necessary to sort (classify) the search files in advance according to certain rules (such as numerical order). This sorting is a very time-consuming process, and if it is to be performed for each JAN file setting, for example, the operator will have to wait for a very long time and will be unable to perform other tasks.

この原因は2分枝方式などで検索を行い得るようにする
ためにはファイルのデータをソーティングしておかなけ
ればならないためである。
The reason for this is that file data must be sorted in order to be able to perform a search using a two-branch method or the like.

してみれば、2分枝方式などで検索をするにはファイル
のデータをソーティングしておく必要があるので、その
ソーティング方法に工夫をして処理時間を短縮すればよ
いものと思われる。
In light of this, since it is necessary to sort the file data in order to perform a search using the two-branch method, it would seem that the processing time could be shortened by devising a sorting method.

この発明の課題はソーティング時間を短縮できるように
することである。
An object of this invention is to shorten the sorting time.

[課題を解決するための手段] この発明の手段は次の通りである。[Means to solve the problem] The means of this invention are as follows.

データ記憶手段A(第1図の機能ブロック図を参照、以
下同じ)は複数のブロックに分割され、例えばJANコ
ードと対応づけて売上データが記憶される。そして、デ
ータソーティング手段Bはブロック単位でデータ記憶手
段Aに対しデータのソーティングを行い、このソーティ
ングされたデータ記憶手段Aに対しブロック単位でデー
タ検索手段Cは入力データに対応するデータの検索を行
う。
Data storage means A (see the functional block diagram of FIG. 1, the same applies hereinafter) is divided into a plurality of blocks, and stores sales data in association with, for example, JAN codes. Then, the data sorting means B sorts the data in the data storage means A in units of blocks, and the data search means C searches for data corresponding to the input data for the sorted data storage means A in units of blocks. .

[作 用] この発明の手段の作用は次の通りである。[Work] The operation of the means of this invention is as follows.

データ検索手段Cは入力データ(例えばJANコード)
が与えられると、これに対応するデータをデータ記憶手
段Aから検索するため、ブロックごとに検索を行う、各
ブロックには例えば1000項目分のJANコードが認
定可能であり、データ検索手段Cはまず最初のブロック
l内に、入力されたJANコードと一致するものがある
か否かを検索する。そしてなければ次のブロック内を検
索するという動作をくり返す、ブロック内の検索は、例
えば2分枝方式で実行される。この種のブロック内検索
を可能にするためデータソーティング手段Bが設けられ
ている。すなわちデータソーティング手段Bは、あるブ
ロック(例えばブロック2)内のデータを一定の規則に
従ってソーティングをデータ記憶手段Aにエントリされ
ている全データに対して行う代りに、ブロック単位で行
う、したがってブロックの分割数に応じてソーティング
に要する時間が短縮される。一方、検索の際の比較回数
(乎均比較回数)の方は、ブロックの数が増えるにつれ
若干増加するが、これは実用上の時間からいえば問題と
ならない長さである。
Data search means C is input data (for example, JAN code)
is given, in order to search for the corresponding data from the data storage means A, the search is performed block by block. For example, JAN codes for 1000 items can be recognized in each block, and the data search means C first searches for the corresponding data from the data storage means A. A search is made to see if there is a match in the first block l with the input JAN code. If not, the search within the block is performed by repeating the operation of searching within the next block, for example, using a two-branch method. Data sorting means B is provided to enable this type of intra-block search. In other words, the data sorting means B sorts the data in a certain block (for example, block 2) according to a certain rule on a block-by-block basis instead of sorting all the data entered in the data storage means A. The time required for sorting is reduced depending on the number of divisions. On the other hand, the number of comparisons during a search (the average number of comparisons) increases slightly as the number of blocks increases, but this is not a problem in terms of practical time.

したがって、ソーティング時間を短縮することができる
Therefore, sorting time can be shortened.

[実施例] 以下、一実施例を第2図ないし第4図を参照しながら詳
細に説明する。
[Example] Hereinafter, an example will be described in detail with reference to FIGS. 2 to 4.

第2図はECRあるいはPO5に適用した場合の全体の
MIJ威図である。1は売上データを記憶する合計メモ
リであり、そのFLU合計メモリ内に本実施例で用いる
JANファイルがある。このJANファイルはここでは
4つのブロックに分割されており、各ブロックは1oo
o項目分のデータを記憶回部である。2は装置全体を制
御するCPUで、その演算部2aにより各種の演算が実
行され、その制御部2bで各種の制御が実行され、その
転送部2cにより周辺デバイス間のデー夕転送等が行な
われる。さらに、本実施例では、CPU2は検索とソー
ティングのために、JANファイルの各ブロックを指定
するためのブロックポインタ2d及び2eで示される4
つの配列束ポインタないし空フラグ、すなわち夫々、対
応するブロック内の空位置を支持する空フラグ1〜4(
2e)を使用する。3はJANコード等の商品コードを
バーコードから読み取るバーコード読取部であり、読み
取ったJANコードは検索のためCPU2へ送られる。
Figure 2 shows the overall MIJ power diagram when applied to ECR or PO5. Reference numeral 1 denotes a total memory for storing sales data, and within the FLU total memory there is a JAN file used in this embodiment. This JAN file is here divided into four blocks, each block is 1oo
This section stores data for o items. Reference numeral 2 denotes a CPU that controls the entire device, its calculation section 2a executes various calculations, its control section 2b executes various controls, and its transfer section 2c performs data transfer between peripheral devices, etc. . Furthermore, in this embodiment, the CPU 2 uses four block pointers 2d and 2e for specifying each block of the JAN file for searching and sorting.
one array bundle pointer or empty flag, i.e., empty flags 1 to 4 (respectively) supporting an empty position in the corresponding block
Use 2e). Reference numeral 3 denotes a barcode reading unit that reads a product code such as a JAN code from a barcode, and the read JAN code is sent to the CPU 2 for retrieval.

4はキー人力部であり、各種のキーとしてモード選択キ
ー4a、il数キー4b、金額設定キー4c、現/預キ
ー4d、その他のファンクションキー40が設けられて
いる。5は金銭ドロア、6は各種のデータを表示する表
示部、7はレシート等を印字する印字部である。
Reference numeral 4 denotes a key input section, which includes various keys such as a mode selection key 4a, an IL number key 4b, an amount setting key 4c, a current/deposit key 4d, and other function keys 40. 5 is a money drawer, 6 is a display section for displaying various data, and 7 is a printing section for printing receipts and the like.

以上のように構成した実施例の動作について、JANコ
ード及び関連データ(商品キャラクタ、単価)をJAN
ファイルに設定する設定動作と、売上データを登録する
登録動作に分けて説明する。
Regarding the operation of the embodiment configured as above, the JAN code and related data (product character, unit price) are
The setting operation for setting files and the registration operation for registering sales data will be explained separately.

コ9定動作 モード選択キー4aを設定位置にセットすると、CPU
2は第3図に示す設定処理のフローに入る。まずCPU
2はステップsiでJANコードが入力されるのを待ち
、オペレータがバーコード読取部3によってスキャンし
たJANコードを読み取る0次にCPU2はJANファ
イルのブロックポインタを“l”に初期化する。続くス
テップS3でCPU2はブロックポインタにより指示さ
れるブロックの空きフラグをチエツクして指定ブロック
がフル状態か否かを判定する。フル状態のときはステッ
プS4へ進み、そのブロック内に入力されたJANコー
ドと一致するJANコードを2分枝方式で検索する。す
なわちそのブロックの500番目の項目の位こ(ブロッ
クの中央)にあるデータを読み出しそれが目的のJAN
コードといかなる関係にあるかを比較し、目的のJAN
コードより値が小さければ前半の500項目分の配列を
さらに2分し、大きければ後半の500項目分の配列を
さらに2分し、2分した位置にあるデータについて再度
目的JANコードと比較するという、検索を続ける(J
ANコードは小さいものから順番に分類されているとす
る)、そしてステップS5でサーチできた場合すでに、
JANコードが設定されており、キャラクタや単価の変
更であるので、そのアドレスを持って、ステップS17
以下の商品キャラクタ、設定フローに入る。ステップS
5でサーチできなかった場合は、ステップS6でブロッ
クポインタを更新し、4ブロツクを超えた場合(ステッ
プS7の判定結果がYESの場合)はステップS8のエ
ラー処理へ、4ブロツク以内の場合は上記のステップS
3へ戻る。
9. When the constant operation mode selection key 4a is set to the setting position, the CPU
2 enters the setting process flow shown in FIG. First, the CPU
2 waits for the JAN code to be input in step si, and the operator reads the JAN code scanned by the barcode reading section 3.Next, the CPU 2 initializes the block pointer of the JAN file to "l". In the following step S3, the CPU 2 checks the empty flag of the block indicated by the block pointer to determine whether the designated block is in a full state. When the block is in the full state, the process advances to step S4, where a JAN code that matches the JAN code input in that block is searched using a two-branch method. In other words, read the data at the 500th item position (in the center of the block) of that block and use it as the target JAN.
Compare the relationship between the code and the target JAN.
If the value is smaller than the code, the first half of the 500-item array is further divided into two, and if it is larger, the second half of the 500-item array is further divided into two, and the data at the divided position is compared again with the target JAN code. , continue searching (J
(Assume that AN codes are classified in order from smallest to largest), and if the search is successful in step S5, then
Since the JAN code has been set and the character and unit price are to be changed, take that address and proceed to step S17.
Enter the product character and setting flow below. Step S
If the search cannot be performed in Step 5, the block pointer is updated in Step S6, and if the number exceeds 4 blocks (if the determination result in Step S7 is YES), the process goes to Step S8, and if it is within 4 blocks, the above procedure is performed. Step S of
Return to 3.

ステップS3でポインタの示すブロックがフル状態でな
いことが検出されたときは、ステップS9へ進み、その
ブロックの前半の500項目分の配列を2分枝方式で検
索する。ステップS10でサーチできなかった場合は、
ステップ311でこのブロック内に現在500項目まで
設定が済んでいるかを、このブロックに対応する空きフ
ラグ(その内容は最終の設定項目の配列上の位とを示す
)を参照してチエツクする。この場合、ステップSll
で500項目以下とチエツクされたときは新規にJAN
コードが設定された場合があるので、後述するステップ
S14へ進む、また、ステップSllで500項目以上
とチエツクされたときはステップS12でそのブロック
の後半の500項目分の配列を2分枝方式で検索する。
When it is detected in step S3 that the block indicated by the pointer is not in a full state, the process proceeds to step S9, and the array of 500 items in the first half of the block is searched using a two-branch method. If the search fails in step S10,
In step 311, it is checked whether up to 500 items have been set in this block by referring to the empty flag (the contents of which indicate the position in the array of the final setting item) corresponding to this block. In this case, step Sll
If 500 items or less are checked, create a new JAN.
In some cases, a code has been set, so proceed to step S14, which will be described later.Also, if 500 items or more is checked in step Sll, in step S12, the array for the latter 500 items of that block is created using the two-branch method. search for.

そしてステップ313でサーチできなかった場合はステ
ップS14へ進み、また、サーチできた場合はステップ
S17へと進む、また、ステップS14では指定ブロッ
クの空フラグを+1し、ステップ315で空フラグの示
す空位置に入力JANコードを設定し、ステー、プS1
6でそのブロックを後に行うクイックソート用のブロッ
クとして記憶する。続いてCPU2はステップ317へ
進み、商品キャラクタの入力を待ち、入力があればステ
ップS18で該当するレコード(今回のJANコードの
キャラクタ設定場所)にキャラクタを設定し、続くステ
ップS19で単価の入力を持ち入力があればステップS
20で該当するレコードに単価を設定する。かくしてス
テップS21で終了操作が検出されない間はステップS
lからの動作をくり返する。終了操作が行なわれると、
ステップS22へ進み、先のステップ316での処理結
果を参照してクイックソート用のブロック内をクイック
ソートし、最後のステップS23でレシートを発行して
JANファイルの設定フローを抜ける。
If the search is not successful in step 313, the process proceeds to step S14, and if the search is successful, the process proceeds to step S17.In addition, in step S14, the empty flag of the designated block is incremented by 1, and in step 315, the empty block indicated by the empty flag is Set the input JAN code in the position, stay, and press S1.
6, the block is stored as a block for quick sort to be performed later. Next, the CPU 2 proceeds to step 317 and waits for the input of a product character. If there is an input, the character is set in the corresponding record (the character setting location of the current JAN code) in step S18, and the unit price is input in the subsequent step S19. If there is an input, step S
In step 20, set the unit price for the corresponding record. Thus, while no end operation is detected in step S21, step S
Repeat the operation from l. When the termination operation is performed,
Proceeding to step S22, the process results in the previous step 316 are referred to and the quick sort block is quickly sorted, and in the final step S23, a receipt is issued and the JAN file setting flow is exited.

なお、第3図のステップS15では挿入処理しか行って
ないが、ここでソーティングを実行してもよい(以下ス
テップ315′と呼ぶ)、この場合、ソートする配列は
、ブロックの半分になるから(ステップSllでNoと
なるときは、指定ブロックの前半の500項目分がソー
トする配列、またはステップS13でNOとなる場合は
指定ブロックの後半の500項目分がソートする配列)
、ソーティングの時間がさらに短縮される。
Note that although only insertion processing is performed in step S15 in FIG. 3, sorting may be performed here (hereinafter referred to as step 315'). In this case, the array to be sorted will be half of the block ( When the result in step Sll is No, the first 500 items of the specified block are sorted, or when the result is NO in step S13, the latter 500 items of the specified block are sorted.)
, the sorting time is further reduced.

なお、この場合、後でブロック内のソーティングを行う
場合(ステップS20の次に行うとする)にはステップ
515′でソーティングを行ったブロックの半分の配列
の一端と、そのブロックの残り半分の配列の一端とを比
較しく500番目と501番目にあるデータを比較し)
、ソーティングの条件が満足されておれば、その時点で
ブロック内のソーティングは完了する。ブロックの半分
という配列も、ブロックの一種とみることができ、元の
ブロックが第1分割のブロック、後のブロックが第2分
割のブロック(サブロック)である。
In this case, when sorting within a block is to be performed later (supposed to be performed after step S20), one end of the array of the half of the block sorted in step 515' and the array of the other half of the block Compare the data at 500th and 501st)
, if the sorting conditions are satisfied, the sorting within the block is completed at that point. An arrangement of half blocks can also be considered a type of block, with the original block being the first division block and the subsequent block being the second division block (subblock).

サブブロックは元のブロックの半分である必要はない。A subblock need not be half of the original block.

立aS立 次に、売上げデータの登録を行う場合について説f」す
る0客との取引の際、オペレータが売上商品のバーコー
ドを八−コート読取部3でスキャンすると、第4図のス
テップTIでJANコードの入力が検出され、ステップ
T2でJANファイルのブロックポインタが初期化され
る0次にステップT3でポインタの示すブロック内を2
分枝力式でサーチし、その結果サーチできなかったとき
はステップT4よりステップT5へ進み、ブロックポイ
ンタに次のブロックを指示させ、ステップT6で全ブロ
ック完了のときはエラー処理(ステップS7)を行うが
そうでなければステップT3に戻って次のブロック内の
サーチを行う、目的とする項目がサーチできたときはス
テップT8へ進み、通常の登録処理(サーチした商品の
売り上げ個数の更新等)を行う0本例では最悪の場合、
サーチの比較回数は40となるが(全項目数が4000
であって、ブロック数が4であり、ブロックごとの2分
サーチであるから、なお平均比較回数は20である)、
実用上充分短い時間内にサーチは完了する。
Describe the case where sales data is registered next. When the operator scans the barcode of the sold product with the eight-coat reader 3 during a transaction with a customer, step TI in FIG. The input of the JAN code is detected in step T2, and the block pointer of the JAN file is initialized.Next, in step T3, the block pointed to by the pointer is
A search is performed using the branch force formula, and if the search is not successful, the process proceeds from step T4 to step T5, where the block pointer points to the next block, and when all blocks are completed at step T6, error handling (step S7) is performed. If not, return to step T3 and search in the next block. If the desired item has been found, proceed to step T8 and perform normal registration processing (updating the number of sales of the searched product, etc.) In the worst case,
The number of search comparisons is 40 (the total number of items is 4000)
Since the number of blocks is 4 and each block is searched for 2 minutes, the average number of comparisons is 20).
The search is completed within a sufficiently short time for practical purposes.

なお各ブロックにエントリ可能な項目の値の範囲を決め
ておけば、具体的には範囲指定ポインタをブロックごと
に用いれば、検索時間は実質上ブロックなしの場合と同
一にある。すなわちlブロック内の検索回数(比較回数
)に、目的とする項目がどのブロックに属するかを範囲
指定ポインタを参照して検索する回数(これは4ブロツ
クの場合、最悪で4回で結果ができる)が加わるだけで
ある。
Note that if the range of values of items that can be entered in each block is determined, specifically, if a range designation pointer is used for each block, the search time is substantially the same as in the case without blocks. In other words, in addition to the number of searches (number of comparisons) in l block, the number of times to search to which block the target item belongs by referring to the range specification pointer (in the case of 4 blocks, the result can be obtained in 4 times at the worst) ) is added.

[発明の効果] この発明によれば、データ記憶手段を複数のブロックに
分割し、ブロック単位で検索、ソーティングを行ってい
るから、ソーティングに要する長い時間を大幅に短縮す
ることができる。したがって限られたメモリ容量しかな
い電子機器において、それを有効に利用し、かつオペレ
ータに対するレスポンスをよくすることができる。
[Effects of the Invention] According to the present invention, since the data storage means is divided into a plurality of blocks and searching and sorting are performed in block units, the long time required for sorting can be significantly shortened. Therefore, in an electronic device having a limited memory capacity, it is possible to effectively utilize the memory capacity and improve response to the operator.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図はこの発明の機能ブロック図、第2図は実施例の
構成図、第3図は実施例における設定時のフロチャート
、第4図は実施例における登録時のフロチャートである
。 1・・・・・・合計メモリ、2・・・・・・CPU、2
b・・・・・・制御部、 2d・・・・・・ポインタ、 3・・・・・・バーコード読取 部。 特 許 出 願 人 カシオ計算機株式会社 第 図
FIG. 1 is a functional block diagram of the present invention, FIG. 2 is a configuration diagram of an embodiment, FIG. 3 is a flowchart at the time of setting in the embodiment, and FIG. 4 is a flowchart at the time of registration in the embodiment. 1...Total memory, 2...CPU, 2
b...control unit, 2d...pointer, 3...barcode reading unit. Patent applicant Casio Computer Co., Ltd. Figure

Claims (1)

【特許請求の範囲】[Claims] 複数のブロックに分割されたデータ記憶手段と、ブロッ
ク単位でデータ記憶手段に対しデータのソーティングを
行うソーティング手段と、ブロック単位でデータ記憶手
段に対し、入力データに対応するデータの検索を行うデ
ータ検索手段とを有することを特徴とする電子機器のデ
ータ検索・ソーティング装置。
A data storage means divided into a plurality of blocks, a sorting means for sorting data in the data storage means in block units, and a data search for searching data corresponding to input data in the data storage means in block units. 1. A data search/sorting device for electronic equipment, characterized in that it has means.
JP1257750A 1989-10-04 1989-10-04 Data retrieving and sorting device for electronic equipment Pending JPH02138619A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1257750A JPH02138619A (en) 1989-10-04 1989-10-04 Data retrieving and sorting device for electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1257750A JPH02138619A (en) 1989-10-04 1989-10-04 Data retrieving and sorting device for electronic equipment

Publications (1)

Publication Number Publication Date
JPH02138619A true JPH02138619A (en) 1990-05-28

Family

ID=17310582

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1257750A Pending JPH02138619A (en) 1989-10-04 1989-10-04 Data retrieving and sorting device for electronic equipment

Country Status (1)

Country Link
JP (1) JPH02138619A (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS54162938A (en) * 1978-06-15 1979-12-25 Mitsubishi Electric Corp 2-step structure filing system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS54162938A (en) * 1978-06-15 1979-12-25 Mitsubishi Electric Corp 2-step structure filing system

Similar Documents

Publication Publication Date Title
EP0351210A2 (en) Data base management system
JPH09134365A (en) Method and apparatus for derivation of optimization couplingrule
JPH02138619A (en) Data retrieving and sorting device for electronic equipment
CA2268699C (en) Method for the organizational indexing, storage, and retrieval of data according to data pattern signatures
JPH06103307A (en) Retrieval speeding-up method for structured data base
EP0351786B1 (en) Data processing apparatus
JP2775637B2 (en) Transaction data processing device
JP3111498B2 (en) Record search method and data processing device
JPH05274334A (en) System of grasping customer information for each person in charge in banking business
Derigs An efficient Dijkstra-like labeling method for computing shortest odd/even paths
JP2943694B2 (en) Data registration method and data search method
JPH0196728A (en) Alteration of data base table
JP4181953B2 (en) Data search device, data search method, and data search program
JPH04279973A (en) Character string comparison system
KR0159814B1 (en) Article management method in electronic cash register
JPH04559A (en) Data retrieving system
JPH0594452A (en) Plu master simple retrieval system
JPH06162096A (en) Record retrieval method
JPH0495158A (en) Inventory menagement system
JPS63204434A (en) Electronic document retrieving device
JP2002297897A (en) Method and program for storing data
JP3031944B2 (en) Data processing device
JPS6188362A (en) Data processor with bar code reader
JPH04230576A (en) Method for retrieving record
JPH04337867A (en) Data base retrieval system