1016万例文収録!

「静的変数」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 静的変数の意味・解説 > 静的変数に関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

静的変数の部分一致の例文一覧と使い方

該当件数 : 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. - 特許庁

参照を行っている場所とは、別のオブジェクトであったり、グローバルな (あるいは静的な) 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. - 特許庁

静的検証ツールであるプロパティ検証ツールを実行し、プロパティ単位で切り分けられた論理コーンに含まれるすべての変数と条件式を記憶部120に格納する。例文帳に追加

A property verification tool being a static verification tool is executed, and all the variables and conditional expressions included in logic cones divided by property units are stored in a storage part 120. - 特許庁

プログラム開発支援システムにおいてソースファイル内関数が他ファイル内関数を呼び出す静的関係の情報から、若しくはプログラム実行時の全体の関数依存関係情報から、自動変数領域を低減化する。例文帳に追加

To reduce an automatic variable area from information about static relation wherein a function inside a source file calls a function inside another file, or from the whole function dependency relation information when executing a program, in a program development support system. - 特許庁

プログラムを構成する関数からコールグラフを作り102、コールグラフ中にループ(再帰呼び出し)があることを検出し103、そのループ中に含まれる関数には従来方法によるセキュリティー対策を施し108、そのループに含まれない関数は自動変数をグローバル変数又は静的変数へ変換110して実行する。例文帳に追加

A call graph is formed from functions constituting a program 102, a loop (recursive call) in the call graph is detected 103, functions which are contained in the loop are subjected to security measures by a conventional method 108, and functions which are not contained in the loop are executed while converting automatic variable to global variable or static variable 110. - 特許庁

拡張モジュールを (サブ) インタプリタ間で共有する方法のために、拡張モジュールによっては正しく動作しないかもしれません; 拡張モジュールが (静的な) グローバル変数を利用している場合や、拡張モジュールが初期化後に自身のモジュール辞書を操作する場合には特にそうです。例文帳に追加

Because of the way extensions are shared between (sub-)interpreters, some extensions may not work properly;this is especially likely when the extension makes use of (static)global variables, or when the extension manipulates its module'sdictionary after its initialization. - Python

オブジェクト生成関数中に動的領域確保文があればオブジェクト生成関数変換部103は、オブジェクト生成関数にポインタ型仮引数を追加し動的領域確保文をポインタ型仮引数の変数への代入文に置き換えた静的オブジェクト生成関数を生成する。例文帳に追加

When the dynamic area securing sentence exists in the object generating function, an object generating function converting part 103 adds a pointer type tentative argument to the object generating function and generates a static object generating function by replacing the dynamic area securing sentence with a substitution sentence for the variable of the pointer type tentative argument. - 特許庁

宣言された変数に対して、静的にメモリ領域を確保してオブジェクトコードを生成するコンパイラにおいて、変数の値が、プログラムを実行した結果、型宣言されたサイズより小さい値しか持ち得ない場合に、型宣言されたサイズより小さいメモリ領域を確保してオブジェクトファイルを生成する。例文帳に追加

In this compiler for generating an object code by statically securing a memory region for declared variables, when the values of the variables are smaller than the type-declared size as the result of executing a program, a memory region whose size is smaller than the type-declared size is secured so that an object file can be generated. - 特許庁

例文

中央処理部1が、プログラムメモリ2に格納されたプログラムを断続的に実行し、ヒープメモリ4または静的変数記憶部7内の変数からの参照の数を参照カウント数として、ヒープメモリ4内にメモリ領域に対応づけて格納し、プログラムの処理が実行終了するごとに、参照カウント数が0であるメモリ領域を開放するガベジコレクション処理を行うメモリ管理方法及びメモリ管理装置である。例文帳に追加

A central processing part 1 intermittently executes a program stored in a program memory 2, and stores the number of references from variables in a heap memory 4 or a static variable storing part 7 as a reference count number in the heap memory 4 by making it correspond to a memory region, and opens the memory region whose reference count number is 0 each time the execution of the processing of the program is ended. - 特許庁

索引トップ用語の索引



  
Copyright © Japan Patent office. All Rights Reserved.
  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS