JPH03246767A - Managing method for memory for data display - Google Patents

Managing method for memory for data display

Info

Publication number
JPH03246767A
JPH03246767A JP2042662A JP4266290A JPH03246767A JP H03246767 A JPH03246767 A JP H03246767A JP 2042662 A JP2042662 A JP 2042662A JP 4266290 A JP4266290 A JP 4266290A JP H03246767 A JPH03246767 A JP H03246767A
Authority
JP
Japan
Prior art keywords
page
pages
display
data
document
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
JP2042662A
Other languages
Japanese (ja)
Inventor
Hiroya Tanigawa
博哉 谷川
Hideya Ichihara
市原 英也
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 Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2042662A priority Critical patent/JPH03246767A/en
Publication of JPH03246767A publication Critical patent/JPH03246767A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Digital Computer Display Output (AREA)

Abstract

PURPOSE:To eliminate display latency time for page loading by automatically performing the deletion of a page and the pre-reading of it interlocking with window opening for data display and page turning in the same data. CONSTITUTION:Data consisting of plural pages are read out from a hard disk 28 to buffer memories 20-27, and are transferred to video memories 12-19, and one page per data is displayed on a data display part 11 simultaneously, and when a certain page in the data is displayed by performing the page turning, a prescribed number of displayed pages are deleted from the buffer memories 20-27 for page display, and the same number of pages is pre-read. The data in the memories 20-27 are deleted considering window priority and the history of the page loading centering the page being displayed of the data being opened at present at every instruction of data display or occurrence of the page turning in the same data, which releases the memories 20-27, and the pre-reading of the page is performed in the memory. In such a way, the display time of the page can be shortened.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、資料蓄積部と資料表示部と複数の頁表示用バ
ッファメモリを有し、複数の資料を資料蓄積部から頁表
示用バッファメモリに読出して1資料につき1頁ずつ同
時に資料表示部に表示する、マルチウィンドウ機能を有
する資料表示装置であって、頁めくりにより資料のある
頁を表示する頁を先読みする資料表示装置における資料
表示用メモリ管理方法に関する。
[Detailed Description of the Invention] [Industrial Application Field] The present invention has a data storage unit, a data display unit, and a plurality of page display buffer memories, and a plurality of data is transferred from the data storage unit to the page display buffer memory. A document display device having a multi-window function that reads out one page per document and displays it simultaneously on a document display section, one page at a time, and that reads in advance to display a certain page of the document by turning the page. Concerning memory management methods.

〔従来の技術〕[Conventional technology]

従来、マルチウィンドウ機能を有する資料表示装置の頁
表示用メモリ管理方法として、資料数と員数の積が頁表
示用バッファメモリの面数を越える場合、最初にメモリ
面数に相当する固定頁数をハードディスク等からロード
し、ユーザ操作による頁めくり、または別資料表示指示
によりメモリ上にない頁が指定されると、その頁から再
度固定負数をロードする方法が採用されている。
Conventionally, as a page display memory management method for a document display device with a multi-window function, when the product of the number of documents and the number of materials exceeds the number of pages in the page display buffer memory, a fixed number of pages corresponding to the number of memory surfaces is first set. A method is adopted in which fixed negative numbers are loaded from a hard disk or the like, and when a page that is not in memory is designated by a page turn by a user operation or an instruction to display another material, a fixed negative number is loaded again from that page.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の資料表示用メモリ管理方法は、頁めくり
で発生する頁ロードのため表示時間がかかり、ユーザイ
ンタフェースが悪いという欠点があった。
The above-described conventional document display memory management method has disadvantages in that it takes a long display time due to page loading that occurs when pages are turned, and the user interface is poor.

本発明の目的は、頁の表示時間を短縮する資料表示用メ
モリ管理方法を提供することである。
SUMMARY OF THE INVENTION An object of the present invention is to provide a data display memory management method that reduces page display time.

121題を解決するための手段〕 本発明の資料表示用メモリ管理方法は、現在表示中の頁
をnとして、ウィンドウプライオリティの最も高い資料
を除く資料に対して、頁めくりを老番方向に行なう場合
にはn−i、・・・n−1、n+j、・・・、n+1(
ただし、i、jは1以上の正の整数)の頁順に廃棄し、
頁めくりを若番方向に行なう場合にはn+j、・・・、
n+1、n−i、・・・ n−1の頁順に廃棄する基準
1と、基準1において、同一順位の頁があればウィンド
ウプライオリティの低い資料の頁から順に廃棄する基準
2と、ウィンドウプライオリティの最も高い資料に対し
て、頁めくりを老番方向に行なう場合にはn−i、・・
・、n−1、n+j、・・・、n+1の頁順に廃棄し、
頁めくりを若番方向に行なう場合にはn+j、・・・、
n+1、n−i、−・・、n−1の頁順に廃棄する基準
3と、ウィンドウプライオリティの低い資料から順に表
示中頁を廃棄する基準4とからなる優先順位を設け、 複数資料を同時に開くことにより不足するメモリ面数分
の頁を基準1、基準2、基準3、基準4の順に適用して
廃棄するものである。
Means for Solving Problem 121] In the material display memory management method of the present invention, the currently displayed page is set as n, and pages are turned in the direction of older numbers for materials excluding the material with the highest window priority. In the case n-i, ... n-1, n+j, ..., n+1 (
However, i and j are positive integers of 1 or more) discarded in page order,
When turning pages in the direction of smaller numbers, n+j,...
Criterion 1 discards pages in the order of n+1, n-i, ... n-1; Criterion 2 discards pages of materials with the lowest window priority if there are pages with the same order in criterion 1; If you want to turn the pages in the direction of the highest number for the highest material, use n-i,...
・, n-1, n+j, ..., discard in page order of n+1,
When turning pages in the direction of smaller numbers, n+j,...
A priority order is established consisting of Criterion 3, which discards pages in the order of n+1, n-i, -, n-1, and Criterion 4, which discards the currently displayed page in descending order of window priority, and allows multiple documents to be opened at the same time. As a result, pages corresponding to the number of insufficient memory surfaces are applied in the order of criteria 1, criteria 2, criteria 3, and criteria 4, and then discarded.

〔作 用〕[For production]

資料表示指示または同−資料内での改頁が起こるたびに
、現在開かれている資料の表示中頁を中心にウィンドウ
プライオリティと頁ロードの履歴を考慮してメモリ上か
ら資料を廃棄してメモリをあけ、そこに頁の先読みを行
なうので、頁の表示時間が短縮される。
Each time a document display instruction or a page break occurs within the document, the document is discarded from memory based on the currently displayed page of the currently open document, taking into account the window priority and page load history. Since the page is prefetched at that point, the page display time is shortened.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の資料表示用メモリ管理方法が適用され
た資料表示装置の一実施例のブロック図、第2図は1頁
目から頁番号の老番方向に向かう頁めくりと4つまでの
資料を同時に開いた場合の頁表示用バッファメモリ20
〜27の内容を示す図である。なお、第2図中回は表示
中の頁を示す。
Fig. 1 is a block diagram of an embodiment of a data display device to which the data display memory management method of the present invention is applied, and Fig. 2 shows page turning from the first page in the direction of increasing page numbers and up to four pages. Buffer memory 20 for page display when two documents are opened at the same time
It is a figure showing the contents of ~27. Note that the middle section in FIG. 2 indicates the page currently being displayed.

本実施例の資料表示装置は、資料表示部11と、ビデオ
メモリ12,13.・・・、19と、頁表示用バッファ
メモリ20,21.・・・、27と、資料蓄積部である
ハードディスク28と、ビデオメモリ12〜19、頁表
示用バッファメモリ20〜27、ハードディスク28の
読出し/書込み等を制御する制御部29とから構成され
、複数頁からなる資料をハードディスク28から頁表示
用バッファメモリ20〜27に読出してビデオメモリ1
2〜19に転送し、1資料にっき1頁ずつ同時に資料表
示部11に表示し、頁めくりにより資料のある頁を表示
する場合には頁表示バッファメモリ20〜27上からあ
らかじめ定められた数の表示済み頁を廃棄し、同数の頁
を先読みするものである。
The material display device of this embodiment includes a material display section 11, video memories 12, 13 . . . , 19, page display buffer memories 20, 21 . . . , 27, a hard disk 28 as a data storage section, video memories 12 to 19, page display buffer memories 20 to 27, and a control section 29 that controls reading/writing of the hard disk 28. A document consisting of pages is read from the hard disk 28 to the page display buffer memories 20 to 27 and then stored in the video memory 1.
2 to 19, and simultaneously display one page per document on the document display section 11, and when displaying a certain page of the document by turning the page, a predetermined number of pages from the page display buffer memories 20 to 27 are displayed. The displayed page is discarded and the same number of pages are read in advance.

次に、本実施例の動作を、先読みは2頁まで、表示済頁
の保存は1頁の場合を例にとり説明する。
Next, the operation of this embodiment will be explained using an example in which pre-reading is performed up to 2 pages and displaying pages are stored only 1 page.

ユーザが表示していた資料D1を指示すると、制御部2
9はハードディスク28から1頁目pHを読出して頁表
示用バッファメモリ20に保管すると同時にビデオメモ
リ12に保管することにより、1頁目pHが表示部11
に表示され、ユーザからの2頁目の表示指示の有無にか
かわらず、2頁目P12と3頁目P、3をハードディス
ク28から読出し、それぞれ頁表示用バッファメモリ2
1.22に保管する(第2図(1))。ユーザが頁めく
りを行なって2頁目PI2の表示が指示されると、制御
部29は2頁目P1□を頁表示用バッファメモリ21か
らビデオメモリ12に複写することにより表示部11に
2頁目P12を表示し、その後、頁表示用バッフ1メモ
リ23にハードディスク28から4頁目P、4を読み出
して保管する(第2図(2))。この状態でユーザが資
料D2の表示を指示すると、制御部29は1頁目P21
をハードディスク28から読出して頁表示用バッファメ
モリ24に保管すると同時にビデオメモリ13に保管す
ることにより、1頁目P2□が表示部11に表示され、
その後、ハードディスク28から2頁目P22と3頁目
P23を読出してそれぞれ頁表示用バッファメモリ25
.26に保管する(第2図(3))。この状態でユーザ
が資料D3の表示を指示すると、制御部29は1頁目p
3tをハードディスク28から読出して頁表示用バッフ
ァメモリ27に保管すると同時にビデオメモリ14に保
管することにより、1頁目P31が表示部11に表示さ
れる。そのt麦、ハードディスク28から2頁目P3□
と3頁目P33を先読みするためにはメモリか2面不足
するため、制御部29はウィンドウプライオリティの最
も高い資料D3を除く資料り、とD2の各員の中で、唯
一の前頁である1次頁目pHと次次頁の中で最もウィン
ドウプライオリティの低い4頁目P14を廃棄し、2頁
目P32と3頁目P33をハードディスク28から読出
してそれぞれ頁表示用バッファメモリ20.23に保管
する(第2図(4))。この状態で、ユーザが頁めくり
を行なって2頁目P32の表示が指示されると、制御部
29は頁表示用バッファメモリ20からビデオメモリ1
4に複写することにより表示部11に2頁目P32を表
示する(第2図(5))。その後、4頁目P、4を先読
みするにはメモリが1面不足するため、ウィンドウプラ
イオリティの最も高い資料D3を除く資料り、とD2の
各員の中には前頁はなく、制御部29は唯一の次次頁で
ある3頁目P23を廃棄し、4頁目P34をハードディ
スク28から読出して頁表示用バッファメモリ26に保
管する(第2図(5))。
When the user instructs the displayed material D1, the control unit 2
9 reads the first page pH from the hard disk 28 and stores it in the page display buffer memory 20 and at the same time stores it in the video memory 12, so that the first page pH is displayed on the display section 11.
The second page P12 and the third page P, 3 are read out from the hard disk 28 regardless of the presence or absence of a second page display instruction from the user, and are stored in the page display buffer memory 2.
1.22 (Figure 2 (1)). When the user turns the page and instructs to display the second page PI2, the control unit 29 copies the second page P1□ from the page display buffer memory 21 to the video memory 12, thereby displaying the second page on the display unit 11. Then, the fourth page P, 4 is read out from the hard disk 28 and stored in the page display buffer 1 memory 23 (FIG. 2 (2)). When the user instructs to display the document D2 in this state, the control unit 29 displays the first page P21.
is read from the hard disk 28 and stored in the page display buffer memory 24 and simultaneously stored in the video memory 13, the first page P2□ is displayed on the display section 11,
Thereafter, the second page P22 and the third page P23 are read from the hard disk 28 and stored in the page display buffer memory 25 respectively.
.. 26 (Fig. 2 (3)). In this state, when the user instructs to display document D3, the control unit 29 displays the first page p.
3t is read from the hard disk 28 and stored in the page display buffer memory 27 and simultaneously stored in the video memory 14, so that the first page P31 is displayed on the display section 11. That t-mugi, page 2 from hard disk 28 P3□
Because two pages of memory are insufficient to prefetch the third page P33, the control unit 29 selects the previous page, which is the only previous page, among all the documents excluding document D3, which has the highest window priority, and D2. The first page pH and the fourth page P14, which has the lowest window priority among the next and next pages, are discarded, and the second page P32 and third page P33 are read from the hard disk 28 and stored in the page display buffer memory 20 and 23, respectively. Store it (Figure 2 (4)). In this state, when the user turns the page and instructs to display the second page P32, the control unit 29 transfers the page display buffer memory 20 to the video memory 1.
4, the second page P32 is displayed on the display section 11 (FIG. 2 (5)). After that, there is not enough memory for one page to prefetch the fourth page P, 4, so there is no previous page in each of the materials except the material D3 with the highest window priority, and the control unit 29 discards the third page P23, which is the only subsequent page, and reads the fourth page P34 from the hard disk 28 and stores it in the page display buffer memory 26 (FIG. 2 (5)).

この状態において、資料D4の表示を指示するときのメ
モリ管理テーブルを表1に示す。
Table 1 shows a memory management table for instructing the display of material D4 in this state.

(以下余白) 表1中、ウィンドウプライオリティは資料り。(Margin below) In Table 1, the window priority is for reference only.

が最も低く、資料D2.D3.・・・と高くなり、資料
D8が最も高い。
is the lowest, and Material D2. D3. ..., and document D8 is the highest.

資料D4を開くと、1頁目P41が表示され、2頁目P
42と3頁目P43を先読みする。メモリが3面子足す
るため、まず、前頁(n−1)の項をウィンドウプライ
オリティの低い方から探して1頁目P31を廃棄する。
When document D4 is opened, the first page P41 is displayed, and the second page P41 is displayed.
42 and the third page P43 are read in advance. Since three memory areas are added, first, the previous page (n-1) entry is searched from the lowest window priority and the first page P31 is discarded.

次に、次次頁(n+2)の項をウィンドウプライオリテ
ィの低い方から探して4頁目P34を廃棄する。3頁目
P43は最もウィンドウプライオリティの高い資料D4
の頁であるので廃棄せず、次頁(n+1)の項をウィン
ドウプライオリティの低い方から探して3頁目PI3を
廃棄する。以上により頁表示用バッファメモリ20〜2
7の内容は第2図(6)のようになる。
Next, the next page (n+2) is searched for from the lowest window priority and the fourth page P34 is discarded. The third page, P43, is the document D4 with the highest window priority.
, so it is not discarded, but the item on the next page (n+1) is searched for from the lowest window priority and the third page PI3 is discarded. As a result of the above, page display buffer memory 20 to 2
The contents of 7 are as shown in Figure 2 (6).

以下、同様に廃棄と先読みを縁り返す。資料を8つ開い
た場合は、頁表示用バッファメモリ20〜27は表示中
の頁だけで一杯になるので、9つ目の資料を開いた場合
は、最もウィンドウプライオリティの低い資料り、の表
示中頁が廃棄され、先読みは行なわない。
Below, discard and read ahead will be discussed in the same way. If eight documents are opened, the page display buffer memories 20 to 27 will be filled with only the currently displayed page, so if the ninth document is opened, the document with the lowest window priority will be displayed. The middle pages are discarded and no pre-reading is performed.

頁めくりを若番方向に行なう場合は、廃棄、先読みする
頁か逆方向となるだけで基本的に同一処理となる。
When turning pages in the direction of smaller numbers, the process is basically the same except that the page is discarded or read ahead in the opposite direction.

(発明の効果〕 以上説明したように本発明は、資料表示のためのウィン
ドウオーブン、同−資料内の頁めくりに運動して自動的
に頁の廃棄、頁の先読みを行なうことにより、頁ロード
のための表示待時間をなくし、また、メモリの数似上に
資料ウィンドウを開かない限り、従来方法のように頁ロ
ードした後、前頁表示を指示すると再度頁ロードが発生
するようなことはなくなり、快適なユーザインタフェー
スを実現することができる効果がある。
(Effects of the Invention) As explained above, the present invention provides a window oven for displaying materials, and a window oven for displaying materials. In addition, as long as you do not open the document window on top of the memory capacity, you will not be able to load the page again if you specify to display the previous page after loading the page as in the conventional method. This has the effect of making it possible to realize a comfortable user interface.

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

第1図は本発明の資料表示用メモリ管理方法が通用され
た資料表示装置の一実施例のブロック図、第2図は1頁
目から頁番号の老番方向へ向かう頁めくりと4つまでの
資料を同時に開いた場合の頁表示用バッファメモリ20
〜27の内容を示す図である。 11・・・資料表示部、 12〜19・・・ビデオメモリ、 20〜27・・・頁表示用バッファメモリ、28・・・
ハードディスク、 29・・・制御部、
Fig. 1 is a block diagram of an embodiment of a data display device to which the data display memory management method of the present invention is applied, and Fig. 2 shows page turning from the first page to the highest page numbers and up to four pages. Buffer memory 20 for page display when two documents are opened at the same time
It is a figure showing the contents of ~27. 11... Material display section, 12-19... Video memory, 20-27... Buffer memory for page display, 28...
Hard disk, 29...control unit,

Claims (1)

【特許請求の範囲】 1、資料蓄積部と資料表示部と複数の頁表示用バッファ
メモリを有し、複数頁からなる複数の資料を資料蓄積部
から頁表示用バッファメモリに読出して1資料につき1
頁ずつ同時に資料表示部に表示する、マルチウィンドウ
機能を有する資料表示装置であって、頁めくりにより資
料のある頁を表示する場合には、頁表示用バッファメモ
リ上からあらかじめ定められた数の表示済頁を廃棄し、
同数の頁を先読みする資料表示装置において、現在表示
中の頁をnとして、ウィンドウプライオリティの最も高
い資料を除く資料に対して、頁めくりを老番方向に行な
う場合にはn−i、・・・、n−1、n+j、・・・、
n+1(ただし、i,jは1以上の正の整数)の頁順に
廃棄し、頁めくりを若番方向に行なう場合にはn+j、
・・・、n+1、n−i、・・・、n−1の頁順に廃棄
する基準1と、基準1において、同一順位の頁があれば
ウィンドウプライオリティの低い資料の頁から順に廃棄
する基準2と、ウィンドウプライオリティの最も高い資
料に対して、頁めくりを老番方向に行なう場合にはn−
i、・・・、n−1、n+j、・・・、n+1の頁順に
廃棄し、頁めくりを若番方向に行なう場合にはn+j、
・・・、n+1、n−i、・・・、n−1の頁順に廃棄
する基準3と、ウィンドウプライオリティの低い資料か
ら順に表示中頁を廃棄する基準4とからなる優先順位を
設け、 複数資料を同時に開くことにより不足するメモリ面数分
の頁を基準1、基準2、基準3、基準4の順に適用して
廃棄する資料表示用メモリ管理方法。
[Scope of Claims] 1. It has a data storage unit, a data display unit, and a plurality of page display buffer memories, and reads out a plurality of data consisting of a plurality of pages from the data storage unit to the page display buffer memory, and reads each data item from the data storage unit to the page display buffer memory. 1
This is a document display device that has a multi-window function that simultaneously displays pages on the document display section, and when displaying a certain page of the document by turning the page, a predetermined number of displays are displayed from the page display buffer memory. Discard the completed pages,
In a document display device that reads the same number of pages in advance, if the currently displayed page is n, and pages are turned in the direction of older numbers for documents excluding the document with the highest window priority, n-i...・, n-1, n+j,...
When discarding pages in the order of n+1 (where i and j are positive integers greater than or equal to 1) and turning pages in the direction of smaller numbers, n+j,
. . . , n+1, n-i, . . . , n-1. Criterion 1 is to discard pages in the order of page order. Criterion 2 is to discard pages of materials with the lowest window priority if there are pages with the same order in criterion 1. and when turning pages in the direction of the highest number for the document with the highest window priority, n-
When discarding pages in the order of i,..., n-1, n+j,..., n+1, and turning pages in the direction of smaller numbers, n+j,
..., n+1, n-i, ..., n-1, and criterion 4, which discards the currently displayed page in descending order of window priority. A memory management method for displaying materials in which pages corresponding to the number of memory surfaces that are insufficient due to simultaneous opening of materials are applied and discarded in the order of criteria 1, criteria 2, criteria 3, and criteria 4.
JP2042662A 1990-02-26 1990-02-26 Managing method for memory for data display Pending JPH03246767A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2042662A JPH03246767A (en) 1990-02-26 1990-02-26 Managing method for memory for data display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2042662A JPH03246767A (en) 1990-02-26 1990-02-26 Managing method for memory for data display

Publications (1)

Publication Number Publication Date
JPH03246767A true JPH03246767A (en) 1991-11-05

Family

ID=12642227

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2042662A Pending JPH03246767A (en) 1990-02-26 1990-02-26 Managing method for memory for data display

Country Status (1)

Country Link
JP (1) JPH03246767A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08202521A (en) * 1995-01-27 1996-08-09 Nec Corp Multimedia communication system
JP2004288208A (en) * 2004-05-11 2004-10-14 Nec Corp Page information display device
JP2008251081A (en) * 2007-03-30 2008-10-16 Clarion Co Ltd Data information management system, and computer program and data information management method used for the system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08202521A (en) * 1995-01-27 1996-08-09 Nec Corp Multimedia communication system
JP2004288208A (en) * 2004-05-11 2004-10-14 Nec Corp Page information display device
JP2008251081A (en) * 2007-03-30 2008-10-16 Clarion Co Ltd Data information management system, and computer program and data information management method used for the system

Similar Documents

Publication Publication Date Title
KR101255432B1 (en) System and method for selecting a tab within a tabbed browser
WO1999022314A1 (en) Display control device and reproduction display device for electronic books
JPH03218514A (en) Method of optimizing size of i/o buffer and computer apparatus with optimized i/o buffer
US5854628A (en) Window display processing method and apparatus
CN1420703A (en) Image data output controller using double buffering
EP0403122B1 (en) Processor controlled image overlay
US20100125792A1 (en) Information processing system, information processing apparatus, display processing method therefor, and computer-readable storage medium
CN106294291A (en) A kind of TrueType font rendering intent
JPH03246767A (en) Managing method for memory for data display
JP2012069009A (en) Content display device, display method, program, and recording medium
JPS6126147A (en) Registering and retrieving device of picture file
JPH02140823A (en) Document display device
JPH08286882A (en) Information processing unit and page turn-over method for the information processing unit
JPH02310592A (en) Screen scroll control system
JP3284561B2 (en) Learning support system
JP3580685B2 (en) Electronic book display control device
KR20010072505A (en) Data-processing arrangement comprising a plurality of processing and memory circuits
JPS63261418A (en) Window display control system
JP3171885B2 (en) Image reproducing method and apparatus
JPH0191569A (en) Transfer controller for picture data
JPS6275585A (en) Image display unit
JPS62294286A (en) Image display unit
JPH08314945A (en) Data display memory management system
Gammill et al. VT: a virtual terminal window package for UNIX
JPH02257282A (en) Table preparation processor