JPH05216724A - File memory device - Google Patents

File memory device

Info

Publication number
JPH05216724A
JPH05216724A JP4054445A JP5444592A JPH05216724A JP H05216724 A JPH05216724 A JP H05216724A JP 4054445 A JP4054445 A JP 4054445A JP 5444592 A JP5444592 A JP 5444592A JP H05216724 A JPH05216724 A JP H05216724A
Authority
JP
Japan
Prior art keywords
data
file
stored
segment
storage areas
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
JP4054445A
Other languages
Japanese (ja)
Inventor
Kenzo Mikamoto
賢三 三家本
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP4054445A priority Critical patent/JPH05216724A/en
Publication of JPH05216724A publication Critical patent/JPH05216724A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To restore another filing part except for a part directly relating to a fault by dividing a file based on the specification information of each data, and storing by dividing one file content into plural storage areas of a storage means at every data specification. CONSTITUTION:This device is equipped with an external storage means 10 provided with the plural storage areas to store the data, and a segment control part 8 which scans the file 32 to be stored and divides the file based on the data specification information of the data 31 in the file, and one file content is stored by dividing into the plural storage areas at every data specification. The file 32 to be stored is scanned by the segment control part 8, and is divided based on the specification information of each data 31 in the file, and is set as segment data at every specification. For example, one piece of document data generated at main memory 7 is divided into test data, vector data, and image data, etc. Those divided data are stored by dividing into the plural storage areas at every data specification.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はファイル記憶装置に関
し、詳しくはコンピュータの外部記憶装置に使用される
ファイル記憶装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a file storage device, and more particularly to a file storage device used as an external storage device of a computer.

【0002】[0002]

【従来の技術】外部記憶装置に於て、一般にファイルは
その属性情報を持ったアトリビュートファイルと、ファ
イルの実体部分であるセグメントファイルの2種類に分
割され、その2種類のファイルの集合体として、ユーザ
にアクセス可能な1ファイルとして保管されている。と
ころでハードウェア、ソフトウェアの機能は年々向上し
て来ており、生成されるファイルも大きくなって来てい
る。1ファイルの情報量が膨大な場合、セグメントファ
イルは更に所定の大きさに分割され、外部記憶装置の空
き領域に分散格納される。例えば特開昭60−1424
47号公報記載の装置では、マップ部とインデックス部
とデータ部が設けられており、データは複数のブロック
にマップされ、そのマップ情報等が表形式で表わされて
いる。
2. Description of the Related Art Generally, in an external storage device, a file is divided into two types, that is, an attribute file having attribute information and a segment file which is a substantial part of the file. It is stored as one file accessible to the user. By the way, the functions of hardware and software are improving year by year, and the files generated are also growing. When the information amount of one file is enormous, the segment file is further divided into a predetermined size and distributedly stored in the free area of the external storage device. For example, JP-A-60-1424
The apparatus described in Japanese Patent Publication No. 47 is provided with a map section, an index section and a data section, the data is mapped to a plurality of blocks, and the map information and the like are represented in a tabular format.

【0003】[0003]

【発明が解決しようとする課題】外部記憶装置の信頼性
は年々向上している。しかし未だ完璧ではなく、ときに
障害が発生する。この場合、格納されたデータが欠落す
る。しかし上記特開昭60−142447号公報記載の
装置を始め、従来の装置では、各ブロックへデータを格
納する際、順に取込んで夫々のブロックに格納している
だけで、夫々のデータに何の有意性も与えていない。こ
の為、一たびデータの欠落が発生すると、それがデータ
のどの部分であったかの判定は難しく、他のセグメント
やアトリビュートファイルが残っていたとしても、使用
可能なファイルとして復元することは困難であった。勿
論バックアップを完璧にしていれば問題は無い。しかし
装置使用者にとってバックアップは煩雑でそれを常に完
璧に実行することはなかなか難しい。この為実際に障害
が発生すると、ファイルが復元できないという場面も多
く、運用上障害になっていた。本発明の目的は、このよ
うな従来装置の欠点を解消することにあり、障害発生
時、その障害に直接関連する部分を除いた他のファイル
部分の復元が可能なファイル記憶装置を提供することに
ある。
The reliability of external storage devices is increasing year by year. But it's still not perfect, and sometimes it fails. In this case, the stored data is lost. However, in the conventional apparatus including the apparatus described in Japanese Patent Laid-Open No. 60-142447, when data is stored in each block, the data is simply fetched in order and stored in each block. Does not give significance. Therefore, once data loss occurs, it is difficult to determine which part of the data it was, and it is difficult to restore it as a usable file even if other segments and attribute files remain. It was Of course, if the backup is perfect, there is no problem. However, the backup is complicated for the user of the apparatus, and it is difficult to always execute it perfectly. Therefore, when an actual failure occurs, there are many cases where the file cannot be restored, which is an operational obstacle. An object of the present invention is to eliminate such a drawback of the conventional device, and to provide a file storage device capable of restoring other file portions excluding a portion directly related to the fault when a fault occurs. It is in.

【0004】[0004]

【課題を解決するための手段】上記目的達成のため本発
明では、データを記憶するための複数個の記憶領域を有
する外部記憶手段と、記憶すべきファイルを走査し該フ
ァイル内の各データのデータ種別情報により該ファイル
を分割する分割手段とを有し、一つのファイル内容をデ
ータ種別毎に複数の前記記憶領域に分割して記憶する。
To achieve the above object, according to the present invention, external storage means having a plurality of storage areas for storing data, and a file to be stored are scanned to store each data in the file. And a dividing unit that divides the file according to the data type information, and stores one file content by dividing it into a plurality of storage areas for each data type.

【0005】[0005]

【作用】外部記憶手段、例えばハードディスクには、セ
クタ等の、データ記憶領域が複数個設定される。セクタ
は記憶領域の最小単位で、例えば1024バイトとされ
る。記憶すべきファイルは分割手段によって走査され、
該ファイル内の各データの種別情報に基づいて分割さ
れ、種別毎のセグメントデータとされる。例えば文書作
成装置等によってメインメモリ等に生成された1個の文
書データは、テキストデータ、ベクトルデータ、イメー
ジデータ等に分割される。これら分割されたデータはそ
の種別毎に複数の前記記憶領域に分割して記憶される。
即ち1個のファイルの内容がデータ種別毎に複数の記憶
領域に分割格納される。
A plurality of data storage areas such as sectors are set in the external storage means such as a hard disk. The sector is the smallest unit of the storage area, and is, for example, 1024 bytes. The file to be stored is scanned by the dividing means,
It is divided based on the type information of each data in the file, and becomes segment data for each type. For example, one piece of document data generated in a main memory or the like by a document creation device or the like is divided into text data, vector data, image data and the like. The divided data is divided and stored in the plurality of storage areas for each type.
That is, the contents of one file are divided and stored in a plurality of storage areas for each data type.

【0006】[0006]

【実施例】以下本発明の詳細を図示実施例に基いて説明
する。ここではワークステーションが文書作成装置とし
て機能している状態を例にする。図に於て1は文書作成
部で、メインメモリ7にロードされたプログラムとCP
U(中央処理装置。不図示)によって実現され、文書作
成の為の種々の機能(ワードプロセッサ機能)を提供す
る。2は表示装置で、文書作成部1から供給されるデー
タを表示する。3はキーボードで、テキストデータ(文
字コードデータ)の入力、各種コマンド(命令)の入力
等に使用される。4はマウスで、表示装置2上のカーソ
ル(不図示)を操作して図形データ(ベクトルデータ)
を生成するのに使用される。5はイメージリーダ(画像
読取装置)で、文書に嵌め込むイメージデータ(画像デ
ータ)の読取りに使用される。6は印刷出力装置で、文
書作成部1から供給されたデータを用紙上に印刷出力す
る。8はセグメント制御部で、図3に示す手順に従い、
文書データの分割、セグメント化、及びその逆の処理を
実行する(詳細後述)。9はディスク制御部で、セグメ
ント制御部8から供給されたデータのハードディスク1
0の各記憶領域11への格納、或いは該領域からの読み
出しを行なう。なお記憶領域11を区別する場合は、符
号の後にハイフンと数字を付す。他の部分についても同
様とする。
The details of the present invention will be described below with reference to the illustrated embodiments. Here, a state in which the workstation functions as a document creation device is taken as an example. In the figure, 1 is a document creation section, which is a program and CP loaded in the main memory 7.
It is realized by a U (central processing unit, not shown) and provides various functions (word processor function) for creating a document. A display device 2 displays the data supplied from the document creation unit 1. A keyboard 3 is used for inputting text data (character code data) and various commands (commands). Reference numeral 4 is a mouse, which is operated by operating a cursor (not shown) on the display device 2 to generate graphic data (vector data).
Used to generate. An image reader (image reading device) 5 is used to read image data (image data) embedded in a document. A print output device 6 prints out the data supplied from the document creation unit 1 on a sheet. 8 is a segment control unit, which follows the procedure shown in FIG.
The document data is divided, segmented, and vice versa (details will be described later). Reference numeral 9 denotes a disk control unit, which is a hard disk 1 for the data supplied from the segment control unit 8.
0 is stored in each storage area 11 or read from the storage area 11. When distinguishing the storage areas 11, a hyphen and a number are added after the code. The same applies to other parts.

【0007】各図を引用して本実施例の動作を説明す
る。ユーザ(装置使用者)がキーボード3、マウス4、
イメージリーダ5を使用して、文字21、罫線22及び
イメージ23をそれらの位置情報と共に入力したとす
る。文書作成部1はこれらデータが入力される都度、デ
ータ種別を表わす識別記号33と通し番号34を付し、
入力順にメインメモリ7に蓄積する。文字21は通常文
字コードで表わされる。本実施例ではそのデータ(テキ
ストデータ)例えば31−1の先頭には識別記号33と
して「C」が付されるものとする。同じく罫線22はベ
クトルデータ(輪郭データ)で表現され、そのデータ例
えば31−2の先頭には識別記号33として「B」が付
されるものとする。また画像23はイメージデータ(ド
ットデータ)で表わされ、そのデータ例えば31−3の
先頭には識別記号33として「I」が付されるものとす
る。文字21、罫線22、画像23などからなる文書2
4の作成を終了し、ユーザがマウス4等を操作し、この
文書24のデータ保存を指示したとする。文書作成部1
はこれに応動し、メインメモリ7上に格納されている文
書データ32の保存をセグメント制御部8に命令する。
The operation of this embodiment will be described with reference to the drawings. The user (device user) uses the keyboard 3, mouse 4,
It is assumed that the image reader 5 is used to input the character 21, the ruled line 22 and the image 23 together with their position information. The document creation unit 1 attaches an identification symbol 33 and a serial number 34 indicating the data type each time these data are input,
The data is stored in the main memory 7 in the order of input. The character 21 is usually represented by a character code. In this embodiment, the data (text data), for example, 31-1 is prefixed with "C" as the identification symbol 33. Similarly, the ruled line 22 is represented by vector data (contour data), and the data, for example, 31-2, is prefixed with “B” as an identification symbol 33. The image 23 is represented by image data (dot data), and the data, for example, 31-3, is prefixed with “I” as an identification symbol 33. Document 2 consisting of characters 21, ruled lines 22, images 23, etc.
4 is completed, and the user operates the mouse 4 or the like to instruct to save the data of the document 24. Document creation section 1
Responds to this, and instructs the segment controller 8 to save the document data 32 stored in the main memory 7.

【0008】この命令を受け、セグメント制御部8は文
書データ32を走査し、図3の手順に従って該文書デー
タ32をそのデータ種別毎に分割する。なおハードディ
スク10の記憶領域11の最小単位は1024バイトで
あったとする。先ずデータ31−1を読み込む(ステッ
プS1。なお「ステップ」の語は以後省略する。)。先
頭の識別記号33−1によりデータ種別を識別する(S
2)。識別コードは「C」であり、S3の答が「はい
(Y)」となる。セグメント制御部8は、識別記号33
−1に続く1024バイトのデータをテキストデータ3
1−1から取り出す。これに通し番号34の情報(=
1)を付加し、テキストデータセグメント整列用ワーク
領域41−1に格納する。次いでそれに続く1024バ
イトを取り出し、同様に通し番号34の情報(=1)を
付加し、次の整列領域41−2に格納する。これを最初
のテキストデータ31−1の最後まで実行する(S
4)。終ったらS9に進み、文書データ32の全部につ
いて処理が終ったかを確認する。答は「いいえ(N)」
である。S1に戻る。
In response to this instruction, the segment controller 8 scans the document data 32 and divides the document data 32 according to the data type according to the procedure of FIG. The minimum unit of the storage area 11 of the hard disk 10 is 1024 bytes. First, the data 31-1 is read (step S1. The word "step" is omitted hereafter). The data type is identified by the leading identification symbol 33-1 (S
2). The identification code is “C”, and the answer in S3 is “Yes (Y)”. The segment control unit 8 uses the identification code 33
1024 bytes of data following -1 is text data 3
Take out from 1-1. Information of serial number 34 (=
1) is added and stored in the text data segment alignment work area 41-1. Then, the subsequent 1024 bytes are taken out, the information (= 1) of the serial number 34 is added in the same manner, and the result is stored in the next alignment area 41-2. This is executed until the end of the first text data 31-1 (S
4). When the processing is completed, the process proceeds to S9, and it is confirmed whether the processing is completed for all the document data 32. The answer is “No (N)”
Is. Return to S1.

【0009】次のデータ31−2はその識別記号33−
2が「B」、即ちベクトルデータである。セグメント制
御部8は、識別記号33−2に続く1024バイトのデ
ータをベクトルデータ31−2から取り出す。これにも
通し番号34の情報(=2)を付加し、ベクトルデータ
セグメント整列用ワーク領域42−1に格納する。次い
でそれに続く1024バイトを取り出し、これにも通し
番号34の情報(=2)を付加し、次の整列領域42−
2に格納する。これをベクトルデータ31−2の最後ま
で実行する(S6)。終ったらS9に進み、文書データ
32の全部について処理が終ったかを確認する。答は
「いいえ(N)」である。S1に戻る。次のデータ31
−3はその識別記号33−3が「I」、即ちイメージデ
ータである。セグメント制御部8は、識別記号33−3
に続く1024バイトのデータをイメージデータ31−
3から取り出す。これに同じく通し番号34の情報(=
3)を付加し、イメージデータセグメント整列用ワーク
領域43−1に格納する。次いでそれに続く1024バ
イトを取り出し、これにも通し番号34の情報(=3)
を付加し、次の整列領域43−2に格納する。これをイ
メージデータ31−3の最後まで実行する(S6)。終
ったらS9に進み、文書データ32の全部について処理
が終ったかを確認する。答は「いいえ(N)」である。
S1に戻る。この様にして文書データ32を走査し、こ
れを分割したデータ種別毎のセグメント列41,42及
び43を生成する。41は1024バイト単位のテキス
トデータセグメント列、42及び43は同じく1024
バイト単位のベクトルデータセグメント列及びイメージ
データセグメント列である。
The next data 31-2 is the identification code 33-.
2 is "B", that is, vector data. The segment control unit 8 extracts the 1024-byte data following the identification symbol 33-2 from the vector data 31-2. The serial number 34 information (= 2) is also added to this and stored in the vector data segment alignment work area 42-1. Next, the subsequent 1024 bytes are taken out, the information (= 2) of the serial number 34 is added to this, and the next alignment area 42-
Store in 2. This is executed until the end of the vector data 31-2 (S6). When the processing is completed, the process proceeds to S9, and it is confirmed whether the processing is completed for all the document data 32. The answer is “No (N)”. Return to S1. Next data 31
-3 is the image data whose identification symbol 33-3 is "I". The segment control unit 8 uses the identification code 33-3.
Image data 31-
Take out from 3. Information of serial number 34 (=
3) is added and stored in the image data segment alignment work area 43-1. Next, the subsequent 1024 bytes are taken out, and the information of serial number 34 (= 3)
Is added and stored in the next alignment area 43-2. This is executed until the end of the image data 31-3 (S6). When the processing is completed, the process proceeds to S9, and it is confirmed whether the processing is completed for all the document data 32. The answer is “No (N)”.
Return to S1. In this way, the document data 32 is scanned, and segment columns 41, 42, and 43 for each data type are generated by dividing the document data 32. 41 is a text data segment string in units of 1024 bytes, and 42 and 43 are also 1024
It is a vector data segment string and an image data segment string in bytes.

【0010】整列が終ると、セグメント制御部8はディ
スク制御部9にこれらセグメント列41,42,43の
ディスクへの格納を指令する(S10)。これに応動
し、ディスク制御部9は先ず所定の記憶領域11−1の
小領域11−1Xに、この文書データ32の属性、例え
ばファイル名、大きさ、作成日、プログラムかデータか
の別、その他の情報を書き込む。次いでそのときの空き
領域11を探す。このとき記憶領域11−2が空いてい
たとする。ディスク制御部9は先の小領域11−1Xの
最後の所定位置11−1XEにこの空き領域11−2の
アドレスを書き込む。そしてセグメント列41の最初の
セグメント41−1をメインメモリ7から読み出し、そ
の空き領域11−2に書き込む。セグメント列41−2
以下が残っているので、ディスク制御部9は次の空き領
域を探す。見つかった空き領域11−3のアドレスを先
の記憶領域11−2の最後の所定領域11−2Eに書き
込み、セグメント41−2を記憶領域41−3に書き込
む。この処理をセグメントデータ列41〜43の全部に
ついて実施する。このときの文書データ32のセグメン
トデータ列41,42,43が図1に示した6つのセグ
メントデータから構成されていたとすると、この処理に
より、文書24のデータ32は、ハードディスク10の
6つの記憶領域11−2〜11−7に分割格納されたこ
とになる。
When the alignment is completed, the segment control section 8 instructs the disk control section 9 to store these segment rows 41, 42, 43 on the disk (S10). In response to this, the disk control unit 9 first displays the attribute of the document data 32, for example, the file name, size, creation date, program or data, in the small area 11-1X of the predetermined storage area 11-1. Write other information. Next, the empty area 11 at that time is searched. At this time, it is assumed that the storage area 11-2 is empty. The disk controller 9 writes the address of the empty area 11-2 in the last predetermined position 11-1XE of the preceding small area 11-1X. Then, the first segment 41-1 of the segment column 41 is read from the main memory 7 and written in the empty area 11-2. Segment row 41-2
Since the following remains, the disk control unit 9 searches for the next free area. The address of the found free area 11-3 is written in the last predetermined area 11-2E of the previous storage area 11-2, and the segment 41-2 is written in the storage area 41-3. This process is performed for all of the segment data strings 41 to 43. If the segment data strings 41, 42, 43 of the document data 32 at this time are composed of the six segment data shown in FIG. 1, the data 32 of the document 24 will be stored in the six storage areas of the hard disk 10 by this processing. This means that they are divided and stored in 11-2 to 11-7.

【0011】格納されたデータの読み出しは、上記手順
の逆で行なわれる。文書24のファイルの読み出しが指
令されたとすると、ディスク制御部9はそのファイル名
をハードディスク10の所定領域11−1に照合し、そ
のファイルの小領域11−1Xを見出す。次いでその小
領域11−1XEのデータより記憶領域11−2のアド
レスを読み出し、そこに格納されているデータを読み出
し、メインメモリ7のデータ種別毎の整列用領域41−
1に書き込む。同じ様にして、各記憶領域の最後の領域
11−2E〜11−6Eのデータに基づき、夫々の記憶
領域11−2〜11−7のデータを読み出し、データ種
別毎のセグメント整列用領域42−1,43−1等に格
納する。これで格納前と同じデータ種別毎のセグメント
データ列41〜43が組立られた。セグメント制御部8
は夫々のセグメントデータ41−1〜43−2等の中に
含まれる通し番号情報34に基づいて、これらを元のテ
キストデータ31−1、ベクトルデータ32−2等に復
元する。文書作成部6は、これを表示装置2や印刷出力
装置6等に出力する。
The stored data is read out in the reverse order of the above procedure. When the reading of the file of the document 24 is instructed, the disk control unit 9 collates the file name with a predetermined area 11-1 of the hard disk 10 and finds a small area 11-1X of the file. Next, the address of the storage area 11-2 is read from the data of the small area 11-1XE, the data stored therein is read, and the sorting area 41-for each data type of the main memory 7 is read.
Write to 1. Similarly, the data in the respective storage areas 11-2 to 11-7 is read out based on the data in the last areas 11-2E to 11-6E of the respective storage areas, and the segment alignment area 42- for each data type is read. 1, 43-1 and so on. As a result, the segment data strings 41 to 43 of the same data type as before storage are assembled. Segment control unit 8
Restores the original text data 31-1, vector data 32-2, etc. based on the serial number information 34 contained in each segment data 41-1 to 43-2 etc. The document creation unit 6 outputs this to the display device 2, the print output device 6, or the like.

【0012】なお本実施例ではチェンポインタを用いた
(図3の11−1XE,11−2E〜11−6E)。デ
ィレクトリ領域11−1等に各記憶領域11−2〜11
−7のアドレスを記憶してこれに基づいてデータを読み
出しても良い。
In this embodiment, a chain pointer is used (11-1XE, 11-2E to 11-6E in FIG. 3). The storage areas 11-2 to 11 are stored in the directory area 11-1 and the like.
The address of -7 may be stored and the data may be read based on this.

【0013】[0013]

【発明の効果】以上説明したように、本発明では記憶す
べきファイルを走査して該ファイル内の各データの種別
情報により該ファイルを分割し、一つのファイル内容を
データ種別毎に記憶手段の複数の記憶領域に分割して記
憶するようにした。従って障害によりファイルの一部の
データが復元できない場合でも、データが種別毎に分割
整理されているので、残りのデータのかなりの部分を復
元することが出来る。従来のようにファイル全体のデー
タが復元不能に陥るようなことは無い。
As described above, according to the present invention, the file to be stored is scanned, the file is divided according to the type information of each data in the file, and the content of one file is stored in the storage means for each data type. The data is divided into a plurality of storage areas for storage. Therefore, even if a part of the data in the file cannot be restored due to a failure, the data is divided and organized for each type, so that a considerable part of the remaining data can be restored. There is no chance that the data of the entire file will be unrecoverable as in the past.

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

【図1】本発明の一実施例の構成を示すブロック図。FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】各記憶領域の詳細を示す線図。FIG. 2 is a diagram showing details of each storage area.

【図3】処理手順を示すフローチャート。FIG. 3 is a flowchart showing a processing procedure.

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

8 分割手段 10 外部記憶手段 11 記憶領域 32 ファイル 8 dividing means 10 external storage means 11 storage area 32 files

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 データを記憶するための複数個の記憶領
域を有する外部記憶手段と、記憶すべきファイルを走査
し該ファイル内の各データの種別情報により該ファイル
を分割する分割手段とを有し、一つのファイル内容を前
記複数の記憶領域にデータ種別毎に分割して記憶するこ
とを特徴とするファイル記憶装置。
1. An external storage means having a plurality of storage areas for storing data, and a dividing means for scanning a file to be stored and dividing the file according to type information of each data in the file. A file storage device is characterized in that the content of one file is divided and stored in the plurality of storage areas for each data type.
JP4054445A 1992-02-04 1992-02-04 File memory device Pending JPH05216724A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4054445A JPH05216724A (en) 1992-02-04 1992-02-04 File memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4054445A JPH05216724A (en) 1992-02-04 1992-02-04 File memory device

Publications (1)

Publication Number Publication Date
JPH05216724A true JPH05216724A (en) 1993-08-27

Family

ID=12970907

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4054445A Pending JPH05216724A (en) 1992-02-04 1992-02-04 File memory device

Country Status (1)

Country Link
JP (1) JPH05216724A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002041498A (en) * 2000-07-24 2002-02-08 Canon Inc Device and method for managing document
JP2020140647A (en) * 2019-03-01 2020-09-03 Necソリューションイノベータ株式会社 Information processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002041498A (en) * 2000-07-24 2002-02-08 Canon Inc Device and method for managing document
JP2020140647A (en) * 2019-03-01 2020-09-03 Necソリューションイノベータ株式会社 Information processing method

Similar Documents

Publication Publication Date Title
JP3167500B2 (en) Handwritten information input processing method
JPH024916B2 (en)
JPS5892035A (en) Data base processing system
US4523331A (en) Automated image input, storage and output system
JPS63273961A (en) Management system for plural versions
JPH05216724A (en) File memory device
JP4648045B2 (en) Character input device, program, and character input method
JPH10232867A (en) Document processing method, document processor and recording medium recording document processing program
JPS63233465A (en) Input display system for numerical format code
JP3456481B2 (en) Information processing device
JP3914579B2 (en) Information processing device
JPS61199135A (en) File restoration system
JPH02230375A (en) Electronic filing system
JP3337469B2 (en) Information processing device
JPH0863487A (en) Method and device for document retrieval
JPS6051128B2 (en) Search data input method
JP3813305B2 (en) Document creation apparatus and storage medium storing program for realizing the same
JP2775728B2 (en) Document processing device
JPH0836563A (en) Document edition system and device for preparing document using the same
JP3047400B2 (en) Data processing device
JPH0667945A (en) Electronic filing device
JPH06325094A (en) Electronic book device
JPH07200185A (en) File controller
JPS6050581A (en) Character memory system for graphic display unit
Pro Engineering Spreadsheets