| 意味 | 例文 (63件) |
Also, a call stack when the loop start point candidate is executed and a call stack when the end is executed are compared.例文帳に追加
また、ループ始点候補の実行時におけるコールスタックと、末尾の実行時におけるコールスタックを比較する。 - 特許庁
If that is deeper than the call stack,ValueError is raised. 例文帳に追加
depthがコールスタックよりも深ければ、ValueErrorが発生します。 - Python
The Local Stack is very similar to the call/return stack in procedural languages. 例文帳に追加
この局所スタックは, 手続き型言語における呼出し/戻りスタックによく似ている. - コンピューター用語辞典
Explore the Local Variables and Call Stack tabs. 例文帳に追加
「局所変数」タブと「呼び出しスタック」タブを確認します。 - NetBeans
When the debugger is suspended, the Call Stack window shows the sequence of function calls (i.e., the call stack).例文帳に追加
デバッガが中断されているとき、「呼び出しスタック」ウィンドウには、一連の関数呼び出し、つまり呼び出しスタックが表示されます。 - NetBeans
Call the signal handler on an alternate signal stack provided by sigaltstack (2). 例文帳に追加
sigaltstack (2) で提供される別のシグナル・スタックでシグナルハンドラを呼び出す。 - JM
Tail-call optimization causes one stack frame to replace another. 例文帳に追加
末尾呼び出しの最適化 (tail-call optimization) を行うと、あるスタックフレームが別のスタックフレームを置き換える可能性がある。 - JM
Below the parameters, the function object to call is on the stack.例文帳に追加
スタック上のパラメータの下には、呼び出す関数オブジェクトがあります。 - Python
The Debugging window integrates the Sessions, Threads and Call Stack views. 例文帳に追加
「デバッグ」ウィンドウには、セッション、スレッド、呼び出しスタックなどのビューが統合されています。 - NetBeans
When the user reconstitutes the built-in real-time OS, he can selectively use, as a realizing method of a system call process, the system stack method 302 executing each system call process by using a system stack secured on the system or the user stack method 303 executing each system call process by using the user stack of a call task.例文帳に追加
組み込み用リアルタイムオペレーティングシステムの再構築の際には、システムコール処理の実現方式として、各システムコール処理をシステムに確保された1つのシステムスタックを使用して実行するシステムスタック方式302、各システムコール処理を呼び出しタスクのユーザスタックを使用して実行するユーザスタック方式303の内のいずれを用いるかを選択可能とする。 - 特許庁
Note that the Call Stack tab shows the relationship between the JSP code and the generated servlet methods.例文帳に追加
「呼び出しスタック」タブに JSP コードと生成されたサーブレットメソッドとの関係が表示されます。 - NetBeans
By default, the IDE opens three Debugger windows: the Local Variables window, Watches window, and Call Stack window. 例文帳に追加
デフォルトでは IDE は、「ローカル変数」、「ウォッチポイント」、「呼び出しスタック」の 3 つの「デバッガ」ウィンドウを開きます。 - NetBeans
The Call Stack window lists the sequence of calls made during execution. 例文帳に追加
「呼び出しスタック」ウィンドウには、実行中に行われた一連の呼び出しが一覧表示されます。 - NetBeans
You can also navigate directly to the location where the call took place by right-clicking in the Call Stack window and choosing Go to Source.例文帳に追加
「呼び出しスタック」ウィンドウ内を右クリックし、「ソースへ移動」を選択することで、呼び出し元に直接移動することもできます。 - NetBeans
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
If the identifier is valid in the selected call stack frame, its value is displayed.例文帳に追加
選択した呼び出しスタックフレーム内で識別子が有効である場合は、その値が表示されます。 - NetBeans
The Call Stack window shows the stack of calls to the functions in the reverse order with the last called function at the top of the list: 例文帳に追加
「呼び出しスタック」ウィンドウに、関数への呼び出しのスタックが逆の順序で表示されます。 最後に呼び出された関数がリストの先頭に表示されます。 - NetBeans
By default, numerous windows are activated in the lower region of the IDE, including the Watches, Local Variables, and Call Stack windows.例文帳に追加
デフォルトでは、IDE の下部領域で、「ウォッチポイント」、「局所変数」、「呼び出しスタック」など、複数のウィンドウがアクティブになります。 - NetBeans
When letting the exception bubble up, the exception just isn't handled and will continue up the call stack in search of a handler. 例文帳に追加
元の例外をそのまま放置すると、例外は処理されず、コールスタックをさかのぼって別のハンドラを探します。 - PEAR
A return address stack operates when a completed branch instruction is equivalent to the call instruction or the return instruction.例文帳に追加
リターンアドレススタックは、完了した分岐命令がコール命令又はリターン命令に相当するときに動作する。 - 特許庁
The method and apparatus includes a first stack module 272 allocated in response to a first function call of a software program running on a processor system and a second stack module 274 allocated in response to a second function call of the software program, wherein the second stack module 274 is allocated discontinuously with respect to the first stack module 272.例文帳に追加
プロセッサシステム上で実行されているソフトウエアプログラムの第1のファンクションコールに応じて、第1のスタックモジュール272を配置し、そのソフトウエアプログラムの第2のファンクションコールに応じて、第2のスタックモジュール274を配置し、その第1のスタックモジュール272に対して、その第2のスタックモジュール274を非連続に配置する方法および装置を提供する。 - 特許庁
At the time when branch history 210 detects presence of a call instruction, an address of a return destination of a return instruction corresponding to the call instruction is stored in a return address stack X240.例文帳に追加
ブランチヒストリ210がコール命令の存在を検出した時点でリターンアドレススタックX240にそのコール命令に対応するリターン命令の戻り先のアドレスを格納する。 - 特許庁
The information of a call stack being the calling information of a sub-routine in a program under execution is received from a CPU 30.例文帳に追加
実行中のプログラムにおけるサブルーチンの呼び出し情報であるコールスタックの情報をCPU30から受け付ける。 - 特許庁
To effectively use registers left over, when an end function in a function call is executed in an architecture having a register stack.例文帳に追加
レジスタスタックを持つアーキテクチャにおいて、関数呼び出しの末端関数実行時に余るレジスタを有効に活用する。 - 特許庁
The debugger starts and the applicationruns,and the Local Variables, Watches, and Call Stack windows open.例文帳に追加
デバッガが起動し、アプリケーションが実行されて、「局所変数」ウィンドウ、「ウォッチポイント」ウィンドウ、および「呼び出しスタック」ウィンドウが開きます。 - NetBeans
The debuggerstarts and the applicationruns,and the Local Variables, Watches, and Call Stack windows open. 例文帳に追加
デバッガが起動し、アプリケーションが実行されて、「ローカル変数」ウィンドウ、「ウォッチポイント」ウィンドウ、および「呼び出しスタック」ウィンドウが開きます。 - NetBeans
The first entry in the returned list represents the caller; the last entry represents the outermost call on the stack.例文帳に追加
最初の要素は呼び出し元のフレームレコードで、末尾の要素はスタックにあるもっとも外側のフレームのフレームレコードとなります。 - Python
The method includes intercepting a library call associated with the multimedia communications standard in a modified TCP/IP stack and registering identification data associated with the library call.例文帳に追加
この方法は、修正されたTCP/IPスタック内のマルチメディア通信標準規格と関連付けられたライブラリ呼び出しを傍受し、ライブラリ呼び出しと関連付けられた識別データを登録することを含む。 - 特許庁
A multi-protocol stack 140 has call controllers 141, 142 which perform processing for establishing an active call from calling side telephone 200 to called party telephone for every provider, and performs call establishment process corresponding to a selected provider.例文帳に追加
マルチプロトコルスタック部140は、発呼側電話機200から着呼側電話機への呼を確立するための処理を行う呼制御部141,142をプロバイダ毎に備え、選択されたプロバイダに対応する呼確立処理を実行する。 - 特許庁
The key-and-password generating management apparatus 100 creates a key storing password from call information (such as a call stack) of the business application apparatus 500, in which it is difficult for even a manager or developer to obtain the call information, and from the password information, which is input by the manager.例文帳に追加
鍵・パスワード生成管理装置100は、管理者・開発者にも入手が困難な業務アプリケーション装置500の呼び出し情報(コールスタック等)と管理者の入力するパスワード情報からキーストアパスワードを作成する。 - 特許庁
To provide a software debugging device and method for correctly displaying a call stack when tail call optimization is performed by using a break point during debugging of software without interrupting execution every time function call is made.例文帳に追加
ソフトウェアのデバッグ中にブレークポイントを使用して関数呼び出し毎に実行を中断することなく、末尾呼び出しの最適化が行われた場合のコールスタックを正しく表示することができるソフトウエアデバッグ装置及び方法を提供する。 - 特許庁
In addition, when processing a deletion signal, a table number included in the received call signal is deleted from a stack area (registration deletion).例文帳に追加
また、消去信号処理時は、受信された呼出信号に含まれるテーブル番号をスタック領域から消去する(登録消去)。 - 特許庁
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
The default for depth is zero, returning the frame at the top of the call stack. This function should be used for internal and specialized purposes only.例文帳に追加
depthのデフォルト値は0で、この場合はコールスタックのトップのフレームを返します。 この関数は、内部的な、特殊な用途にのみ利用することができます。 - Python
Other blocks of memory must be more persistent than a single system call, and thus could not be allocated on the stack even if there was space. 例文帳に追加
しかしメモリブロックは一つのシステムコールよりも 長く持続していなければならないため、スタックに空きがあったとしても、そこに割り当てることはできないでしょう。 - FreeBSD
The functions of a device to be controlled 3 are controlled by storing the transition history of function calls specified by a user's operations in a control stack using the last in first out method, and executing a function call stored in the top of the control stack.例文帳に追加
ユーザ操作により指示される機能の遷移履歴を、後入れ先出しの構造で調停スタックに保持させ、調停スタックに最上位に位置付けて保持されている機能を実現するように、制御対象機器3の機能制御を行う。 - 特許庁
An instruction analysis part 103 analyzes the functions of the instruction sequence and the call relation among the functions by disassembling the execution form program and analyzes and decides whether or not an instruction of the execution form program is a stack analysis object instruction.例文帳に追加
実行形式プログラムを逆アセンブルし、得られた命令列の中からスタック操作命令を探索し、そのスタック操作命令で消費するスタックサイズを計算する。 - 特許庁
For machines which must pop arguments after a function call, the compiler normally lets arguments accumulate on the stack for several function calls and pops them all at once. 例文帳に追加
関数呼出後に引数をポップしなければならないマシンにおいては、コンパイラは通常、いくつかの関数の引数をスタックに積んで、それらを同時にポップします。 - JM
Information equipment which performs data processing by cooperation of each program code developed in a memory and a central control unit, hooks a call of any one program code to perform stack layout check.例文帳に追加
メモリに展開された各プログラムコードと中央制御部との協働によりデータ処理を行う情報機器は、いずれかのプログラムコードの呼び出しをフックしてスタックレイアウトチェック処理を行う。 - 特許庁
To provide a software operation modeling device which reduces an overhead of software operation monitoring by simplifying state acquisition of a call stack accompanied by low-speed memory access while keeping detection precision high.例文帳に追加
検知精度を高く保ちつつ、低速なメモリアクセスを伴うコールスタックの状況取得を簡略化することにより、ソフトウェア動作監視におけるオーバーヘッドを低減するソフトウェア動作モデル化装置を提供する。 - 特許庁
Each sessions is broken down in its list of threads,and you can expand each suspended thread to its call stack, etc.You can resume/suspend threads with one click on the play/pause buttons. 例文帳に追加
各セッションはスレッドのリストで分類され、中断中の各スレッドをその呼び出しスタックなどに展開できます。 「実行」ボタンおよび「中断」ボタンをクリックすると、スレッドを再開または中断できます。 - NetBeans
These frames represent the calls that lead to the creation of frame.The first entry in the returned list represents frame; the last entry represents the outermost call on frame's stack.例文帳に追加
外側のフレームとはframeが生成されるまでのすべての関数呼び出しを示します。 戻り値のリストの先頭はframeのフレームレコードで、末尾の要素はframeのスタックにあるもっとも外側のフレームのフレームレコードとなります。 - Python
When a call instruction or an interrupt branch is executed by a CPU 100, a stack memory 300 pushes its return destination address, and pops the return destination address being pushed when a return instruction is executed.例文帳に追加
スタックメモリ300は、CPU100によってコール命令又は割込み分岐が実行されたとき、その復帰先アドレスをプッシュし、復帰命令が実行されたとき、プッシュしている復帰先アドレスをポップする。 - 特許庁
When system call or interruption is generated during task execution, only the contents of a register which is being used by the task among a plurality of registers owned by a CPU are saved(pushed) in the stack of the task which is being executed (S1).例文帳に追加
タスク実行中にシステムコールまたは割り込みが発生すると,実行中のタスクのスタックに,CPUが有する複数のレジスタのうち,このタスクにより使用されているレジスタの内容のみがセーブ(プッシュ)される(S1)。 - 特許庁
| 意味 | 例文 (63件) |
| 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 - 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/ ). |
| 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. |
| © 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 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 1994-2010 The FreeBSD Project. All rights reserved. license |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
