JPH0512014A - Data processing device - Google Patents

Data processing device

Info

Publication number
JPH0512014A
JPH0512014A JP16027291A JP16027291A JPH0512014A JP H0512014 A JPH0512014 A JP H0512014A JP 16027291 A JP16027291 A JP 16027291A JP 16027291 A JP16027291 A JP 16027291A JP H0512014 A JPH0512014 A JP H0512014A
Authority
JP
Japan
Prior art keywords
data
processing
type
input
processing device
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
JP16027291A
Other languages
Japanese (ja)
Inventor
Yuichi Yamazaki
祐一 山崎
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.)
Kubota Corp
Original Assignee
Kubota 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 Kubota Corp filed Critical Kubota Corp
Priority to JP16027291A priority Critical patent/JPH0512014A/en
Publication of JPH0512014A publication Critical patent/JPH0512014A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Processing Or Creating Images (AREA)
  • Stored Programmes (AREA)

Abstract

(57)【要約】 【目的】 データ長等のデータ種類の異なるデータに対
して、処理効率がよく、且つ、汎用的に処理が行えるデ
ータ処理装置を提供する。 【構成】 データを入力する入力手段1と、入力された
データを処理するデータ処理手段2と、処理されたデー
タを出力する出力手段3とから構成してあるデータ処理
装置であって、前記データ処理手段2に、データに対し
て所定の処理を行う処理関数をデータ種類に対応して備
えた記憶手段2Cと、入力されたデータの種類を識別す
る識別手段と、前記記憶手段2Cに格納された処理関数
のうち前記識別手段で識別されたデータ種類に対応する
処理関数を実行する実行手段とを備えて構成する。
(57) [Abstract] [Purpose] To provide a data processing device which has a high processing efficiency and can perform general-purpose processing on data of different data types such as a data length. A data processing device comprising an input means 1 for inputting data, a data processing means 2 for processing the input data, and an output means 3 for outputting the processed data, the data processing device comprising: The storage means 2C is provided in the processing means 2 with a processing function for performing a predetermined processing on the data corresponding to the data type, an identification means for identifying the type of the input data, and the storage means 2C. Among the processing functions, an execution means for executing the processing function corresponding to the data type identified by the identification means is provided.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データを入力する入力
手段と、入力されたデータを処理するデータ処理手段
と、処理されたデータを出力する出力手段とから構成し
てあるデータ処理装置に関し、例えば、画像データ、音
声データ、その他の計測データに対して演算、編集処理
等の所定の処理を実行するデータ処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing apparatus comprising input means for inputting data, data processing means for processing the input data, and output means for outputting the processed data. For example, the present invention relates to a data processing device that executes predetermined processing such as calculation and editing processing on image data, audio data, and other measurement data.

【0002】[0002]

【従来の技術】この種のデータ処理装置では、複数種類
のデータ、例えば、8ビットデータや16ビットデータ
のようにデータ長の異なるデータや、小数型データや整
数型データのようにデータ型の異なるデータに対して同
様の処理を行う必要がある。ハードウェア資源を汎用的
に活用するためである。このため、従来のデータ処理装
置は、複数のソフトウェアと単一のハードウェアからな
るデータ処理手段を備えて構成して、取り扱うデータの
種類に応じてソフトウェアを選択してデータの処理を行
うものと、入力されたデータの形式を中間形式に変換す
る変換手段と中間形式に対応する単一のソフトウェアと
単一のハードウェアからなるデータ処理手段とを備えて
構成したものとがあった。
2. Description of the Related Art In this type of data processing apparatus, a plurality of types of data, for example, data having different data lengths such as 8-bit data and 16-bit data, and data types such as decimal type data and integer type data, Similar processing needs to be performed on different data. This is because the hardware resources are used universally. Therefore, the conventional data processing device is configured to include a data processing unit composed of a plurality of software and a single hardware, and selects the software according to the type of data to be processed and processes the data. In some cases, the input data format is provided with a conversion means for converting the format of the input data into an intermediate format, a single software corresponding to the intermediate format, and a data processing means composed of a single hardware.

【0003】[0003]

