JPH0620446A - Information retrieval device for cd-rom - Google Patents

Information retrieval device for cd-rom

Info

Publication number
JPH0620446A
JPH0620446A JP3356630A JP35663091A JPH0620446A JP H0620446 A JPH0620446 A JP H0620446A JP 3356630 A JP3356630 A JP 3356630A JP 35663091 A JP35663091 A JP 35663091A JP H0620446 A JPH0620446 A JP H0620446A
Authority
JP
Japan
Prior art keywords
file
information
character
rom
image
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
JP3356630A
Other languages
Japanese (ja)
Inventor
Yoko Yoshitome
洋子 吉留
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.)
Nippon Columbia Co Ltd
Original Assignee
Nippon Columbia 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 Nippon Columbia Co Ltd filed Critical Nippon Columbia Co Ltd
Priority to JP3356630A priority Critical patent/JPH0620446A/en
Publication of JPH0620446A publication Critical patent/JPH0620446A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To simplify the information retrieval of a CD-ROM by recording picture data and character information in one file and recording information, which indicates this recording position on a disk, in a table file. CONSTITUTION:An information retrieval device sends data from a CD-ROM drive 1 to a buffer 3. At this time, the number of read-in bytes is counted by a counter 2, and first 2048 bytes of the character and picture file are sent to a personal computer 9 through a buffer 5, and the residual bytes are sent to a graphic controller 10 and a frame memory 11 through a buffer 7 and are displayed on a picture display device 12. Consequently, character information and picture data are acquired from the table file by one seek because character information and picture data are stored in one file, and the retrieval time is shortened in comparison with conventional retrieval of two seeks.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、CD−ROMディスク
に記録された文字情報と、画像データの情報検索装置に
関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a device for retrieving character information recorded on a CD-ROM disc and image data.

【0002】[0002]

【従来の技術】CD−ROMディスクに記録されている
データは、図3に示すようにキーワードとテーブルファ
イルへのポインタと、そのキーワードについて示したテ
ーブルファイル内のレコード数から成るインデックスフ
ァイルと、マスタファイルへのポインタと画像ファイル
の位置を示す情報から成るテーブルファイルと、文字情
報から成るマスタファイルと、N個の画像ファイルとか
ら構成されている。
2. Description of the Related Art As shown in FIG. 3, data recorded on a CD-ROM disc includes a keyword, a pointer to a table file, an index file consisting of the number of records in the table file indicating the keyword, and a master. The table file includes a pointer to the file and information indicating the position of the image file, a master file including character information, and N image files.

【0003】アクセス方法としては、検索したい文字を
入力後、インデックスファイルのキーワードと比較し、
該当した所のレコード数とテーブルファイルへのポイン
タを取得し、そのポインタを経てテーブルファイルへと
アクセスし、テーブルファイルでマスタファイルへのポ
インタと画像ファイルの位置情報を得て、マスタファイ
ルをアクセスして文字を読みだし、それに対応する画像
ファイルからデータを読みだす。
As an access method, after inputting a character to be searched, it is compared with a keyword of an index file,
Acquire the number of records at the corresponding location and the pointer to the table file, access the table file through the pointer, obtain the pointer to the master file and the position information of the image file in the table file, and access the master file. To read the text and read the data from the corresponding image file.

【0004】例えば、キーワードが2の時の文字情報及
び画像データが欲しい場合、インデックスファイル中の
キーワードのフィールドに“2”があるか捜す。捜して
いくと“2”は存在するので、その時の数“1”とテー
ブルファイルへのポインタ“1”を得る。テーブルファ
イルへのポインタが“1”というのはテーブルファイル
の1番目のレコードを意味し、数というのはそのレコー
ドから始まるレコードの数を示している。
For example, when character information and image data when the keyword is 2 are desired, it is searched for "2" in the keyword field in the index file. Since “2” exists when searching, the number “1” at that time and the pointer “1” to the table file are obtained. The pointer "1" to the table file means the first record of the table file, and the number indicates the number of records starting from the record.

【0005】ここで得た値をもとにテーブルファイルを
アクセスし、マスタファイルへのポインタ“1”と画像
ファイル位置を示す“2”という値を得る。マスタファ
イルへのポインタが“1”というのはマスタファイルの
1番目のレコードを意味し、画像ファイル位置が“2”
というのは、2番目のファイルを意味する。そしてマス
タファイルの1番目のレコードを読み出すことによって
文字情報を、2番目の画像ファイルを読み出すことによ
って画像データをそれぞれ得ることができる。
Based on the value obtained here, the table file is accessed to obtain a pointer "1" to the master file and a value "2" indicating the image file position. The pointer to the master file is "1", which means the first record in the master file, and the image file position is "2".
Means the second file. Character information can be obtained by reading the first record of the master file, and image data can be obtained by reading the second image file.

【0006】[0006]

【発明が解決しようとする課題】従来のデータの構成で
は、マスタファイルと画像ファイルがCD−ROMディ
スク上で物理的に離れてしまい、テーブルファイルアク
セス後、マスタファイルへアクセスし、さらに画像ファ
イルをアクセスするので、移動距離の分だけ読み出しに
時間がかかる。
In the conventional data structure, the master file and the image file are physically separated from each other on the CD-ROM disk, and after the table file is accessed, the master file is accessed, and the image file is further saved. Since it is accessed, it takes a long time to read the data corresponding to the moving distance.

【0007】[0007]

【課題を解決するための手段】本発明はマスタファイル
とN個の画像ファイルのかわりに、1つの画像における
文字情報を所定の語長(例えば2048バイト)の固定
長に納めその後に画像データの続くファイルを作り、そ
れがN個あり、文字情報と画像データを1つのファイル
にしたものを文字画像ファイルと呼び、テーブルファイ
ル内のデータは文字画像ファイルの位置を示す情報から
成る。この文字画像ファイルの位置を示す情報をテーブ
ルファイルに記録することによって今までマスタファイ
ルと画像ファイルをアクセスするために、2度シークす
る必要があったものが1度ですみ検索にかかるトータル
時間が短くなる。
According to the present invention, instead of a master file and N image files, character information in one image is stored in a fixed length of a predetermined word length (for example, 2048 bytes), and then the image data of the image data is stored. A subsequent file is created, and there are N files, and one file of character information and image data is called a character image file, and the data in the table file consists of information indicating the position of the character image file. By recording the information indicating the position of this character image file in the table file, it was necessary to seek twice to access the master file and the image file until now. It gets shorter.

【0008】[0008]

【実施例】本発明の一実施例を図面により説明する。図
1は本発明の情報検索装置の一実施例を示すブロック図
で、図2は記録されるデータを示す図である。図2に示
すようにCD−ROMディスクに記録されるデータは、
キーワードとテーブルファイルへのポインタとそのキー
ワードについて示したテーブルファイル内でのレコード
数から成るインデックスファイルと、文字画像ファイル
の位置を示す情報から成るテーブルファイルと、文字情
報と画像データが1つのファイルに納められたN個の文
字画像ファイルで構成する。
An embodiment of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing an embodiment of the information retrieval apparatus of the present invention, and FIG. 2 is a diagram showing recorded data. The data recorded on the CD-ROM disc as shown in FIG.
An index file consisting of keywords and pointers to table files and the number of records in the table file indicating the keywords, a table file consisting of information indicating the position of the character image file, and character information and image data in one file. It consists of N character image files stored.

【0009】アクセス方法としては、検索したい文字を
入力後、インデックスファイルのキーワードと比較し該
当した所のレコード数とテーブルファイルへのポインタ
を取得する。そのポインタを経てテーブルファイルへア
クセスし、例えば画像番号で検索するような場合、テー
ブルファイルのレコード数がそれぞれ皆1なのでテーブ
ルファイルへアクセスした時点で得るべき文字画像ファ
イルの位置が1つ取得でき、その位置情報が示す文字画
像ファイルへシークし、始めの2048バイトから成る
文字情報と画像を表示する。
As an access method, after inputting a character to be searched, it is compared with the keyword of the index file to obtain the number of records at the corresponding position and the pointer to the table file. When accessing the table file via that pointer and searching by image number, for example, since the number of records in the table file is 1, the position of the character image file that should be obtained at the time of accessing the table file can be obtained one, Seek to the character image file indicated by the position information, and display the character information and image consisting of the first 2048 bytes.

【0010】このとき、文字情報と画像データをそれぞ
れパソコンとグラフィックコントローラに分けて送るに
は図1で示したブロック図で情報検索装置を構成する。
まずCD−ROMドライブ1からデータをバッファ3に
送る。その時カウンタ2で読み込んだバイト数をカウン
トして文字画像ファイルの始めの2048バイトまでは
バッファ5を介しパソコン9へ送り残りはバッファ7を
経てグラフィックコントローラ10及びフレームメモリ
11へデータが送られ画面表示器12で表示される。文
字情報と画像データを1つのファイルに納めた結果、テ
ーブルファイルから文字情報と画像データを取得するの
に1回のシークですみ、それによって検索の時間が短縮
される。また文字情報の部分を2048バイトにするこ
とによりデータを利用しやすくなる。
At this time, in order to separately send the character information and the image data to the personal computer and the graphic controller, the information retrieving apparatus is constructed by the block diagram shown in FIG.
First, data is sent from the CD-ROM drive 1 to the buffer 3. At that time, the number of bytes read by the counter 2 is counted, and the first 2048 bytes of the character image file are sent to the personal computer 9 via the buffer 5, and the rest are sent to the graphic controller 10 and the frame memory 11 via the buffer 7 and displayed on the screen. It is displayed on the container 12. As a result of storing the character information and the image data in one file, only one seek is required to acquire the character information and the image data from the table file, thereby reducing the search time. Further, by making the character information portion 2048 bytes, the data can be easily used.

【0011】[0011]

【発明の効果】本発明によると文字情報と画像データを
1回のシークで取得するように構成したので検索時間が
短縮される。
According to the present invention, since the character information and the image data are obtained by one seek, the search time is shortened.

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

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

【図2】本発明によりCD−ROMディスクに記録され
ているデータを示す図。
FIG. 2 is a diagram showing data recorded on a CD-ROM disc according to the present invention.

【図3】従来のCD−ROMディスクに記録されている
データを示す図。
FIG. 3 is a diagram showing data recorded on a conventional CD-ROM disc.

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

1 CD−ROMドライブ 2 カウンタ 3,5,7 バッファ 4,6 ラッチ 8 信号制御 9 パソコン 10 グラフィックコントローラ 11 フレームメモリ 12 画面表示器 1 CD-ROM drive 2 Counter 3, 5, 7 Buffer 4, 6 Latch 8 Signal control 9 Personal computer 10 Graphic controller 11 Frame memory 12 Screen display

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 CD−ROMディスクに記録されたイン
デックスファイル,テーブルファイルを利用してマスタ
ファイル中の文字情報及びその文字情報に対応する画像
データ検索において、画像データに対応する文字データ
を同一のファイル内に記録する手段と、テーブルファイ
ル内に画像データと文字データが記録されているファイ
ルのCD−ROMディスク上の位置を示す値を記録して
おく手段を具備し検索時間を短くすることを特徴とした
CD−ROM情報検索装置。
1. When the index file and the table file recorded on a CD-ROM disc are used to search the character information in the master file and the image data corresponding to the character information, the character data corresponding to the image data are the same. A means for recording in the file and a means for recording the value indicating the position on the CD-ROM disc of the file in which the image data and the character data are recorded in the table file are provided to shorten the search time. A characteristic CD-ROM information retrieval device.
JP3356630A 1991-12-25 1991-12-25 Information retrieval device for cd-rom Pending JPH0620446A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3356630A JPH0620446A (en) 1991-12-25 1991-12-25 Information retrieval device for cd-rom

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3356630A JPH0620446A (en) 1991-12-25 1991-12-25 Information retrieval device for cd-rom

Publications (1)

Publication Number Publication Date
JPH0620446A true JPH0620446A (en) 1994-01-28

Family

ID=18449991

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3356630A Pending JPH0620446A (en) 1991-12-25 1991-12-25 Information retrieval device for cd-rom

Country Status (1)

Country Link
JP (1) JPH0620446A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8909321B2 (en) 2007-12-07 2014-12-09 Kabushiki Kaisha Toshiba Diagnostic imaging apparatus, magnetic resonance imaging apparatus, and X-ray CT apparatus

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01217783A (en) * 1988-02-25 1989-08-31 Sanyo Electric Co Ltd Reproducing device
JPH03141090A (en) * 1989-10-25 1991-06-17 Nec Home Electron Ltd Cd-rom recording method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01217783A (en) * 1988-02-25 1989-08-31 Sanyo Electric Co Ltd Reproducing device
JPH03141090A (en) * 1989-10-25 1991-06-17 Nec Home Electron Ltd Cd-rom recording method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8909321B2 (en) 2007-12-07 2014-12-09 Kabushiki Kaisha Toshiba Diagnostic imaging apparatus, magnetic resonance imaging apparatus, and X-ray CT apparatus

Similar Documents

Publication Publication Date Title
JP2003330777A (en) Data file reproduction device, recording medium, data file recording device, data file recording program
JPH11232838A (en) Optical disk, optical disk recording device and optical disk reading device
KR910014928A (en) Retrieval method of data disc and recorded data on data disc
JP4431109B2 (en) Recording / reproducing system, recording apparatus, reproducing apparatus, recording medium, recording / reproducing method, recording method, reproducing method, program, and program recording medium
JPH0620446A (en) Information retrieval device for cd-rom
JPS63156477A (en) Image file device
JPH03119587A (en) Sound storing and retrieving method
JPH06301723A (en) Information processor
JP3483264B2 (en) Information storage device
JP2701271B2 (en) Image file recording method
JPS61103242A (en) High-speed retrieval system
JPH06168275A (en) Electronic filing system
JPH05174055A (en) Information processor
JPH05127964A (en) Page version managing method
JP2601139B2 (en) String search device
JPH01231100A (en) Sound data file retrieving method
JPH0210468A (en) Picture information reading-out method
JPH05151760A (en) Data recording method for magnetic tape
JPH0664599B2 (en) Document file search device
JP2000172542A (en) File access system
JPH04116737A (en) Electronic filing device
JPH05151755A (en) Method for recording data of magnetic tape
JPS59202559A (en) Character information updating system
JPH0512390A (en) Image information recording control method
JPH036634A (en) File storing system for floppy disk

Legal Events

Date Code Title Description
A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 19950404