JPH0417547B2 - - Google Patents

Info

Publication number
JPH0417547B2
JPH0417547B2 JP60082404A JP8240485A JPH0417547B2 JP H0417547 B2 JPH0417547 B2 JP H0417547B2 JP 60082404 A JP60082404 A JP 60082404A JP 8240485 A JP8240485 A JP 8240485A JP H0417547 B2 JPH0417547 B2 JP H0417547B2
Authority
JP
Japan
Prior art keywords
data
storage device
field block
graphic data
nio
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
JP60082404A
Other languages
Japanese (ja)
Other versions
JPS61241873A (en
Inventor
Goro Suzuki
Yoshio Kunitomo
Katsuo Usui
Tadakatsu Ishiga
Masami Kinoshita
Kazuyuki Nomoto
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP60082404A priority Critical patent/JPS61241873A/en
Publication of JPS61241873A publication Critical patent/JPS61241873A/en
Publication of JPH0417547B2 publication Critical patent/JPH0417547B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Processing Or Creating Images (AREA)
  • Image Processing (AREA)

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は大量図形データの管理方式に係り、特
に図面中に存在している全図形データの中から図
面上で指定したあるウインド内に存在している図
形データだけを高速に検索するのに好適な図形デ
ータ管理方式に関する。
[Detailed Description of the Invention] [Field of Application of the Invention] The present invention relates to a method for managing a large amount of graphic data, and in particular, to manage graphic data that exists within a certain window specified on the drawing from among all graphic data existing in the drawing. The present invention relates to a graphic data management method suitable for quickly searching only graphic data that is currently available.

〔発明の背景〕[Background of the invention]

大量の図形データから構成される大規模な図面
(例えばAOサイズ)を電子計算機を用いて編集
する場合、図面上であるウインドを指定してその
内側に存在する図形群を移動・消去・回転する、
あるいは他の場所へコピーするという操作をたび
たび行う。この際図形編集システムは図面中に存
在している全図形データの中から指定したウイン
ド内に存在している図形データを検索する必要が
でてくる。ここで図面が大規模になるに従つて検
索の対象となるデータ量が増加するために処理時
間がかかることになる。
When editing a large-scale drawing (for example, AO size) consisting of a large amount of figure data using a computer, you can specify a window on the drawing and move, delete, or rotate the figures that exist inside it. ,
Or, you often perform operations such as copying it to another location. At this time, the graphic editing system needs to search for graphic data existing within the designated window from among all graphic data existing in the drawing. Here, as the drawing becomes larger, the amount of data to be searched increases, so processing time increases.

そこで検索時間を高速化するために従来次のよ
うな方法が採用されてきた。
Therefore, the following methods have been conventionally adopted to speed up the search time.

第2図に示したように図面を複数の矩形領域1
に分割しておき、入力された図形2がどの矩形領
域に存在しているかを第3図A,Bに示した2つ
のテーブルを使つて管理しておく。
As shown in Figure 2, the drawing is divided into multiple rectangular areas 1
The rectangular area in which the input figure 2 exists is managed using the two tables shown in FIGS. 3A and 3B.

図形データテーブルには図形データ2(e16
が格納されており、同一矩形領域内に存在する図
形データは図形データテーブル上の位置6を表わ
すアドレスポインタ7を使つてグループ化してお
く。又領域管理テーブルには各矩形領域内に存在
している図形データの最初の1個が存在している
図形データテーブル上の位置を表わすアドレスポ
インタ5及び矩形領域に付した番号4が格納され
ている。
The figure data table contains figure data 2 (e 1 to 6 ).
are stored, and graphic data existing within the same rectangular area are grouped using an address pointer 7 representing position 6 on the graphic data table. The area management table also stores an address pointer 5 indicating the position on the graphic data table where the first piece of graphic data existing in each rectangular area exists, and a number 4 assigned to the rectangular area. There is.

これら2つのテーブルを使つて図面上で指定し
たあるウインド3内に存在している図形データを
次の手順で検索する。
Using these two tables, graphic data existing within a certain window 3 specified on the drawing is searched in the following steps.

(1) ウインド3にかかつている矩形領域を捜す。(1) Search for a rectangular area that covers window 3.

(2) 領域管理テーブルから該当する矩形領域番号
4を捜し出し、アドレスポインタ5を使つて該
当矩形領域内の図形データを図形データテーブ
ルの中から1個抽出する。
(2) Find the corresponding rectangular area number 4 from the area management table, and use the address pointer 5 to extract one piece of graphic data within the corresponding rectangular area from the graphic data table.

(3) 図形データテーブル中のアドレスポインタ7
を使つて同一矩形領域内に存在している図形デ
ータをいもづる式に抽出する。
(3) Address pointer 7 in the figure data table
is used to extract graphic data existing within the same rectangular area in an easy-to-understand manner.

(4) (2)及び(3)で抽出した図形データの中から指定
したウインド内に存在するものをさらに詳細に
検索する。
(4) Search in more detail for the graphic data that exists within the specified window from among the graphic data extracted in (2) and (3).

ここで、図面内に存在する図形データの量が多
くなつた場合、図形データテーブルの大きさが制
限されている(このテーブルの大きさが図面編集
システムを運用する際の計算機リージヨンサイズ
を決定している)ために図面の全図形データを主
記憶装置上の図形データテーブルに存在させるこ
とは不可能となる。
Here, when the amount of figure data existing in a drawing increases, the size of the figure data table is limited (the size of this table determines the computer region size when operating the drawing editing system). Therefore, it is impossible to store all the graphic data of the drawing in the graphic data table on the main memory.

そこで補助記憶装置上に図面の全図形データを
格納しておき、必要な図形データだけを主記憶装
置上へ転送して作業を行うことになる。
Therefore, all the graphic data of the drawing is stored in the auxiliary storage device, and only the necessary graphic data is transferred to the main storage device to perform the work.

従来方式では次のような理由から主記憶装置と
補助記憶装置間のデータ転送には複雑な制御が必
要となりデータ検索の処理にかなりの時間を要し
ていた。
In the conventional system, data transfer between the main storage device and the auxiliary storage device required complicated control, and data retrieval processing took a considerable amount of time for the following reasons.

(1) 各矩形領域内に存在している図形の個数が一
定でないことから矩形領域内にある図形データ
の総量も一定でない。
(1) Since the number of figures existing in each rectangular area is not constant, the total amount of figure data in each rectangular area is also not constant.

(2) 同一矩形領域内に存在する図形データは図形
データテーブル上で必ずしも場所的に連続して
存在していない。
(2) Graphic data existing within the same rectangular area does not necessarily exist consecutively on the graphic data table.

又図形を移動・消去・回転するなどの操作をし
た場合、その図形が存在している矩形領域が変わ
つてしまうことがある。その場合、領域管理テー
ブルと図形データテーブルの両方を変更しなけれ
ばならないという煩わしさもあつた。
Furthermore, when a figure is moved, deleted, or rotated, the rectangular area in which the figure exists may change. In that case, there was also the hassle of having to change both the area management table and the graphic data table.

なお関連公知例には「相互干渉LSIレイアウト
システムを支援する効率的データベースの設計」
(J.A.Wilmore 16th、Proceedings of the
Design Automation Conference、pp445〜450
「The design of an efficient database to
support an interactive LSI la−yout system」)
などがある。
A related public knowledge example is "Design of an efficient database to support mutual interference LSI layout system"
(JA Wilmore 16th, Proceedings of the
Design Automation Conference, pp445-450
“The design of an efficient database to
support an interactive LSI la−yout system”)
and so on.

〔発明の目的〕[Purpose of the invention]

本発明の目的は図面上で指定したあるウインド
内に存在している図形群を図面の全図形データの
中から高速に検索するのに適した大量図形データ
の管理方式を提供することにある。
SUMMARY OF THE INVENTION An object of the present invention is to provide a management system for a large amount of graphic data suitable for quickly searching all the graphic data of a drawing for a group of graphics existing within a specified window on a drawing.

〔発明の概要〕[Summary of the invention]

本発明はFB(Field Block)なる考えを導入
し、主記憶装置と補助記憶装置間の図形データ転
送単位と、図面上で図形が存在している位置の管
理の単位とを同一にしたことに特徴がある。この
ことにより必要なデータの検索を高速化してい
る。
The present invention introduces the idea of FB (Field Block), and makes the unit of figure data transfer between the main memory and auxiliary memory the same as the unit of management of the position where figures exist on the drawing. It has characteristics. This speeds up the search for necessary data.

〔発明の実施例〕[Embodiments of the invention]

はじめにFBについて説明する。FBを第4図に
示す。一定量の図形データを格納することができ
る記憶容量のメモリと考えてよい。図面が編集さ
れていく過程で入力された図形データはこのメモ
リの中に次々と格納されていき、満杯になつた時
点でそれが一つのFBとなる。
First, I will explain about FB. The FB is shown in Figure 4. It can be thought of as a memory with a storage capacity that can store a certain amount of graphic data. Graphical data input during the process of editing a drawing is stored one after another in this memory, and when it becomes full, it becomes one FB.

さらに入力された図形データは又別のメモリエ
リアに格納され、新たなFBを形成する。このよ
うにして作られたFBは第5図に示したようにそ
の大きさを表わす情報で管理される。つまり、
FB中に格納されている全ての図形データを覆う
ことができ面積最小となる矩形9の左下、右上座
標情報10,10′(Xnio、Ynio)、(Xnax、Ynax
がそれである。又第6図に示したようにFBを構
成している図形データ自身も自分自身を覆うこと
のできる面積最小な矩形11の左下、右上座標情
報70((xnio、ynio)、(xnax、ynax)をその大きさ
を表わす情報として持つている。
Furthermore, the input graphic data is stored in another memory area to form a new FB. The FB created in this way is managed using information representing its size, as shown in FIG. In other words,
Lower left and upper right coordinate information 10, 10' (X nio , Y nio ), (X nax , Y nax ) of rectangle 9 that can cover all the figure data stored in the FB and has the minimum area.
That is it. In addition, as shown in FIG. 6, the graphic data constituting the FB itself also has lower left and upper right coordinate information 70 ((x nio , y nio ), (x nax , y nax ) as information representing its size.

これらの情報を使つて図面上で指定したあるウ
インド内に存在している図形データを次の手順で
検索する。
Using this information, the graphic data existing in a certain window specified on the drawing is searched for using the following procedure.

(1) ウインドにかかつているFBをFBの大きさを
表わす情報に基づいて検索する。
(1) Search for an FB attached to a window based on information representing the size of the FB.

(2) (1)で検索したFBに注目してその中に格納さ
れている図形データの中からウインド内に存在
しているものを詳細に検索する。
(2) Pay attention to the FB searched in (1) and search in detail for the graphic data that exists in the window from among the graphic data stored therein.

ここで、図面の全FBデータを主記憶装置上に
存在させることは前述したのと同じ理由から不可
能である。そこで全FBデータを補助記憶装置上
におき、主記憶装置上にはその中で必要なものだ
けを転送して作業を行う方式とする。その際、各
FBは最大限その中に格納できる図形データの量
が一定であることから補助記憶装置から該当FB
データを読み込み主記憶装置へそのデータを転送
する、あるいはその逆の処理を行うことが極めて
容易になる。
Here, it is impossible for all the FB data of the drawing to exist on the main storage device for the same reason as mentioned above. Therefore, all FB data is stored in the auxiliary storage device, and only the necessary data is transferred to the main storage device for work. At that time, each
Since the maximum amount of graphic data that can be stored in an FB is fixed, the corresponding FB is stored from the auxiliary storage device.
It becomes extremely easy to read data and transfer the data to main memory, or vice versa.

又同一FB内に存在している図形データはFBデ
ータを格納するテーブル上で場所的に連続して存
在していることから従来方式のように点在してい
るデータを捜す必要もなくなる。
Furthermore, since the graphic data existing in the same FB exists consecutively in the table storing the FB data, there is no need to search for scattered data as in the conventional method.

さらに、図形を移動・消去・回転などの操作を
したために第7図から第8図のようにその図形が
所属しているFBの大きさが変化した場合でも、
FBの大きさを表わす情報(Xnio、Ynio)、(Xnax
Ynax)だけを変更すればよく、図面の変更に対
しても容易に対処することが可能となる。
Furthermore, even if the size of the FB to which the figure belongs changes as shown in Figures 7 to 8 due to operations such as moving, erasing, or rotating the figure,
Information representing the size of FB (X nio , Y nio ), (X nax ,
Only the Y nax ) need be changed, and changes in the drawings can also be easily handled.

本発明の一実施例を第1図により説明する。 An embodiment of the present invention will be explained with reference to FIG.

主記憶装置80上にある2つのテーブルを使用
する。FBテーブル82にはFBデータが格納され
ている。ただし、図面の全FBデータがこのテー
ブル上に存在しているとは限らず、大規模な図面
の場合全FBデータは補助記憶装置上にあり、FB
テーブル上には一部のFBデータのみが存在して
いる。
Two tables on main memory 80 are used. The FB table 82 stores FB data. However, all FB data of a drawing does not necessarily exist on this table; in the case of large-scale drawings, all FB data is on the auxiliary storage device, and the FB
Only some FB data exists on the table.

FB管理テーブル84には各FBの大きさを表わ
す情報10(Xnio、Ynio)、(Xnax、Ynax)、FBデ
ータが主記憶装置上にある場合のFBテーブル上
の位置を表わすアドレスポインタ15それにFB
データが補助記憶装置上にある場合の補助記憶装
置上の位置を表わすアドレスポインタ16が格納
されている。
The FB management table 84 includes information 10 (X nio , Y nio ), (X nax , Y nax ) representing the size of each FB, and an address representing the position on the FB table when the FB data is on the main memory. Pointer 15 and FB
An address pointer 16 is stored that indicates the location on the auxiliary storage device when the data is on the auxiliary storage device.

これら2つのテーブルを使つて図面上で指定し
たあるウインド17内に存在している図形データ
を次の手順で検索する。
Using these two tables, graphic data existing within a certain window 17 specified on the drawing is searched in the following steps.

(1) 図面上で指定したウインドの大きさを表わす
情報18(xw nio、yw nio)、(xw nax、yw nax)が図面編
集システムへ送られる。
(1) Information 18 (x w nio , y w nio ), (x w nax , y w nax ) representing the size of the window specified on the drawing is sent to the drawing editing system.

(2) この情報とFB管理テーブルに格納されてい
る各FBの大きさを表わす情報からウインドに
かかつている全てのFB群を検索する。具体的
には次の条件を満足するFB群を検索する。
(2) Search all FB groups related to the window from this information and the information representing the size of each FB stored in the FB management table. Specifically, a group of FBs that satisfy the following conditions are searched.

Xnaxxw nioXnio and Ynaxyw nioYnio ……(1) xw naxXnioxw nio and yw naxYnioyw nio ……(2) Xnax≧Xw nio≧Xnio and Ynax≧Yw nax≧Ynio ……(3) Xw nax≧Xnio≧Xw nio and Yw nax≧Ynax≧Yw nio ……(4) Xnax≧Xw nax≧Xnio and Ynax≧Yw nio≧Ynio ……(5) Xw nax≧Xnax≧Xw nio and Yw nax≧Ynio≧Yw nio ……(6) Xnax≧Xw nax≧Xnio and Ynax≧Yw nax≧Ynio ……(7) Xw nax≧Xnax≧Xw nio and Yw nax≧Ynax≧Yw nio ……(8) (1)or(2)or(3)or(4)or(5)or(6)or(7)or(8) 該当するFBデータが主記憶装置上に存在す
るか否かはFB管理テーブルのアドレスポイン
ト15を見て判定する。
X nax x w nio X nio and Y nax y w nio Y nio …… ( 1) x w nax X nio x w nio and y w nax Y nio y w nio ……(2) nio and Y nax ≧Y w nax ≧Y nio …… ( 3 ) X w nax ≧X nio ≧X w nio and Y w nax ≧Y nax ≧Y w nio ……(4) nio and Y nax ≧Y w nio ≧Y nio …… ( 5 ) X w nax X nax ≧X w nio and Y w nax ≧Y nio ≧Y w nio ……(6) nio and Y nax ≧Y w nax ≧Y nio ……(7) X w nax ≧X nax ≧X w nio and Y w nax ≧Y nax ≧Y w nio ……(8) (1)or(2)or (3)or(4)or(5)or(6)or(7)or(8) Determine whether the corresponding FB data exists on the main memory by looking at address point 15 of the FB management table. do.

もしも、その値が0の時には、アドレスポイ
ンタ16を参照して補助記憶装置上で該当FB
データが存在している位置を求め、FB単位で
主記憶装置上のFBテーブルへそのデータを転
送する。
If the value is 0, the address pointer 16 is referred to and the corresponding FB is stored on the auxiliary storage device.
Find the location where the data exists and transfer the data to the FB table on the main memory in FB units.

(3) FBテーブル上に存在しているFBデータの中
から指定したウインド内に存在している図形デ
ータを図形データの大きさを表わす情報
(xnio、ynio)、(xnax、ynax)を使つて検索する。
(3) Information representing the size of the graphic data (x nio , y nio ), (x nax , y nax ) that exists in the specified window from among the FB data that exists on the FB table ) to search.

この方式によると主記憶装置と補助記憶装置間
のデータ転送の制御が極めて簡単なテーブル操作
で行えることができる。
According to this method, data transfer between the main storage device and the auxiliary storage device can be controlled by extremely simple table operations.

本実施例によれば、主記憶装置と補助記憶装置
間のデータ転送の単位と図面上で図形の存在して
いる位置の管理の単位とを同一にしているため
に、補助記憶装置上に存在している図面の全図形
データの中から図面上で指定したあるウインド内
に存在している図形データだけを高速に主記憶装
置へ転送することができ、データ検索の高速化が
図れる。
According to this embodiment, since the unit of data transfer between the main storage device and the auxiliary storage device is the same as the unit of management of the position where the figure exists on the drawing, Out of all the graphic data of the drawing being displayed, only the graphic data existing within a specified window on the drawing can be transferred to the main storage device at high speed, thereby speeding up data retrieval.

又図形を移動・消去・回転させた場合でも図形
自身の大きさを表わす情報とその図形が所属する
FBの大きさを表わす情報だけを変更するだけで
よく、図形の存在している図面上の位置の管理が
極めて簡単に行える。
Also, even when a figure is moved, deleted, or rotated, information representing the size of the figure itself and the figure to which it belongs are stored.
It is only necessary to change the information representing the size of the FB, and the position on the drawing where the figure exists can be managed extremely easily.

〔発明の効果〕〔Effect of the invention〕

本発明によれば図形データの検索、移動などを
高速におこなうことができる。
According to the present invention, graphic data can be searched, moved, etc. at high speed.

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

第1図は本方式によるテーブル例、第2図は図
面を矩形領域に分割した例、第3図は従来方式に
よるテーブル例、第4図は新方式によるデータ構
造例、第5図はFBの例、第6図はFB内の図形デ
ータの例、第7図は図形消去前のFBの例、第8
図は図形消去後のFBの例をそれぞれ表わしてい
る。 1……矩形領域、2……図形、3……ウイン
ド、4……矩形領域番号、5……図形データテー
ブルのアドレスポインタ、6……図形データテー
ブルのアドレス、7……同一矩形内に存在する図
形のグループ化用アドレスポインタ、8……図形
データの大きさを表わす情報、9……FB、10
……FBの大きさを表わす情報、11……図形デ
ータを覆う矩形、12……図形、13……図形消
去前のFB、14……図形消去後のFB、15……
FBテーブルのアドレスポインタ、16……補助
記憶装置のアドレスポインタ、17……ウイン
ド、18……ウインドの大きさを表わす情報。
Figure 1 is an example of a table according to this method, Figure 2 is an example of dividing a drawing into rectangular areas, Figure 3 is an example of a table according to the conventional method, Figure 4 is an example of a data structure according to the new method, and Figure 5 is an example of the FB. For example, Figure 6 is an example of figure data in FB, Figure 7 is an example of FB before figure deletion, Figure 8 is
The figures each show examples of FBs after figure deletion. 1... Rectangular area, 2... Figure, 3... Window, 4... Rectangular area number, 5... Address pointer of the figure data table, 6... Address of the figure data table, 7... Exist within the same rectangle address pointer for grouping figures, 8... Information indicating the size of figure data, 9... FB, 10
...Information representing the size of the FB, 11... Rectangle covering the figure data, 12... Figure, 13... FB before figure deletion, 14... FB after figure deletion, 15...
FB table address pointer, 16...Auxiliary storage device address pointer, 17...Window, 18...Information representing the size of the window.

Claims (1)

【特許請求の範囲】 1 図形データを格納する主記憶装置及び補助記
憶装置を備え、図形データを管理するシステムに
おいて、 複数の図形を含むフイールドブロツクの検索情
報として、これらの図形群を包含する面積最小な
矩形の対角上の2点の位置情報を用い、 上記フイールドブロツクを構成する各図形自体
の検索情報として、それぞれの図形を包含する面
積最小な矩形の対角上の2点の位置情報を用い、 これらの検索情報を単位として、上記記憶装置
の管理及び転送を行うことを特徴とする図形デー
タ管理方式。 2 特許請求の範囲第1項において、上記補助記
憶装置は、全フイールドブロツクデータを記憶
し、 上記主記憶装置は、一部のフイールドブロツク
データを記憶するフイールドブロツクテーブル
と、上記フイールドブロツクの検索情報、フイー
ルドブロツクデータが上記主記憶装置上に存在す
るか否かを表わす情報、存在しない場合に上記補
助記憶装置上の位置を表わす情報を少なくとも記
憶するフイールドブロツク管理テーブルとを有
し、 図形上で指定したウインドの大きさを表わすデ
ータから上記主記憶装置に記憶されているフイー
ルドブロツクに該当するフイールドブロツクがあ
ればそれを選択し、ない場合には上記補助記憶装
置上の該当フイールドブロツク選択し、選択され
たフイールドブロツクデータを上記主記憶装置に
転送する図形データ管理方式。
[Scope of Claims] 1. In a system that includes a main storage device and an auxiliary storage device for storing graphic data and manages the graphic data, search information for a field block including a plurality of graphics includes an area containing a group of these graphics. Using the positional information of the two points on the diagonal of the smallest rectangle, the positional information of the two points on the diagonal of the rectangle with the smallest area that includes each figure is used as the search information for each figure that makes up the field block. A graphic data management method characterized in that the storage device is managed and transferred using the search information as a unit. 2. In claim 1, the auxiliary storage device stores all field block data, and the main storage device stores a field block table that stores some field block data, and search information for the field block. , a field block management table that stores at least information indicating whether or not field block data exists on the main storage device, and information indicating the position on the auxiliary storage device if the field block data does not exist, and If there is a field block corresponding to the field block stored in the main storage device from the data representing the specified window size, select it; if there is no corresponding field block, select the corresponding field block in the auxiliary storage device, A graphic data management method that transfers selected field block data to the main storage device.
JP60082404A 1985-04-19 1985-04-19 Control system for graphic data Granted JPS61241873A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60082404A JPS61241873A (en) 1985-04-19 1985-04-19 Control system for graphic data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60082404A JPS61241873A (en) 1985-04-19 1985-04-19 Control system for graphic data

Publications (2)

Publication Number Publication Date
JPS61241873A JPS61241873A (en) 1986-10-28
JPH0417547B2 true JPH0417547B2 (en) 1992-03-26

Family

ID=13773655

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60082404A Granted JPS61241873A (en) 1985-04-19 1985-04-19 Control system for graphic data

Country Status (1)

Country Link
JP (1) JPS61241873A (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0823868B2 (en) * 1989-07-21 1996-03-06 三菱電機株式会社 Image display device

Also Published As

Publication number Publication date
JPS61241873A (en) 1986-10-28

Similar Documents

Publication Publication Date Title
US4905185A (en) Apparatus for transferring block data in original form and editing the block data
JPH0417547B2 (en)
JPH07249032A (en) Electronic filing device
JPH0850559A (en) File memory protector
JP2577397B2 (en) Graphic display device
JPH0232637B2 (en)
JP2745882B2 (en) Block management method
JPH0277872A (en) Document processor with active function
JPH04112253A (en) Data accessing method using multilayer buffer
JP3047994B2 (en) Drawing management device
JPH04288593A (en) Image display device
JPH064382A (en) Document managing device
JPS62160545A (en) System for managing unused area of direct access storage device
JPH0276074A (en) Drawing managing device
JPH03282749A (en) Temporary update data control system
JPH04205175A (en) Drawing control unit
JPH04311231A (en) Method for controlling file transfer
JPH0682334B2 (en) Management processing device for management table
JPH0235573A (en) Display graphic information retrieving system
JPH04287245A (en) System for managing free area of file system
Gillis Methodology of large dynamic files
JPS607303B2 (en) Page buffer search processing method
JPH04127337A (en) File managing system
JPH0256678A (en) Record storing system for data base
JPH02148365A (en) Echo displaying system for graphic display device