JPH0540787A - System for increasing speed for apex retrieval by name in tree structure - Google Patents

System for increasing speed for apex retrieval by name in tree structure

Info

Publication number
JPH0540787A
JPH0540787A JP3219170A JP21917091A JPH0540787A JP H0540787 A JPH0540787 A JP H0540787A JP 3219170 A JP3219170 A JP 3219170A JP 21917091 A JP21917091 A JP 21917091A JP H0540787 A JPH0540787 A JP H0540787A
Authority
JP
Japan
Prior art keywords
search method
name
search
vertex
vertices
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
JP3219170A
Other languages
Japanese (ja)
Inventor
Shinji Oura
慎司 大浦
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP3219170A priority Critical patent/JPH0540787A/en
Publication of JPH0540787A publication Critical patent/JPH0540787A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To give a set of names whose number of degrees of freedom on description is large to quickly search an apex at the time of searching the apex of a tree structure. CONSTITUTION:A first search method call part detecting means 11 of a search method conversion program 1 detects a first search method call part 21 included in a search program 2 before change. A first search method executing means 12 uses a set 22 of names given to the detected first search method call part 21 to execute the first search method for a tree structure source code 3 and finds an end point. A set acquiring means 13 of a second search method name acquires a set 42 of first names of respective apexes other than the start point which appear in the route from the start point to the end point. A search method substituting means 14 uses the set 42 of names to substitute the first search method call part 21 with a second search method call part 41, thus generating a search program 4 after conversion.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は木構造を利用したデータ
構造、例えば階層化したデータ構造を記憶する木構造を
利用した構造体における名前による頂点の探索方法に関
し、特に木構造における名前による頂点探索の高速化方
式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for searching for vertices by name in a data structure using a tree structure, for example, a structure using a tree structure for storing a hierarchical data structure, and more particularly to a vertex by name in a tree structure. The present invention relates to a search speedup method.

【0002】[0002]

【従来の技術】従来の木構造における名前による頂点探
索方式では、木構造を構成する各頂点が順序付けられた
0個以上の名前を持ち、任意の頂点について該頂点と該
頂点から隣接するすべての頂点および名前を持たない頂
点のみを経由して到達可能なすべての頂点とにおいて1
番目の名前が一意であるような木構造に対して名前によ
り頂点を探索する場合、名前の組の与え方の制限を弱く
して複雑な頂点の探索方法(以下、第1探索方法とい
う)を実行するか、名前の組の与え方の制限を強くして
簡単な頂点の探索方法(以下、第2探索方法という)を
実行するかしていた。第1探索方法は、頂点を特定する
際に必要な名前の組が第2探索方法により頂点を特定す
る際に必要な名前の組よりも記述上の自由度が高い点で
優れている一方、第2探索方法は、第1探索方法より単
純である点で優れている。
2. Description of the Related Art In the conventional vertex search method by name in a tree structure, each vertex forming a tree structure has an ordered name of 0 or more, and any vertex is adjacent to the vertex and all the neighbors from the vertex. 1 at the vertex and all vertices reachable only through unnamed vertices
When searching for vertices by name in a tree structure in which the th name is unique, a complicated vertex search method (hereinafter referred to as the first search method) is performed by weakening the restriction on the method of giving the name set. It was executed or a simple vertex search method (hereinafter, referred to as the second search method) was executed by strengthening the restriction on the method of giving the name set. The first search method is superior in that the set of names required to specify vertices has a higher degree of freedom in description than the set of names required to specify vertices by the second search method. The second search method is superior to the first search method in that it is simpler.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の木構造
における名前による頂点探索方式では、第1探索方法の
ように複雑であるために探索の実行が遅くなるか、第2
探索方法のように名前の組の与え方の自由度が低くなる
かのいずれかの問題点があった。
In the above-described conventional tree-structured vertex search method by name, since the search is complicated as in the first search method, the execution of the search is delayed, or the second search method is executed.
There was a problem that the degree of freedom in giving a name set was low, as in the search method.

【0004】本発明の目的は、上述の点に鑑み、探索プ
ログラムの前処理において第1探索方法の記述上の自由
度が高い名前の組を第2探索方法の名前の組に変換し、
実行時には探索の実行が容易な第2探索方法により頂点
の探索を高速に行うようにした木構造における名前によ
る頂点探索の高速化方式を提供することにある。
In view of the above points, an object of the present invention is to convert a set of names having a high degree of freedom in description of the first search method into a set of names for the second search method in preprocessing of the search program,
It is an object of the present invention to provide a speed-up method for vertex search by name in a tree structure, which is configured to perform vertex search at high speed by a second search method that facilitates execution of search at the time of execution.

【0005】[0005]

【課題を解決するための手段】本発明の木構造における
名前による頂点探索の高速化方式は、木構造を構成する
各頂点が順序付けられた0個以上の名前を持ち、任意の
頂点について該頂点と該頂点から隣接するすべての頂点
および名前を持たない頂点のみを経由して到達可能なす
べての頂点とにおいて1番目の名前が一意であるような
木構造に対して、始点と始点から到達可能なすべての頂
点とにおいて一意な名前の組が与えられたときに始点と
名前の組とから特定される頂点である終点を発見する第
1探索方法と、始点と始点から隣接するすべての頂点お
よび名前を持たない頂点のみを経由して到達可能なすべ
ての頂点とにおいて一意な1番目の名前の組が与えられ
たときに始点と名前の組とから特定される頂点である終
点を発見する第2探索方法とを実行可能な情報処理シス
テムにおいて、探索プログラム中に含まれる第1探索方
法呼出し部を検出する第1探索方法呼出し部検出手段
と、この第1探索方法呼出し部検出手段により検出され
た第1探索方法呼出し部に与えられた名前の組を使用し
て第1探索方法を実行し終点を発見する第1探索方法実
行手段と、始点から前記第1探索方法実行手段により探
索された終点への路に現れる始点以外の各頂点の1番目
の名前の組を得る第2探索方法名前の組取得手段と、こ
の第2探索方法名前の組取得手段により得られた名前の
組を用いて前記第1探索方法呼出し部を第2探索方法呼
出し部に置き換える探索方法置換手段とを有する。
A method for accelerating a vertex search by name in a tree structure according to the present invention has 0 or more ordered vertices forming a tree structure, and the vertices of any vertex are And a tree structure in which the first name is unique among all adjacent vertices and all vertices that do not have a name can be reached from the start point and the start point. A first search method for finding an end point which is a vertex specified from the start point and the name set when a unique name set is given to all the vertices, and the start point and all adjacent vertices from the start point, and Given a first set of names unique to all vertices reachable only via unnamed vertices, find the endpoint that is the vertex identified by the start point and the name set. Two In an information processing system capable of executing a search method, a first search method calling part detecting means for detecting a first search method calling part included in a search program, and the first search method calling part detecting means are detected. First search method executing means for executing the first search method and finding an end point by using the set of names given to the first search method calling part, and an end point searched by the first search method executing means from the start point. Using the second search method name set obtaining means for obtaining the first name set of each vertex other than the starting point appearing on the path to and the name set obtained by this second search method name set obtaining means And a search method replacing means for replacing the first search method calling unit with the second search method calling unit.

【0006】[0006]

【作用】本発明の木構造における名前による頂点探索の
高速化方式では、第1探索方法呼出し部検出手段が探索
プログラム中に含まれる第1探索方法呼出し部を検出
し、第1探索方法実行手段が第1探索方法呼出し部検出
手段により検出された第1探索方法呼出し部に与えられ
た名前の組を使用して第1探索方法を実行し終点を発見
し、第2探索方法名前の組取得手段が始点から第1探索
方法実行手段により探索された終点への路に現れる始点
以外の各頂点の1番目の名前の組を得、探索方法置換手
段が第2探索方法名前の組取得手段により得られた名前
の組を用いて第1探索方法呼出し部を第2探索方法呼出
し部に置き換える。
In the method for speeding up the vertex search by name in the tree structure of the present invention, the first search method calling unit detection means detects the first search method calling unit included in the search program, and the first search method execution unit is executed. Performs the first search method by using the set of names given to the first search method calling unit detected by the first search method calling unit detection means to discover the end point, and obtains the second search method name set. The means obtains the first name set of each vertex other than the start point appearing on the path from the start point to the end point searched by the first search method execution means, and the search method replacement means by the second search method name set acquisition means. The first search method calling unit is replaced with the second search method calling unit using the obtained set of names.

【0007】[0007]

【実施例】次に、本発明について図面を参照して詳細に
説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described in detail with reference to the drawings.

【0008】図1は、本発明の一実施例に係る木構造に
おける名前による頂点探索の高速化方式の構成を示すブ
ロック図である。本実施例の木構造における名前による
頂点探索の高速化方式は、探索方法変換プログラム1
と、変換前探索プログラム2と、木構造ソースコード3
と、変換後探索プログラム4とから、その主要部が構成
されている。
FIG. 1 is a block diagram showing the structure of a speed-up system for vertex search by name in a tree structure according to an embodiment of the present invention. The method for speeding up the vertex search by name in the tree structure of the present embodiment is a search method conversion program 1
, Pre-conversion search program 2 and tree structure source code 3
And the post-conversion search program 4 constitute the main part thereof.

【0009】探索方法変換プログラム1は、変換前探索
プログラム2中に含まれる第1探索方法呼出し部21を
検出する第1探索方法呼出し部検出手段11と、第1探
索方法呼出し部21に与えられた名前の組22を用いて
第1探索方法を実行し終点を発見する第1探索方法実行
手段12と、始点から終点への路に現れる始点以外の各
頂点の1番目の名前の組42を得る第2探索方法名前の
組取得手段13と、名前の組42を用いて第1探索方法
呼出し部21を第2探索方法呼出し部41に置き換える
探索方法置換手段14とを含んで構成されている。
The search method conversion program 1 is provided to the first search method calling unit detecting means 11 for detecting the first search method calling unit 21 included in the pre-conversion search program 2 and the first search method calling unit 21. The first search method executing means 12 for executing the first search method and finding the end point using the set 22 of names, and the first name set 42 of each vertex other than the start point appearing on the road from the start point to the end point It is configured to include a second search method name set acquisition unit 13 for obtaining and a search method replacement unit 14 for replacing the first search method calling unit 21 with the second search method calling unit 41 using the name set 42. ..

【0010】変換前探索プログラム2は、終点を特定す
るための名前の組22をパラメータとする第1探索方法
呼出し部21を含む。
The pre-conversion search program 2 includes a first search method calling unit 21 having a set of names 22 for specifying an end point as a parameter.

【0011】木構造ソースコード3は、木構造を構成す
る各頂点が順序付けられた0個以上の名前を持ち、任意
の頂点について該頂点と該頂点から隣接するすべての頂
点および名前を持たない頂点のみを経由して到達可能な
すべての頂点とにおいて1番目の名前が一意であるよう
な木構造を記述する。
The tree structure source code 3 has a name of 0 or more in which each of the vertices forming the tree structure is ordered, and with respect to an arbitrary vertex, the vertex and all the vertices adjacent to the vertex and the vertex having no name. Describe a tree structure in which the first name is unique at all vertices reachable via only.

【0012】図2は、木構造ソースコード3で記述され
た木構造の具体例を示す図である。この木構造は、名前
Aを持つ頂点31と、名前b,Bを持つ頂点32と、名
前を持たない頂点33と、名前c,Bを持つ頂点34
と、名前を持たない頂点35と、名前b,Cを持つ頂点
36と、名前e,Bを持つ頂点37とからなる。ここ
で、探索の始点は、頂点31に固定されているものとす
ると、頂点36に対応する名前の組が与えられる場合、
第1探索方法で可能な名前の組22には、“C”,
“c,b,”,“c,C”,“c,B,b”,“c,
b,C”,“c,B,b,C,”,“A,C”,“A,
c,b”,“A,c,C”,“A,c,B,b”,
“A,c,b,C”および“A,c,B,b,C”があ
る。一方、第2探索方法で同じ頂点36を見つけること
ができる名前の組42は“c,b”だけである。
FIG. 2 is a diagram showing a specific example of the tree structure described by the tree structure source code 3. This tree structure has a vertex 31 having a name A, a vertex 32 having names b and B, a vertex 33 having no name, and a vertex 34 having names c and B.
, A vertex 35 having no name, a vertex 36 having names b and C, and a vertex 37 having names e and B. Here, assuming that the starting point of the search is fixed to the vertex 31, if a set of names corresponding to the vertex 36 is given,
The name set 22 that can be created by the first search method includes “C”,
"C, b,", "c, C", "c, B, b", "c,
b, C ”,“ c, B, b, C, ”,“ A, C ”,“ A,
c, b ”,“ A, c, C ”,“ A, c, B, b ”,
There are "A, c, b, C" and "A, c, B, b, C". On the other hand, the set of names 42 that can find the same vertex 36 by the second search method is only "c, b".

【0013】変換後探索プログラム4は、名前の組42
をパラメータとする第2探索方法呼出し部41を含む。
The post-conversion search program 4 has a set of names 42
The second search method calling unit 41 with the parameter as a parameter is included.

【0014】次に、このように構成された本実施例の名
前による頂点探索の高速化方式の動作について説明す
る。
Next, the operation of the name-accelerating vertex searching method of the present embodiment thus constructed will be described.

【0015】探索方法変換プログラム1が変換前探索プ
ログラム2のソースコードに対する前処理として起動さ
れると、まず第1探索方法呼出し部検出手段11は、変
換前探索プログラム2中の第1探索方法呼出し部21を
検出する。
When the search method conversion program 1 is activated as a pre-process for the source code of the pre-conversion search program 2, the first search method calling part detection means 11 first calls the first search method in the pre-conversion search program 2. The part 21 is detected.

【0016】第1探索方法呼出し部検出手段11により
変換前探索プログラム2中に第1探索方法呼出し部21
が検出されると、第1探索方法実行手段12は、第1探
索方法呼出し部21に与えられたパラメータである名前
の組22を用いて第1探索方法により木構造ソースコー
ド3上を探索して、終点となる頂点36を発見する。こ
こで、名前の組22は、“C”,“c,b,”,“c,
C”,“c,B,b”,“c,b,C”,“c,B,
b,C,”,“A,C”,“A,c,b”,“A,c,
C”,“A,c,B,b”,“A,c,b,C”または
“A,c,B,b,C”のいずれであってもよいことは
もちろんである。
The first search method calling unit detection means 11 causes the first search method calling unit 21 in the pre-conversion search program 2.
Is detected, the first search method execution means 12 searches the tree structure source code 3 by the first search method using the name set 22 which is the parameter given to the first search method calling unit 21. Then, the vertex 36, which is the end point, is found. Here, the name set 22 includes “C”, “c, b,”, “c,
C "," c, B, b "," c, b, C "," c, B,
b, C, ”,“ A, C ”,“ A, c, b ”,“ A, c,
Of course, it may be any of C "," A, c, B, b "," A, c, b, C "or" A, c, B, b, C ".

【0017】続いて、第2探索方法名前の組取得手段1
3は、木構造ソースコード3から始点である頂点31か
ら終点である頂点36への路に現れる始点以外の各頂点
の1番目の名前の組42“c,b”を取得する。
Next, the second search method name set acquisition means 1
3 obtains the first name set 42 "c, b" of each vertex other than the starting point appearing on the path from the starting point 31 to the ending point 36 from the tree structure source code 3.

【0018】最後に、探索方法置換手段14は、変換前
探索プログラム2中の第1探索方法呼出し部21および
名前の組22を第2探索方法呼出し部41および名前の
組42“c,b”に変換して、変換後探索プログラム4
を生成する。
Finally, the search method replacement means 14 replaces the first search method calling section 21 and the name set 22 in the pre-conversion search program 2 with the second search method calling section 41 and the name set 42 "c, b". After conversion, the converted search program 4
To generate.

【0019】このようにして生成された変換後探索プロ
グラム4をコンパイルした後に実行すると、第2探索方
法呼出し部41において名前の組42“c,b”を用い
て第2探索方法が呼び出され、第2探索方法により終点
となる頂点36が高速に探索される。
When the post-conversion search program 4 thus generated is compiled and then executed, the second search method calling unit 41 calls the second search method using the name set 42 "c, b". The vertex 36, which is the end point, is searched at high speed by the second search method.

【0020】[0020]

【発明の効果】以上説明したように本発明は、木構造を
構成する各頂点が順序付けられた0個以上の名前を持
ち、任意の頂点について該頂点と該頂点から隣接するす
べての頂点および名前を持たない頂点のみを経由して到
達可能なすべての頂点とにおいて1番目の名前が一意で
あるような木構造に対する名前による頂点の探索におい
て、探索プログラムの前処理で第1探索方法の記述上の
自由度の高い名前の組を第2探索方法の名前の組に変換
し、探索プログラムの実行時には探索の実行が容易な第
2探索方法により頂点の探索を高速に行うようにしたこ
とにより、記述上の自由度が高い名前の組を与えて頂点
の探索を高速に実行することが可能になるという効果が
ある。
As described above, according to the present invention, each vertex forming a tree structure has an ordered name of 0 or more, and for any vertex, the vertex and all the vertices adjacent to the vertex and the name. In searching for vertices by name in a tree structure where the first name is unique among all vertices that can be reached via only vertices that do not have By converting the set of names having a high degree of freedom into the set of names of the second search method, and performing the search of the vertices at a high speed by the second search method that is easy to execute the search when the search program is executed, This has an effect that it is possible to perform a vertex search at high speed by giving a set of names having a high degree of freedom in description.

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

【図1】本発明の一実施例に係る木構造における名前に
よる頂点探索の高速化方式の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing a configuration of a speed-up method for vertex search by name in a tree structure according to an embodiment of the present invention.

【図2】図1中の木構造ソースコードで記述されている
順序付けられた0個以上の名前を持つ頂点から構成され
る木構造を例示する図である。
FIG. 2 is a diagram showing an example of a tree structure composed of vertices having 0 or more ordered names described in the tree structure source code in FIG.

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

1 探索方法変換プログラム 2 変換前探索プログラム 3 木構造ソースコード 4 変換後探索プログラム 11 第1探索方法呼出し部検出手段 12 第1探索方法実行手段 13 第2探索方法名前の組取得手段 14 探索方法置換手段 21 第1探索方法呼出し部 22 名前の組 41 第2探索方法呼出し部 42 名前の組 31 名前Aを持つ頂点 32 名前b,Bを持つ頂点 33 名前を持たない頂点 34 名前c,Bを持つ頂点 35 名前を持たない頂点 36 名前b,Cを持つ頂点 37 名前e,Bを持つ頂点 DESCRIPTION OF SYMBOLS 1 search method conversion program 2 pre-conversion search program 3 tree structure source code 4 post-conversion search program 11 1st search method calling part detection means 12 1st search method execution means 13 2nd search method name set acquisition means 14 search method replacement Means 21 First search method calling unit 22 Name set 41 Second search method calling unit 42 Name set 31 Vertices with name A 32 Vertices with names b and B 33 Vertices without names 34 Having names c and B Vertex 35 Vertex without name 36 Vertex with name b, C 37 Vertex with name e, B

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】木構造を構成する各頂点が順序付けられた
0個以上の名前を持ち、任意の頂点について該頂点と該
頂点から隣接するすべての頂点および名前を持たない頂
点のみを経由して到達可能なすべての頂点とにおいて1
番目の名前が一意であるような木構造に対して、始点と
始点から到達可能なすべての頂点とにおいて一意な名前
の組が与えられたときに始点と名前の組とから特定され
る頂点である終点を発見する第1探索方法と、始点と始
点から隣接するすべての頂点および名前を持たない頂点
のみを経由して到達可能なすべての頂点とにおいて一意
な1番目の名前の組が与えられたときに始点と名前の組
とから特定される頂点である終点を発見する第2探索方
法とを実行可能な情報処理システムにおいて、 探索プログラム中に含まれる第1探索方法呼出し部を検
出する第1探索方法呼出し部検出手段と、 この第1探索方法呼出し部検出手段により検出された第
1探索方法呼出し部に与えられた名前の組を使用して第
1探索方法を実行し終点を発見する第1探索方法実行手
段と、 始点から前記第1探索方法実行手段により探索された終
点への路に現れる始点以外の各頂点の1番目の名前の組
を得る第2探索方法名前の組取得手段と、 この第2探索方法名前の組取得手段により得られた名前
の組を用いて前記第1探索方法呼出し部を第2探索方法
呼出し部に置き換える探索方法置換手段とを有すること
を特徴とする木構造における名前による頂点探索の高速
化方式。
1. Each of the vertices forming a tree structure has an ordered number of 0 or more, and for any vertices, only the vertices and all vertices adjacent to the vertices and unnamed vertices are passed. 1 at every reachable vertex
For a tree structure where the th name is unique, at the vertex identified by the starting point and the name pair when a unique name pair is given at the starting point and all vertices reachable from the starting point. Given a first search method of finding an end point and a unique first set of names at the start point and all adjacent vertices from the start point and only those vertices that are unnamed In a data processing system capable of executing a second search method for finding an end point that is a vertex specified by a set of a start point and a name, a first search method calling unit included in a search program is detected. The first search method is executed by using the first search method calling part detecting means and the set of names given to the first search method calling part detected by the first search method calling part detecting means to find the end point. First Search method execution means, and second search method name set acquisition means for obtaining the first name set of each vertex other than the start point appearing on the path from the start point to the end point searched by the first search method execution means, A tree structure comprising: a search method replacing unit that replaces the first search method calling unit with a second search method calling unit using the name set obtained by the second search method name set obtaining unit. Speeding up of vertex search by name in.
JP3219170A 1991-08-05 1991-08-05 System for increasing speed for apex retrieval by name in tree structure Pending JPH0540787A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3219170A JPH0540787A (en) 1991-08-05 1991-08-05 System for increasing speed for apex retrieval by name in tree structure

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3219170A JPH0540787A (en) 1991-08-05 1991-08-05 System for increasing speed for apex retrieval by name in tree structure

Publications (1)

Publication Number Publication Date
JPH0540787A true JPH0540787A (en) 1993-02-19

Family

ID=16731300

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3219170A Pending JPH0540787A (en) 1991-08-05 1991-08-05 System for increasing speed for apex retrieval by name in tree structure

Country Status (1)

Country Link
JP (1) JPH0540787A (en)

Similar Documents

Publication Publication Date Title
JP2788850B2 (en) Optimal menu inquiry method and editing method of structural data by hierarchical menu inquiry
US6466696B1 (en) Deriving polygonal boundaries from quadtree representation
CN112817567B (en) Openwhisk no-service framework migration method for micro-service application
CN111580821A (en) Script binding method and device, electronic equipment and computer readable storage medium
JP2002140194A (en) Information processing method, information processing device and agent system
JPH0540787A (en) System for increasing speed for apex retrieval by name in tree structure
JPH04328956A (en) Picture data read method
CN109104297A (en) A kind of processing method and processing device of operation flow
JP2002342078A (en) Program development system and method
JP3999949B2 (en) Alias name search apparatus, alias name search method, and alias name search program
JP3637606B2 (en) Data processing device
JP5253115B2 (en) Program conversion device, program analysis device, program conversion method, program analysis method, and program
JPH08328841A (en) Software generating device
JPH035866A (en) On-line program control system
JPH0664534B2 (en) Device for selecting unification candidate terms
JPS63106047A (en) Dynamic subroutine call system
JP2560848B2 (en) Name reference reference resolution method in translation system
CN111914299A (en) Method, device and equipment for optimizing predictive machine interface and storage medium
JPH0583322A (en) File management type general-purpose decoding system for coding rule
JP2010122996A (en) Data processor and method of processing data
JPH08329095A (en) Data retrieval system for relational data base
JPH03248230A (en) Parameter analyzing system
JPH05151006A (en) Pool semaphore management device
JP2006164142A (en) Library conversion program
JP2001147843A (en) Method for converting information structure, storage medium and its device