JPS58182760A - Initial value setting system of consecutive simulation language - Google Patents

Initial value setting system of consecutive simulation language

Info

Publication number
JPS58182760A
JPS58182760A JP57066001A JP6600182A JPS58182760A JP S58182760 A JPS58182760 A JP S58182760A JP 57066001 A JP57066001 A JP 57066001A JP 6600182 A JP6600182 A JP 6600182A JP S58182760 A JPS58182760 A JP S58182760A
Authority
JP
Japan
Prior art keywords
name
initial value
unique
variable
integrator
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.)
Granted
Application number
JP57066001A
Other languages
Japanese (ja)
Other versions
JPH027095B2 (en
Inventor
Naoyuki Ishikawa
直行 石川
Hiromi Kato
博己 加藤
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP57066001A priority Critical patent/JPS58182760A/en
Publication of JPS58182760A publication Critical patent/JPS58182760A/en
Publication of JPH027095B2 publication Critical patent/JPH027095B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Complex Calculations (AREA)

Abstract

PURPOSE:To have the correct setting of initial conditions in case two different methods coexist concerningthe direct description and expression of a differential equation when the differential equation is to be expressed in a consecutive simulation language. CONSTITUTION:All names of variables of a model obtained by translating a model which is described in a consecutive simulation language are replaced with their proper names by a simulator to produce an instruction or a region. The names of the variables emerging in the model are registered as it is in a table, and the correspondence is kept between the position and the region of the variable's name on the table. In the case of the expression with a function type integrator, the variable's name of output is registered directly at the position of the table corresponding to the region of output. While in the case of the expression in the form of an arithmetic substitution sentence with a mark attached to the variable to discriminate the stage number, an arithmetic equation, i.e., a variable's name of output is registered as it is at the position in the table corresponding to the region of the output.

Description

【発明の詳細な説明】 11)  発明の技術分野 本発明は連続型シミュレーション1語で微分方程式を表
現するとき微分方程式の直接の記述及び表現について二
つの方法が混在したときの初期条件の設定を正しくする
方式に関する。
[Detailed Description of the Invention] 11) Technical Field of the Invention The present invention describes the setting of initial conditions when two methods of direct description and expression of a differential equation are mixed when expressing a differential equation in one word in a continuous simulation. It's about how to get it right.

(2)技術の背景 論理的モデルは計算機により操作できるため模擬実験が
容易にできる。即ちモデルの修正が容易で、数多くの要
因の組合せができるため有用である。連続系システムに
おいては連続m シミュレーション言語が広く使われ、
連続系システムは微分方程式を含む構造文の集まりで現
わされる。従来は関数形の積分器を逐一記述する方法を
とって米た。近来は習得し易い微分方程式の直接の記述
法も考えられてきている。
(2) Background of the technology Logical models can be manipulated by computers, making it easy to conduct simulation experiments. That is, it is useful because the model can be easily modified and many factors can be combined. Continuous m simulation languages are widely used in continuous systems.
A continuous system is represented by a collection of structural statements including differential equations. In the past, the method used was to describe the integrator in functional form one by one. Recently, methods of directly describing differential equations that are easy to learn have been considered.

関数形の積分器での表現は次のようKなる。The expression of the functional form in an integrator is K as follows.

Oi = f (Ii、工(31) た父し 01 は1番目の積分器の出カニ1 は1番目
の積分器の入力 IGlは1番目の積分器の初期値 また微分方程式の直接の記述では、変数に階数な識別す
る記号を付げて算術代入文として表現する vvv°°=算術式 この表現では前記関数形の表現による以下の積分器を内
在したものである。
Oi = f (Ii, engineering (31)) 01 is the output of the first integrator 1 is the input of the first integrator IGl is the initial value of the first integrator or in the direct description of the differential equation , vvv°°=arithmetic expression, which is expressed as an arithmetic assignment statement by attaching a rank identification symbol to the variable.This expression contains the following integrator based on the functional form expression.

Vママ” = r (vvv”” s ’vl−)vY
   = r(yYV 、 7. )V   =r(v
T  、t  ) 一般に積分器において初期値を予め与えておかなければ
ならない。前記関数形の表現においては積分器を直ちに
指定するため、初期値を与えるべき変数がモデルのコー
ディングにおいて決定される。後者の表現においては、
積分器はシミュレータが内部で認識するのみであり、コ
ーディング上には現われてこない。
V Mama” = r (vvv”” s 'vl-)vY
= r(yYV, 7.)V =r(v
T, t) Generally, initial values must be given to the integrator in advance. Since the integrator is immediately specified in the functional expression, the variables to which initial values are to be given are determined during model coding. In the latter expression,
The integrator is only recognized internally by the simulator and does not appear in the coding.

モデルをコーディングする者にとっては、コーディング
した変数と一致した方が判り易い。
For those coding the model, it is easier to understand if the variables match the coded variables.

即ち初期値を与える変数はvYl”、・・・vl 、 
vとする。
In other words, the variables that give initial values are vYl'',...vl,
Let it be v.

(3)  従来技術と問題点 従来方式におけるモデルのコーディングについて述べる
と、連続型シミュレーション言語での記述においては次
の6種のコーディング単位に分れる a、パラメータa己述ブロック モデルに現れた変数や初期値を与える変数に直接数値を
設定する。
(3) Conventional technology and problems Regarding model coding in the conventional method, in the description in a continuous simulation language, it is divided into the following six types of coding units: a, parameters a, variables that appear in the self-described block model, Set a numerical value directly to the variable that gives the initial value.

b、初期条件の計算ブロック シミュレーションの開始に先立って、モデルに現れた変
数や初期値を与える変数に計算を施した結果を設定する
b. Initial condition calculation block Prior to the start of simulation, the results of calculations are set for variables that appear in the model and variables that provide initial values.

C6連続系システムの構造を定義するプロック 数値積分により、シミュレーションの計算を行なう。Block that defines the structure of the C6 continuous system Simulation calculations are performed by numerical integration.

次にモデルの処理形態について述べると、従来の連am
シミュレーション言@はトランスレート方式を採用して
おり、連続型シミュレーション言語により記述されたモ
デルは中間言語(一般にフォト′ランFORTRAN言
語)に翻訳され、コンパイル、リンケージ後にシミュレ
ーションが第1図に示すように実行される。
Next, we will discuss the model processing format.
The simulation language @ adopts a translation method, in which a model written in a continuous simulation language is translated into an intermediate language (generally the FORTRAN language), and after compilation and linkage, the simulation becomes as shown in Figure 1. executed.

なお中間言語はフォトランに限らず技術計算に使用でき
るものであれば他の言語であっても良い。シミュレーシ
ョンの処理手順を以下に示す。
Note that the intermediate language is not limited to Photoran, but may be any other language as long as it can be used for technical calculations. The simulation processing procedure is shown below.

■ 連続型シミュレーション言語で記述されたモデルを
翻訳し、モデルに現れた変数名のテーブルと、値を設定
するための領域な作成すると共に、構造を表したサブル
ーチンを作成する。
■ Translate a model written in a continuous simulation language, create a table of variable names that appear in the model, an area for setting values, and create a subroutine that represents the structure.

■ パラメータ記述ブロックで指定された制御文を解読
し、■で作成した領域に値を設定する。
■ Decode the control statement specified in the parameter description block and set the value in the area created in ■.

■ 初期条件の計算ブロックの命令を実行する。■ Execute the instructions in the initial condition calculation block.

■ 連続系システムの構造を定義するブロックの命令を
実行する。
■ Execute instructions in blocks that define the structure of a continuous system.

■ モデルに現れた変数の領域の印刷 次に連続型シミュレーション言語による積分は、モデル
に現れたすべての積分器に対して、下表に示すようにそ
の出力、入力、初期値の変数を連続1−た領域として作
成し、配列(連続した領域)を単位として積分計算を行
なっている。
■ Printing the area of variables that appear in the model Next, integration using the continuous simulation language is performed by continuously printing the output, input, and initial value variables for all integrators that appear in the model, as shown in the table below. - is created as a region, and integral calculations are performed using the array (continuous region) as a unit.

 9− (4)発明の目的 本発明の目的は連続型シミュレーション言語で微分方程
式を表現するとき微分方程式の直接の記述及び表現につ
いて二つの方法が混在したときの初期条件の設定を正し
くする方式を提供することにある。
9- (4) Purpose of the Invention The purpose of the present invention is to develop a method for correctly setting initial conditions when two methods of direct description and expression of differential equations are mixed when expressing differential equations in a continuous simulation language. It is about providing.

(5)発明の構成 本発明の構成は、微分方程式を含む構造文の集まりで現
わされる連続系システムをモデル化し、シミュレーショ
ンを行なうとき微分方程式を表わす積分器において、初
期値を与えるために下記処理をその順序で実行し、次に
初期条件の計算ブロックの命令を実行することである。
(5) Structure of the Invention The structure of the present invention is to model a continuous system represented by a collection of structural statements including differential equations, and to give an initial value to an integrator representing the differential equation when performing simulation. The following processes are executed in that order, and then the instructions of the initial condition calculation block are executed.

(イ)連続型シミュレーション言語で記述されたモデル
を翻訳しモデルに現れたすべての変数名はシミュレータ
で独自の名前に置換え、命令や領域を作成する処理、 (ロ)モデルに現れた変数名は、そのままの名前をテー
ブルに登録し、テーブル上の変数名の位置と領域との対
応を保つ処理、 (/1 関数型の積分器での表現 Oi = f (Ii、IC1) たyし 01は1番目の積分器の出カ ニ1 は1番目の積分器の入力 Iolは1番目の積分器の初期値 の場合、出力の変数名はそのまま出力の領域に対応した
テーブルの位置に登録し、入7カについては 独自の名前−人力 の式を連続系システムを定義するブロックへ創成し、初
期値については 独自の名前=初期値 の式を初期条件の計算ブロックの終りへ創成し、初期値
を省略した記述においては独自の名前=出力の変数名 の式を初期条件の計算ブロックの終りへ創成する処理、 に)変数に階数を識別する記号を付けて算術゛代人文と
しての表現  vYv” ==算術式の場合、出力の変
数名としてVからvYv゛。
(b) The process of translating a model written in a continuous simulation language, replacing all variable names that appear in the model with unique names in the simulator, and creating instructions and areas; , the process of registering the name as it is in the table and maintaining the correspondence between the position of the variable name on the table and the area, (/1 Expression in a functional integrator Oi = f (Ii, IC1) 01 is Output 1 of the first integrator: If the input Iol of the first integrator is the initial value of the first integrator, the output variable name is registered as is in the table position corresponding to the output area, and the input For the 7 factors, create a unique name-human formula in the block that defines the continuous system, and for the initial value, create a unique name = initial value formula at the end of the initial condition calculation block, and set the initial value. In the omitted description, the process of creating a formula with a unique name = output variable name at the end of the initial condition calculation block, 2) Adding a symbol to the variable to identify the rank, and expressing it as an arithmetic substitute for human language vYv" = = In the case of an arithmetic expression, V to vYv゛ as the output variable name.

をそのまま出力の領域に対応したテーブルの位置に登録
する。入力については最高次数の積分器を除き、積分器
1つあたり独自の入力の変数名を作り出し 独自の入力の名前vv°°−■Yv°。
is registered as is in the table position corresponding to the output area. Regarding inputs, create a unique input variable name for each integrator, except for the highest order integrator, and create a unique input name vv°°−■Yv°.

独自の入力の名前vv=vvv 独自の入力の名前?  == vY の式を連続系システムを定義するブロックへ創成する初
期値についても、積分器1つあたり独自の初期値の変数
名を作りだし独自の初期値の名前vv−= vvv”独
自の初期値の名前7=vv 独自の初期値の名前  =V の式を初期条件の計算ブロックの終りへ創成する処理。
Name of unique input vv=vvv Name of unique input? == For the initial value to create the formula vY in the block that defines the continuous system, create a unique initial value variable name for each integrator and create a unique initial value name vv-= vvv" unique initial value. Name 7=vv Process of creating a unique initial value name =V expression at the end of the initial condition calculation block.

(ホ) パラメータ解読・設定ルーチンにおいて、パラ
メータ記述ブロックで指定された変数が積分器の出力の
とき、値は出力の領域でなく対応する初期値の領域に設
定する処理。
(E) In the parameter decoding/setting routine, when the variable specified in the parameter description block is the output of an integrator, the process of setting the value in the corresponding initial value area instead of the output area.

(へ)初期値の領域の値を対応する出力の領域へ全て転
送する処理。
(f) Processing that transfers all values in the initial value area to the corresponding output area.

(6)発明の実施例 第2図は本発明の実施例を第1図と対応して示す説明図
であって、黒太線で示す部分が新規な構成となっている
。また図中イ乃至への記号は本発明の処理手順を示す順
序記号である。次に全体の流れを追っての動作説明図を
°まとめて第3図に示す。第3図のプルツク図において
左肩に黒四角を示す部分は、従来と比較l一本発明にお
ゆる新規な部分であることを示している。
(6) Embodiment of the Invention FIG. 2 is an explanatory diagram showing an embodiment of the invention corresponding to FIG. 1, and the portion indicated by the thick black line has a new configuration. Further, the symbols A to A in the figure are order symbols indicating the processing procedure of the present invention. Next, an explanatory diagram of the operation following the entire flow is shown in Fig. 3. In the Plutz diagram of FIG. 3, the part indicated by the black square on the left shoulder indicates that it is a part that is new to the present invention compared to the conventional one.

次に第2図中のシミュレーション言語ニヨリコーディン
グされたモデルにおいて各ブロックの文を示すと下記の
ようになる。
Next, the sentences of each block in the model coded in the simulation language in FIG. 2 are as follows.

C1)ハラメタ記述ブロックの文 1  =  □       ・・・・・・・・・a1
Y2=  □       ・・・・・・・・・b1Y
3 = □       ・・・・・・・・・C1Y4
vy=□   ・・・・・・・・・d11Y4マ = 
         ・・・・・・・・−d21Y4− 
          ・・・・・・・・・(13102
=  □      ・・・・・・・・・b2C: □
      ・・・・・・・・・C2D  = □  
    ・・−・・・・・・C3(2)初期条件の計算
ブロックの文 Yl  =                    
  −−−−0,−0−a2Y2  =□     ・
・・・・−・・・b3Y3=□     ・・・・・・
・・・04Y4 TV ==          HH
H+++++ (112Y4’ =□  ・・・・・・
・・・d22Y4 =□  ・・・・・・・・・d32
Gt2=  □    ・・・・・・・・・b4C= 
□    ・・・・・・・・・C5D  =□    
・・・・・・・・・C6(3)連続系システムの構造を
定義するブロックの文 Yl = f (Xl 、 )       =−=−
・−aY2 = f (Yl 、02)       
 山−・−−−−bY5 = t (A十B 、 O+
D )    ・・−−−−−・−cY4    −I
C+F             ・・・・・・・・・
 d例えば■Y1は関数形の表現で初期値が省略され、
同Y2は初期値が02という変数になり、同Y3は入力
と初期値が何れも算術式で表現された場合を示している
C1) Harameta description block sentence 1 = □ ・・・・・・・・・a1
Y2= □ ・・・・・・・・・b1Y
3 = □ ・・・・・・・・・C1Y4
vy=□ ・・・・・・・・・d11Y4ma=
・・・・・・・・・-d21Y4-
・・・・・・・・・(13102
= □ ・・・・・・・・・b2C: □
・・・・・・・・・C2D = □
......C3 (2) Initial condition calculation block statement Yl =
−−−−0, −0−a2Y2 =□ ・
・・・・・・−・b3Y3=□ ・・・・・・
...04Y4 TV == HH
H+++++ (112Y4' =□ ・・・・・・
・・・d22Y4 =□ ・・・・・・・・・d32
Gt2= □ ・・・・・・・・・b4C=
□ ・・・・・・・・・C5D =□
......C6 (3) Block statement that defines the structure of the continuous system Yl = f (Xl, ) =-=-
・-aY2 = f (Yl, 02)
Mountain ----bY5 = t (A0B, O+
D) ・・−−−−・−cY4 −I
C+F・・・・・・・・・
dFor example, ■Y1 is expressed in a functional form and the initial value is omitted,
Y2 is a variable whose initial value is 02, and Y3 indicates a case where both the input and initial value are expressed as an arithmetic expression.

次に本発明による処理の(イ)における変数の領域の名
前と(ロ)における変数名のテーブル内容とな対応させ
て示すと下記のようになる。
Next, the correspondence between the name of the variable area in (a) and the table contents of the variable name in (b) of the process according to the present invention is as follows.

処理(ハ)に)における創成した式は下記のようKなる
The formula created in process (c) is K as shown below.

■ 初期条件の計算ブロックの命令 W1 − □ IL2 W2  =  −〜−−−−−−−b5W3=    
        c4 W4 =□(X、2 W5 =       (122 W6−      □<152 W20=             b4W25− □
。5 W24=  −一〜−c(5 W18=Wtl! ■ 連続系システムの構造を定義するブロックの命令 W7  =W19 W8  =41 W9  =W21十W22 Wl 0=W25+W26 W11=W4 W12=W5 そしてパラメータ記述ブロック文、初期条件の計算ブロ
ック文の有無による初期値の領域の値の変って行く様子
は次のようになる。
■ Initial condition calculation block instruction W1 − □ IL2 W2 = −〜−−−−−−−b5W3=
c4 W4 = □ (X, 2 W5 = (122 W6- □<152 W20 = b4W25- □
. 5 W24= -1 to -c (5 W18=Wtl! ■ Block instructions that define the structure of the continuous system W7 = W19 W8 = 41 W9 = W21 + W22 Wl 0=W25+W26 W11=W4 W12=W5 And parameter description Block statement, calculation of initial conditions The manner in which the value of the initial value area changes depending on the presence or absence of the block statement is as follows.

式a、b、c、dについて各初wJ1i1Nを調べであ
る。
Investigate each initial wJ1i1N for formulas a, b, c, and d.

式aの初期値 式すの初期値 弐Cの初期値 1と2の和が初期値となる 式dの初期値 ×:指定は無効となる ○:指定は有効である。複数文指定さ ′  れると最後に指定された値が設定される。Initial value of formula a Initial value of expression Initial value of 2C The sum of 1 and 2 becomes the initial value Initial value of formula d ×: The specification is invalid. ○: The specification is valid. multiple sentences specified ′ The last specified value is set.

(7)発明の効果 本発明によるとパラメータ記述ブロックや初期条件の計
算ブロックで指定・計算された値が初期値の領域に正し
く設定される。
(7) Effects of the Invention According to the present invention, the values specified and calculated in the parameter description block and the initial condition calculation block are correctly set in the initial value area.

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

第1図は従来技術、第2図は本発明による処。 理手法についてそれぞれ説明する図、第3図は本発明の
動作の流れ図である。 特許出願人  富士通株式会社 代 理 人  弁理土鈴木栄祐
FIG. 1 shows the conventional technique, and FIG. 2 shows the process according to the present invention. FIG. 3 is a flow chart of the operation of the present invention. Patent applicant Fujitsu Ltd. Attorney Eisuke Tsuchi Suzuki

Claims (1)

【特許請求の範囲】 微分方程式を含む構造文の集まりで現わされる連続系シ
ステムをモデル化しシミュレーションを行なうとき微分
方程式を表わす積分器において、初期値を与えるために
下記処理をその順序で実行し、次に初期条件の計算ブロ
ックの命令を実行することを特徴とする連続型シミュレ
ーション言語における初期値設定方式。 (イ)連続型シミュレーション言語で記述されたモデル
を翻訳しモデルに現れたすべての変数名はシミュレータ
で独自の名前に置換え、命令や領域を作成する処理、 (ロ) モデルに現れた変数名は、そのままの名前をテ
ーブルに登録し、テーブル上の変数名の位置と領域との
対応を保つ処理、 (ハ)関数型の積分器での表現 oi = r(Ii、IC1) たrLoiはi−@目の積分器の出力 Iiは1番目の積分器の入力 ICiは1番目の積分器の初期値 の場合、出力の変数名はそのまま出力の領域に対応した
テーブルの位置に登録し、入力については 独自の名前−人力 の式を連続系システムを定義するブロックへ創成し、初
期値については 独自の名前=初期値 の式を初期条件の計算ブロックの終りへ創成し、初期値
を省略した記述においては 独自の名前に出力の変数名 の式を初期条件の計算ブロックの終りへ創成する処理、 に)変数に階数な識別する記号を付けて算術代入文とし
ての表現 y TV ”” ==算術式の場合、出力の
変数名としてVからvtV−をそのまま出力の領域に対
応したテーブルの位置に登録する。入力については最高
次数の積分器を除き、積分器1つあたり独自の入力の変
数名を作り出し 独自(7) 入カッ名前Yv” = vvv”独自の入
力の名前vv−vvv 独自の入力の名前7=vマ の式を連続系システムを定義するブロックへ創成する初
期値についても、積分a1つあたり独自の初期値の変数
名を作りだし 独自の初期値の名前ママ・・2vママ、。 独自の初期値の名前7=vマ 独自の初期値の名前  ==:V の式を初期条件の計算ブロックの終りへ創成する処理。 (ホ)パラメータ解読・設定ルーチンにおいて、パラメ
ータ記述ブロックで指定された変数が積分器の出力のと
き、値は出力の領域でなく、対応する初期値の領域に設
定する処理。 (へ)初期値の領域の値を対応する出力の領域へ全て転
送する処理。
[Claims] When modeling and simulating a continuous system represented by a collection of structural statements including differential equations, the following processes are executed in that order in order to provide initial values in an integrator representing the differential equations. An initial value setting method in a continuous simulation language, which is characterized in that the instructions of the initial condition calculation block are executed. (b) The process of translating a model written in a continuous simulation language, replacing all variable names that appear in the model with unique names in the simulator, and creating instructions and areas; , the process of registering the name as it is in the table and maintaining the correspondence between the position of the variable name on the table and the area, (c) Expression in a functional integrator oi = r (Ii, IC1) rLoi is i- If the output Ii of the @th integrator is the input ICi of the first integrator and the initial value of the first integrator, the output variable name is registered as is in the table position corresponding to the output area, and the input Create a unique name-human formula in the block that defines the continuous system, and for the initial value, create a unique name = initial value formula at the end of the initial condition calculation block, and omit the initial value. In , the process of creating an expression for the output variable name with a unique name at the end of the calculation block of the initial condition, 2) Adding a rank identifying symbol to the variable and expressing it as an arithmetic assignment statement y TV ``'' == Arithmetic In the case of a formula, V to vtV- are registered as output variable names in the table position corresponding to the output area. For inputs, except for the highest order integrator, create a unique input variable name for each integrator (7) Input bracket name Yv" = vvv" Unique input name vv-vvv Unique input name 7 Regarding the initial value to create the formula for =vma in the block that defines the continuous system, we create a unique initial value variable name for each integral a, and create a unique initial value name mama...2vmama. Unique initial value name 7=v Ma Unique initial value name ==: Process of creating the formula for V at the end of the initial condition calculation block. (e) In the parameter decoding/setting routine, when the variable specified in the parameter description block is the output of the integrator, the value is set not in the output area but in the corresponding initial value area. (f) Processing that transfers all values in the initial value area to the corresponding output area.
JP57066001A 1982-04-20 1982-04-20 Initial value setting system of consecutive simulation language Granted JPS58182760A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP57066001A JPS58182760A (en) 1982-04-20 1982-04-20 Initial value setting system of consecutive simulation language

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP57066001A JPS58182760A (en) 1982-04-20 1982-04-20 Initial value setting system of consecutive simulation language

Publications (2)

Publication Number Publication Date
JPS58182760A true JPS58182760A (en) 1983-10-25
JPH027095B2 JPH027095B2 (en) 1990-02-15

Family

ID=13303270

Family Applications (1)

Application Number Title Priority Date Filing Date
JP57066001A Granted JPS58182760A (en) 1982-04-20 1982-04-20 Initial value setting system of consecutive simulation language

Country Status (1)

Country Link
JP (1) JPS58182760A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6785761B2 (en) 1992-03-31 2004-08-31 Seiko Epson Corporation Selective power-down for high performance CPU/system
US7882380B2 (en) 2006-04-20 2011-02-01 Nvidia Corporation Work based clock management for display sub-system
US7937606B1 (en) 2006-05-18 2011-05-03 Nvidia Corporation Shadow unit for shadowing circuit status

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0532287U (en) * 1991-10-08 1993-04-27 株式会社新来島どつく Coil-type freezer ship cargo hold edge structure

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6785761B2 (en) 1992-03-31 2004-08-31 Seiko Epson Corporation Selective power-down for high performance CPU/system
US7082543B2 (en) 1992-03-31 2006-07-25 Seiko Epson Corporation Selective power-down for high performance CPU/system
US7506185B2 (en) 1992-03-31 2009-03-17 Seiko Epson Corporation Selective power-down for high performance CPU/system
US8117468B2 (en) 1992-03-31 2012-02-14 Chong Ming Lin Selective power-down for high performance CPU/system
US7882380B2 (en) 2006-04-20 2011-02-01 Nvidia Corporation Work based clock management for display sub-system
US7937606B1 (en) 2006-05-18 2011-05-03 Nvidia Corporation Shadow unit for shadowing circuit status

Also Published As

Publication number Publication date
JPH027095B2 (en) 1990-02-15

Similar Documents

Publication Publication Date Title
Xu et al. Commit message generation for source code changes
CN110765791B (en) Automatic post-editing method and device for machine translation
CA2135214C (en) Autonomous evolution type hardware design system
CN106775765A (en) Graphic programming system
JPS58182760A (en) Initial value setting system of consecutive simulation language
CN111859857A (en) Method, system, device and medium for generating training data set based on labeled text
Krieg-Brückner et al. Generic ontology design patterns at work
Loritz GPARS: A suite of grammar assessment systems
CN114492317A (en) Shielding frame system based on context linking means
CN116151092A (en) Loss metering method and system for extra-high voltage direct current transmission system
CN113705251A (en) Training method of machine translation model, language translation method and equipment
JPS63156284A (en) Automatic translation terminal equipment
Mayor et al. Matxin: Moving towards language independence
De Silva et al. Application of Transfer based Machine Translations from Sinhala to English
Hovermale et al. Developing an annotation scheme for ELL spelling errors
JPS59176822A (en) Word processor with measuring unit converting function
JPS6334644A (en) Simulator with functional level
Lilegdon et al. Microcomputer simulation: Applications in hospital management engineering.
KR20230156595A (en) Learning method and apparatus of artficial intelligence translation model for multilingual sentences
CN114115886A (en) Method for realizing pure Chinese programming and establishing pure Chinese operating system by using Chinese character positive and negative numerical code method
JPH04306772A (en) Logic circuit simulator
CN114169348A (en) Method, system, equipment and storage medium for NER (neural network) transfer learning
Bramer COMAL 80—adding structure to BASIC
Mourant Design concepts for a Pascal based network simulation language.
Tzikoni et al. Development and implementation of a general compiler to produce specific programs for minicomputer control of physiological experiments in real time