[go: up one dir, main page]

JPH09330322A - Data retrieval device - Google Patents

Data retrieval device

Info

Publication number
JPH09330322A
JPH09330322A JP8149340A JP14934096A JPH09330322A JP H09330322 A JPH09330322 A JP H09330322A JP 8149340 A JP8149340 A JP 8149340A JP 14934096 A JP14934096 A JP 14934096A JP H09330322 A JPH09330322 A JP H09330322A
Authority
JP
Japan
Prior art keywords
data
conversion
search
file
type
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
JP8149340A
Other languages
Japanese (ja)
Inventor
Yoshiaki Shimizu
良昭 清水
Hiroyuki Yamano
博之 山野
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.)
Fuji Electric Co Ltd
Fuji Facom Corp
Original Assignee
Fuji Electric Co Ltd
Fuji Facom Corp
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 Fuji Electric Co Ltd, Fuji Facom Corp filed Critical Fuji Electric Co Ltd
Priority to JP8149340A priority Critical patent/JPH09330322A/en
Publication of JPH09330322A publication Critical patent/JPH09330322A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

(57)【要約】 【課題】 2以上の種類を指定してデータを検索する場
合、データ種別の数に応じて検索時間が増大する。 【解決手段】 検索対象データの種類名ごとに互いに異
なるバイナリコードからなる変換コードとデータの種類
名とを対応させて記載した変換テーブルを備え、被検索
対象として複数のデータ種類名が指定された場合に変換
テーブルを参照してそれぞれのバイナリコードの論理和
を求めそれをファイル変換値とする。次に、順に呼び出
したデータの種類名を変換テーブルを用いて変換コード
に変換するとともに、変換された変換コードとファイル
変換値との論理積を求め0でなければ検索対象データと
する。
(57) [Summary] [Object] When data is searched by designating two or more types, the search time increases according to the number of data types. SOLUTION: A conversion table in which a conversion code composed of a binary code different from each other for each type name of search target data and a type name of data are described in association with each other is provided, and a plurality of data type names are designated as search targets. In this case, the conversion table is referred to and the logical sum of the binary codes is calculated and used as the file conversion value. Next, the type names of the sequentially called data are converted into conversion codes using the conversion table, and the logical product of the converted conversion code and the file conversion value is obtained, and if it is not 0, it is the search target data.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、ファイル内に格納
されている複数種類のデータ群から、2以上のデータ種
類を指定してデータを検索する場合に用いられるデータ
検索装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data search device used for searching data by designating two or more data types from a plurality of types of data groups stored in a file.

【0002】[0002]

【従来の技術】従来、ファイル内に格納されている複数
種類のデータ群から、2以上のデータ種類を指定してデ
ータを検索しようとする場合は、ファイル内の個々のデ
ータを順に呼び出した後、そのデータが検索対象のデー
タであるか否かの判別を、指定する種類ごとに行なって
いた。図3はその処理例を示すフローチャートであり、
表1に示される構成をしたデータファイルから種別番号
「3」、「9」、「12」のデータを検索する場合を示
す。
2. Description of the Related Art Conventionally, when trying to retrieve data by specifying two or more data types from a plurality of types of data groups stored in a file, after calling individual data in the file in order. The determination as to whether or not the data is search target data is made for each designated type. FIG. 3 is a flowchart showing an example of the processing,
A case is shown in which data of type numbers “3”, “9”, and “12” are searched from the data file having the configuration shown in Table 1.

【0003】[0003]

【表1】 [Table 1]

【0004】従来は、図3のフローチャートに示される
ように、検索対象となるファイル内の全データについて
その種別番号を先頭から順に呼び出し、そのデータの種
別番号が被検索対象の種別番号「3」、「9」、「1
2」のいずれかと一致するか否かを判別し(ステップ2
01、202、203)、一致すればその種別番号につ
いてのデータ本体を取り出していた。
Conventionally, as shown in the flow chart of FIG. 3, the classification numbers of all the data in a file to be searched are sequentially called from the beginning, and the classification number of the data is the classification number "3" of the search target. , "9", "1"
2 ”is determined (step 2
01, 202, 203), and if they match, the data body for the type number is taken out.

【0005】[0005]

【発明が解決しようとする課題】しかしながらこれらの
処理方法では、被検索対象の種別番号が複数の場合は、
その種別の数に応じて判別処理の回数も増大し、検索に
要する時間が長くなるという問題があった。そのため、
検索処理の高速化を可能にする能率的なデータ検索の方
法の提案が望まれていた。
However, in these processing methods, when there are a plurality of type numbers to be searched,
There has been a problem that the number of times of the discrimination process increases in accordance with the number of the types, and the time required for the search becomes long. for that reason,
It has been desired to propose an efficient data search method that enables speeding up of search processing.

【0006】[0006]

【課題を解決するための手段】そこで上記課題を解決す
るために、請求項1の発明は、データ本体にその内容を
特定するデータ種類名が付加されたデータからなるデー
タ群からデータを検索する際に、検索対象データ群を構
成するデータの種類名ごとに互いに異なる桁の1ビット
のみを1として予め定めたバイナリコードからなる変換
コードとデータの種類名とを対応させて記載した変換テ
ーブルを備えておく。また、被検索対象として複数デー
タの種類名が指定された場合に変換テーブルを参照して
それぞれの種類名に対応するバイナリコードの論理和を
求めそれをファイル変換値とする。次に、ファイルに格
納されている検索対象データ群から順にデータを呼び出
すとともに変換テーブルを参照してそのデータの種類名
を変換コードに変換する。次いで、変換された変換コー
ドとファイル変換値との論理積を求め得られた値が0で
ない場合にその変換コードに該当するデータを検索対象
データとして取り出す。それにより、複数種類のデータ
を同時に検索することが可能になる。
In order to solve the above problems, the invention of claim 1 searches for data from a data group consisting of data in which a data type name for specifying the contents is added to the data body. At this time, a conversion table in which a conversion code composed of a predetermined binary code and a data type name are associated with each other and only one bit of a digit different from each other for each type name of data constituting the search target data group is described. Be prepared. Further, when a type name of a plurality of data is designated as a search target, the conversion table is referred to obtain a logical sum of binary codes corresponding to the respective type names, which is used as a file conversion value. Next, the data is called in order from the search target data group stored in the file, and the conversion table is referenced to convert the type name of the data into a conversion code. Next, when the logical product of the converted conversion code and the file conversion value is obtained and the obtained value is not 0, the data corresponding to the conversion code is taken out as search target data. Thereby, it becomes possible to retrieve a plurality of types of data at the same time.

【0007】請求項2の発明は、請求項1の発明におい
て、予め相互に関連のある複数のデータの種類名につい
てのファイル変換値を求めてテーブルに記載しておき、
検索開始時に、テーブルから直接ファイル変換値を読み
取って検索を開始する。それにより、ファイル変換値の
作成に要する処理時間が省かれて検索が高速になる。ま
たここで、ファイル変換値を変換テーブル上に記載して
おくことも可能である。
According to a second aspect of the invention, in the first aspect of the invention, file conversion values for a plurality of data type names that are related to each other are obtained in advance and written in a table,
When the search starts, the file conversion value is read directly from the table and the search is started. This saves the processing time required to create the file conversion value and speeds up the search. It is also possible to describe the file conversion value on the conversion table here.

【0008】[0008]

【発明の実施の形態】以下、図に沿って本発明の実施形
態を説明する。図1は、請求項1の発明に係る実施形態
を示したフローチャートである。このフローチャート
は、従来例の説明における表1で示したデータファイル
内に格納されている100個のデータ群から種別番号が
「3」、「9」、「12」のデータを検索する場合を示
す。この検索対象とするファイル内のデータには、表1
に示されるように、それぞれデータ本体に種別番号が付
加されている。この種別番号とは、例えば、ある事象に
対する警告の発生、復旧等のデータの種別を示すもので
ある。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a flowchart showing an embodiment according to the invention of claim 1. This flowchart shows a case where the data with the classification numbers of “3”, “9”, and “12” is searched from the 100 data group stored in the data file shown in Table 1 in the description of the conventional example. . The data in the file to be searched is shown in Table 1.
As shown in, the type number is added to each data body. The type number indicates, for example, the type of data such as the generation of a warning for a certain event and the restoration.

【0009】検索に先立ち、この種別番号を変換コード
に変換するための変換テーブルを用意する。図2はその
変換テーブルを示すものであり、テーブル上のテーブル
番号の「1」〜「16」は種別番号として定義し、残り
の「17」〜「32」は種別番号以外の特定の意味を持
った変換コードとして定義する。種別番号「1」〜「1
6」が変換される変換コードは、32ビットにより構成
され、32ビットの下位ビットから上位ビットまで順番
に1ビットずつビットを「ON」とした値を16進数で
表し、それを種別番号「1」から「16」までの変換コ
ードとして定義したものである。すなわち、表2のバイ
ナリコードのビット配列をみると明らかなように、種別
番号ごとに互いに異なる桁の1ビットのみを1として他
は0としたものである。
Prior to the search, a conversion table for converting this type number into a conversion code is prepared. FIG. 2 shows the conversion table. Table numbers “1” to “16” on the table are defined as type numbers, and the remaining “17” to “32” have a specific meaning other than the type number. Defined as the conversion code you have. Type number "1" to "1"
The conversion code for converting "6" is composed of 32 bits, and a value in which each bit is "ON" in order from the lower bit to the upper bit of 32 bits is represented by a hexadecimal number, which is represented by a type number "1". It is defined as a conversion code from "" to "16". That is, as is apparent from the bit arrangement of the binary code in Table 2, only one bit of different digits for each type number is set to 1 and the others are set to 0.

【0010】[0010]

【表2】 [Table 2]

【0011】この実施形態で被検索対象とされた種別番
号「3」、「9」、「12」は、それぞれ変換コード
「0x20000000」、「0x0080000
0」、「0x00100000」に変換される。次に、
被検索対象としてこれらの種別番号が指定されると、こ
れら変換コードの論理和を求める。得られた論理和は、
表2に示すように「0x20900000」となる。こ
の論理和をファイル変換値として、図2の変換テーブル
のテーブル番号「17」に格納して、以後、被検索対象
として管理する。
The type numbers "3", "9", and "12" that are the objects to be searched in this embodiment are conversion codes "0x20000000" and "0x0080000", respectively.
It is converted into "0" and "0x00100000". next,
When these type numbers are designated as search targets, the logical sum of these conversion codes is obtained. The obtained logical sum is
As shown in Table 2, it becomes “0x20900000”. This logical sum is stored as a file conversion value in the table number “17” of the conversion table of FIG. 2, and thereafter managed as a search target.

【0012】次に、検索を開始し、検索対象となるデー
タファイルの先頭から順にデータの種別番号を取り込
み、そのデータの種別番号を変換テーブルを用いて変換
コードに変換する(ステップ101)。次に、得られた
変換コードとテーブル番号「17」のファイル変換値と
の論理積を取り、その結果が0であるか否かを判別する
(ステップ102)。ここで論理積が0でない場合、つ
まり、検索対象のデータである場合は、このデータを取
り出す(ステップ103)。次に、検索対象をファイル
内の次のデータに移し(ステップ104)、ファイル内
に検索対象のデータが存在するか否かを調べる(ステッ
プ105)。検索対象のデータが存在する場合は、ステ
ップ101へ戻り、データがなくなるまで処理を繰り返
す。
Next, the search is started, the type number of the data is fetched in order from the beginning of the data file to be searched, and the type number of the data is converted into a conversion code using the conversion table (step 101). Next, a logical product of the obtained conversion code and the file conversion value of the table number "17" is calculated, and it is determined whether or not the result is 0 (step 102). If the logical product is not 0 here, that is, if it is the data to be searched, this data is taken out (step 103). Next, the search target is moved to the next data in the file (step 104), and it is checked whether or not the search target data exists in the file (step 105). If the search target data exists, the process returns to step 101 and the process is repeated until there is no data.

【0013】次に上述した実施形態の処理をさらに詳細
に説明する。先ず、ファイル変換値について説明する。
種別番号(1〜16)に対して、一意に変換コードを割
り付ける。すなわち、変換コードは、32ビットの下位
ビットから上位ビットまで順番に1ビットずつビットを
「ON」とした場合の値を16進数で表した値とし、変
換テーブルの番号「1」から「16」は、種別番号に対
応した変換コードを定義するために用い、残りは、特定
の場合の変換コードを定義するためのものとする。この
変換テーブルを用いて、複数のデータが存在する場合、
各々のデータの種別番号に対応した変換コードの論理和
を求めて、複数データから一意の値(ファイル変換値)
を作成する。
Next, the processing of the above-described embodiment will be described in more detail. First, the file conversion value will be described.
A conversion code is uniquely assigned to the type number (1 to 16). That is, the conversion code is a hexadecimal value when the bits are set to “ON” one by one in order from the lower bit to the upper bit of 32 bits, and the conversion table numbers “1” to “16”. Are used to define the conversion code corresponding to the type number, and the rest are used to define the conversion code in a specific case. If multiple data exists using this conversion table,
Unique value from multiple data (file conversion value) by obtaining the logical sum of conversion codes corresponding to the classification number of each data
Create

【0014】次に、ファイル変換値を用いての検索につ
いて説明する。従来、図3に示すように、検索対象とな
るファイル内のデータ一つ一つに対して、そのデータの
種別番号が、被検索対象の種別番号「3」、「9」、
「12」に該当するか否かという比較作業(ステップ2
01、202、203)を行なっていた。そのため、被
検索対象の数が多数存在する場合、比較回数も増加し
た。そこで、被検索対象となる種別番号「3」、
「9」、「12」から、前述したように、一意のファイ
ル変換値(0x20900000)を作成する。
Next, the search using the file conversion value will be described. Conventionally, as shown in FIG. 3, for each piece of data in a file to be searched, the type number of the data is the type number “3”, “9” of the search target,
Comparison work (step 2)
01, 202, 203). Therefore, when there are a large number of search targets, the number of comparisons also increases. Therefore, the type number “3” to be searched,
As described above, a unique file conversion value (0x20900000) is created from "9" and "12".

【0015】次に、図1に示すように、この値を被検索
対象として、表1で示したファイル内の100個のデー
タに対して、順次、変換テーブルを参照しながら各デー
タごとの種別番号を変換コード化する(ステップ10
1)。さらに、その変換コードとファイル変換値の論理
積を求める。ファイル変換値が、被検索対象となる種別
番号を含めた論理和で作られたものである場合は、求め
た論理積は0にならない(ステップ102)。それによ
り、論理積が0以外であれば、そのデータを検索対象と
して取り出す(ステップ103)。その結果、この実施
形態では、検索しようとするデータの種別が複数である
場合に、その複数の種別を一意の値に変換し、ファイル
内のデータとの比較を、変換した一意の値に対してのみ
行なうことで、データ検索時間を短縮する効果が得られ
る。
Next, as shown in FIG. 1, with this value as a search target, the 100 types of data in the file shown in Table 1 are sequentially referenced with reference to the conversion table, and the type of each data is classified. Convert number to code (step 10)
1). Further, the logical product of the conversion code and the file conversion value is obtained. If the file conversion value is created by the logical sum including the type number to be searched, the obtained logical product is not 0 (step 102). As a result, if the logical product is other than 0, the data is extracted as a search target (step 103). As a result, in this embodiment, when there are a plurality of types of data to be searched, the plurality of types are converted into unique values, and comparison with the data in the file is performed on the converted unique values. Only by doing so, the effect of shortening the data search time can be obtained.

【0016】次に、請求項2の発明に係る実施形態につ
いて説明する。この実施形態は、上述した請求項1の発
明に係る実施形態において、検索の開始ごとに実施され
ていた論理和を計算する処理を省き、その分、検索時間
を短縮したものである。図1のフローチャートにおい
て、種別番号「3」と「9」と「12」のデータを取り
出す場合を考える。この3つの種別番号に対するデータ
がある意味を持ったもの、例えば、ある事象に対する異
常の発生を意味するもの等であるとする。
Next, an embodiment according to the invention of claim 2 will be described. In this embodiment, in the embodiment according to the invention of claim 1 described above, the processing of calculating the logical sum, which is carried out each time the search is started, is omitted, and the search time is shortened accordingly. Consider a case where the data of the type numbers “3”, “9”, and “12” are extracted in the flowchart of FIG. It is assumed that the data corresponding to these three type numbers have a certain meaning, for example, the occurrence of an abnormality for a certain event.

【0017】しかも、取り出すデータが、この3つの種
別番号を組み合わせたものである場合は、図2のよう
に、予め、3つの種別番号の変換コードの論理和(0x
20900000)を求めてファイル変換値とし、変換
テーブル内のテーブル番号17に定義しておく。実際の
検索に際しては、種別番号「3」、「9」、「12」の
データを検索することが指定された場合、直接、変換テ
ーブルからそのファイル変換値を読み取って、直ちにス
テップ101の検索処理に進む。その結果、ファイル変
換値の作成に要する処理時間が省かれて、検索時間が短
縮される。
In addition, when the data to be extracted is a combination of these three type numbers, as shown in FIG. 2, the logical sum (0x
20900000) to obtain a file conversion value and define it in table number 17 in the conversion table. In the actual search, when it is designated to search the data of the type numbers “3”, “9”, and “12”, the file conversion value is directly read from the conversion table and the search processing of step 101 is immediately performed. Proceed to. As a result, the processing time required to create the file conversion value is saved and the search time is shortened.

【0018】なお、この実施形態では、予め求めたファ
イル変換値を変換テーブル内に記載したため、変換テー
ブルから変換コードを読み取る処理と同様にして、ファ
イル変換値を読み取ることができたが、ファイル変換値
の格納場所は、変換テーブル上に限定されるものではな
く、他であっても良い。
In this embodiment, since the file conversion value obtained in advance is described in the conversion table, the file conversion value can be read in the same manner as the process of reading the conversion code from the conversion table. The storage location of the value is not limited to the conversion table and may be another location.

【0019】[0019]

【発明の効果】以上述べたように請求項1の発明によれ
ば、検索対象データ群を構成するデータの種類名ごとに
互いに異なる桁の1ビットのみを1として予め定めたバ
イナリコードからなる変換コードとデータの種類名とを
対応させて記載した変換テーブルを備えておき、ファイ
ルに格納されている検索対象データ群から順にデータを
取り込むとともに変換テーブルを参照してそのデータの
種類名を変換コードに変換し、次いで、変換された変換
コードとファイル変換値との論理積を求め得られた値が
0でない場合にその変換コードに該当するデータを検索
対象データとして取り出すようにしたことにより、同時
に複数の種類のデータを検索する場合でも、一種類のデ
ータの検索の場合と処理時間が同じとなって検索速度が
向上する。
As described above, according to the first aspect of the present invention, the conversion of a predetermined binary code in which only one bit of a digit different from each other for each kind of data constituting the search target data group is set to 1 A conversion table that describes the code and the type name of the data is provided, and the data is sequentially fetched from the search target data group stored in the file and the conversion table is referenced to convert the type name of the data. Then, the logical product of the converted conversion code and the file conversion value is obtained, and when the obtained value is not 0, the data corresponding to the conversion code is taken out as the search target data. Even when searching for a plurality of types of data, the processing time is the same as when searching for one type of data, and the search speed is improved.

【0020】請求項2の発明によれば、請求項1の発明
において、予め相互に関連のある複数のデータの種類名
についてのファイル変換値を求めてテーブルに記載して
おき、検索開始時に、テーブルから直接にファイル変換
値を読み取って検索を開始することにより、ファイル変
換値を求める処理時間が省かれて検索がさらに高速にな
る。
According to the invention of claim 2, in the invention of claim 1, file conversion values for a plurality of data type names that are related to each other are obtained in advance and listed in a table, and when the search is started, By directly reading the file conversion value from the table and starting the search, the processing time for obtaining the file conversion value is saved, and the search becomes faster.

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

【図1】本発明に係る実施形態を示したフローチャート
である。
FIG. 1 is a flowchart showing an embodiment according to the present invention.

【図2】本発明に係る実施形態で用いられる変換テーブ
ルを示す図である。
FIG. 2 is a diagram showing a conversion table used in the embodiment according to the present invention.

【図3】従来例を示すフローチャートである。FIG. 3 is a flowchart showing a conventional example.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 データ本体にその内容を特定するデータ
種類名が付加されたデータからなるデータ群を検索する
データ検索装置であって、 検索対象データ群を構成するデータの種類名ごとに互い
に異なる桁の1ビットのみを1として予め定めたバイナ
リコードからなる変換コードとデータの種類名とを対応
させて記載した変換テーブルと、 被検索対象として複数データの種類名が指定された場合
に変換テーブルを参照してそれぞれの種類名に対応する
バイナリコードの論理和を求めそれをファイル変換値と
する手段と、 ファイルに格納されている検索対象データ群から順にデ
ータを呼び出すとともに変換テーブルを参照してそのデ
ータの種類名を変換コードに変換する手段と、 変換された変換コードとファイル変換値との論理積を求
め得られた値が0でない場合にその変換コードに該当す
るデータを検索対象データとして取り出す手段と、 を備えたことを特徴とするデータ検索装置。
1. A data retrieval device for retrieving a data group consisting of data to which a data type name for specifying the contents of a data body is searched, the data type being different for each type name of data constituting the search target data group. A conversion table in which a conversion code consisting of a predetermined binary code and a data type name are described in correspondence with only one bit of a digit as 1, and a conversion table when a plurality of data type names are specified as search targets Refer to to find the logical sum of the binary code corresponding to each type name and use it as the file conversion value, and call the data in order from the search target data group stored in the file and also refer to the conversion table. The means for converting the type name of the data to the conversion code and the logical product of the converted conversion code and the file conversion value can be obtained. Value data search apparatus characterized by comprising a means for retrieving the appropriate data as a search target data into the converted code if is not zero.
【請求項2】 請求項1記載のデータ検索装置におい
て、 相互に関連のある複数のデータの種類名から求められる
ファイル変換値を予めテーブルに記載しておくことを特
徴とするデータ検索装置。
2. The data search device according to claim 1, wherein a file conversion value obtained from the type names of a plurality of mutually related data is written in a table in advance.
【請求項3】 請求項2記載のデータ検索装置におい
て、 予め求められたファイル変換値を変換テーブル上に記載
しておくことを特徴とするデータ検索装置。
3. The data search device according to claim 2, wherein the file conversion value obtained in advance is described on a conversion table.
JP8149340A 1996-06-11 1996-06-11 Data retrieval device Pending JPH09330322A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8149340A JPH09330322A (en) 1996-06-11 1996-06-11 Data retrieval device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8149340A JPH09330322A (en) 1996-06-11 1996-06-11 Data retrieval device

Publications (1)

Publication Number Publication Date
JPH09330322A true JPH09330322A (en) 1997-12-22

Family

ID=15472977

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8149340A Pending JPH09330322A (en) 1996-06-11 1996-06-11 Data retrieval device

Country Status (1)

Country Link
JP (1) JPH09330322A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003050811A (en) * 2001-08-07 2003-02-21 Sony Corp Recorder, recording method, program, recording medium and image pickup device
CN110399412A (en) * 2019-06-21 2019-11-01 深圳顺络电子股份有限公司 Measurement data system and its monitoring method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003050811A (en) * 2001-08-07 2003-02-21 Sony Corp Recorder, recording method, program, recording medium and image pickup device
CN110399412A (en) * 2019-06-21 2019-11-01 深圳顺络电子股份有限公司 Measurement data system and its monitoring method

Similar Documents

Publication Publication Date Title
JPH09245043A (en) Information retrieval device
JPH09330322A (en) Data retrieval device
JPS59121436A (en) How to sort data groups
JPH05250414A (en) Keyword retrieving system
JP2604787B2 (en) Two-dimensional data storage method
JP2596332B2 (en) Data combination extraction method and apparatus
JP3018579B2 (en) Name search processor
JPH01180632A (en) Record retrieving system
JPH0764833A (en) File volume reduction method
JPH05165891A (en) Database data registration / search method
JPH0452967A (en) And operation processing system for set file
JP2000123014A (en) System and method for retrieving data
JPH0642248B2 (en) Information retrieval device
JPH02150920A (en) Retrieving system for maximum value data
JPH11143749A (en) Relational database management system and data management method
JPS63253431A (en) Retrieving system for data base of inverted structure
JPS63104132A (en) Extension system for summary of parts list
JPH04190454A (en) History data managing method
JPH01140228A (en) Data storage retrieving system
JPH07295993A (en) System for retrieving relational record
JPH0546666A (en) Information retrieving device
JPH0668723B2 (en) Device for selecting unification candidate terms
JPH08329095A (en) Data retrieval system for relational data base
JPH04286072A (en) High speed retrieval system for table
JPH01175651A (en) Address converting system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040629

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20041116