小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 日英・英日専門用語 > control flow graphの意味・解説 

control flow graphとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 制御フローグラフ、制御フローグラフ(せいぎょフローグラフ、英: Control Flow Graph、CFG)は、プログラムを実行したときに通る可能性のある全経路をグラフで表したものである。


日英・英日専門用語辞書での「control flow graph」の意味

control flow graph


「control flow graph」の部分一致の例文検索結果

該当件数 : 15



例文

A control flow graph generating section 12 generates a control flow graph that displays a flow of a processing in a graph form, from a source code.例文帳に追加

制御フローグラフ生成部12は、ソースコードから処理の流れをグラフ形式で表示した制御フローグラフを生成する。 - 特許庁

SAME SUBGRAPH DETECTION DEVICE OF DATA FLOW GRAPH, HIGH ORDER SYNTHESIZER, METHOD OF DETECTING SAME SUBGRAPH OF DATA FLOW GRAPH, SAME SUBGRAPH DETECTION CONTROL PROGRAM OF DATA FLOW GRAPH AND READABLE RECORDING MEDIUM例文帳に追加

データフローグラフの同一サブグラフ検出装置、高位合成装置、データフローグラフの同一サブグラフ検出方法、データフローグラフの同一サブグラフ検出制御プログラムおよび可読記録媒体 - 特許庁

To pipeline loop processing in a CDFG (control data flow graph) with a minimum increase in area in a behavioral synthesis for synthesizing hardware from a behavior description.例文帳に追加

動作記述からハードウェアを合成する動作合成において、少ない面積の増加でCDFG中のループ処理をパイプライン化する。 - 特許庁

For making the design information secret to a CDFG (control data flow graph) that is an intermediate expression obtained by analyzing an operation level circuit description of hardware, deformation processing of CDFG by addition of operation is performed before or after scheduling.例文帳に追加

ハードウェアの動作レベル回路記述を解析して得られた中間表現であるCDFG(Control Data Flow Graph)に対して、設計情報を秘匿化するため、スケジューリング前又はスケジューリング後に、演算の追加によるCDFGの変形処理を施す。 - 特許庁

An behavioral synthesis part 31 analyzes an behavioral level description to form a CDFG (control data flow graph) showing a flow of control and data, and stores it in an intermediate level description storage area 24.例文帳に追加

動作合成部31は、動作レベル記述を解析して、制御とデータの流れを示したCDFGを作成して、中間レベル記述記憶領域24に記憶する。 - 特許庁

On a control flow graph 111 as a directional graph composed of nodes corresponding to multiple loops meeting a CALL sentence or predetermined conditions and edges representing flows of control between the nodes, divisions are determined and a conflict of divisions is solved along edges with high priority.例文帳に追加

次に、CALL文または予め定められた条件を満たす多重ループに対応するノードと、ノード間の制御の流れを表すエッジとからなる有向グラフであるコントロールフローグラフ上で優先順位の高いエッジに沿って分割の決定と分割の衝突の解決を行う。 - 特許庁

例文

A control path set generating section 15 generates a control path set including an execution path in the source code on the basis of first coverage criteria related to a control flow graph and a software structure.例文帳に追加

制御パスセット生成部15は、制御フローグラフ、及びソフトウェア構造にかかる第1カバレッジ基準に基づき、ソースコード内の実行パスを含む制御パスセットを生成する。 - 特許庁

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

クロスランゲージ 37分野専門語辞書での「control flow graph」の意味

control flow graph


Weblio英和対訳辞書での「control flow graph」の意味

Control Flow Graph


Control-flow graph

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

ウィキペディア英語版での「control flow graph」の意味

Control flow graph

出典:『Wikipedia』 (2011/04/20 09:37 UTC 版)

英語による解説
ウィキペディア英語版からの引用
引用
A control flow graph (CFG) in computer science is a representation, using graph notation, of all paths that might be traversed through a program during its execution.

「control flow graph」の部分一致の例文検索結果

該当件数 : 15



例文

More specifically, the data flow analysis apparatus creates a control flow graph of a procedure of the detected points, extracts procedure calls with respect to nodes reachable in a reverse sequence of the flow graph from positions of the detected points, omits all the overlapped procedures, existing secure procedure definitions in the analysis rule, and procedures not returning values, and generates a remaining procedure group as the candidates.例文帳に追加

具体的には、データフロー解析装置は、検出箇所の手続きの制御フローグラフを作成し、検出箇所の位置から制御フローグラフを逆順に到達可能なノードのうち、手続き呼び出しを抽出し、重複しているもの、すでに解析規則に安全化手続き定義として存在するもの、返値がないものを全て除外し、残った手続き群を追加規則候補として生成する。 - 特許庁

The scheduling unit generates a plurality of states which change on the basis of a clock in accordance with a control data flow graph generated from a behavioral description and shared resource schedule information.例文帳に追加

スケジューリング部は、動作記述から生成されたコントロールデータフローグラフと、共有リソーススケジュール情報とに応じて、クロックに基づき遷移する複数の状態を生成する。 - 特許庁

To match a procedure between first control flow graph (CFG) expression on a part of a first program and second CFG expression on a part of a second program.例文帳に追加

第1のプログラムの一部に関する第1の制御フローグラフ(CFG)表現と、第2のプログラムの一部に関する第2のCFG表現との間でプロシージャをマッチングする。 - 特許庁

By using the structure information of the DFC description application source 3 including the combination information, the description of the data flow graph is deleted from an intermediate module to generate an execution control module and the module 7 is generated from the execution control module.例文帳に追加

また、結合情報を含むDFC記述アプリケーションソース3の構造情報を用いて、中間モジュールからデータフローグラフの記述を削除して実行制御モジュールを生成して、これからモジュール7を生成する。 - 特許庁

The performance of the wiring module is made high by minimizing the complexity of an interconnect network through the direct mapping of a control/data flow graph, and the performance of the arithmetic module is made high by a dedicated arithmetic circuit based upon a bit-serial architecture.例文帳に追加

コントロール/データフローグラフの直接マッピングにより、相互結合網の複雑さを最小化し配線モジュールを高性能化するとともに、ビットシリアルアーキテクチャに基づく専用演算回路により演算モジュールを高性能化する。 - 特許庁

Cellular arrays at a high operating rate many numbers of which are connected in parallel are realized by localizing data transfer through direct allocation of control / data flow graph and decreasing the area of a wire module and the delay through connection limited to four adjacent neighboring cells and a bit serial architecture.例文帳に追加

コントロール/データフローグラフの直接アロケーションによりデータ転送を局所化するとともに、隣接4近傍セルに限定した接続と、ビットシリアルアーキテクチャにより配線モジュールの面積と遅延を減少し、高稼働率で高並列なセルラアレーを実現する。 - 特許庁

An operation composition device analyzes how to perform scheduling, control data flow graph creation, and sharing of a computing element or a register, and creates a correspondence table determining correspondence relation between the RTL description and a CDFG, and a correspondence table determining correspondence relation between the CDFG and the operation description.例文帳に追加

動作合成装置がスケジューリング、コントロールデータフローグラフ作成、演算器やレジスタの共有をどのように行っているかを解析し、RTL記述とCDFGの対応関係を定めた対応表と、CDFGと動作記述の対応関係を定めた対応表を作成しておく。 - 特許庁

例文

A partial control data flow graph(CDFG) including in a CDFG is preliminarily subjected to a logical synthesis and a circuit obtained by performing logical synthesis is dealt with as one node in the case of converting an operation description where only a processing operation is described is described into the CDFG consisting of a node showing an operation and input- output branches showing data flow.例文帳に追加

処理の動作のみを記述した動作記述を、演算を示す節点とデータの流れを示す入出力枝とによって構成されるコントロールデータフローグラフ(CDFG)に変換する際に、CDFGに含まれる部分CDFGを、予め論理合成し、論理合成して得られる回路を1つの節点として扱う。 - 特許庁

>>例文の一覧を見る


control flow graphのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wikipedia英語版」の記事は、WikipediaのControl flow graph (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS