JPH0431927A - Program parts processing system - Google Patents

Program parts processing system

Info

Publication number
JPH0431927A
JPH0431927A JP13880290A JP13880290A JPH0431927A JP H0431927 A JPH0431927 A JP H0431927A JP 13880290 A JP13880290 A JP 13880290A JP 13880290 A JP13880290 A JP 13880290A JP H0431927 A JPH0431927 A JP H0431927A
Authority
JP
Japan
Prior art keywords
component
parameter
description
parts
default value
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
JP13880290A
Other languages
Japanese (ja)
Inventor
Yuko Miyahara
宮原 祐子
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP13880290A priority Critical patent/JPH0431927A/en
Publication of JPH0431927A publication Critical patent/JPH0431927A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PURPOSE:To improve the availability of parts by providing an out-parts fixed value group independently of the parts description for the read and evolution of parts which are carried out a parts calling sentence, using a parameter control means which secures the correspondence between a tentative parameter included in the parts description and the fixed value information, and referring to the out-parts fixed value group. CONSTITUTION:A parts calling sentence control part 4 reads the parts out of the parts description 5 to a parts calling sentence of a source program 1 and controls the parts names and the parameter information. An out-parts fixed value group 10 is provided independently of the description 5. A parts description reading part 7 reads the parameter declaration described in the description 5. A parameter control part 8 controls a tentative parameter included in the description 5 and its fixed value information with correspondence secured between them. A parts evolving part 9 decides whether the fixed value of the parameter where the designation is omitted should be read out of the group 10 or not be referring to the tentative parameter information described in the parameter declaration included in the description 5.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はブロクラム部品処理方式、特にプログラム部品
(以下部品と記す)呼び出しのパラメータを多数持つ部
品を作成・利用する場合の部品処理方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a block diagram component processing method, and particularly to a component processing method when creating and using a component having a large number of parameters for calling a program component (hereinafter referred to as a component).

〔従来の技術〕[Conventional technology]

プロクラムの開発において、共用性の高いプロクラムの
一部を部品化して利用することにより生産性が向上する
ことは広く知られている。このような部品化では通常、
部品呼び出しパラメータが設定・利用されることが多い
が、パラメータを多数持つ部品では、部品呼び田し記述
を簡略化するために、パラメータに省略時既定値を持た
せておく方法が行なわれている。
In program development, it is widely known that productivity can be improved by converting parts of programs that are highly common and using them as components. In this kind of componentization, usually
Component call parameters are often set and used, but for parts with many parameters, a method is used in which the parameters have default values when omitted to simplify the part call description. .

また、部品の利用形態としては、部品記述をソース形式
で作成してそのまま利用する形態に加えて、プログラム
への組込み時の処理性能の向上を図る目的で、部品記述
ソースをあらかじめツールを用いて組込み時に利用しゃ
すい形式に変換(翻訳)しておく方法が一般的になりつ
つある。
Additionally, in addition to creating component descriptions in source format and using them as they are, there are also ways to use components, in addition to creating component descriptions in source format and using them as is. It is becoming common to convert (translate) data into a format that is easier to use when incorporating it.

このようなツール(「部品登録ツール」と呼ばれる)は
、部品記述ソースを久方して変換済みの部品(部品オブ
ジェクト)を出力する処理(部品の「登録」処理と呼ば
れる)を行なう。
Such a tool (referred to as a "component registration tool") performs a process (referred to as a component "registration" process) of extracting a component description source and outputting a converted component (component object).

しかるに従来のこの種の部品処理方式では、パラメータ
の省略時既定値は部品記述内に固定的に宣言するため、
部品呼ひ出し時に既定値を動的に変更することは不可能
であった。すなわち、既定値を変更するには部品(部品
記述ソース)の変更および再登録(部品オフシェクトの
再作成)が必要であり、プロクラムに合わせた複数の既
定値をフログラムからの部品呼び出し時に切り替えるよ
うな運用ばてきなかった。
However, in this type of conventional component processing method, the default value of a parameter is fixedly declared in the component description, so
It was impossible to dynamically change default values when calling parts. In other words, to change the default value, it is necessary to change and re-register the component (part description source) (re-create the component offset), and it is necessary to change multiple default values according to the program when calling the component from the program. It was not operational.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

上述した従来の部品処理方式では、部品パラメータの省
略時既定値については部品記述で固定的に宣言された既
定値にもとづく処理しか行っていないため、部品記述中
のパラメータの既定値が部品呼び出し時に指定したい値
と異なっている場合には、呼び出しパラメータを省略せ
ずに指定する(省略時既定値を利用しない)か、部品記
述(部品記述ソース)中の既定値そのものを変更して再
登録する(あるいは部品記述ソースを複写し、異なる既
定値を持つ別の部品を作成する)かしなければならなか
った。したがって、パラメータ数が多い部品の場合に呼
び出し記述が煩雑になったり、部品の変更・再登録に手
間がかかるという欠点があった。
In the conventional component processing method described above, the default value of a component parameter when omitted is only processed based on the default value fixedly declared in the component description. If the value is different from the one you want to specify, either specify the call parameter without omitting it (do not use the default value when omitted), or change the default value itself in the part description (part description source) and re-register it. (or copy the part description source and create another part with different default values). Therefore, in the case of a component with a large number of parameters, the calling description becomes complicated and it takes time and effort to change and re-register the component.

〔課題を解決するための手段〕[Means to solve the problem]

本発明の部品処理方式は、 ソースブロクラム中に記述されている部品呼び出し文を
選択的に読み出す部品呼ひ出し文判読手段と、読み出さ
れた部品呼び出し文の部品名と呼ひ出しパラメータ情報
を対応づけて管理する部品呼び出し文管理手段と、部品
記述中のパラメータ宣言を判読する部品記述判読手段と
、部品記述中の仮パラメータとその既定値情報を対応づ
けて管理するパラメータ管理手段と、部品呼び出し文に
おいて指定が省略されたパラメータの既定値を部品記述
と独立に保持された既定値群(「部品外既定値群」)か
ら読み込むかどうかを部品記述中のパラメータ宣言に記
述されあらがしめ管理された仮パラメータ情報を参照し
て判定し部品を展開する部品展開手段を有することを特
徴とする。
The component processing method of the present invention includes a component call statement reading means for selectively reading a component call statement written in a source block, and component name and call parameter information of the read component call statement. a component call statement management means for associating and managing the parameters; a component description reading means for reading parameter declarations in the component description; and a parameter management means for associating and managing formal parameters in the component description and their default value information; The parameter declaration in the part description specifies whether or not the default value of the parameter whose specification is omitted in the part call statement is to be read from the default value group maintained independently of the part description ("default value group outside the part"). The present invention is characterized by having a component expansion means that refers to the temporarily managed parameter information to make a determination and develops the component.

〔実施例〕〔Example〕

次に、本発明について図面を参照して説明する。 Next, the present invention will be explained with reference to the drawings.

本発明の一実施例を示す第1図において、本発明の部品
処理方式は、部品呼び出し文を含むソースフロクラムl
と、このソースプログラム1を読み取るソースプロクラ
ム読取部2と、ソースプログラムl中の部品呼び出し文
を選択的に読み出す部品呼び出し文判読部3と、読み出
された部品呼ひ出し文の部品名と呼び出しパラメータ情
報を対応づけて管理する部品呼び出し文管理部4と、部
品記述5と、部品呼び出し文管理部4からの指示により
部品記述5を読みとる部品記述読取部6と、部品記述5
中のパラメータ宣言を判読する部品記述判読部7と、部
品記述中の仮パラメータとその既定値情報を対応づけて
管理するパラメータ管理部8と、部品呼ひ出し文におい
て指定か省略されたパラメータの既定値を部品記述5と
独立に保持された既定値群(部品外既定値群10)から
読み込むかどうかを部品記述中のパラメータ宣言に記述
されあらかじめ管理された仮パラメータ情報を参照して
判定し部品を展開する部品展開部9と、部品外既定値群
10と、部品展開部9からの指示により部品外既定値群
10を読みとる部品外既定値群読取部11と、ソースフ
ロクラム1に部品を組込んて編集する編集部12と、部
品組込み済みソースフロクラム14を圧力する出力部1
3とから構成されている。このうち、部品呼び出し文判
読部3は、部品呼び出し文管理部4と、部品記述判読部
7と、パラメータ管理部8と、部品展開部9とか本方式
の構成要素である。
In FIG. 1 illustrating an embodiment of the present invention, the component processing method of the present invention includes a source program l containing a component call statement.
, a source program reading section 2 that reads this source program 1, a component call statement reading section 3 that selectively reads component call statements in the source program 1, and a component name and call of the read component call statements. A component call statement management unit 4 that manages parameter information in association with each other, a component description 5, a component description reading unit 6 that reads the component description 5 according to instructions from the component call statement management unit 4, and the component description 5.
a component description reading unit 7 that reads parameter declarations in the component description; a parameter management unit 8 that manages formal parameters in the component description in association with their default value information; Determine whether or not to read the default value from the default value group (non-component default value group 10) held independently of the component description 5 by referring to the formal parameter information that is described in the parameter declaration in the component description and managed in advance. A component development section 9 that develops a component; an editing section 12 that incorporates and edits the parts, and an output section 1 that presses the part-incorporated source frame 14.
It is composed of 3. Of these, the component call statement interpretation section 3 is a constituent element of this method, along with the component call statement management section 4, the component description interpretation section 7, the parameter management section 8, and the component expansion section 9.

以下、第1図についてその機能を説明する。The function will be explained below with reference to FIG.

部品呼び出し文を含むソースプログラム1は、ソースプ
ログラム読取部2により読み取られ、部品呼び出し文判
読部3に送出される。部品呼び出し文判読部3では、部
品呼ひ圧し文を検出し、部品名管理部4に送出する。ま
た同時に、部品呼び出し文以外の文を編集部12に送出
する。
A source program 1 including a component call statement is read by a source program reading section 2 and sent to a component call statement interpretation section 3 . The component call sentence reading section 3 detects the component call pressure sentence and sends it to the component name management section 4. At the same time, sentences other than the component call sentences are sent to the editing section 12.

部品呼び出し文を受は取った部品呼び出し文管理部4で
は、部品記述読取部6に部品読取指令を送出し、部品記
述5を読み取らせ部品記述判読部7に送出させるととも
に、部品呼び出し文が記述されているソーステキスト行
の行番号と部品名、呼び出しパラメータを対応づけて管
理する。
The component call statement management section 4 that has received the component call statement sends a component read command to the component description reading section 6 to read the component description 5 and send it to the component description reading section 7, and also reads the component call statement. Manages the line numbers of source text lines, component names, and call parameters in association with each other.

部品記述判読部7は部品記述5中のパラメータ宣言を判
読し、パラメータ管理部8に送出する。
The component description reading unit 7 reads the parameter declaration in the component description 5 and sends it to the parameter management unit 8.

また同時に、パラメータ宣言以外の文(部品本体記述)
を部品展開部9に送出する。
At the same time, statements other than parameter declarations (component body description)
is sent to the component development section 9.

パラメータ管理部8は部品記述判読部7から送出された
パラメータ宣言を受は取り、仮パラメタ名とその既定値
情報を対応づけて管理する。
The parameter management section 8 receives the parameter declaration sent from the component description reading section 7, and manages the temporary parameter name and its default value information in association with each other.

部品展開部9では、部品呼び出し文管理部4に管理され
ている部品呼び出し文と部品記述判読部7から送出され
た部品本体記述を用いて部品を展開する際に、部品呼び
出し文において指定か省略されたパラメータの既定値を
部品性既定値群10から読み込んで設定するかとうかを
パラメータ管理部8に管理された仮パラメータ情報にも
とづいて判定する。
When the component expansion section 9 expands a component using the component call statement managed by the component call statement management section 4 and the component body description sent from the component description reading section 7, the components are specified or omitted in the component call statement. Based on the temporary parameter information managed by the parameter management section 8, it is determined whether the default values of the parameters that have been set are to be read and set from the component default value group 10.

読み込むと判定した場合は、部品記述5の展開前に部品
外既定値群読込部11に対して部品性既定値群10の読
み取り指示を送出し、読み取らせた情報を受は取って既
定値を設定しておく。
If it is determined to read, before the component description 5 is expanded, an instruction to read the component default value group 10 is sent to the non-component default value group reading unit 11, and the read information is received and the default value is read. Set it.

編集部12ては部品呼び出し文判読部3から送出された
部品呼び出し文以外の文と、部品展開部9で展開された
部品記述を併合して編集し出力部13に送出する。出力
部13は部品が組込まれた部品組込み済みソースプロク
ラム14を出力する。
The editing section 12 merges and edits the sentences other than the component calling sentences sent from the component calling sentence reading section 3 and the component description developed by the component expanding section 9, and sends them to the output section 13. The output unit 13 outputs a component-installed source program 14 in which the component is installed.

次に、第2図と第3図を用いて動作例を説明する。Next, an example of operation will be explained using FIGS. 2 and 3.

第2図は本発明実施時の入出力情報の例である。FIG. 2 is an example of input/output information when the present invention is implemented.

第2図(A)は第1図のソースプログラム1中の部品呼
び出し文、第2図(B)は第1図の部品記述5中のパラ
メータ宣言を示す。
2(A) shows a component call statement in the source program 1 of FIG. 1, and FIG. 2(B) shows a parameter declaration in the component description 5 of FIG. 1.

また、第3図(A)は部品呼び出し文管理部4に管理さ
れる実パラメータ情報の例、第3図(B)はパラメータ
管理部8に管理される仮ノくラメータ情報の例である。
3(A) is an example of actual parameter information managed by the component call statement management section 4, and FIG. 3(B) is an example of temporary parameter information managed by the parameter management section 8.

さらに、第3図(C)は部品性既定値群10のパラメー
タ既定値情報の例であり、第3図(D)は既定値設定後
のパラメータ情報の例である。
Furthermore, FIG. 3(C) is an example of parameter default value information of the component property default value group 10, and FIG. 3(D) is an example of parameter information after default values are set.

第2図(A)ソースプログラムがソースプロクラム読取
部2により読み取られると、部品呼び出し文判読部3に
よって行番号500の部品呼び出し文が判読され、実パ
ラメータ情報が第3図(A)の形式で部品呼び出し文管
理部4に管理される。このとき部品呼び出し文管理部4
からの指示で部品記述読取部6により部品記述5が読み
取られ、部品記述5中に第2図(B)の形式で記述され
たノくラメータ宣言が部品記述判読部7により判読され
てパラメータ管理部8に第3図(B)の形式で管理され
る。
FIG. 2 (A) When the source program is read by the source program reading section 2, the component call statement at line number 500 is interpreted by the component call statement interpretation section 3, and the actual parameter information is stored in the format shown in FIG. 3 (A). It is managed by the component call statement management section 4. At this time, the component call statement management section 4
The component description reading unit 6 reads the component description 5 according to instructions from the component description reading unit 6, and the parameter declaration written in the format shown in FIG. The information is managed in the section 8 in the format shown in FIG. 3(B).

第2図(B)の%DCL文によるパラメータ宣言では、
仮パラメータ名と属性(CHAR)や部品内乳定値(’
DEFI”なと)に加えて、既定値の部品性既定値群読
み込み有無がYまたはNによってパラメータ毎に指定さ
れている。Yは部品性既定値群読み込み有、Nは無を示
す。
In the parameter declaration using the %DCL statement in Figure 2 (B),
Formal parameter name and attribute (CHAR) and part internal constant value ('
In addition to "DEFI"), whether or not to read a component default value group of default values is specified for each parameter by Y or N. Y indicates whether a component default value group is read, and N indicates not.

部品展開部8ては、部品呼ひ出し文管理部4カ・らは第
3図(A)の形式の実パラメータ情報を、また部品記述
判読部7からは部品記述本体を受は取って部品を展開す
るが、第3図(A)において実パラメータ指定が省略さ
れたパラメータ(ここでは第2.4.5パラメータ)に
ついては、展開前にパラメータ管理部8に管理された第
3図CB)の形式の仮ハラメータ情報を参照してパラメ
ータの既定値をあらかじめ設定しておく。
The component expansion section 8 receives the actual parameter information in the format shown in FIG. However, for the parameters for which actual parameter designation is omitted in Fig. 3 (A) (in this case, the 2.4.5 parameters), the parameters (CB in Fig. 3) that are managed by the parameter management unit 8 before expansion) The default values of the parameters are set in advance by referring to the temporary harameter information in the format.

具体的には、まず第3図(B)て第3フイールドの部品
性既定値群読み込みフラグがYであれば、部品外既定値
群読取部11に部品性既定値群10を読み取らせて結果
を第3図(C)の形式で受は取り既定値を設定する。
Specifically, if the component default value group reading flag in the third field in FIG. is received in the format shown in FIG. 3(C) and a default value is set.

ここでは第2,5パラメータが読み込み有なので、部品
外既定値群からそれぞれおの既定値「DEF20UTJ
とrDEF50UTJを読み込み設定スる。第2パラメ
ータについては部品的既定値rDEF2jもあるが、部
品外既定値群の既定値の方が優先して設定される。また
、第4パラメータについては部品外既定値群読み込みが
無のため部品的既定値の有無を調べ、部品的既定値がY
なので既定値としてrDEF4Jを設定する。
Since the 2nd and 5th parameters are read here, each default value "DEF20UTJ" is selected from the non-component default value group.
Read and configure rDEF50UTJ. Regarding the second parameter, although there is also a component default value rDEF2j, the default value of the non-component default value group is set with priority. Also, regarding the fourth parameter, since there is no non-component default value group read, the presence or absence of a component default value is checked, and the component default value is Y.
Therefore, set rDEF4J as the default value.

なお、実パラメータが指定されている第1,3パラメー
タについてはこのような既定値処理は行なわれなり・。
Note that such default value processing is not performed for the first and third parameters for which actual parameters are specified.

以上の結果、第1,3パラメータには実パラメータ値の
「vALUEl」、rVALUE3Jが、第2,5パラ
メータには部品外既定値群既定値のrDEF20’UT
j rDEF50UTJが、そして第4パラメータには
部品的既定値のrDEF4」が設定され、既定値設定後
のパラメータ情報が第3図(D)の形式で管理されて部
品本位記述の展開時に参照される。このようにして部品
内の固定的な既定値ばかりでなく、呼び出し側のプログ
ラムの都合に合わせた部品外既定値群中の既定値を部品
展開時に利用することが可能になる。
As a result of the above, the first and third parameters are the actual parameter values "vALUEl" and rVALUE3J, and the second and fifth parameters are rDEF20'UT, the default value of the non-component default value group.
j rDEF50UTJ, and the component-specific default value rDEF4 is set for the fourth parameter, and the parameter information after setting the default value is managed in the format shown in Figure 3 (D) and referenced when developing the component-based description. . In this way, it is possible to use not only fixed default values within a component, but also default values in a group of default values outside the component that suit the convenience of the calling program when expanding the component.

〔発明の効果〕〔Effect of the invention〕

以上説明したように本発明は、部品の組込み処理におい
て、パラメータ宣言に記述されあらかじめ管理された仮
パラメータ情報にもとづいて、部品呼び出し文で省略さ
れたパラメータの既定値設定を部品記述とは独立に保持
された既定値情報からも行えるようにすることにより、
パラメータを多数持つ部品の既定値を、部品記述自体を
修正せずに、ソースプログラムからの呼び出し時点で動
的に変更して利用できる効果がある。したがって、部品
作成者にとっても、このような部品を作成する場合に、
部品記述内に宣言する既定値の選択に苦労する必要がな
くなるという効果がある。
As explained above, the present invention sets default values for parameters omitted in a component call statement independently of the component description, based on formal parameter information described in the parameter declaration and managed in advance in the component installation process. By making it possible to do this from the retained default value information,
This has the advantage that the default values of a component with many parameters can be dynamically changed and used at the time of calling from the source program, without modifying the component description itself. Therefore, for parts creators, when creating such parts,
This has the effect of eliminating the need to struggle with selecting default values to declare within the component description.

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

第1図は本発明の一実施例構成図、第2図は本発明を実
施したときに入力されるソースプログラムと部品記述の
例を示す図、第3図は本発明を実施したときに管理され
るパラメータ情報の例を示す図である。 1・・・・ソースプログラム、2・・・・・・ソースプ
ロクラム読取部、3・・・・・部品呼び出し文判読部、
4・・・部品呼び出し文管理部、5・・・・・・部品記
述、6・・・部品記述読取部、7・・・・・・部品記述
判読部、8・・・・・パラメータ管理部、9・・・・・
・部品展開部、10・・・・・・部品外既定値群、11
・・・・・部品外既定値群読取部、12・・・・・編集
部、13・・・・・出力部、14・・・・・部品組込み
済みソースプログラム。 代理人 弁理士  内 原   晋 、¥5 2  囚 実パ ラメータ (縛 仮パ ラメータ名 見 図 部品外の既定値 口) 」 :ご」
Figure 1 is a configuration diagram of an embodiment of the present invention, Figure 2 is a diagram showing an example of a source program and component description input when implementing the present invention, and Figure 3 is a diagram showing an example of the source program and component descriptions input when implementing the present invention. FIG. 3 is a diagram illustrating an example of parameter information. 1... Source program, 2... Source program reading section, 3... Part calling statement interpretation section,
4... Component call statement management unit, 5... Component description, 6... Component description reading unit, 7... Component description interpretation unit, 8... Parameter management unit , 9...
・Component expansion section, 10... Default value group outside the component, 11
. . . Non-component default value group reading section, 12 . . . Editing section, 13 . . . Output section, 14 . . . Source program with part installed. Agent: Susumu Uchihara, Patent Attorney, ¥5 2. Prison parameters (default prices outside of the binding parameters and sample parts):

Claims (1)

【特許請求の範囲】  ソースプログラム中に記述されている部品呼び出し文
を選択的に読み出す部品呼び出し文判読手段と、 読み出された部品呼び出し文の部品名と呼び出しパラメ
ータ情報を対応づけて管理する部品呼び出し文管理手段
と、 部品記述中のパラメータ宣言を判読する部品記述判読手
段と、 部品記述中の仮パラメータとその既定値情報を対応づけ
て管理するパラメータ管理手段と、部品呼び出し文にお
いて指定が省略されたパラメータの既定値を部品記述と
独立に保持された既定値群から読み込むかどうかを部品
記述中のパラメータ宣言に記述されあらかじめ管理され
た仮パラメータ情報を参照して判定し部品を展開する部
品展開手段と を有することを特徴とするプログラム部品処理方式。
[Scope of Claims] A component calling statement reading unit that selectively reads component calling statements written in a source program, and a component that manages the component names of the read component calling statements in association with call parameter information. A call statement management means; a part description reading means for reading parameter declarations in a part description; a parameter management means for correlating and managing formal parameters in the part description and their default value information; A component that deploys a component by determining whether to read the default value of the specified parameter from a group of default values maintained independently of the component description by referring to the pre-managed formal parameter information described in the parameter declaration in the component description. 1. A program component processing method, comprising: expansion means.
JP13880290A 1990-05-29 1990-05-29 Program parts processing system Pending JPH0431927A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP13880290A JPH0431927A (en) 1990-05-29 1990-05-29 Program parts processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP13880290A JPH0431927A (en) 1990-05-29 1990-05-29 Program parts processing system

Publications (1)

Publication Number Publication Date
JPH0431927A true JPH0431927A (en) 1992-02-04

Family

ID=15230577

Family Applications (1)

Application Number Title Priority Date Filing Date
JP13880290A Pending JPH0431927A (en) 1990-05-29 1990-05-29 Program parts processing system

Country Status (1)

Country Link
JP (1) JPH0431927A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013045113A (en) * 2011-08-24 2013-03-04 Samsung Electronics Co Ltd Color image panel, color image display device and display method using the same

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013045113A (en) * 2011-08-24 2013-03-04 Samsung Electronics Co Ltd Color image panel, color image display device and display method using the same

Similar Documents

Publication Publication Date Title
US6243864B1 (en) Compiler for optimizing memory instruction sequences by marking instructions not having multiple memory address paths
US7418300B2 (en) System and method for reusing project engineering data
JP2666847B2 (en) Heterogeneous language communication method
US20100146491A1 (en) System for Preparing Software Documentation in Natural Languages
JPH10240473A (en) Device and method for processing print data
JPH0431927A (en) Program parts processing system
JP2007018122A (en) Web service customization system
JP2771368B2 (en) Form design method
JPH11154093A (en) Program compiler and storage medium recording compiler program
JPH04172529A (en) Automatic program generating system by data oriented software parts
JPH05150960A (en) Precompiler
JPH02205930A (en) Interface check processing method
JPH0210430A (en) Online program generating system
JPH03237503A (en) Cad/cam device
JPH0540612A (en) Computer prperty conversion processor
JPS603751A (en) Data processing system
JPH036624A (en) Processing system for translation list output corresponding to plural code systems
JPH03229322A (en) Automatic transcribing system
JPH0227431A (en) Correlation checking system between data due to function form
JPH01109430A (en) Programming method for computer processing
JPH04365131A (en) Source program library management system
JP2003263315A (en) Automatic program creating device
JPH0877217A (en) Method for controlling conversion of logic operation description data
JPH05165625A (en) Enforcement patch summary management output system classified by every module
JPH02201673A (en) Ccs trace file editing/output system