JPH0520084A - Program starting method - Google Patents

Program starting method

Info

Publication number
JPH0520084A
JPH0520084A JP17226791A JP17226791A JPH0520084A JP H0520084 A JPH0520084 A JP H0520084A JP 17226791 A JP17226791 A JP 17226791A JP 17226791 A JP17226791 A JP 17226791A JP H0520084 A JPH0520084 A JP H0520084A
Authority
JP
Japan
Prior art keywords
program
storage device
auxiliary storage
programs
stored
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
JP17226791A
Other languages
Japanese (ja)
Inventor
Seki Tanada
析 棚田
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP17226791A priority Critical patent/JPH0520084A/en
Publication of JPH0520084A publication Critical patent/JPH0520084A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To reduce the storage capacity of an auxiliary storage device by compressing respective programs and making the programs themselves short, and storing them on the auxiliary storage device. CONSTITUTION:On the auxiliary storage device 5, the plural programs given parameters specifying the programs respectably are stored while compressed. Namely, the programs are compressed by representing the same data which are successive in quantity on the program as the data value and succession quantity to shorten the program length. When the same routine is repeated, the frequency of repetition is added to omit the repetition parts. When a start request wherein parameters are specified is made, it is checked first whether there is the corresponding program in an operation ready state on a main memory 3 and when so, the program is immediately started. When not, the program is read out of the auxiliary storage device 5 and put in the operation ready state (frozen), and the program is started.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は複数種類のプログラムの
なかから指定されたプログラムを起動するプログラム起
動方法に係わり、特に、プログラムを圧縮して記憶する
プログラム起動方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program starting method for starting a program designated from a plurality of types of programs, and more particularly to a program starting method for compressing and storing a program.

【0002】[0002]

【従来の技術】例えば、CADシステムにおいて、この
システムに組込まれるCRT表示装置やXYプロッタ等
の種類は様々であり、このCADシステムのユーザの要
求に応じて例えば表示密度の異なるCRT表示装置やX
Yプロッタ等のハードウェアを取替えていた。また、一
旦ユーザ側に納入した後においても、ユーザ自身で前記
ハードウェアを交換することがある。また、複数種類の
CRT表示装置やXYプロッタを準備しておき、作成す
る図面の種類に応じてハードウェアを交換する場合もあ
る。
2. Description of the Related Art For example, in a CAD system, there are various types of CRT display devices, XY plotters and the like incorporated in this system, and for example, a CRT display device and an X-ray display device having different display densities are required according to the user's request of this CAD system.
I had to replace the hardware such as the Y plotter. Further, even after the product is once delivered to the user side, the user may replace the hardware by himself. In addition, a plurality of types of CRT display devices and XY plotters may be prepared and the hardware may be replaced according to the type of drawing to be created.

【0003】接続されるハードウェアの仕様が異なれ
ば、CADシステム全体を動かすプログラムも微細な所
で異なる。したがって、同種の図形等の情報を作成する
が、使用するハードウェアの種類に応じて構成がそれぞ
れ異なる複数種類のプログラムをシステム内に記憶させ
ておく必要がある。通常このようなプログラムは膨大な
量になるので、例えば磁気ディスク装置等の外部に設け
られた補助記憶装置に記憶しておき、接続されたハード
ウェアに対応したプログラムをシステム本体内の例えば
RAMやハードディスク装置(HDD)等の主メモリに
移して、起動していた。
If the specifications of the hardware to be connected are different, the programs that operate the entire CAD system are also minutely different. Therefore, although information such as figures of the same type is created, it is necessary to store a plurality of types of programs having different configurations according to the type of hardware used in the system. Since such a program is usually enormous, it is stored in an auxiliary storage device provided externally, such as a magnetic disk device, and the program corresponding to the connected hardware is stored in, for example, the RAM or the like in the system main body. It was moved to the main memory such as a hard disk drive (HDD) and started.

【0004】[0004]

【発明が解決しようとする課題】しかし、前述したよう
に各プログラムは膨大な量になる。その結果、これらの
膨大な量のプログラムを保存する補助記憶装置の必要と
する記憶容量が膨大な量に達して、システム全体の製造
費が大幅に上昇する問題がある。また、長大なプログラ
ムを補助記憶装置内から呼出すのに多大の時間を必要と
した。さらに、記憶容量が増大すると、プログラム管理
が繁雑化する。
However, as described above, the amount of each program is enormous. As a result, there is a problem that the storage capacity required for the auxiliary storage device for storing these enormous amounts of programs reaches an enormous amount, and the manufacturing cost of the entire system increases significantly. In addition, it takes a lot of time to call a long program from the auxiliary storage device. Further, as the storage capacity increases, program management becomes complicated.

【0005】本発明はこのような事情に鑑みてなされた
ものであり、各プログラムを圧縮してプログラム自体を
短くして補助記憶装置に記憶することにより、補助記憶
装置の必要とする記憶容量を小さくでき、システム全体
の製造費を低減できるプログラム起動方法を提供するこ
とを目的とする。
The present invention has been made in view of the above circumstances, and compresses each program to shorten the program itself and store the program in the auxiliary storage device to reduce the storage capacity required by the auxiliary storage device. It is an object of the present invention to provide a program starting method which can be reduced in size and can reduce the manufacturing cost of the entire system.

【0006】[0006]

【課題を解決するための手段】上記課題を解消するため
に本発明は、複数種類のプログラムを補助記憶装置に記
憶し、指定された種類のプログラムを主メモリに移して
起動するプログラム起動方法において、
In order to solve the above-mentioned problems, the present invention provides a program starting method for storing a plurality of types of programs in an auxiliary storage device, and moving a specified type of program to a main memory and starting it. ,

【0007】各プログラムを所定の圧縮手順に従って圧
縮し、圧縮された状態の各プログラムを該当プログラム
を特定するパラメータを付して補助記憶装置に記憶し、
パラメータを指定したプログラム起動要求が発生する
と、該当パラメータが指定するプログラムが既に動作可
能状態に移行されて主メモリに記憶されていた場合は、
該当プログラムをそのまま起動し、該当パラメータの指
定するプログラムが動作可能状態に移行されていない場
合は、補助記憶装置に記憶されている圧縮された状態の
該当プログラムを主メモリに移動し所定の解凍手順に従
って動作可能状態に移行し、動作可能状態に移行された
プログラムを起動るようにしている。
Each program is compressed in accordance with a predetermined compression procedure, and each compressed program is stored in an auxiliary storage device with a parameter for specifying the program.
When a program start request specifying a parameter occurs, if the program specified by the parameter has already been moved to the operable state and stored in main memory,
If the corresponding program is started as it is and the program specified by the corresponding parameter is not in the operable state, move the corresponding program in the compressed state stored in the auxiliary storage device to the main memory and perform the predetermined decompression procedure. In accordance with the above, the program shifts to the operable state and the program shifted to the operable state is started.

【0008】[0008]

【作用】このように構成されたプログラム起動方法にお
いて、例えばシステムに組込まれる可能性のあるハード
ウェアの種類数のプログラムが必要である。しかし、こ
れら各プログラムは所定の圧縮手順に従って圧縮さた状
態で、かつ各プログラムを特定するパラメータが付され
た状態で補助記憶装置に記憶さている。このプログラム
を圧縮する手法としては種々の手法が提唱されている
が、例えば、プログラム上で、同一データが多数連続す
る場合は、これらを該当データ値と連続数とで表記する
ことによってプログラム長さを短縮する。同様に、同一
ルーチンが繰返す場合はその繰り返し数を記して、繰り
返し部分を省略する。
In the program start-up method configured as described above, it is necessary to have as many programs as the number of kinds of hardware that may be incorporated in the system. However, each of these programs is stored in the auxiliary storage device in a state of being compressed according to a predetermined compression procedure, and in a state of being provided with a parameter specifying each program. Various methods have been proposed as a method for compressing this program. For example, when a large number of the same data are consecutive in the program, the program length is expressed by the corresponding data value and the consecutive number. To shorten. Similarly, when the same routine is repeated, the number of repetitions is noted and the repeated part is omitted.

【0009】そして、パラメータを指定したプログラム
起動要求が発生すると、主メモリにパラメータが指定す
るプログラムが動作可能状態で記憶されていれば、該当
プログラムがそのまま起動される。また、動作可能状態
の該当プログラムが主メモリに記憶されていなければ、
補助記憶装置に記憶さている圧縮状態の該当プログラム
が読出されて、所定の解凍手順に従って、動作可能状態
へ移行される。この解凍処理は前述した圧縮処理と全く
逆の処理である。動作可能なプログラムへ戻すされたプ
ログラムは起動される。
When a program start request specifying a parameter occurs, if the program specified by the parameter is stored in the main memory in an operable state, the corresponding program is started as it is. If the applicable program in the operable state is not stored in the main memory,
The corresponding program in the compressed state stored in the auxiliary storage device is read out, and the operable state is entered in accordance with a predetermined decompression procedure. This decompression process is the exact opposite of the compression process described above. The program returned to the operable program is started.

【0010】すなわち、補助記憶装置には多数のプログ
ラムが圧縮された状態で記憶されているので、最初から
動作可能状態で各プログラムを補助記憶装置に記憶する
場合に比較して、補助記憶装置の必要記憶容量が低減す
る。
That is, since a large number of programs are stored in the auxiliary storage device in a compressed state, the auxiliary storage device has a larger storage capacity than the case where each program is stored in the auxiliary storage device in an operable state from the beginning. Required storage capacity is reduced.

【0011】なお、通常、補助記憶装置に記憶された各
プログラムが同時に起動されることはなく、ハードウェ
ア種類によって選択された少数のプログラムのみが動作
可能状態に解凍されて主メモリに移されて起動される。
従って、実際の稼働途中で頻繁に解凍処理が実行される
ことはないので、この解凍処理が特に本来の処理動作に
対して処理能率低下等の影響を与えることはない。
Normally, the programs stored in the auxiliary storage device are not activated at the same time, and only a small number of programs selected by the type of hardware are decompressed to an operable state and transferred to the main memory. Is activated.
Therefore, since the decompression processing is not frequently executed during the actual operation, the decompression processing does not particularly affect the original processing operation such as a reduction in processing efficiency.

【0012】[0012]

【実施例】以下本発明の一実施例を図面を用いて説明す
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings.

【0013】図2は本発明のプログラム起動方法を採用
したCADシステムの概略構成を示す模式図である。各
種演算処理を実行するプロッセッサ1にバスライン2を
介して、主メモリ3,操作者が各種操作指令を入力する
ためのキーボード4,補助記憶装置5,作成された図形
等を表示するCRT表示器6,作成された図形等を用紙
に出力するXYプロッタ7等が接続されている。
FIG. 2 is a schematic diagram showing a schematic configuration of a CAD system adopting the program starting method of the present invention. A main memory 3, a keyboard 4 for an operator to input various operation commands via a bus line 2 to a processor 1 for executing various arithmetic processes, an auxiliary storage device 5, and a CRT display for displaying created figures and the like. 6, an XY plotter 7 and the like for outputting the created figures and the like on paper is connected.

【0014】補助記憶装置5は例えば磁気ディスク装置
で構成さている。補助記憶装置5内には、図1に示すよ
うに、それぞれパラメータが付されたn個のプログラム
5aが記憶されている。各プログラム5aはCADシス
テム本来の自動設計を行うためにほぼ同一演算処理を行
うプログラムである。そして、各プロクラム相互間の差
はこのCADシステムに組込まれるCRT表示装置6お
よびXYプロッタ7の仕様差に対応する。したがって、
このCADシステムにおいては、n種類のCRT表示装
置6およびXYプロッタ7が接続可能である、
The auxiliary storage device 5 is composed of, for example, a magnetic disk device. In the auxiliary storage device 5, as shown in FIG. 1, n programs 5a each having a parameter are stored. Each program 5a is a program that performs substantially the same arithmetic processing in order to perform the original automatic design of the CAD system. The difference between the programs corresponds to the specification difference between the CRT display device 6 and the XY plotter 7 incorporated in the CAD system. Therefore,
In this CAD system, n kinds of CRT display devices 6 and XY plotter 7 can be connected.

【0015】そして、各プログラムは圧縮された状態で
記憶されている。すなわち、前述したように、例えば、
プログラム上で、同一データが多数連続する場合は、こ
れらを該当データ値と連続数とで表記することによって
プログラム長さを短縮する。同様に、同一ルーチンが繰
り返す場合はその繰り返数を記して、繰り返部分を省略
する。
Each program is stored in a compressed state. That is, as described above, for example,
In the case where a large number of the same data are consecutive on the program, the program length is shortened by expressing these with the corresponding data value and the consecutive number. Similarly, when the same routine is repeated, the number of repetitions is noted and the repeated part is omitted.

【0016】そして、各プログラム5aの先頭部分に設
定されたラベルにこのプログラムのプログラム名,作成
日付,このプログラムを特定するためのパラメータ,こ
のプログラムが圧縮状態にあるのか動作可能状態(解
凍)状態にあるのかを示すフラグ等が登録されている。
Then, the program name of this program, the creation date, the parameters for specifying this program are attached to the label set at the beginning of each program 5a, and whether this program is in a compressed state or in an operable (decompressed) state. A flag or the like indicating whether or not is registered.

【0017】前記主メモリ3は例えばRAMやハードデ
ィスク装置(HDD)等で構成されている。この主メモ
リ3内には、このCADシステム本来の設計業務を行う
ためのプログラムや頻繁にアクセスする必要のある各種
データが記憶される。そして、主メモリ3内には動作可
能状態に移行(解凍)されたプログラム3aや各プログ
ラムを起動するための起動プログラム3bが記憶されて
いる。
The main memory 3 is composed of, for example, a RAM or a hard disk device (HDD). The main memory 3 stores a program for performing the original design work of the CAD system and various data that need to be frequently accessed. The main memory 3 stores a program 3a that has been moved (decompressed) to an operable state and a startup program 3b for activating each program.

【0018】このようなCADシステムにおいて、キー
ボード3からパラメメータを指定したプログラムの起動
指令が入力されると、起動プログラム3bが起動して、
プログラムの起動処理を開始する。
In such a CAD system, when an activation command of a program designating parameters is input from the keyboard 3, the activation program 3b is activated,
Start the program startup process.

【0019】起動処理が開始されると、まず、主メモリ
3内に設計教務を実行するためのプログラムが記憶され
ているか否かを調べる。記憶されていれば、そのプログ
ラムの先頭のラベルのパラメータが指定されてパラメー
タと一致しているか否かを調べる。一致していれば、ラ
ベルのフラグが動作可能状態を示した場合に該当プログ
ラムをそのまま起動する。
When the activation process is started, it is first checked whether or not a program for executing the design teaching is stored in the main memory 3. If it is stored, it is checked whether the parameter of the label at the head of the program is designated and matches the parameter. If they match, the corresponding program is started as it is when the flag of the label indicates the operable state.

【0020】フラグが圧縮状態を示した場合は、補助記
憶装置5の圧縮された状態のプログラム5aを主メモリ
3へ転送して、まだ動作可能状態へ移行させていないと
判断する。そして、該当プログラムに対する解凍処理を
実行する。すなわち、前述した圧縮処理と全く逆の処理
でもって、該当プログラムを元の動作可能状態のプログ
ラムへ戻す。そして、フラグを動作可能状態に設定す
る。その後、この動作可能状態に移行されたプログラム
3aを起動する。
When the flag indicates the compressed state, it is judged that the compressed program 5a of the auxiliary storage device 5 has been transferred to the main memory 3 and has not been shifted to the operable state yet. Then, the decompression process for the corresponding program is executed. That is, the corresponding program is returned to the original operable program by the processing which is completely opposite to the compression processing described above. Then, the flag is set to the operable state. After that, the program 3a that has been moved to the operable state is activated.

【0021】また、入力されたパラメータが主メモリ3
内に記憶されたプログラムのパラメータに一致しない場
合や、主メモリ3内に全くプログラムが記憶されていな
い場合は、補助記憶装置5内を検索する。そして、補助
記憶装置5内に該当パラメータが一致するプログラム5
aが発生されると、このプログラム5aを読出て主メモ
リ3へ書込む。その後、前述と同様の手法にて、この圧
縮された状態のプログラムを動作状態へ移行する。そし
て、フラグを動作可能状態に設定する。その後、該当プ
ログラムを起動する。
The input parameters are the main memory 3
If it does not match the parameters of the program stored in the main memory 3, or if no program is stored in the main memory 3, the auxiliary storage device 5 is searched. Then, the program 5 in which the corresponding parameters match in the auxiliary storage device 5
When a is generated, this program 5a is read and written in the main memory 3. After that, the program in the compressed state is shifted to the operating state by the same method as described above. Then, the flag is set to the operable state. After that, the corresponding program is started.

【0022】このように構成されたプログラム起動方法
を採用すれば、補助記憶装置5内には各プログラム5a
が圧縮された状態で記憶されているので、最初から動作
可能状態で各プログラムを補助記憶装置に記憶する場合
に比較して、補助記憶装置の必要記憶容量が低減する。
したがって、システム全体の製造費を節減できる。
If the program starting method thus constructed is adopted, each program 5a is stored in the auxiliary storage device 5.
Is stored in a compressed state, the required storage capacity of the auxiliary storage device is reduced compared to the case where each program is stored in the auxiliary storage device in an operable state from the beginning.
Therefore, the manufacturing cost of the entire system can be reduced.

【0023】なお、通常、補助記憶装置5に記憶された
各プログラム5aは同一の設計業務を行うためのプログ
ラムであるので、各プログラム5aが同時に起動される
ことはなく、このシステムに組込まれるCRT表示装置
6やXYプロッタ7等のハードウェアの仕様によって選
択された1種類のプログラム5aのみが主メモリ3に移
された後動作可能状態に解凍されて起動される。したが
って、CADシステムにおける実際の設計業務実行途中
で頻繁にプログラムに対する解凍処理が実行されること
はないので、この解凍処理が特に本来の設計業務に対し
て処理能率低下等の悪影響を与えることはない。
Since each program 5a stored in the auxiliary storage device 5 is usually a program for performing the same design work, the programs 5a are not activated at the same time, and the CRT incorporated in this system is not used. Only one type of program 5a selected by the specifications of hardware such as the display device 6 and the XY plotter 7 is transferred to the main memory 3 and then decompressed to an operable state and activated. Therefore, since the decompression process for the program is not frequently executed during the actual design work in the CAD system, the decompression process does not adversely affect the original design work such as a reduction in processing efficiency. ..

【0024】なお、本発明は上述した実施例に限定され
るものではない。例えば、前述した起動プログラムに、
現在このシステムに接続されているCRT表示装置6や
XYプロッタ7等のハードウェアの機種(仕様)を検出
する機能を付加し、その機種とプログラムのパラメータ
との関係を示すテーブルを記憶することも可能である。
この場合には、操作者はパラメータではなく、プログラ
ム名を指定するのみで自動的に現在接続されているハー
ドウェアに合致するプログラムが自動的に選択されて起
動される。したがって、操作者にとってプログラム管理
が容易になる。
The present invention is not limited to the above embodiment. For example, in the above startup program,
It is also possible to add a function to detect the model (specification) of hardware such as the CRT display device 6 and the XY plotter 7 currently connected to this system, and store a table showing the relationship between the model and the parameters of the program. It is possible.
In this case, the operator only needs to specify the program name, not the parameter, and the program matching the currently connected hardware is automatically selected and started. Therefore, the operator can easily manage the program.

【0025】また、実施例においてはCADシステムに
適用した場合を説明したが、特にCADシステムに限定
されるものではなく、あらゆる種類のシステムに適用す
ることが可能である。
Further, in the embodiment, the case where the invention is applied to the CAD system has been described, but the invention is not particularly limited to the CAD system, and the invention can be applied to all kinds of systems.

【0026】[0026]

【発明の効果】以上説明したように本発明のプログラム
起動方法によれば、各プログラムを圧縮してプログラム
自体を短くして、補助記憶装置に記憶している。そし
て、このプログラムを起動する場合は、該当プログラム
を主メモリに移動して動作可能状態に移行させた後に起
動するようにしている。したがって、補助記憶装置の必
要とする記憶容量を小さくでき、システム全体の製造費
を低減できる。また、動作可能状態のプログラムが指定
された場合は直ちにこのプログラムを起動しているの
で、各プログラムを能率的に管理できる。
As described above, according to the program starting method of the present invention, each program is compressed and the program itself is shortened and stored in the auxiliary storage device. When starting this program, it is started after moving the program to the main memory and shifting it to the operable state. Therefore, the storage capacity required by the auxiliary storage device can be reduced, and the manufacturing cost of the entire system can be reduced. Further, when a program in an operable state is designated, this program is started immediately, so that each program can be managed efficiently.

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

【図1】 本発明の一実施例に係わるプログラム起動方
法を示す模式図、
FIG. 1 is a schematic diagram showing a program starting method according to an embodiment of the present invention,

【図2】 同実施例起動方法を適用したCADシステム
の概略構成を示すブロック図。
FIG. 2 is a block diagram showing a schematic configuration of a CAD system to which the starting method of the embodiment is applied.

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

1…プロセッサ、3…主メモリ、4…キーボード、5…
補助記憶装置、6…CRT表示装置、7…XYプロッ
タ。
1 ... Processor, 3 ... Main memory, 4 ... Keyboard, 5 ...
Auxiliary storage device, 6 ... CRT display device, 7 ... XY plotter.

Claims (1)

【特許請求の範囲】 【請求項1】 複数種類のプログラムを補助記憶装置に
記憶し、指定された種類のプログラムを主メモリに移し
て起動するプログラム起動方法において、 前記各プログラムを所定の圧縮手順に従って圧縮し、圧
縮された状態の各プログラムを該当プログラムを特定す
るパラメータを付して前記補助記憶装置に記憶し、パラ
メータを指定したプログラム起動要求が発生すると、該
当パラメータが指定するプログラムが既に動作可能状態
に移行されて前記主メモリに記憶されていた場合は、該
当プログラムをそのまま起動し、該当パラメータの指定
するプログラムが動作可能状態に移行されていない場合
は、前記補助記憶装置に記憶されている圧縮された状態
の該当プログラムを前記主メモリに移動して所定の解凍
手順に従って動作可能状態に移行し、動作可能状態に移
行されたプログラムを起動することを特徴とするプログ
ラム起動方法。
Claim: What is claimed is: 1. A program start-up method for storing a plurality of types of programs in an auxiliary storage device, activating a specified type of program by moving it to a main memory, wherein each program is subjected to a predetermined compression procedure. According to the above, each program in a compressed state is stored in the auxiliary storage device with a parameter for identifying the corresponding program added, and when a program activation request with the parameter specified occurs, the program specified by the corresponding parameter already operates. If the program is activated and stored in the main memory, the corresponding program is started as it is, and if the program specified by the parameter is not in the operable state, it is stored in the auxiliary storage device. Move the corresponding compressed program to the main memory and follow the prescribed decompression procedure. Program starting method characterized by operable state transition to and activates the migration program in the operable state.
JP17226791A 1991-07-12 1991-07-12 Program starting method Pending JPH0520084A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17226791A JPH0520084A (en) 1991-07-12 1991-07-12 Program starting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17226791A JPH0520084A (en) 1991-07-12 1991-07-12 Program starting method

Publications (1)

Publication Number Publication Date
JPH0520084A true JPH0520084A (en) 1993-01-29

Family

ID=15938734

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17226791A Pending JPH0520084A (en) 1991-07-12 1991-07-12 Program starting method

Country Status (1)

Country Link
JP (1) JPH0520084A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07160472A (en) * 1993-12-07 1995-06-23 Nec Corp Disk controller
JP2004013790A (en) * 2002-06-11 2004-01-15 Konica Minolta Holdings Inc Starting device, recording medium, program, and starting method
JP2004062798A (en) * 2002-07-31 2004-02-26 Hitachi Ltd Mobile terminal and method for controlling mobile terminal

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07160472A (en) * 1993-12-07 1995-06-23 Nec Corp Disk controller
JP2004013790A (en) * 2002-06-11 2004-01-15 Konica Minolta Holdings Inc Starting device, recording medium, program, and starting method
JP4561028B2 (en) * 2002-06-11 2010-10-13 コニカミノルタホールディングス株式会社 START DEVICE, COMPUTER START PROGRAM, RECORDING MEDIUM, AND COMPUTER START METHOD
JP2004062798A (en) * 2002-07-31 2004-02-26 Hitachi Ltd Mobile terminal and method for controlling mobile terminal

Similar Documents

Publication Publication Date Title
US5220667A (en) Computer system
JPH0520084A (en) Program starting method
JP2003317078A (en) Image managing method, program, and recording medium
JPH0399380A (en) Method for storing collected data
JPH06103352A (en) Image data holding/displaying method
US5565895A (en) Programmable controller with independent display
JP2676731B2 (en) Electronic document retrieval device
JPH11184900A (en) Scenario display device and method therefor
JPS5853763B2 (en) Program loading processing method
JP3764987B2 (en) Document processing device
JPH05173964A (en) History acquisition system for input/output data
JPH10283231A (en) Data processor
JPH08235029A (en) Storage method for system fault information
JPH06168307A (en) Image data storing device
JPH05250243A (en) Data processing system for extended storage device
JPS63182155A (en) Font pattern imaging device
JPH09251397A (en) Batch file production method
JPH04105128A (en) High speed command starting system by residence
JPH0651888A (en) Operation re-executing device
JPS594735B2 (en) Channel Seigiyohoshiki
JP2001101249A (en) Managing device of sheet metal data base and recording medium in which management program of sheet metal data base is stored
JP2011022847A (en) Information processing apparatus and program
JPH05151325A (en) Screen display information film managing method
JPH04191939A (en) File compression/expansion method
JP2000132574A (en) System design document management