【発明が解決しようとする課題】しかし、上述した従来
技術は、以下の欠点があった。前者では、データの種類
に対応して所定の処理を行う複数のソフトウェアをライ
ブラリとして作成して記憶装置に格納しておき、取り扱
うデータ種類に対応するライブラリを組み合わせること
により、前記データ処理手段を構成するソフトウェアと
して編集するものであったので、編集されたソフトウェ
アは他の種類のデータを取り扱うことができない。即
ち、汎用性が無いため、データ種類毎に適したソフトウ
ェアを編集作成する長時間の作業が必要となるという欠
点、作成されたソフトウェア資源が膨大なものとなりそ
の管理作業が困難となるという欠点があった。後者で
は、前記データ処理手段を構成するソフトウェアは一種
類となり汎用性の確保を可能とするが、入力されたデー
タを変換手段により一種類の中間形式、例えば浮動小数
点形式に変換するために長時間に及ぶ変換時間が必要と
なるという欠点、変換されたデータを格納するために記
憶手段が別途必要となるという欠点、必要に応じて処理
後のデータを元の形式に逆変換する必要があるという欠
点があった。又、両者ともデータの種類を意識しつつソ
フトウェアの設計作業を行う必要があり、データの取扱
いに充分な注意力が要求されるもので、設計者にとって
疲労の激しい作業となるという欠点もあった。本発明の
目的は上述した従来欠点を解消する点にある。
However, the above-mentioned prior art has the following drawbacks. In the former, the data processing means is configured by creating a plurality of software that performs a predetermined process corresponding to the type of data as a library, storing it in a storage device, and combining the libraries corresponding to the type of data to be handled. The edited software cannot handle other types of data because it was edited as software for editing. That is, since it has no versatility, it has a drawback that it requires a long time to edit and create software suitable for each data type, and that the created software resources become huge and the management work becomes difficult. there were. In the latter case, the software that constitutes the data processing means becomes one type, and it is possible to secure versatility, but it takes a long time to convert the input data into one kind of intermediate format, for example, a floating point format, by the conversion means. It requires a long conversion time, a separate storage means for storing the converted data, and the need to reverse-convert the processed data to the original format if necessary. There was a flaw. Further, both need to design software while paying attention to the type of data, which requires sufficient attention to handle the data, which is a drawback that the designer is fatigued. . An object of the present invention is to eliminate the above-mentioned conventional drawbacks.

【0004】[0004]

【課題を解決するための手段】この目的を達成するた
め、本発明によるデータ処理装置の特徴構成は、前記デ
ータ処理手段に、データに対して所定の処理を行う処理
関数をデータ種類に対応して備えた記憶手段と、入力さ
れたデータに設けられたそのデータの種類を特定する属
性データを識別する識別手段と、前記記憶手段に格納さ
れた処理関数のうち前記識別手段で識別されたデータ種
類に対応する処理関数を実行する実行手段とを備えて構
成してあることにある。前記実行手段は、前記記憶手段
に格納されたデータ種類に対応する処理関数の先頭アド
レスを示すアドレステーブルを生成するアドレス生成手
段を備えてあることが好ましい。
In order to achieve this object, the data processing apparatus according to the present invention is characterized in that the data processing means is provided with a processing function for performing a predetermined processing on the data corresponding to the data type. Storage means provided with the input data, identification means for identifying the attribute data for identifying the type of the data provided in the input data, and data identified by the identification means among the processing functions stored in the storage means It is configured to include an execution unit that executes a processing function corresponding to the type. It is preferable that the execution unit includes an address generation unit that generates an address table indicating a start address of a processing function corresponding to the data type stored in the storage unit.

【0005】[0005]

【作用】データに対する所定の処理、例えば出力手段と
してのディスプレイへの表示処理やディスクへの書き込
み処理、データ長の変換処理等の一連の単位処理を処理
関数として記憶手段に格納する。各処理関数はデータ種
類に応じて設ける。識別手段は、入力されたデータに付
された属性データからそのデータの種類、即ちデータ長
やデータ型を識別する。実行手段は、前記処理関数の中
から特定の処理に対応する処理関数であって、識別手段
により識別されたデータ種類に対応する処理関数を選択
して実行する。処理関数を選択するには、識別手段によ
り識別されたデータ種類に基づいて、前記記憶手段に格
納されたデータ種類に対応する処理関数の格納アドレス
の先頭アドレスを示すアドレステーブルを生成するアド
レス生成手段を設けて、そのアドレステーブルを参照す
ることにより該当する処理を実行することができる。例
えば、プログラムカウンタにそのアドレスをセットする
ことによりその処理を実行することができる。従って、
データ処理手段のソフトウェアの設計者は、一度処理関
数を作成すれば、データ種類に従属せずに汎用的に使用
できるソフトウェアであってデータ種類を何ら意識せず
に所望のソフトウェアを容易に設計でき、そのソフトウ
ェアを用いることにより、データ種類にかかわらずに所
定の処理を自動的に行わせることができる。
A series of unit processes such as a predetermined process for data, for example, a display process on a display as an output unit, a writing process to a disk, and a data length conversion process are stored in the storage unit as a processing function. Each processing function is provided according to the data type. The identification means identifies the type of data, that is, the data length or the data type, from the attribute data attached to the input data. The executing means selects and executes a processing function that corresponds to a specific processing from the processing functions and that corresponds to the data type identified by the identifying means. In order to select the processing function, the address generation means for generating the address table indicating the start address of the storage address of the processing function corresponding to the data type stored in the storage means based on the data type identified by the identification means. Is provided and the corresponding processing can be executed by referring to the address table. For example, the processing can be executed by setting the address in the program counter. Therefore,
Once the processing function is created, the designer of the software of the data processing means can easily design the desired software without being conscious of the data type because it can be used universally without depending on the data type. By using the software, it is possible to automatically perform a predetermined process regardless of the data type.

【0006】[0006]

【発明の効果】従って、本発明によれば、データ種類毎
に適したソフトウェアを編集作成する長時間の作業は不
要で、データの種類を意識することなくソフトウェアの
設計ができるので設計作業で極端に疲労することがな
い。作成されたソフトウェア資源は汎用性に富みその管
理作業も少数でしかもデータ種類によらない故に容易と
なる。入力されたデータの中間形式への長時間の変換時
間も全く必要なく、そのための記憶容量の増加も不要と
なり、処理効率の優れたデータ処理装置を提供すること
ができるようになった。
Therefore, according to the present invention, it is not necessary to edit the software suitable for each data type for a long time, and the software can be designed without being aware of the data type. Never get tired of. The created software resource is highly versatile, and its management work is small, and because it does not depend on the data type, it is easy. It is not necessary to convert input data into an intermediate format for a long time at all, and it is not necessary to increase the storage capacity therefor, so that it is possible to provide a data processing device having excellent processing efficiency.

【0007】[0007]

【実施例】以下実施例を説明する。図1に示すように、
画像処理用のデータ処理装置は、データを入力する入力
手段としてのディスク型記憶装置1と、入力された画像
データを処理するデータ処理手段としてのパーソナルコ
ンピュータ2と、処理されたデータを出力する出力手段
としての高解像度CRT3とから構成してある。前記デ
ィスク型記憶装置1には、撮像装置で撮像された映像デ
ータやレーザディスクによる映像データ或いはイメージ
リーダで読み込まれた画像データ等が、図3に示すよう
に、データ名称とデータ種類(白黒データ/フルカラー
データの別、1ピクセルのデータ長)等で構成される属
性データとともに格納されている。前記パーソナルコン
ピュータ2は、それらの画像データを内部メモリに取り
込み、2値化処理、中間調処理、エッジ強調処理、平均
化処理、圧縮/伸長処理等の各種編集処理や、前記ディ
スク型記憶装置1に対する入出力処理、即ちセーブ/ロ
ード処理や、前記高解像度CRT3に表示させる処理等
がキーボード2A操作やマウス2Bによるアイコン操作
により行われる。前記パーソナルコンピュータ2の内部
メモリ2Cには、図2に示すように、前記編集処理や入
出力処理等の画像データに対する処理を処理関数
(Fa ,Fb ,Fc ,...)として各別に定義してあ
り、各処理関数(Fa ,Fb ,Fc ,...)はそれぞ
れ図3に示したデータ種類に対応して〔Fa1,Fa2,F
a3,...〕,〔Fb1,Fb2,Fb3,...〕,
〔Fc1,Fc2,Fc3,...〕,...というように構
成して格納してある。
EXAMPLES Examples will be described below. As shown in Figure 1,
A data processing device for image processing includes a disk type storage device 1 as an input means for inputting data, a personal computer 2 as a data processing means for processing input image data, and an output for outputting the processed data. It is composed of a high resolution CRT 3 as a means. As shown in FIG. 3, the disk type storage device 1 stores data names and data types (black and white data) such as video data captured by an imaging device, video data by a laser disk, image data read by an image reader, and the like. / Full color data, data length of 1 pixel) and the like are stored together with the attribute data. The personal computer 2 fetches the image data into an internal memory, and performs various editing processes such as binarization process, halftone process, edge enhancement process, averaging process, compression / expansion process, and the disk storage device 1. Input / output processing for, ie, save / load processing, processing for displaying on the high-resolution CRT 3 and the like are performed by operating the keyboard 2A and icons by the mouse 2B. In the internal memory 2C of the personal computer 2, as shown in FIG. 2, the processes for the image data such as the editing process and the input / output process are processed as processing functions (F a , F b , F c , ...). They are defined separately, and each processing function (F a , F b , F c , ...) Corresponds to the data type shown in FIG. 3 [F a1 , F a2 , F].
a3 ,. . . ], [F b1 , F b2 , F b3 ,. . . ],
[F c1 , F c2 , F c3 ,. . . ] ,. . . It is configured and stored as follows.

【0008】以下に、前記データ処理手段としてのパー
ソナルコンピュータ2で実行される画像処理手順を、図
4に示すフローチャートに基づき説明する。アイコンに
より前記ディスク型記憶装置1から画像データをロード
すべくファイル名称が指定操作されると<#1>、パー
ソナルコンピュータ2は前記ディスク型記憶装置1にア
クセスして、指定されたファイル名称の属性データを入
力する<#2>。ロードされた属性データからそのファ
イルのデータ種類を識別して<#3>、そのデータ種類
にマッチした処理関数が格納されたアドレスの先頭アド
レス、データ種類、データ格納先頭アドレスを示すアド
レステーブルを生成する<#4>。このアドレステーブ
ルは、図2に示すように、全処理関数の先頭アドレスを
示したテーブル(図示せず)からデータ種類にマッチし
た処理関数の先頭アドレスをピックアップすることによ
り行う。前記ディスク型記憶装置1から画像データをロ
ードして、内部メモリのうち前記アドレステーブルに示
されたデータ格納先頭アドレスから順に格納していく<
#5>。画像データに対する編集操作等の操作指令を待
つ<#6>。操作指令があると、処理の種類を判別して
<#7>、該当する処理関数を(Fa ,Fb
c ,...)の中から操作指令に対応する処理関数を
選別する<#8>。前記アドレステーブルをサーチして
<#9>、プログラムをそのアドレスにセットして該当
処理関数を実行する<#10>。処理が終了するとステ
ップ<#6>に戻り、同様の操作を繰り返す。つまり、
前記パーソナルコンピュータ2とステップ<#2>,<
#3>が、入力されたデータの種類を識別する識別手段
を構成し、前記パーソナルコンピュータ2とステップ<
#4>が、記憶手段に格納されたデータ種類に対応する
処理関数の先頭アドレスを示すアドレステーブルを生成
するアドレス生成手段を構成し、前記パーソナルコンピ
ュータ2とステップ<#6>から<#10>が、記憶手
段に格納された処理関数のうち前記識別手段で識別され
たデータ種類に対応する処理関数を実行する実行手段を
構成する。
The image processing procedure executed by the personal computer 2 as the data processing means will be described below with reference to the flowchart shown in FIG. When a file name is designated and operated by the icon to load image data from the disc type storage device <# 1>, the personal computer 2 accesses the disc type storage device 1 to perform an attribute of the designated file name. Input data <# 2>. The data type of the file is identified from the loaded attribute data <# 3>, and an address table indicating the start address of the address where the processing function matching the data type is stored, the data type, and the data storage start address is generated. Do <# 4>. As shown in FIG. 2, this address table is performed by picking up the start address of the processing function that matches the data type from the table (not shown) showing the start addresses of all the processing functions. Image data is loaded from the disk type storage device 1 and stored in order from the data storage start address shown in the address table in the internal memory <
# 5>. Wait for an operation command such as an edit operation for image data <# 6>. When there is an operation command, the type of processing is determined <# 7>, and the corresponding processing function is (F a , F b ,
F c ,. . . The processing function corresponding to the operation instruction is selected from among the above) <# 8>. The address table is searched <# 9>, the program is set to the address, and the corresponding processing function is executed <# 10>. When the process is completed, the process returns to step <# 6> and the same operation is repeated. That is,
Personal computer 2 and steps <# 2>, <
# 3> constitutes identification means for identifying the type of the input data, and the step <<
# 4> constitutes address generation means for generating an address table indicating the start address of the processing function corresponding to the data type stored in the storage means, and the personal computer 2 and steps <# 6> to <# 10>. Of the processing functions stored in the storage means constitutes an execution means for executing the processing function corresponding to the data type identified by the identification means.

【0009】以下、本発明の別実施例を説明する。先の
実施例では、画像データに関する処理装置を説明した
が、画像データに限定するものではなく、任意の計測デ
ータ、例えば、音声データや振動解析データ等取り扱う
対象が種類の異なるデータを有するものであれば任意の
データに対処できる。先の実施例では、入力されたデー
タを処理するデータ処理手段としてパーソナルコンピュ
ータを用いた例を説明したが、パーソナルコンピュータ
に限定するものではなく、ワークステーションでもよい
し、メモリとCPUを備えた任意のデータ処理機器であ
ってもよい。入力手段や出力手段は、ディスク型記憶装
置や高解像度CRTに限定するものではなく任意であ
り、例えば計測機器やイメージリーダ等を入力手段とす
ることができる。処理関数として、画像データの場合に
は2値化処理、中間調処理、エッジ強調処理、平均化処
理、圧縮/伸長処理等の各種編集処理を説明したが、そ
の手法は公知のものを適宜用いればよい。又、処理関数
は先の実施例のものに限定するものではなく任意であ
る。
Another embodiment of the present invention will be described below. In the above embodiment, the processing device for image data has been described, but the processing device is not limited to image data, and any measurement data, for example, data to be handled such as voice data or vibration analysis data has different types of data. Any data can be dealt with. In the above embodiment, an example in which a personal computer is used as the data processing means for processing the input data has been described, but the invention is not limited to the personal computer and may be a workstation, or an arbitrary memory and CPU. The data processing device of The input means and the output means are not limited to the disk type storage device and the high resolution CRT, but are arbitrary, and for example, a measuring device or an image reader can be used as the input means. As the processing function, in the case of image data, various editing processing such as binarization processing, halftone processing, edge enhancement processing, averaging processing, compression / expansion processing, etc. have been described, but known methods may be appropriately used. Good. Further, the processing function is not limited to that of the above-mentioned embodiment, but may be arbitrary.

【0010】尚、特許請求の範囲の項に図面との対照を
便利にする為に符号を記すが、該記入により本発明は添
付図面の構成に限定されるものではない。
It should be noted that reference numerals are given in the claims for convenience of comparison with the drawings, but the present invention is not limited to the structures of the accompanying drawings by the entry.

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

【図1】データ処理装置の構成図FIG. 1 is a block diagram of a data processing device.

【図2】記憶手段におけるメモリマップFIG. 2 is a memory map in storage means

【図3】画像データファイルに格納された各画像データ
の属性データ表
FIG. 3 is an attribute data table of each image data stored in the image data file.

【図4】フローチャート[Fig. 4] Flow chart

【符号の説明】 1 入力手段 2 データ処理手段 3 出力手段 2C 記憶手段[Explanation of symbols] 1 Input means 2 Data processing means 3 output means 2C storage means

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 データを入力する入力手段(1)と、入
力されたデータを処理するデータ処理手段(2)と、処
理されたデータを出力する出力手段(3)とから構成し
てあるデータ処理装置であって、 前記データ処理手段(2)に、データに対して所定の処
理を行う処理関数をデータ種類に対応して備えた記憶手
段(2C)と、入力されたデータに設けられたそのデー
タの種類を特定する属性データを識別する識別手段と、
前記記憶手段(2C)に格納された処理関数のうち前記
識別手段で識別されたデータ種類に対応する処理関数を
実行する実行手段とを備えてあるデータ処理装置。
1. Data comprising input means (1) for inputting data, data processing means (2) for processing the input data, and output means (3) for outputting the processed data. A processing device, wherein the data processing means (2) is provided with a storage means (2C) provided with a processing function for performing a predetermined process on data corresponding to a data type, and input data. Identification means for identifying the attribute data that identifies the type of the data,
A data processing device, comprising: an execution unit that executes a processing function corresponding to the data type identified by the identification unit among the processing functions stored in the storage unit (2C).
【請求項2】 前記実行手段は、前記記憶手段(2C)
に格納されたデータ種類に対応する処理関数の先頭アド
レスを示すアドレステーブルを生成するアドレス生成手
段を備えてある請求項1記載のデータ処理装置。
2. The execution means is the storage means (2C).
2. The data processing device according to claim 1, further comprising address generating means for generating an address table indicating a start address of a processing function corresponding to the data type stored in.
JP16027291A 1991-07-01 1991-07-01 Data processing device Pending JPH0512014A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16027291A JPH0512014A (en) 1991-07-01 1991-07-01 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16027291A JPH0512014A (en) 1991-07-01 1991-07-01 Data processing device

Publications (1)

Publication Number Publication Date
JPH0512014A true JPH0512014A (en) 1993-01-22

Family

ID=15711415

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16027291A Pending JPH0512014A (en) 1991-07-01 1991-07-01 Data processing device

Country Status (1)

Country Link
JP (1) JPH0512014A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323125A (en) * 2006-05-30 2007-12-13 Kyocera Corp Screen switching device, screen switching method, and wireless communication device

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS52147034A (en) * 1976-06-01 1977-12-07 Nec Corp Data processing unit

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS52147034A (en) * 1976-06-01 1977-12-07 Nec Corp Data processing unit

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007323125A (en) * 2006-05-30 2007-12-13 Kyocera Corp Screen switching device, screen switching method, and wireless communication device

Similar Documents

Publication Publication Date Title
JPH0728689A (en) Information processing equipment
JP2788850B2 (en) Optimal menu inquiry method and editing method of structural data by hierarchical menu inquiry
CN113971037A (en) Application processing method and device, electronic equipment and storage medium
CN111026669A (en) Test log management method, test log management device and storage medium
JPH086812A (en) Debugging method of information processing program and debugger therefor
US6657641B2 (en) Scenario display method and apparatus
JPH0512014A (en) Data processing device
JP2988394B2 (en) Database processing device for variable-length object, database processing method, and storage medium for storing database processing program
JPH06110733A (en) Program test case generator
JPH1011271A (en) Version down input method
JP2026061889A (en) Program conversion system, program conversion method, and program
JP2720768B2 (en) Program customization equipment
JP2811804B2 (en) Variable output range specification method
JP3574458B2 (en) Data evaluation system
JP3305782B2 (en) Software standardization method and software product analysis method
JPH05150970A (en) Program generation supporting device
CN118607428A (en) Display chip verification method, device and terminal
JPH09282477A (en) Specification generation method and system
JPH03100739A (en) Test result analysis method
JPH0667864A (en) Method for automatically preparing/updating manual or the like
JP2001084136A (en) Test specification preparation system and test specification preparation method
CN119882513A (en) Method, device, equipment and computer program for converting picture of digital instrument control system
JPH0540612A (en) Computer prperty conversion processor
JPH0322040A (en) Program debugging backup method
JPH11126159A (en) Automatic generation device, automatic generation method, and recording medium for recording automatic generation program of C language structure member allocation configuration diagram