小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > JMdict > 静的変数の英語・英訳 

静的変数の英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 static variable


JMdictでの「静的変数」の英訳

静的変数


「静的変数」の部分一致の例文検索結果

該当件数 : 22



例文

この振舞いをする変数はCでは静的変数、Algol 60ではオウン変数と呼ばれる。例文帳に追加

A variable with this behaviour is called a static variable in C, or called an own variable in Algol 60.発音を聞く  - コンピューター用語辞典

静的ソフトウェア製品のメトリクスと用法は独立変数であった.例文帳に追加

Static software product metrics and usage were independent variables.発音を聞く  - コンピューター用語辞典

静的な関数・変数は、クライアントがアクセスできないから例文帳に追加

you will have in changing them. static functions and variables may change as often as you like, since clients cannot access them and therefore発音を聞く  - JM

このクラスの使い方は簡単です。 単にファイルをインクルードし、内容を表示したい変数を指定して静的メソッド display をコールするだけです。例文帳に追加

The class is very easy to use: Just include the file, and call the static display method with the variable you want to have dumped.発音を聞く  - PEAR

このマクロは以下のマクロで使われる静的変数PyDateTimeAPI に C 構造体へのポインタを入れます。 以下は型チェックマクロです:例文帳に追加

The macro arranges to put a pointer to a C structure in a static variable PyDateTimeAPI, which is used by the followingmacros.Type-check macros: - Python

例外はインタプリタ内の静的なグローバル変数に保存されます;この値が NULL の場合、例外は何も起きていないことになります。例文帳に追加

Exceptions are stored in a static global variable inside the interpreter; if this variable is NULL no exception has occurred. - Python

例文

統合プログラム仕様の方法には、ファクトリクラスを含むためにライブラリクラスを改訂すること、ファクトリインスタンス変数として静的クラス変数を書き直すこと、及びファクトリインスタンス変数に関して静的クラス変数に対する全ての参照を置換するためにライブラリを再コンパイルことを含む。例文帳に追加

A method for integrated program specifications includes revising a library class to include a factory class, rewriting static class variables as factory instance variables, and recompiling the library to substitute all references to static class variables with respect to factory instance variables. - 特許庁

>>例文の一覧を見る


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

コンピューター用語辞典での「静的変数」の英訳

静的変数


JST科学技術用語日英対訳辞書での「静的変数」の英訳

静的変数


日英・英日専門用語辞書での「静的変数」の英訳

静的変数

Weblio英和対訳辞書での「静的変数」の英訳

静的変数

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

Weblio例文辞書での「静的変数」に類似した例文

静的変数

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

「静的変数」の部分一致の例文検索結果

該当件数 : 22



例文

参照を行っている場所とは、別のオブジェクトであったり、グローバルな (あるいは静的な) C 変数であったり、何らかの C 関数内にあるローカルな変数だったりします。例文帳に追加

Such a place could be another object, or a global (or static) C variable, or a local variable in some C function.発音を聞く  - Python

記憶部120に格納されたRTL記述中に含まれるすべての変数と条件式と、動的検証ツール、静的検証ツールによって検証された変数と条件式とを比較し、検証されなかった変数と条件式とを出力する例文帳に追加

All the variables and conditional expressions included in the RTL description stored in the storage part 120 are compared with the variables and conditional expressions verified by the dynamic verification tool and the static verification tool, and the variables and conditional expressions which have not been verified are outptuted. - 特許庁

静的最適化部1051は、変数、基本ブロック及び関数について、それぞれ変数最適化部113、基本ブロック最適化部115及び関数最適化部117により、前記数値の大きな順に適用対象を選択して最適化を行う。例文帳に追加

The static optimization part 1051 selects the objects of application in order from the object with the largest numerical value and optimizes them by a variable optimization part 113, a basic block optimization part 115 and a function optimization part 117. - 特許庁

メインプログラム (Python インタプリタ) は C コンパイラでコンパイルされリンクされているので、グローバル変数静的オブジェクトをコンストラクタで作成できません。例文帳に追加

If the main program (the Python interpreter) is compiled and linked by the C compiler, global or static objects with constructorscannot be used. - Python

モジュール固有の新たな例外も定義できます。 定義するには、通常はファイルの先頭部分に静的なオブジェクト変数の宣言を行います:例文帳に追加

If you have an argument whose value must be in a particular range or must satisfy other conditions,PyExc_ValueError is appropriate.You can also define a new exception that is unique to your module.For this, you usually declare a static object variable at the beginning of your file: - Python

このようにすれば、宣言された静的変数に対して、使用される値の範囲がその宣言されたサイズ以下である場合、メモリ占有量を小さくすることができる。例文帳に追加

Thus, when the range of the values to be used is not more than the declared size for declared static variables, the memory occupancy amounts can be reduced. - 特許庁

この際、キーボード103およびマウス104によって入力されるマルチコア構成条件102から、異なるCPUで共通使用する静的変数がある場合に、一定の基準によって、実装するCPUを選択する。例文帳に追加

Here at, from multicore configuration conditions 102 input by the keyboard 103 and the mouse 104, a CPU to be mounted is selected based on a fixed standard when there is a static variable used in common by different CPUs. - 特許庁

例文

論理回路の動的検証、静的検証のいずれによっても検証されない変数と条件式とを判別できる論理回路設計検証装置を提供する。例文帳に追加

To provide a logic circuit design verifying device for discriminating variables and conditional expressions which are not verified by either the dynamic verification or static verification of a logic circuit. - 特許庁

>>例文の一覧を見る

「静的変数」の英訳に関連した単語・英語表現

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

   
EDRDGEDRDG
This page uses the JMdict dictionary files. These files are the property of the Electronic Dictionary Research and Development Group, and are used in conformance with the Group's licence.
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
独立行政法人科学技術振興機構独立行政法人科学技術振興機構
All Rights Reserved, Copyright © Japan Science and Technology Agency
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

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

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS