JP2636266B2 - Automatic generation of programs for multiple models - Google Patents

Automatic generation of programs for multiple models

Info

Publication number
JP2636266B2
JP2636266B2 JP62252124A JP25212487A JP2636266B2 JP 2636266 B2 JP2636266 B2 JP 2636266B2 JP 62252124 A JP62252124 A JP 62252124A JP 25212487 A JP25212487 A JP 25212487A JP 2636266 B2 JP2636266 B2 JP 2636266B2
Authority
JP
Japan
Prior art keywords
model
models
grouping
program
data
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.)
Expired - Fee Related
Application number
JP62252124A
Other languages
Japanese (ja)
Other versions
JPH0194432A (en
Inventor
誠司 堀井
薫 村瀬
輝彦 平石
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP62252124A priority Critical patent/JP2636266B2/en
Publication of JPH0194432A publication Critical patent/JPH0194432A/en
Application granted granted Critical
Publication of JP2636266B2 publication Critical patent/JP2636266B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、再利用可能な既存プログラム部品を利用し
たプログラム自動生成方式に関し、特に機種毎に蓄積、
格納された製品仕様に応じて、再利用可能な既存プログ
ラム部品を合成し、1つのプログラムで複数の機種に対
して動作可能とする複数機種対応プログラム自動生成方
式に関するものである。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an automatic program generation method using reusable existing program parts,
The present invention relates to a method for automatically generating a program for a plurality of models, in which reusable existing program components are synthesized in accordance with stored product specifications and one program can operate on a plurality of models.

従来の技術 一般に機器制御分野では、その使用するハードウエ
ア、特にリレーやセンサの制御方法が多種多様かつ複雑
であるため、プログラムの自動生成を実現しているシス
テムは、ほとんど存在していない。
2. Description of the Related Art Generally, in the field of device control, hardware used, particularly relay and sensor control methods are various and complicated, and therefore, almost no systems realize automatic generation of programs.

また、通常複数機種対応のプログラムを作成する際、
作成者は特にその分野の専門家的知識と技量を有し、か
つ既存プログラムの内容を熟知しているという条件が必
要であり、プログラム中の機種に依存する部分に細心の
注意を払い時間をかけて機種判別用の分岐命令を挿入す
ることになり、プログラムの開発効率としては良いもの
ではなかった。
Also, usually when creating a program for multiple models,
The creator must have the condition that he / she has expert knowledge and skills in the field in particular, and that he / she is familiar with the contents of the existing program. This leads to the insertion of a branch instruction for model identification, which is not good for program development efficiency.

発明が解決しようとする問題点 上記従来技術の問題点を解決するため、これらの機種
分岐命令を自動で挿入すると考えた場合、機種に依存す
る箇所毎に関係している機種すべてを判別するのに多く
の分岐命令が必要となり非効率なプログラムが生成され
るという問題がある。
Problems to be Solved by the Invention In order to solve the above-mentioned problems of the prior art, when it is considered that these model branch instructions are automatically inserted, it is necessary to determine all the related models for each part depending on the model. Requires a large number of branch instructions, resulting in an inefficient program.

本発明は、前記問題点に鑑み、作成者が専門家的な知
識や技量を必要とせずに、かつ既存プログラムを熟知し
ている必要もなく効率的に複数機種に対応したプログラ
ムを自動生成する機能を提供することを目的とする。
In view of the above problems, the present invention efficiently generates a program corresponding to a plurality of models efficiently without requiring a creator to have expert knowledge and skill and without having to be familiar with an existing program. The purpose is to provide functions.

問題点を解決するための手段 上記問題点を解決し目的を達成するために本発明の複
数機種対応プログラム自動生成方式では、各機種の製品
仕様を格納し管理する仕様管理部、既存プログラム部品
を蓄積し管理する部品管理部、そして合成に必要な製品
仕様を要求し獲得する仕様要求手段と、合成に必要なプ
ログラム部品を要求し獲得する部品要求手段と、機種に
よる製品仕様の違いで複数機種をグループ化するグルー
ピング手段と、機種分岐命令を自動挿入する機種分岐生
成手段とを有する部品合成部とを備えた構成をとり、機
種によって前記製品仕様で指定された機能の有無が異な
る場合に、複数の機種をその指定された機能の有無によ
ってグループ化する機能判別手段と、機種によって使用
するデータの値が異なる場合に、複数の機種をそのデー
タの値別にグループ化するデータ判別手段と、機種によ
って参照する表が異なる場合に、複数の機種をその表別
にグループ化する表判別手段の少なくとも1つの手段を
有するグルーピング手段と、前記グルーピング手段でグ
ループ化された機種グループを用いて既存プログラム部
品の機能実現箇所、データ使用箇所、あるいは表参照箇
所に複数の機種を判別するための機種分岐命令を自動的
に挿入する機種分岐生成手段とを備えたことを特徴とし
ている。以下、図面を参照しつつ説明する。
Means for Solving the Problems In order to solve the above problems and achieve the object, the automatic program generation method for multiple models of the present invention employs a specification management unit that stores and manages product specifications of each model, and an existing program part. A parts management unit that accumulates and manages, and a specification request means for requesting and acquiring product specifications required for synthesis, and a parts request means for requesting and acquiring program components required for synthesis, and multiple models with differences in product specifications depending on the model Grouping means for grouping, and a component synthesizing unit having a model branch generating means for automatically inserting a model branch instruction, and when the presence or absence of the function specified in the product specification differs depending on the model, A function determination unit that groups a plurality of models according to the presence or absence of a designated function, and a plurality of models when different data values are used depending on the models. Grouping means having at least one means of data discriminating means for grouping according to the value of the data, and table discriminating means for grouping a plurality of models by table when the table to be referred to differs according to the model; And a model branch generation means for automatically inserting a model branch instruction for discriminating a plurality of models into a function realizing location, a data using location, or a table reference location of an existing program component using the model group grouped in the above. It is characterized by having. Hereinafter, description will be made with reference to the drawings.

作用 本発明は、前記構成により該当機種の製品仕様に応じ
て既存プログラム部品を合成する部品合成部がその過程
で、合成対象となる既存プログラム部品を部品要求手段
を通じて部品管理部より得る。その部品に必要な製品仕
様データを仕様要求手段を通じて仕様管理部より得る。
この手順を指定された機種数分繰り返し、複数機種の部
品を合成する。ここでグルーピング手段を用い、各機種
の製品仕様の相異点を見い出し、これらの機種を判別す
るためにグループに分ける。グルーピング結果より機種
分岐生成手段において機種判別のための機種分岐を挿入
して、複数機種対応のプログラムを自動生成する。
According to the present invention, in the process, the component synthesizing unit that synthesizes the existing program components according to the product specifications of the corresponding model obtains the existing program components to be synthesized from the component management unit through the component requesting unit. The product specification data required for the part is obtained from the specification management unit through the specification request means.
This procedure is repeated for the designated number of models, and components of a plurality of models are synthesized. Here, using the grouping means, differences between the product specifications of the respective models are found, and the models are divided into groups in order to determine these models. Based on the grouping result, the model branch generation unit inserts a model branch for model determination to automatically generate a program corresponding to a plurality of models.

実 施 例 第1図は本発明の1実施例を示すシステム構成図で、
1は部品管理部で、2の部品データベースに再利用可能
なプログラム部品を蓄積し管理している。3は仕様管理
部で4の製品仕様データベースに各機種の製品仕様を蓄
積し管理している。5は部品合成部で10の利用者インタ
フェースからの指示で該当機種のプログラムを合成す
る。その際、6の部品要求手段を通じて必要なプログラ
ム部品を部品管理部1から得る。複数機種に対してこの
プログラム部品を合成するために、7の仕様要求手段を
通じ必要な製品仕様データを仕様管理部3より得る。こ
こで、その製品仕様を仕様値の違いから、8のグルーピ
ング手段でグループ化しこの結果から各機種グループを
区別するために、9の機種分岐生成手段で機種分岐を自
動的に生成しプログラム部品内に埋め込む。
FIG. 1 is a system configuration diagram showing one embodiment of the present invention.
A component management unit 1 stores and manages reusable program components in a component database 2. A specification management unit 3 stores and manages product specifications of each model in a product specification database 4. Reference numeral 5 denotes a component synthesizing unit that synthesizes a program of a corresponding model in accordance with an instruction from a user interface of ten. At this time, necessary program components are obtained from the component management unit 1 through the component requesting means 6. The required product specification data is obtained from the specification management unit 3 through the specification request means 7 in order to synthesize the program parts for a plurality of models. Here, the product specifications are grouped by the grouping means 8 based on the difference in the specification values, and in order to distinguish each model group from the result, the model branch is automatically generated by the model branch generating means 9 and the program branch is generated. Embed in

第2図は、グルーピング手段の内部構成図で、機種に
よる機能の有無を区別してグループ化する11の機能判別
手段、機種によるデータの値の違を区別してグループ化
する12のデータ判別手段、そして機種による参照する表
の違いを区別してグループ化する13の表判別手段から構
成されている。
FIG. 2 is an internal configuration diagram of the grouping means, wherein 11 function discriminating means for grouping by distinguishing the presence or absence of a function by model, 12 data discriminating means for grouping by discriminating a difference in data value between models, and It is composed of 13 table discriminating means for distinguishing and grouping the table to be referred according to the model.

第3図は、本発明の1実施例を示すフローチャートで
あり、部品管理部1から20の部品要求手段を通じて得ら
れたプログラム部品に基づき、21の仕様要求手段を通じ
て、仕様管理部3から製品要求を取り込む。次に得られ
た製品仕様の種類を22の仕様機種の分岐で判別し、機
能、データ、表のいずれかからグルーピング手段を選択
する。機種による機能の有無の違いであれば23の機能判
別手段を、機種によるデータの値の違いであれば24のデ
ータ判別手段を、機種による参照する表の違いであれば
25の表判別手段を実行する。前記3手段のいづれかでグ
ルーピングされた結果から26の機種分岐生成手段で自動
的に機種分岐を生成する。最後に27の仕様要求終了判定
と28の部品要求終了判定を行い要求がなくなるまで前記
処理を繰り返す。
FIG. 3 is a flow chart showing one embodiment of the present invention. Based on the program components obtained from the component management unit 1 through the 20 component requesting units, the product request from the specification management unit 3 through the 21 specification requesting units. Take in. Next, the type of the obtained product specification is determined by branching the 22 specification models, and the grouping means is selected from any of the function, data, and table. If there is a difference in the function depending on the model, 23 function discriminating means, if the data value differs depending on the model, 24 data discriminating means, if the reference table differs depending on the model,
Execute 25 table determination means. A model branch is automatically generated by 26 model branch generating means from the result of grouping by any of the three means. Finally, 27 specifications request end determination and 28 parts request end determination are performed, and the above processing is repeated until there is no request.

第4図には、機能判別手段24のフローチャートを示し
ており、各機種に対して最初に30の機能の有無で分岐
し、31では機能のある機種名を一時的なメモリに格納
し、32では機能のない機種名を格納する。33で全機種終
了判定を行い終了の時は34の既存グループ比較で既にグ
ルーピングされている機種の集合であるかを調べ、新し
いグループであれば追加し記憶しておく。
FIG. 4 shows a flow chart of the function determining means 24. First, a branch is made for each model depending on the presence or absence of 30 functions, and at 31 a model name having a function is stored in a temporary memory. Stores the model name without function. At 33, the end of all models is determined. At the end of the process, it is checked whether the group is a group of models that have already been grouped by comparing existing groups at 34. If the set is a new group, it is added and stored.

第5図には、機能判別手段24でグループ化された後、
機種分岐を挿入する機能判別手順図を示しており、35の
プログラム部品が、その機能の有無で機種毎に36のグル
ープ1か37のグループ2に分類される。このときグルー
プ1を判別する機種分岐を自動的に挿入することによっ
て38の生成プログラムが完成する。
In FIG. 5, after being grouped by the function determining means 24,
FIG. 10 is a diagram showing a function determination procedure for inserting a model branch, wherein 35 program parts are classified into 36 groups 1 or 37 groups 2 for each model depending on the presence or absence of the function. At this time, the model generation program for 38 is completed by automatically inserting the model branch for determining the group 1.

第6図には、データ判別手段25のフローチャートを示
しており、各機種に対して最初に40のデータ値の分岐で
使用するデータの値を機種毎に比べ41のデータ1から42
のデータnに分類する。nは機種数以下の自然数であ
る。43で全機種終了判定を行い、終了の時は44の既存グ
ループ比較で既にグルーピングされている機種の集合で
あるかを調べ、新しいグループであれば追加し記憶して
おく。
FIG. 6 shows a flow chart of the data discriminating means 25. For each model, the data values used in the first branch of the 40 data values are compared with 41 data 1 to 42 for each model.
Of data n. n is a natural number less than the number of models. At 43, the end of all models is determined. At the end of the process, it is checked whether or not the group is a group of models that have already been grouped by comparing existing groups at 44. If the group is a new group, it is added and stored.

第7図には、データ判別手段25でグループ化された後
に、機種分岐を挿入するデータ判別手順図を示してお
り、45のプログラム部品がそのデータの値の違いで46の
グループ1から47のグループnに分類される。このとき
グループ1からグループn−1を判別する機種分岐を自
動的に挿入することによって48の生成プログラムが完成
する。
FIG. 7 shows a data discriminating procedure for inserting a model branch after grouping by the data discriminating means 25. Forty-five program parts are classified into 46 groups 1 to 47 according to the difference in the data value. It is classified into group n. At this time, a model branch for discriminating the group 1 to the group n-1 is automatically inserted to complete the 48 generation program.

第8図には、表判別手段26のフローチャートを示して
おり、各機種に対して最初に50の参照表分岐で表の値を
比べ51の表1から52の表nに分類する。53で全機種終了
判定を行い、終了の時は53の既存グループ比較で既にグ
ルーピングされている機種の集合であるかを調べ、新し
いグループであれば追加し記憶しておく。
FIG. 8 shows a flowchart of the table determining means 26. First, for each model, the values of the tables are compared by 50 reference table branches and classified into 51 tables 1 to 52 n. At 53, the end of all models is determined. At the end of the process, it is checked whether or not it is a set of models that have already been grouped by comparing existing groups at 53. If it is a new group, it is added and stored.

第9図には、表判手段26でグループ化された後に機種
分岐を挿入する表判別手順図を示しており、55のプログ
ラム部品が、その参照表の違いで56のグループ1から57
のグループnに分類される。このときグループ1からグ
ループn−1を判別する機種分岐と、各グループで使用
する表への参照番地を設定する処理を自動的に挿入する
ことによって58の生成プログラムが完成する。
FIG. 9 shows a table discrimination procedure diagram in which a model branch is inserted after being grouped by the appearance means 26, and 55 program parts are changed from 56 groups 1 to 57 by the difference of the reference table.
Are classified into group n. At this time, the generation program of 58 is completed by automatically inserting a model branch for determining group 1 to group n-1 and a process of setting a reference address to a table used in each group.

このように3つのグルーピング手段のいずれかを適用
してグループ化することによって、機種分岐を有効に生
成しプログラムを容易に効率的に作成することが可能と
なる。
As described above, by applying any one of the three grouping means to perform grouping, it is possible to effectively generate a model branch and easily and efficiently create a program.

発明の効果 以上、実施例からも明らかなように本発明による複数
機種対応プログラム自動生成方式は、再利用可能な既存
プログラム部品を機種毎の製品仕様に基づき合成する際
に、3種類のグルーピング手段の機能判別手段、データ
判別手段、および表別手段のいづれかを用いることによ
って利用者が複数の機種に渡る全製品仕様や既存のプロ
グラム部品の内容を熟知していなくてもまた、この分野
の専門家的な知識や技量がなくとも、グルーピング手段
を用いることによって効率的に機種判別用の機種分岐が
挿入され、容易に短時間に複数機種対応のプログラムが
生成できる。これにより、従来に比べ、プログラムの開
発設効率が著しく向上すると共に信頼性の高いプログラ
ムが生成でき、生産性の向上が期待できる。
As described above, as is clear from the embodiment, the automatic program generation method for multiple models according to the present invention uses three types of grouping means when synthesizing reusable existing program parts based on product specifications for each model. Even if the user is not familiar with all product specifications across multiple models and the contents of existing program parts by using any of the function discriminating means, Even if there is no knowledge or skill at home, a model branch for model discrimination is efficiently inserted by using the grouping means, and a program corresponding to a plurality of models can be easily generated in a short time. As a result, the program development and installation efficiency is significantly improved and a highly reliable program can be generated as compared with the related art, and an improvement in productivity can be expected.

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

第1図は本発明の複数機種対応プログラム自動生成方式
の一実施例を示すシステム構成図、第2図はグルーピン
グ手段の内部構成図、第3図は同プログラム自動生成方
式のフローチャート、第4図は機能判別手段を示すフロ
ーチャート、第5図は機能判別手段実施後の機種分岐生
成を含む機能判別手順図、第6図はデータ判別手段を示
すフローチャート、第7図は判別手段実施後の機種分岐
生成を含むデータ判別手順図、第8図は表判別手段を示
すフローチャート、第9図は表判別手段実施後の機種分
岐生成を含む表判別手順図である。 1……部品管理部、2……部分データベース、3……仕
様管理部、4……製品仕様データベース、5……部品合
成部、6……部品要求手段、7……仕様要求手段、8…
…グルーピング手段、9……機種分岐生成手段、10……
利用者インタフェース、11……機能判別手段、12……デ
ータ判別手段、13……表判別手段。
FIG. 1 is a system configuration diagram showing an embodiment of an automatic program generation method for a plurality of models according to the present invention, FIG. 2 is an internal configuration diagram of grouping means, FIG. 3 is a flow chart of the automatic program generation method in FIG. Is a flowchart showing function discriminating means, FIG. 5 is a function discriminating procedure diagram including model branch generation after function discriminating means is implemented, FIG. 6 is a flowchart showing data discriminating means, and FIG. FIG. 8 is a flow chart showing the table discriminating means, and FIG. 9 is a table discriminating procedure chart including the model branch generation after the table discriminating means is implemented. 1 ... part management section, 2 ... partial database, 3 ... specification management section, 4 ... product specification database, 5 ... part synthesis section, 6 ... part requesting means, 7 ... specification requesting section, 8 ...
... Grouping means, 9 ... Model branch generation means, 10 ...
User interface, 11 function determining means, 12 data determining means, 13 table determining means.

フロントページの続き (56)参考文献 特開 昭50−115945(JP,A) 特開 昭62−156736(JP,A) 特開 昭62−197826(JP,A) 特開 昭60−207932(JP,A) 特開 昭61−208539(JP,A) 特開 昭61−67132(JP,A) 特開 昭63−311535(JP,A)Continuation of front page (56) References JP-A-50-115945 (JP, A) JP-A-62-156736 (JP, A) JP-A-62-197826 (JP, A) JP-A-60-207932 (JP, A) JP-A-61-208539 (JP, A) JP-A-61-67132 (JP, A) JP-A-63-311535 (JP, A)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数の機種各々に関する製品仕様を入力し
た場合、これらの複数個の製品仕様それぞれに応じて、
再利用可能な既存プログラム部分を合成して1つのプロ
グラムで複数の機種に対して動作可能なプログラムを自
動生成するシステムにおいて、機種によって前記製品仕
様で指定された機能の有無が異なる場合に、複数の機種
をその指定された機能の有無によってグループ化する機
能判別手段と、機種によって使用するデータの値が異な
る場合に、複数の機種をそのデータの値別にグループ化
するデータ判別手段と、機種によって参照する表が異な
る場合に、複数の機種をその表別にグループ化する表判
別手段の少なくとも1つの手段を有するグルーピング手
段と、前記グルーピング手段でグループ化された機種グ
ループを用いて既存プログラム部品の機能実現箇所、デ
ータ使用箇所、あるいは表参照箇所に機種グループを判
別するための機種分岐命令を自動的に挿入する機種分岐
生成手段とを備えたことを特徴とする複数機種対応プロ
グラム自動生成方式。
When a product specification relating to each of a plurality of models is inputted, a plurality of product specifications are provided in accordance with each of the plurality of product specifications.
In a system in which a reusable existing program part is synthesized to automatically generate a program operable for a plurality of models with one program, if a function specified by the product specification differs depending on the model, a plurality of Function determination means for grouping the models according to the presence or absence of the designated function, and data determination means for grouping a plurality of models by the value of the data when the value of data to be used differs depending on the model. Grouping means having at least one means of table discrimination means for grouping a plurality of models by table when different tables are referred to, and functions of existing program parts using model groups grouped by the grouping means. Model to determine model group in realization location, data usage location, or table reference location A plurality of models corresponding program automatic generation system, characterized in that a model branching generation means for inserting 岐命 old automatically.
JP62252124A 1987-10-06 1987-10-06 Automatic generation of programs for multiple models Expired - Fee Related JP2636266B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62252124A JP2636266B2 (en) 1987-10-06 1987-10-06 Automatic generation of programs for multiple models

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62252124A JP2636266B2 (en) 1987-10-06 1987-10-06 Automatic generation of programs for multiple models

Publications (2)

Publication Number Publication Date
JPH0194432A JPH0194432A (en) 1989-04-13
JP2636266B2 true JP2636266B2 (en) 1997-07-30

Family

ID=17232805

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62252124A Expired - Fee Related JP2636266B2 (en) 1987-10-06 1987-10-06 Automatic generation of programs for multiple models

Country Status (1)

Country Link
JP (1) JP2636266B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04111123A (en) * 1990-08-31 1992-04-13 Daikin Ind Ltd General-purpose application system
JPH04127234A (en) * 1990-09-18 1992-04-28 Daikin Ind Ltd General-purpose application system
JPH04145528A (en) * 1990-10-05 1992-05-19 Daikin Ind Ltd General-purpose application system
JPH04163624A (en) * 1990-10-26 1992-06-09 Daikin Ind Ltd General-purpose application program
JPH0594289A (en) * 1991-10-01 1993-04-16 Daikin Ind Ltd Generalized application system

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS50115945A (en) * 1974-02-22 1975-09-10
JPS60207932A (en) * 1984-03-31 1985-10-19 Toshiba Corp Automatic program forming device
JPS6167132A (en) * 1984-09-10 1986-04-07 Nec Corp Program synthesis processing system
JPS61208539A (en) * 1985-03-13 1986-09-16 Toshiba Corp Automatic producer of software
JPS62156736A (en) * 1985-12-27 1987-07-11 Sekisui Chem Co Ltd Software development device
JPS62197826A (en) * 1986-02-25 1987-09-01 Hitachi Ltd Production of system flow specifications

Also Published As

Publication number Publication date
JPH0194432A (en) 1989-04-13

Similar Documents

Publication Publication Date Title
US5805867A (en) Multi-processor simulation apparatus and method
JPS61194507A (en) Nc data producer for loading device
ATE258696T1 (en) METHOD FOR ACCESS CONTROL TO COMPUTER-CONTROLLED PROGRAMS THAT CAN BE USED BY SEVERAL USER UNITS SIMULTANEOUSLY
JP2636266B2 (en) Automatic generation of programs for multiple models
JPH0954760A (en) Signal processor
US20040103390A1 (en) Software tool for formulating an automation task to be solved
US20040237065A1 (en) Method for the project engineering of an automation system
JP2606085B2 (en) Program evaluation method
CN113127408A (en) Data conversion method and device
CN114553621B (en) Equipment access method and device, storage medium and electronic device
CN112180890B (en) Test case generation method, device and equipment
CN108628750B (en) Test code processing method and device
JPH0756746A (en) System call function processor
JP2525393B2 (en) Logic simulation test coverage method
JP2595815B2 (en) Program correction amount judgment processing device
JP2581428B2 (en) Production simulation equipment
JPS63148373A (en) Managing system for circuit diagram data
CN116304134A (en) Quick playing method of multimedia file, terminal equipment and storage medium
CN113076342A (en) Inter-chain dynamic rule data verification method and system based on Mysql and PlatONE alliance
JPS63163964A (en) Drawing issuing system for flow chart
CN111369256A (en) Contract revocable method and device based on block chain and storage medium
JPH04373020A (en) Function correspondence table preparing device
JPH0816371A (en) Simulation program generating system
JPH04329464A (en) Simulation program generating system
JPH0778085A (en) Program translating process system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees