JPH1078908A - Plural data format table management system - Google Patents

Plural data format table management system

Info

Publication number
JPH1078908A
JPH1078908A JP8232894A JP23289496A JPH1078908A JP H1078908 A JPH1078908 A JP H1078908A JP 8232894 A JP8232894 A JP 8232894A JP 23289496 A JP23289496 A JP 23289496A JP H1078908 A JPH1078908 A JP H1078908A
Authority
JP
Japan
Prior art keywords
management area
data
pointer
table management
management
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP8232894A
Other languages
Japanese (ja)
Other versions
JP3260632B2 (en
Inventor
Tatsuo Akiyama
達雄 秋山
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 Solution Innovators Ltd
Original Assignee
NEC Solution Innovators 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 NEC Solution Innovators Ltd filed Critical NEC Solution Innovators Ltd
Priority to JP23289496A priority Critical patent/JP3260632B2/en
Publication of JPH1078908A publication Critical patent/JPH1078908A/en
Application granted granted Critical
Publication of JP3260632B2 publication Critical patent/JP3260632B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a table management system in which plural table format processing can be operated by the same device, and the same processing can be executed even when the table format is changed. SOLUTION: A leading pointer 11 points a table management area 21 of a table 2. When the table leading of the table 2 is necessary, a base pointer in the table management area 21 is referred to. Also, a management area 31 of a table 3 following the table 2 is included as the pointer of the next table in the table management area 21, and this is used. The pointer of the table management area 21 of the previous table 2 and the pointer of a table management area 41 of a next table 4 are included in the table management area 31 of the table 3. Thus, tables adjacent to the table 3 can be provided by referring to the table management area 31 without considering the format of the overall table 3.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はメモリ上のテーブル
管理方式に関し、特に複数種類の形式のテーブルを混在
して利用する場合のテーブル管理方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a table management system on a memory, and more particularly, to a table management system when a plurality of types of tables are used in combination.

【0002】[0002]

【従来の技術】従来、この種のテーブル管理方式では、
テーブル直前のテーブルを示すポインタとテーブル直後
を示すポインタとを、複数ある各テーブルでそれぞれ独
立して設定して管理を行なっていた。あるいは、各テー
ブルの一部分を各テーブル間で同一になるように設定し
て管理を行なっていた。
2. Description of the Related Art Conventionally, in this type of table management system,
A pointer indicating the table immediately before the table and a pointer indicating immediately after the table are set and managed independently in each of the plurality of tables. Alternatively, management is performed by setting a part of each table to be the same between the tables.

【0003】[0003]

【発明が解決しようとする課題】上述した従来のテーブ
ル管理方式は、テーブル直前のテーブルを示すポインタ
およびテーブル直後を示すポインタを、各テーブル形式
ごとに独立して設定して管理を行なっているため、ある
テーブルの直前のテーブルを取得する、あるテーブルの
直前のテーブルを追加する、あるテーブルの直前のテー
ブルを削除する、あるテーブルの直後のテーブルを取得
する、あるテーブルの直後のテーブルを追加する、ある
テーブルの直後のテーブルを削除する、といったキュー
の基本的な繰作を行なう装置をテーブル形式の種類の数
だけ用意する必要があり、プログラム上に同じ目的を持
つ装置を多数記述することになるという欠点があった。
In the conventional table management method described above, a pointer indicating a table immediately before a table and a pointer indicating immediately after a table are set and managed independently for each table format. Get the table just before a table, add the table just before a table, delete the table just before a table, get the table just after a table, add the table just after a table It is necessary to prepare a number of devices that perform the basic operations of the queue, such as deleting the table immediately after a certain table, by the number of types in the table format. There was a disadvantage of becoming.

【0004】従って、テーブル繰作の装置を統一するた
めに、テーブル直前のテーブルを示すポインタとテーブ
ル直後のテーブルを示すポインタを保存する位置を各テ
ーブル形式の間で同一の位置に設定することは、各テー
ブル形式がそれぞれ独立した数のキューで関連している
場合には困難であり、後のテーブル形式の変更も困難で
ある。
[0004] Therefore, in order to unify the devices for processing the tables, it is not possible to set the position for storing the pointer indicating the table immediately before the table and the position for storing the pointer indicating the table immediately after the table to the same position in each table format. It is difficult when each table format is associated with an independent number of queues, and it is also difficult to change the table format later.

【0005】本発明の目的は、上記問題点に鑑み、複数
のテーブル形式の処理を同一の装置で行ない、テーブル
形式が変更されても同じ処理が行なえるようなテーブル
管理方式を提供することにある。
SUMMARY OF THE INVENTION In view of the above problems, an object of the present invention is to provide a table management system in which processing in a plurality of table formats is performed by the same apparatus, and the same processing can be performed even if the table format is changed. is there.

【0006】[0006]

【課題を解決するための手段】本発明は、複数種類の形
式を持ったテーブルを使用するプログラムを、キュー構
造を用いて複数種類の形式を持ったテーブルを統一して
管理する複数データ形式テーブル管理方式において、管
理テーブルと、複数の形式を持った複数のデータテーブ
ルとを備え、複数のデータテーブルの各々が、テーブル
直前のテーブルを示すポインタと、テーブル直後のテー
ブルを示すポインタと、テーブルの先頭を示す先頭ポイ
ンタとを有するテーブル管理領域を備えることによっ
て、複数の形式とは無関係に、複数のデータテーブル間
の繰作を行なうことを可能にして、全てのテーブル形式
において同一の装置でキュー操作を行なうことを特徴と
する複数データ形式テーブル管理方式である。
SUMMARY OF THE INVENTION The present invention relates to a multi-data format table for unifying a program using a table having a plurality of formats and a table having a plurality of formats using a queue structure. In the management method, a management table and a plurality of data tables having a plurality of formats are provided. Each of the plurality of data tables includes a pointer indicating a table immediately before the table, a pointer indicating a table immediately after the table, and a table. By providing a table management area having a head pointer indicating the head, it is possible to perform repetition between a plurality of data tables irrespective of a plurality of formats. This is a multi-data format table management system characterized by performing operations.

【0007】また、管理テーブルが、複数の先頭ポイン
タを備えていることと好ましい。
It is preferable that the management table includes a plurality of head pointers.

【0008】さらに、複数の先頭ポインタの1つが、複
数のデータテーブルの1つのテーブル管理領域を指して
いると好ましい。
Further, it is preferable that one of the plurality of head pointers points to one table management area of the plurality of data tables.

【0009】またさらに、複数のデータテーブルのテー
ブル管理領域が、複数のデータテーブルのテーブル先頭
が必要な場合には、テーブル管理領域内にベースポイン
タを備えると好ましい。
Further, when the table management area of the plurality of data tables needs the head of the plurality of data tables, it is preferable to provide a base pointer in the table management area.

【0010】また、複数のデータテーブルのうち、1つ
のデータテーブルのテーブル管理領域が、1つのデータ
テーブルの前のデータテーブルのテーブル管理領域のポ
インタと、1つのデータテーブルの次のテーブル管理領
域のポインタとを有するとより好ましい。
[0010] Further, of the plurality of data tables, a table management area of one data table includes a pointer of a table management area of a data table preceding one data table, and a table management area of a table management area next to one data table. It is more preferable to have a pointer.

【0011】本発明のテーブル管理方式は、テーブルの
キューの先頭を示すポインタおよび全てのテーブルのそ
れぞれに設けたテーブル管理領域を用いて管理する。テ
ーブル管理領域には、自テーブルの直前のテーブルのテ
ーブル管理領域を示すポインタと、自テーブルの直後の
テーブルのテーブル管理領域を示すポインタと、ベース
ポインタという自テーブルの先頭を示すポインタを格納
する。1つのテーブルには1つ以上の管理領域を置き、
1つのテーブル上の全ての管理領域のベースポインタ
は、その管理領域が管理するテーブルの先頭を指すよう
に設定する。あるテーブルからその直前や直後のテーブ
ルを取得するためにはテーブル管理領域だけを取扱い、
テーブル内容を参照,変更するにはベースポインタから
テーブル先頭を取得して、各テーブルに固有の処理を行
なう。
In the table management method of the present invention, management is performed using a pointer indicating the head of a table queue and a table management area provided in each of all tables. The table management area stores a pointer indicating the table management area of the table immediately before the own table, a pointer indicating the table management area of the table immediately after the own table, and a pointer indicating the head of the own table called a base pointer. One table has one or more management areas,
The base pointers of all management areas on one table are set so as to point to the head of the table managed by that management area. To obtain the table immediately before or after a table from a certain table, only the table management area is handled,
To refer to and change the contents of the table, the table head is acquired from the base pointer, and processing unique to each table is performed.

【0012】[0012]

【発明の実施の形態】次に本発明について図面を参照し
て詳細に説明する。図1は、本発明の複数データ形式の
テーブル管理方式の実施例の構造を示すブロック図であ
る。本実施例の複数デー形式のテーブル管理方式は、管
理テーブル1と、第1のデータテーブル2と、第2のデ
ータテーブル3と、第3のデータテーブル4と、第4の
データテーブル5と、第5のデータテーブル6と、第6
のデータテーブル7とを備えている。管理テーブル1
は、第1の先頭ポインタ11と、第2の先頭ポインタ1
2と、第3の先頭ポインタ13とを備えている。第1の
データテーブル2はテーブル管理領域21を備えてい
る。第2のデータテーブル3はテーブル管理領域31を
備えている。第3のデータテーブル4はテーブル管理領
域41を備えている。第4のデータテーブル5はテーブ
ル管理領域51を備えている。第5のデータテーブル6
はテーブル管理領域61およびテーブル管理領域62を
備えている。第5のデータテーブル7はテーブル管理額
域71およびテーブル管理領域72を備えている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a structure of an embodiment of a table management system of a plural data format according to the present invention. The table management method of the multiple data format of the present embodiment includes a management table 1, a first data table 2, a second data table 3, a third data table 4, a fourth data table 5, The fifth data table 6 and the sixth data table
And a data table 7. Management table 1
Are the first start pointer 11 and the second start pointer 1
2 and a third head pointer 13. The first data table 2 has a table management area 21. The second data table 3 has a table management area 31. The third data table 4 has a table management area 41. The fourth data table 5 has a table management area 51. Fifth data table 6
Has a table management area 61 and a table management area 62. The fifth data table 7 includes a table management area 71 and a table management area 72.

【0013】各々の位置は、第1の先頭ポインタ11か
ら、まず第1のデータテーブル2へ、次に第2のデータ
テーブル3へ、最後に第3のデータテーブル4が接続し
ている。第2の先頭ポインタ12からは、第4のデータ
テーブル5へ、次に第5のデータテーブル6へ、最後に
第6のデータテーブル7が接続している。第3の先頭ポ
インタ13からは、第5のデータテーブル6へ、最後に
第6のデータテーブル7が接続している。
Each of the positions is connected from the first head pointer 11 to the first data table 2, first to the second data table 3, and finally to the third data table 4. From the second head pointer 12, the fourth data table 5, the fifth data table 6, and finally the sixth data table 7 are connected. From the third head pointer 13, the sixth data table 7 is connected to the fifth data table 6 and finally.

【0014】次に、本発明の複数データ形式のテーブル
管理方式の動作について、図1を参照して説明する。
Next, the operation of the multiple data format table management system of the present invention will be described with reference to FIG.

【0015】第1の先頭ポインタ11は、第1のデータ
テーブル2のテーブル管理領域21を指している。第1
のデータテーブル2のテーブル先頭が必要な場合はテー
ブル管理領域21内のベースポインタを参照する。また
第1のデータテーブル2に続く第2のデータテーブル3
の管理領域31は、テーブル管理領域21に次のテーブ
ルのポインタとして含むのでこれを利用する。第2のデ
ータテーブル3のテーブル管理領域31には、第1のデ
ータテーブル2のテーブル管理領域21のポインタと次
の第3のデータテーブル4のテーブル管理領域41のポ
インタを含むので、第2のデータテーブル3全体の形式
を意識せずにテーブル管理領域31の参照のみで第2の
データテーブル3に隣接するテーブルを取得する。他の
テーブルについても同様の操作を行ない、隣接するテー
ブルとテーブル先頭の参照は、テーブル管理領域の操作
で行なう。
The first head pointer 11 points to the table management area 21 of the first data table 2. First
When the head of the data table 2 is required, the base pointer in the table management area 21 is referred to. Also, a second data table 3 following the first data table 2
The management area 31 is used as a pointer of the next table in the table management area 21. Since the table management area 31 of the second data table 3 includes the pointer of the table management area 21 of the first data table 2 and the pointer of the table management area 41 of the next third data table 4, the second The table adjacent to the second data table 3 is obtained only by referring to the table management area 31 without being aware of the format of the entire data table 3. The same operation is performed for the other tables, and the adjacent table and the head of the table are referred to by operating the table management area.

【0016】[0016]

【発明の効果】以上説明したように本発明は、隣接する
テーブルの取得や、テーブルの直前や直後に他のテーブ
ルを挿入する場合や、テーブルの直前や直後にあるテー
ブルを削除する場合に、テーブル管理領域のみの操作を
行なうので、テーブル形式の種類に拘わらず、同一のキ
ュー繰作の装置でテーブルの繰作を行なうことが可能と
なり、またテーブル管理領域にテーブル先頭のポインタ
持つことによりテーブル形式の変更されても同じテーブ
ル繰作で可能になるという効果を奏する。
As described above, the present invention can be used to acquire an adjacent table, insert another table immediately before or immediately after a table, or delete a table immediately before or immediately after a table. Since the operation is performed only in the table management area, the table can be processed by the same queue processing apparatus regardless of the type of the table format. There is an effect that even if the format is changed, it becomes possible by the same table operation.

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

【図1】本発明の実施例のテーブル構成を示すブロック
図である。
FIG. 1 is a block diagram illustrating a table configuration according to an embodiment of the present invention.

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

1 管理テーブル 2〜7 データテーブル 11 第1の先頭ポインタ 12 第2の先頭ポインタ 13 第3の先頭ポインタ 21 管理テーブル 31 管理テーブル 41 管理テーブル 51 管理テーブル 61 管理テーブル 62 管理テーブル 71 管理テーブル 72 管理テーブル 1 Management Table 2-7 Data Table 11 First Start Pointer 12 Second Start Pointer 13 Third Start Pointer 21 Management Table 31 Management Table 41 Management Table 51 Management Table 61 Management Table 62 Management Table 71 Management Table 72 Management Table

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】複数種類の形式を持ったテーブルを使用す
るプログラムを、キュー構造を用いて複数種類の形式を
持ったテーブルを統一して管理する複数データ形式テー
ブル管理方式において、 管理テーブルと、 前記複数の形式を持った複数のデータテーブルとを備
え、 前記複数のデータテーブルの各々が、テーブル直前のテ
ーブルを示すポインタと、テーブル直後のテーブルを示
すポインタと、テーブルの先頭を示す先頭ポインタとを
有するテーブル管理領域を備え、 前記複数の形式とは無関係に、前記複数のデータテーブ
ル間の繰作を行なうことを可能にして、全てのテーブル
形式において同一の装置でキュー操作を行なうことを特
徴とする複数データ形式テーブル管理方式。
1. A multiple data format table management method for managing a program using a table having a plurality of types of tables by unifying a table having a plurality of types using a queue structure. A plurality of data tables having a plurality of formats, each of the plurality of data tables, a pointer indicating a table immediately before the table, a pointer indicating a table immediately after the table, a head pointer indicating the head of the table, A table management area having a table management area, wherein a queue operation can be performed with the same device in all table formats, enabling a process to be performed between the plurality of data tables regardless of the plurality of formats. Multiple data format table management method to be used.
【請求項2】前記管理テーブルが、複数の先頭ポインタ
を備えていることを特徴とする、請求項1に記載の複数
データ形式テーブル管理方式。
2. The multiple data format table management method according to claim 1, wherein said management table includes a plurality of head pointers.
【請求項3】前記複数の先頭ポインタの1つが、前記複
数のデータテーブルの1つのテーブル管理領域を指して
いることを特徴とする、請求項2に記載の複数データ形
式テーブル管理方式。
3. The multiple data format table management system according to claim 2, wherein one of said plurality of head pointers points to one table management area of said plurality of data tables.
【請求項4】前記複数のデータテーブルのテーブル管理
領域が、前記複数のデータテーブルのテーブル先頭が必
要な場合には、前記テーブル管理領域内にベースポイン
タを備えることを特徴とする、請求項1〜3のいずれか
に記載の複数データ形式テーブル管理方式。
4. A table management area for said plurality of data tables, wherein a base pointer is provided in said table management area when a table head of said plurality of data tables is required. 4. The multiple data format table management method according to any one of Items 1 to 3.
【請求項5】前記複数のデータテーブルのうち、1つの
データテーブルのテーブル管理領域が、前記1つのデー
タテーブルの前のデータテーブルのテーブル管理領域の
ポインタと、前記1つのデータテーブルの次のテーブル
管理領域のポインタとを有することを特徴とする、請求
項1〜4のいずれかに記載の複数データ形式テーブル管
理方式。
5. A table management area of one data table among the plurality of data tables, a pointer of a table management area of a data table before the one data table, and a table next to the one data table. 5. The multiple data format table management system according to claim 1, further comprising a management area pointer.
JP23289496A 1996-09-03 1996-09-03 Multiple data format table management method Expired - Fee Related JP3260632B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23289496A JP3260632B2 (en) 1996-09-03 1996-09-03 Multiple data format table management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23289496A JP3260632B2 (en) 1996-09-03 1996-09-03 Multiple data format table management method

Publications (2)

Publication Number Publication Date
JPH1078908A true JPH1078908A (en) 1998-03-24
JP3260632B2 JP3260632B2 (en) 2002-02-25

Family

ID=16946515

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23289496A Expired - Fee Related JP3260632B2 (en) 1996-09-03 1996-09-03 Multiple data format table management method

Country Status (1)

Country Link
JP (1) JP3260632B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101656357B1 (en) * 2015-11-04 2016-09-09 국방과학연구소 Method for generating database using look up table

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101656357B1 (en) * 2015-11-04 2016-09-09 국방과학연구소 Method for generating database using look up table
US10289644B2 (en) 2015-11-04 2019-05-14 Agency For Defense Development Method for generating database using lookup table

Also Published As

Publication number Publication date
JP3260632B2 (en) 2002-02-25

Similar Documents

Publication Publication Date Title
JPH0517584B2 (en)
JP2978519B2 (en) Document data display method and system
JP3260632B2 (en) Multiple data format table management method
JPH04362783A (en) Cad system having simultaneous concurrent processing function at plural terminals
JPH0540721A (en) Computer system
JP2763657B2 (en) Figure database management method
JPH10171666A (en) Task control block management mechanism and its managing method
JPH03282746A (en) Master file updating system for distributed computers
JPH03108019A (en) Tablet input processing system
JP3402985B2 (en) Line segment positional relationship management method
JPH10105589A (en) Circuit diagram designing method considering specification, circuit information preparing method and cad system
JPS60146552A (en) Mail box management system
JPH03132830A (en) Trace information storing system
JPH02272659A (en) United definition/control system for terminal attribute information
JPH04335466A (en) Plural page managing system for document data
JPH11288385A (en) Data processing device
JPH04158463A (en) Delivery output control system in loose coupling system
JPH07306870A (en) Property management system using product information and operation information
JPH05135059A (en) Schedule information management system
JPH04263306A (en) Inter-process sharing method for processing selection processing
JPH06259299A (en) Information processor
JPH08328836A (en) Graphic information managing device
JPH06295321A (en) Method for managing cancel of drawing
JPH02301870A (en) Multi-indexed file device
JPH0490026A (en) Processing flow chart editing device

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071214

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081214

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091214

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091214

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101214

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101214

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111214

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111214

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121214

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees