1153万例文収録!

「"Stack frame"」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "Stack frame"に関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

"Stack frame"を含む例文一覧と使い方

該当件数 : 33



例文

Return the frame object for the caller's stack frame. 例文帳に追加

呼び出し元のフレームオブジェクトを返します。 - Python

Next, a stack frame to allocate the address A is detected and defined as a current stack frame.例文帳に追加

次に、アドレスAを割り当てるスタック・フレームを検出して、現在のスタック・フレームとする。 - 特許庁

STACK FRAME FOR TABLEWARE BASKET AND MANUFACTURING METHOD FOR THE SAME, AND TABLEWARE BASKET WITH STACK FRAME例文帳に追加

食器かご用スタックフレーム及びその製造方法並びにスタックフレーム付食器かご - 特許庁

If the current stack frame is not handling an exception, the information is taken from the calling stack frame,or its caller, and so on until a stack frame is found that is handling an exception.例文帳に追加

現在のスタックフレームが例外処理中でない場合、例外処理中のスタックフレームが見つかるまで次々とその呼び出し元スタックフレームを調べます。 - Python

例文

Enter the debugger at the calling stack frame. 例文帳に追加

スタックフレームを呼び出したところでデバッガに入ります。 - Python


例文

Extract the raw traceback from the current stack frame. 例文帳に追加

現在のスタックフレームから生のトレースバックを取り出します。 - Python

The stack frame release processing adds or subtracts the size of a stack frame 2 used by the subroutine processing to or from a stack pointer 5 pointing the address of the stack 10 to release a stack frame 2.例文帳に追加

スタックフレーム解放処理は、スタック10のアドレスを指すスタックポインタ5に、サブルーチン処理で用いたスタックフレーム2のサイズを加算または減算することにより、当該スタックフレーム2を解放する。 - 特許庁

The information returned is specific both to the current thread and to the current stack frame.例文帳に追加

この値は、現在のスレッド・現在のスタックフレームのものです。 - Python

All stack frames are enumerated, and whether the stack frame is a dump object is determined for each stack frame, and only information which can be referenced from the stack frame determined as the dump object is output to a core file.例文帳に追加

全てのスタックフレームを列挙し、スタックフレーム毎にダンプ対象であるか否かを判断し、ダンプ対象と判定されたスタックフレームから参照可能な情報のみコアファイルに出力する。 - 特許庁

例文

function allocates size bytes of space in the stack frame of the caller. 例文帳に追加

関数は、sizeバイトの領域を呼出元のスタック・フレームに割り付ける。 - JM

例文

There is no error indication if the stack frame cannot be extended. 例文帳に追加

スタックフレームが拡張できなかった場合、エラー通知は行われない。 - JM

It describes stack frame objects, traceback objects, and slice objects.例文帳に追加

このオブジェクトではスタックフレーム、トレースバック、スライスオブジェクトを記述しています。 - Python

On initial suspension, the top-most stack frame is selected automatically.例文帳に追加

最初の中断では、最上位のスタックフレームが自動的に選択されます。 - NetBeans

The optional f argument can be used to specify an alternate stack frame to start.例文帳に追加

オプションのf引数は代わりの最初のスタックフレームを指定するために使えます。 - Python

Then, the return subroutine processing and the stack frame release processing are processed based on one command.例文帳に追加

そして、リターンサブルーチン処理とスタックフレーム解放処理とを一命令で処理する。 - 特許庁

END FOR RELATED THREAD GROUP BASED ON CHANGE IN PROGRAM COUNTER OF SELECTED STACK FRAME例文帳に追加

選択したスタックフレームのプログラムカウンタの変更による関連するスレッドグループの終了 - 特許庁

If the stack frame viewed at present includes a pointer for the address included in the working set, processing is advanced to a next stack frame but if not, in the processing system, scanning of the stack is finished there.例文帳に追加

現在見ているスタック・フレームが、ワーキング・セットに含まれているアドレスに対するポインタを含むなら、次のスタック・フレームに進み、そうでないなら、処理系は、そこでスタックの走査を終了する。 - 特許庁

is allocated within the stack frame, that space is automatically freed if the function return is jumped over by a call to longjmp (3) 例文帳に追加

により割り当てられる空間はスタックフレームから割り当てらるので、関数の戻り先がlongjmp (3) - JM

Tail-call optimization causes one stack frame to replace another. 例文帳に追加

末尾呼び出しの最適化 (tail-call optimization) を行うと、あるスタックフレームが別のスタックフレームを置き換える可能性がある。 - JM

If the identifier is valid in the selected call stack frame, its value is displayed.例文帳に追加

選択した呼び出しスタックフレーム内で識別子が有効である場合は、その値が表示されます。 - NetBeans

The activation record (also called the stack frame) associated with a procedure activation is a typical example of a data aggregate. 例文帳に追加

手続きの活動化に関連する活動化レコード(スタックフレームとも呼ばれる)はデータ集合体の典型的な例である。 - コンピューター用語辞典

The processor has an instruction for making an arithmetic processing unit execute return subroutine processing and stack frame release processing.例文帳に追加

本発明に係るプロセッサは、リターンサブルーチン処理と、スタックフレーム解放処理とを演算処理装置に実行させる命令を有するプロセッサである。 - 特許庁

The use of a local stack frame is critically important to the programmer who wishes to write re-entrant or recursive functions. 例文帳に追加

局所スタック・フレームの使用は,再入可能関数または帰納的関数を書き込みたいプログラマーにとってきわめて重要である. - コンピューター用語辞典

You can double-click on a call stack frame to select it, then explore any variable or expression values for that frame in the LocalVariables and Watches windows.例文帳に追加

呼び出しスタックフレームをダブルクリックして選択したら、「局所変数」ウィンドウと「ウォッチポイント」ウィンドウでフレームの変数や式の値を確認できます。 - NetBeans

When a parameter indicating the address added to the working set is found in the current stack frame, that address is rewritten into an address of a corresponding heap object.例文帳に追加

現在のスタック・フレーム中に、ワーキング・セットに追加されたアドレスを指し示す変数がみつかると、それを、対応するヒープ・オブジェクトのアドレスに書き換える。 - 特許庁

When a field of the stack object in the current stack frame indicates the address included in the working set, in the processing system, the address of that stack object is added to the working set.例文帳に追加

現在のスタック・フレーム中のスタック・オブジェクトのフィールドが、ワーキング・セットに含まれているアドレスを指し示すなら、処理系は、そのスタック・オブジェクトのアドレスを、ワーキング・セットに追加する。 - 特許庁

After the program 1 is completed, a table display controlling part 5 displays a stack frame, etc., included in the dump information when it is discriminated that the dump information is recorded on the table 4.例文帳に追加

アプリケーションプログラム1の完了後、テーブル表示制御部5は、管理テーブル4にダンプ情報が記録されていると判別した場合に、ダンプ情報に含まれるスタックフレーム等を表示する。 - 特許庁

It supports setting(conditional) breakpoints and single stepping at the source line level, inspection of stack frames, source code listing, and evaluation of arbitrary Python code in the context of any stack frame.例文帳に追加

(条件付き)ブレークポイントの設定やソース行レベルでのシングルステップ実行、スタックフレームのインスペクション、ソースコードリスティングおよびいかなるスタックフレームのコンテキストにおける任意のPythonコードの評価をサポートしています。 - Python

A stack frame for a tableware basket that can bear the upper tableware basket is fitted on the rim of the upper opening of the lower tableware basket when the tableware baskets are stacked.例文帳に追加

食器かごを上下に積み重ねるときに、下側の食器かごの上縁開口部に装着されるフレームであって、上側の食器かごを支持できることを特徴とした食器かご用スタックフレームによって課題を解決した。 - 特許庁

For each such variable, a cell object is created to store the value; the local variables of each stack frame that references the value contains a reference to the cells from outerscopes which also use that variable.例文帳に追加

セルは各変数について作成され、各々の値を記憶します; この値を参照する各スタックフレームにおけるローカル変数には、そのスタックフレームの外側で同じ値を参照しているセルに対する参照が入ります。 - Python

This version does not copy types like module, class, function, method,stack trace, stack frame, file, socket, window, array, or any similartypes.Classes can use the same interfaces to control copying that they use to control pickling.例文帳に追加

現在のバージョンでは、モジュール、クラス、関数、メソッド、スタック追跡、スタック構造、ファイル、ソケット、ウィンドウ、アレイ、その他これらに類似の型をコピーしません。 クラスでは、pickle 化を制御するためのインタフェースと同じインタフェースをコピーの制御に使うことができます。 - Python

Thus, because it is impossible to precisely anticipate the relative position of a return address storing area RA, in a stack frame from the source code or the like, it becomes very difficult to rewrite the return address with a destination address (the start address of the malicious program code) by the stack-smashing attack.例文帳に追加

このようにすると、スタックフレーム中でのリターンアドレス格納領域RAの相対位置をソースコード等から事前に正確に知ることは不可能であるため、スタックスマッシング攻撃でリターンアドレスを目的のアドレス(悪意のあるプログラムコードの開始アドレス)に書き換えることは極めて難しくなる。 - 特許庁

例文

signal(2).)When threads are enabled, this function can only be called from the main thread; attempting to call it from other threads will cause a ValueError exception to be raised. The handler is called with two arguments: the signal number and the current stack frame (None or a frame object;for a description of frame objects, see the reference manual section on the standard type hierarchy or see the attribute descriptions in the例文帳に追加

)複数スレッドの使用が有効な場合、この関数は主スレッドからのみ呼び出すことができます; 主スレッド以外のスレッドで呼び出そうとすると、例外ValueError が送出されます。 handler は二つの引数: シグナル番号、および現在のスタックフレーム(None またはフレームオブジェクト; フレームオブジェクトについての記述はリファレンスマニュアルの標準型の階層 か、 - Python




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
Copyright © Japan Patent office. 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.
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS