JPH0224723A - Data processor - Google Patents

Data processor

Info

Publication number
JPH0224723A
JPH0224723A JP63175418A JP17541888A JPH0224723A JP H0224723 A JPH0224723 A JP H0224723A JP 63175418 A JP63175418 A JP 63175418A JP 17541888 A JP17541888 A JP 17541888A JP H0224723 A JPH0224723 A JP H0224723A
Authority
JP
Japan
Prior art keywords
input
word
data
processing
label
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
JP63175418A
Other languages
Japanese (ja)
Inventor
Toshio Kashio
俊雄 樫尾
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.)
Casio Computer Co Ltd
Original Assignee
Casio Computer 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 Casio Computer Co Ltd filed Critical Casio Computer Co Ltd
Priority to JP63175418A priority Critical patent/JPH0224723A/en
Publication of JPH0224723A publication Critical patent/JPH0224723A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To simplify system design and design change by individually defining an input word label and an operation word label, then separately executing input processing and operation processing in accordance with respective definition. CONSTITUTION:Plural input work labels are defined in a 1st defining means P. On the other hand, operation word labels corresponding to operation formulas and operated results based upon the input word labels are defined in a 2nd defining means R. When data corresponding to the input word label in the 1st defining means P are inputted, an input processing means Q executes input processing. On the other hand, an operation processing means S calculates operation data corresponding to the operation word label from input data corresponding to the input word label on the basis of the 2nd defining means R. A data processing means T executes the data processing of respective input data and operation data.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は、オフィスコンピュータ等のデータ処理装置
に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a data processing device such as an office computer.

[発明の概要] この発明は、入力すべきデータのワードラベルと、演算
対象のワードラベル、演算内容、および、その演算結果
に対応するワードラベルとを。
[Summary of the Invention] The present invention provides a method for identifying a word label of data to be input, a word label of a calculation target, a calculation content, and a word label corresponding to the calculation result.

別々に定義しておき、入力処理と演算処理とを各定義に
したがって分離して行い、入力データ、演算結果に対し
、所定のデータ処理を行うことにより、システム設計、
および、その設計変更を簡単に行えるようにしものであ
る。
By defining them separately, performing input processing and calculation processing separately according to each definition, and performing predetermined data processing on input data and calculation results, system design,
Moreover, the design can be easily changed.

[従来の技術] 近年、コンピュータは急速に発達し、小型、低価格化が
進み、科学計算以外のファイル処理等の一般のデータ処
理も、′パーソナルコンピュータ、オフィスコンピュー
タ、汎用コンピュータ等のデータ処理装置にて行われ、
一般の人々にも身近なものになってきている。
[Prior Art] In recent years, computers have rapidly developed, becoming smaller and cheaper, and general data processing such as file processing other than scientific calculations has become increasingly popular with data processing devices such as personal computers, office computers, and general-purpose computers. It was held in
It is becoming more familiar to the general public.

[発明が解決しようとする課題] しかし、従来のデータ処理装置においては、システム1
−の各処理が相互に関連を持って連続しているため、シ
ステム設計に際しては、全体の処理の流れを常に考慮す
る必要があり、データの入力処理体系、加工処理(演算
処理)体系も、一連の流れを考慮しなければならず、そ
のシステム設計に要する労力は莫大なものであった。ま
た、処理の一部を変更する場合であっても、プログラム
を最初から作成し直す必要があり、一般の人では変更が
困難であり、専門のシステムエンジニアに頼らねばなら
ず、非常に不便であった。
[Problem to be solved by the invention] However, in the conventional data processing device, the system 1
- Each process is interconnected and continuous, so when designing a system, it is necessary to always consider the overall process flow, and the data input processing system and processing (arithmetic processing) system A series of processes had to be taken into account, and the effort required to design the system was enormous. Furthermore, even if a part of the processing is to be changed, the program must be rewritten from scratch, making it difficult for the general public to make changes and requiring the use of specialized system engineers, which is very inconvenient. there were.

この発明の課題は、システム設計、および、その設計変
更を簡単に行えるようにすることである。
An object of the present invention is to facilitate system design and design changes.

[課題を解決するための手段] この発明の手段は次の通りである。[Means to solve the problem] The means of this invention are as follows.

第1の定義手段P(第1図の機能ブロー2り図を参照、
以下同じ)は、複数の入力ワードラベルを定義する。
The first definition means P (see the functional flow diagram in Fig. 1,
) defines multiple input word labels.

入力処理手段Qは、第1の定義手段Pに基づいて各入力
ワードラベルに対応する入力データを入力処理する。
The input processing means Q input-processes the input data corresponding to each input word label based on the first definition means P.

第2の定義手段Rは、上記入力ワードラベルによる演算
式、およびその演算結果に対応する演算ワードラベルを
定義する。
The second definition means R defines an arithmetic expression using the input word label and an arithmetic word label corresponding to the result of the arithmetic operation.

演算処理手段Sは、第2の定義手段Hに基づいて演算ワ
ードラベルに対応する演算データを上記入力ワードラベ
ルに対応する入力データから演算する。
The calculation processing means S calculates calculation data corresponding to the calculation word label based on the second definition means H from the input data corresponding to the input word label.

データ処理手段Tは、各入力データ及び演算データに対
し、各ワードラベルに対応した所定のデータ処理を行う
The data processing means T performs predetermined data processing corresponding to each word label on each input data and calculation data.

[作用] この発明の手段の作用は次の通りである。[Effect] The operation of the means of this invention is as follows.

第1の定義手段Pには、所望する複数の入力ワードラベ
ルを任意に定義しておく、また、第2の定義手段Rには
、上記入力ワードラベルによる演算式、およびその演算
結果に対応する演算ワードラベルを任意に定義しておく
In the first definition means P, a plurality of desired input word labels are arbitrarily defined, and in the second definition means R, calculation formulas based on the input word labels and corresponding to the calculation results are stored. Define the calculation word label arbitrarily.

そして、第1の定義手段Pに基づいて定義された各入力
ワードラベルに対応するデータが入力されると、入力処
理手段Qは、入力データを入力ワードラベルに対応する
入力データとして入力処理する。
When data corresponding to each input word label defined based on the first definition means P is input, the input processing means Q processes the input data as input data corresponding to the input word label.

一方、演算処理手段Sは、第2の定義手段に基づいて演
算ワードラベルに対応する演算データを上記入力ワード
ラベルに対応する入力データから演算する。
On the other hand, the calculation processing means S calculates calculation data corresponding to the calculation word label from the input data corresponding to the input word label based on the second definition means.

そして、データ処理手段Tは、各入力データ及び演算デ
ータに対し、各ワードラベルに応じて、例えば、ファイ
ル処理等の所定のデータ処理を行う。
Then, the data processing means T performs predetermined data processing such as file processing on each input data and calculation data according to each word label.

このように、入力処理、演算処理は、それぞれ別々に定
義された定義手段に基づいて実行される。
In this way, input processing and arithmetic processing are executed based on separately defined definition means.

従って、システム設計、および、その設計変更を簡単に
行える。
Therefore, system design and design changes can be easily performed.

[実施例] 以下、一実施例を第2図ないし第6図を参照しなから説
明する。
[Embodiment] An embodiment will be described below with reference to FIGS. 2 to 6.

做−虞 第2図は、実施例によるデータ処理装置の構成図であり
、この実施例はファイル処理装置に適用したものである
FIG. 2 is a block diagram of a data processing device according to an embodiment, and this embodiment is applied to a file processing device.

このファイル処理装置は、入力端末器Tと、ファイル処
理装置本体Hとにより構成され、入力端末器Tは入力ワ
ード指定メモリTIと演算ワード指定メモリT2とを有
し、ファイル処理装置本体Hはファイル処理指定メモリ
H1を有している。
This file processing device is composed of an input terminal device T and a file processing device main body H. The input terminal device T has an input word designation memory TI and an operation word designation memory T2, and the file processing device main body H has a file processing device main body H. It has a processing designation memory H1.

すなわち、ファイル処理内容は、一連のデータ処運休系
が相互に有機的に関連付けられた、シーケンシャルな1
本の完結したプログラムにより記述されているではなく
、入力処理、演算処理、ファイル処理は、それぞれ、任
意に指定(定義)された入力ワード指定メモリT1、演
算ワード指定メモリT2、ファイル処理指定メモリH1
の内容に基づいて別々に実行することにより、汎用性を
持たせている。
In other words, the file processing content is a sequential one in which a series of data processing suspension systems are organically related to each other.
The input processing, arithmetic processing, and file processing are not described by the complete program of the book, but are input word specification memory T1, operation word specification memory T2, and file processing specification memory H1 that are arbitrarily specified (defined), respectively.
It provides versatility by executing each program separately based on the content of the program.

入力ワード指定メモリTlでは、第3図に示したように
、単に、ステップ陥、毎に、ワード名称(項目名)、ワ
ードラベルを設定入力するだけで良く、何等プログラム
を意識する必要はない、また、演算ワード指定メモリT
2では、第4図に示したように、単に、ステップ崩、毎
に、ワードラベルと、ワードラベルを用いて記述した演
算式を設定入力するだけで良く、何等プログラムを意識
する必要はない、さらに、ファイル処理指定メモリH1
では、第2図に示したように、ファイル名、ファイルワ
ード、ワードラベルを設定入力するだけで良く、この場
合も何等プログラムを意識する必要はない、なお、ファ
イルワードは、対応するワードラベルで示されるデータ
のレコード上での配置位置を示すものである。
In the input word designation memory Tl, as shown in FIG. 3, it is only necessary to set and input the word name (item name) and word label for each step, and there is no need to be aware of any program. In addition, the operation word specification memory T
2, as shown in Figure 4, you simply need to set and input word labels and arithmetic expressions written using word labels for each step break, and there is no need to be aware of the program. Furthermore, file processing specification memory H1
Now, as shown in Figure 2, all you need to do is enter the file name, file word, and word label, and there is no need to be aware of any programs in this case. This indicates the location of the indicated data on the record.

入力端末器Tは、上記入力ワード指定メモリT1、演算
ワード指定メモリT2の他に、データをキー人力するキ
ー人力部T3、入力データや入力案内データ等を表示す
る表示部T4、入力すべきデータの項目を入力ワード指
定メモリT1の設定内容を参照して案内表示せしめ、そ
の案内表示に応じて入力されたデータにワードラベルを
付加する等の入力処理を行う入力処理部T5、入力処理
部T5による処理結果を記憶する入カワートメモリT6
、演算ワード指定メモリT2の設定内容を参照して項目
別の入力データを演算する演算処理部T7、その演算結
果を記憶する演算ワードメモリT8.および、ワードメ
モリT9を有している。なお、入力処理部T5は、ステ
ップ読込部T51、ワードラベル指定部T52を有して
おり、演算処理部T7は、ステップ読み送部T71、演
算部T72、ワードラベル指定部T73を有している。
In addition to the input word designation memory T1 and operation word designation memory T2, the input terminal device T includes a key input section T3 for manually inputting data, a display section T4 for displaying input data, input guide data, etc., and data to be input. An input processing unit T5 performs input processing such as displaying a guide for the item by referring to the setting contents of the input word designation memory T1, and adding a word label to the input data according to the guide display; An input memory T6 stores the processing results of
, an arithmetic processing unit T7 that calculates input data for each item by referring to the settings of the arithmetic word designation memory T2, and an arithmetic word memory T8 that stores the results of the arithmetic operations. It also has a word memory T9. Note that the input processing section T5 has a step reading section T51 and a word label specification section T52, and the calculation processing section T7 has a step reading section T71, a calculation section T72, and a word label specification section T73. .

また、キー人力部T3と表示部T4とは、第5図に示し
たように、入力端末器Tを搭載した筐体の同一面上に配
設されている。そして、キー人力部T3は、データを置
数入力する置数キーT31、置数キーT3iによる入力
データの区切りを示し、その1区切りの入力データに対
する処理を指示するエクスキュートキーT32、および
、入力データの案内表示を開始させるスタートキー73
3を有している。
Further, the key input section T3 and the display section T4 are arranged on the same surface of the casing in which the input terminal device T is mounted, as shown in FIG. The key input unit T3 includes a numeric key T31 for inputting data, an execute key T32 that indicates the division of input data by the numeric key T3i, and instructs processing for one division of the input data, and an input key T31 for inputting data. Start key 73 for starting data guidance display
It has 3.

ファイル処理装置本体Hは、上記ファイル処理指定メモ
リI(1の他に、このファイル処理指定メモリH1の設
定内容、および、入力端末器TのワードメモリT9から
送られるデータの内容に基づいてレコードを作成するレ
コード作成部H2、このレコード作成部H2にて作成さ
れたレコードを記憶するレコードメモリH3、このレコ
ードメモリH3の内容に基づいて、磁気ディスク等のフ
ァイル媒体H4上に作成されたファイルに対してファイ
ル更新を行うファイル更新部H5を有している。
In addition to the file processing designation memory I (1), the file processing device main body H stores records based on the settings of the file processing designation memory H1 and the data sent from the word memory T9 of the input terminal T. A record creation unit H2 that creates a record, a record memory H3 that stores records created by this record creation unit H2, and a file created on a file medium H4 such as a magnetic disk based on the contents of this record memory H3. It has a file update section H5 that updates files.

1−庇 次に、この実施例の動作を説明する。1-Eave Next, the operation of this embodiment will be explained.

スタートキーT33が操作されると、ワードラベル指定
部T52は、先ず、ステップ読込部T51に対し、入力
ワード指定メモリTIから、最初のステップのワード名
、ワードラベルを読込むよう指示する。そうすると、ス
テップ読込部T51は、入力ワード指定メモリT1から
、最初のステップのワード名、ワードラベルを読込み、
第5図に示した「品目コードは?」というような入力案
内を表示部T4に表示し、最初のワード名である品目コ
ードを入力するよう促す、この案内表示に従って品目コ
ードが入力されると、ワードラベル指定部T52は、そ
の品目コードに対し、入力ワード指定メモリTlから読
込んだワードラベルを付加して、入カワートメモリT6
に格納し。
When the start key T33 is operated, the word label specifying section T52 first instructs the step reading section T51 to read the word name and word label of the first step from the input word specifying memory TI. Then, the step reading unit T51 reads the word name and word label of the first step from the input word designation memory T1,
An input guide such as "What is the item code?" shown in Figure 5 is displayed on the display section T4, prompting the user to input the item code, which is the first word name. When the item code is input according to this guidance display, , the word label designation unit T52 adds the word label read from the input word designation memory Tl to the item code, and stores the word label in the input word designation memory T6.
Store it in.

ワードメモリT9に転送するとともに、ステップ読込部
T51に対し、入力ワード指定メモリTlから、次のス
テップのワード名、ワードラベルを読込むよう指示する
。そうすると、ステップ読込部T51は、入力ワード指
定メモリT1から、次のステップのワード名、ワードラ
ベルを読込み、次のワード名である数量を入力するよう
案内表示する。この案内表示に応じて数量が入力される
と、同様に、ワードラベルが付加されて、入カワートメ
モリT6に格納され、ワードメモリT9に転送される。
At the same time, the step reading unit T51 is instructed to read the word name and word label of the next step from the input word designation memory Tl. Then, the step reading unit T51 reads the word name and word label of the next step from the input word designation memory T1, and displays a guide to input the quantity which is the next word name. When the quantity is input in accordance with this guidance display, a word label is similarly added, stored in the input word memory T6, and transferred to the word memory T9.

以下、入力ワード指定メモリT1の全ステップにつき、
同様の処理が実行される。
Below, for all steps of input word specification memory T1,
Similar processing is performed.

そして、ステップ読込部T51は、入力ワード指定メモ
リTlの全ステップにつき、読込みを完了したときは、
その旨を演算処理部T7のステップ読込部T72に通知
し、起動をかける。
Then, when the step reading unit T51 completes reading for all steps of the input word designation memory Tl,
The step reading unit T72 of the arithmetic processing unit T7 is notified of this and activated.

演算処理部T7のステップ読込部T72は、起動がかけ
られると、演算ワード指定メモリT2から、■ステップ
分ずつワードラベル、演算式を読込み、演算部T72に
は演算式を、ワードラベル指定部T73にはワードラベ
ルを、それぞれ出力する。そうすると、演算部T72は
、入カワートメモリT6に記憶されたワードラベル付の
入力データにつき、そのワードラベルを参照して、ステ
ップ読込部T72から与えられた対応する演算式の演算
を実行し、その演算結果をワードラベル指定部T73に
出力する。そうすると、ワードラベル指定部T73は、
その演算結果に対し、ステップ読込部T72から与えら
れたワードラベルを付加して、演算ワードメモリT8に
格納し、ワードメモリT9に転送して、次のステップ内
容を演算ワード指定メモリT2から読込むよう、ステッ
プ読込部T71に指示する。このようにして、演算ワー
ド指定メモリT2から、順次、次のステップのワードラ
ベル、演算式が読込まれ、同様の処理が繰返される。そ
の結果、ワードメモリT9には、第6UgJに示すよう
にワードラベルとデータが対になったワードデータがル
コード分蓄積される。
When activated, the step reading section T72 of the arithmetic processing section T7 reads word labels and arithmetic expressions for each step from the arithmetic word specification memory T2, and reads the arithmetic expressions into the arithmetic section T72 and the word label specification section T73. Outputs word labels for each. Then, the calculation unit T72 refers to the word label of the input data with the word label stored in the input word memory T6, executes the calculation of the corresponding calculation formula given from the step reading unit T72, and performs the calculation. The result is output to the word label designation section T73. Then, the word label specification section T73 is
A word label given from the step reading unit T72 is added to the calculation result, and the result is stored in the calculation word memory T8, transferred to the word memory T9, and the contents of the next step are read from the calculation word designation memory T2. , to the step reading unit T71. In this way, the word label and arithmetic expression of the next step are sequentially read from the operation word designation memory T2, and the same process is repeated. As a result, word data in which word labels and data are paired as shown in the sixth UgJ is stored in the word memory T9 for the number of codes.

そうすると、ファイル処理装置本体Hのレコード作成部
H2は、ファイル処理指定メモリH1の設定内容に従っ
て、ファイルワードとワードラベルとを対応づけ、各フ
ァイルワード(例えばRK、d+ 、d2.d3)のデ
ータをワードメモリT9から読出してルコード分のレコ
ードデータを作成し、レコードメモリH3に記憶する。
Then, the record creation unit H2 of the file processing device main body H associates the file word with the word label according to the settings in the file processing designation memory H1, and creates data for each file word (for example, RK, d+, d2.d3). The record data for the word code is read out from the word memory T9, and is stored in the record memory H3.

そして、ファイル更新部H5は、ファイル処理指定メモ
リH1で設定されたファイル(例えばf+)に対して、
レコードメモリH3に記憶されたレコードデータにより
、ファイル更新処理を行う。
Then, the file update unit H5 updates the file (for example, f+) set in the file processing designation memory H1.
File update processing is performed using the record data stored in the record memory H3.

このように、入力ワードと演算ワードとを、別々の入力
ワード指定メモリ、演算ワード指定メモリにより指定記
憶(定義)しておけば、入力処理、演算処理は、これら
指定部に基づいて実行されるので、システム設計、およ
び、設計変更を簡単に行うことができる。また、入力処
理、演算処理も簡単なアルゴリズムで実行可能となる。
In this way, if input words and operation words are specified and stored (defined) in separate input word specification memories and operation word specification memories, input processing and operation processing are executed based on these specification parts. Therefore, system design and design changes can be easily performed. Furthermore, input processing and arithmetic processing can be performed using simple algorithms.

なお、この発明は、上述の実施例に限定されることなく
、例えば、ファイル処理装置以外の、他のデータ処理装
置に適用することも可能である。
Note that the present invention is not limited to the above-described embodiments, and can be applied to other data processing devices other than file processing devices, for example.

[発明の効果] この発明によれば、システム設計、および、その設計変
更を簡単に行うことができ、コストを低減することが可
能となる。
[Effects of the Invention] According to the present invention, system design and design changes can be easily performed, and costs can be reduced.

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

第1図はこの発明の機能ブロック\図、第2図は実施例
の構成図、第3図は入力ワード指定メモリの内容例を示
す図、第4図は演算ワード指定メモリの内容例を示す図
、第5図はキー人力部、表示部を説明するための図、第
6図はワードメモリの内容例を示す図である。 T1・・・・・・入力ワード指定メモリ、T2・・・・
・・演算ワード指定メモリ、T5・・・・・・入力処理
部、T7・・・・・・演算処理部、H・・・・・・デー
タ処理装置本体。
Fig. 1 is a functional block diagram of the present invention, Fig. 2 is a configuration diagram of an embodiment, Fig. 3 is a diagram showing an example of the contents of the input word designation memory, and Fig. 4 is a diagram showing an example of the contents of the operation word designation memory. 5 is a diagram for explaining the key input section and the display section, and FIG. 6 is a diagram showing an example of the contents of the word memory. T1...Input word specification memory, T2...
...Arithmetic word designation memory, T5...Input processing unit, T7...Arithmetic processing unit, H...Data processing device main body.

Claims (1)

【特許請求の範囲】 複数の入力データのワードラベルを定義する第1の定義
手段と、 この第1の定義手段に基づいて各入力ワードラベルに対
応する入力データを入力する入力処理手段と、 上記入力ワードラベルによる演算式、およびその演算結
果に対応する演算ワードラベルを定義する第2の定義手
段と、 この第2の定義手段に基づいて演算ワードラベルに対応
する演算データを上記入力ワードラベルに対応して入力
された入力データから演算する演算処理手段と、 上記各入力データ及び演算データに対し、各ワードラベ
ルに対応した所定のデータ処理を行うデータ処理手段と
、 を備えたことを特徴とするデータ処理装置。
[Scope of Claims] A first definition means for defining word labels of a plurality of input data; an input processing means for inputting input data corresponding to each input word label based on the first definition means; a second definition means for defining an arithmetic expression based on an input word label and an arithmetic word label corresponding to the result of the arithmetic operation; It is characterized by comprising: arithmetic processing means that performs a calculation from correspondingly inputted input data; and a data processing means that performs predetermined data processing corresponding to each word label on each of the input data and the calculation data. data processing equipment.
JP63175418A 1988-07-14 1988-07-14 Data processor Pending JPH0224723A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63175418A JPH0224723A (en) 1988-07-14 1988-07-14 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63175418A JPH0224723A (en) 1988-07-14 1988-07-14 Data processor

Publications (1)

Publication Number Publication Date
JPH0224723A true JPH0224723A (en) 1990-01-26

Family

ID=15995753

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63175418A Pending JPH0224723A (en) 1988-07-14 1988-07-14 Data processor

Country Status (1)

Country Link
JP (1) JPH0224723A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5164851A (en) * 1990-02-05 1992-11-17 Sharp Kabushiki Kaisha Active matrix display device having spare switching elements connectable to divisional subpixel electrodes

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5164851A (en) * 1990-02-05 1992-11-17 Sharp Kabushiki Kaisha Active matrix display device having spare switching elements connectable to divisional subpixel electrodes

Similar Documents

Publication Publication Date Title
JPH0224723A (en) Data processor
JP3375953B2 (en) Screen control device
Duncan et al. The DEUCE alphacode translator
Kaisler Birthing the Computer: From Drums to Cores
CN100444105C (en) Method and system for adding display basic number scale symbol to operation equation
JP2734535B2 (en) Form output device
CN114064636A (en) Method and device for processing pivot table, electronic equipment and readable storage medium
JPS61147371A (en) Interactive graphic processing system
JPS63269248A (en) Small electronic computer
JPH02281325A (en) Slip output device
Pike Physics vs. computer science
JPH04205361A (en) File access controller
JP2001222511A (en) Electronic computer, computer system and recording medium stored with computer readable program for realizing electronic computer
JPH0810419B2 (en) Screen sheet processing method for resource information setting
JPS62226336A (en) Microprogram control system
JP2002351660A (en) System, method, program for linking software component and computer readable recording medium having program recorded thereon
JPS63138390A (en) Character processor
JPH0756969A (en) Synthesizing method for area in two-dimensional shape simulator
JPH01281519A (en) Rom data storage device
JPH02138353U (en)
JPH04109348A (en) Communication system
JPH0161750U (en)
JPH04128349U (en) small electronic calculator
JPH0991277A (en) Document processor
JP2000099488A (en) Software component connection device and recording medium