1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > stack overflowの意味・解説 > stack overflowに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

stack overflowの部分一致の例文一覧と使い方

該当件数 : 36



例文

DETECTION METHOD OF STACK OVERFLOW例文帳に追加

スタックオーバーフローの検出方法 - 特許庁

To surely detect stack overflow.例文帳に追加

スタックオーバーフローをより確実に検出する。 - 特許庁

STACK OVERFLOW DETECTING METHOD AND STACK UNDERFLOW DETECTING METHOD例文帳に追加

スタックオーバーフロー検出方法及びスタックアンダーフロー検出方法 - 特許庁

To determine stack overflow by simpler processing.例文帳に追加

より簡易な処理によってスタックオーバフローの判定を可能とする。 - 特許庁

例文

buffer [stack] overflow 例文帳に追加

バッファー[スタック]オーバーフロー《データがバッファー[スタック]にはいりきらなくなるエラー》 - 研究社 英和コンピューター用語辞典


例文

Thus, by using a function of the watchdog timer 105, stack overflow detection and corresponding processing at detection of stack overflow are performed.例文帳に追加

つまり、ウォッチドッグタイマ105の機能を利用して、スタックオーバーフローの検出およびスタックオーバーフロー検出時の対応処理を行う。 - 特許庁

INFORMATION PROCESSING SYSTEM, METHOD FOR DETECTING OCCURRENCE OF STACK OVERFLOW, AND PROGRAM例文帳に追加

情報処理システム、スタックオーバーフローの発生検出方法及びプログラム - 特許庁

To detect the occurrence of unauthorized memory access by surely discriminating stack overflow.例文帳に追加

スタックオーバーフローを確実に判別し、不正なメモリアクセスの発生を検出する。 - 特許庁

Therefore, any stack overflow can be detected.例文帳に追加

したがって、どのようなスタックオーバーフローであっても検出することが可能となる。 - 特許庁

例文

The inlined code often consists of a single instruction adjusting the stack pointer, and does not check for stack overflow. 例文帳に追加

通常このインラインコードはスタックポインタを移動する1 つの命令 (instruction) から構成されており、スタックオーバーフローをチェックしない。 - JM

例文

If the allocation causes stack overflow, program behavior is undefined. 例文帳に追加

割り付けによってスタックオーバーフローが起った場合のプログラムの動作は定義されていない。 - JM

When a stack overflow is detected in an overflow detection part 101, data of the result rewritten by the overflow are acquired by a data acquisition part 102.例文帳に追加

オーバーフロー検知部101においてスタックオーバーフローオーバーフローが検知された場合、データ取得部102において、このオーバーフローにより書き換えられた結果のデータが取得される。 - 特許庁

To suppress lowering of processing speed of Java (R) accelerator, even if stack overflow is generated in a stack storing part.例文帳に追加

スタック記憶部においてスタックオーバーフローが発生しても、Java(R)アクセラレータ装置の処理速度の低下を抑制できるようにする。 - 特許庁

To enable a defense against a stack-smashing attack that changes an attack code for each attack, when a buffer overflow occurs.例文帳に追加

攻撃コードを攻撃の度に変化させるスタックスマッシング攻撃に対する防御を可能とする。 - 特許庁

To provide a microprocessor for performing at a high speed buffer overflow detection for preventing stack smashing.例文帳に追加

スタックスマッシングを防止するバッファオーバーフロー検出を高速に行うマイクロプロセッサを提供する。 - 特許庁

When executing a program, a stack overflow detection address and stack pointer address preset to a stack overflow register 1 and a stack pointer register 2 are compared and in the case of coincidence, an interruption request is generated and the debugger executes break processing while using a leading address 6a of break processing preset to an overflow interruption vector area 6b.例文帳に追加

プログラムが実行する際に、スタックオーバーフローレジスタ1、スタックポインタレジスタ2に予め設定されたスタックオーバーフロー検出アドレスとスタックポインタアドレスとを比較して一致した場合、割り込み要求を発生し、デバッガがオーバーフロー割り込みベクタ領域6bに予め設定されたブレーク処理の先頭アドレス6aを使ってブレーク処理を実行する。 - 特許庁

To provide an information processing system incorporated to an OS or a multitask OS, capable of detecting a stack breakage resulting from an overflow of stack without troubling an operator, a method for detecting the stack of overflow, and the OS.例文帳に追加

本発明はスタックのオーバーフローを起因とするスタック破壊の検出について、オペレータの手間をかけずに検出できるOS、マルチタスクOSに組み込まれる情報処理システム、スタックオーバーフローの発生検出方法及びOSを提供することを課題とする。 - 特許庁

To suppress the occurrence of a stack overflow or a stack underflow to prevent the execution performance of a program from being degraded by them in program code generation for a processor which has an architecture using a register stack.例文帳に追加

レジスタスタックを使用するアーキテクチャを持った処理装置に対するプログラムコードの生成において、スタックオーバーフローやスタックアンダーフローの発生を抑制し、これらによるプログラムの実行性能の低下を防止する。 - 特許庁

To enable a logic analyzer to precisely test the overflow state and the underflow state of a stack memory inside a device under test.例文帳に追加

ロジック・アナライザで、被試験装置内のスタック・メモリのオーバーフロー状態及びアンダーフロー状態を正確に試験する。 - 特許庁

A stack overflow occurs when there is not enough space in memory to run the hardware interrupt routines. 例文帳に追加

スタックあふれは、ハードウェア割り込みルーチンを走らせるのにメモリ上に十分な空間がなくなった時に起る。 - コンピューター用語辞典

This limit prevents infinite recursion from causing an overflow of the C stack and crashingPython.例文帳に追加

この制限はPythonプログラムが無限に再帰し、Cスタックがオーバーフローしてクラッシュすることを防止するために設けられています。 - Python

To prevent a microcomputer from performing abnormal operations by detecting the generation of stack overflow due to collision between the stack area and a data area of a RAM built in the microcomputer.例文帳に追加

マイクロコンピュータ内蔵RAMのスタック領域がデータ領域とぶつかってスタックオーバーフローになったことを検知して、当該マイクロコンピュータが異常動作するのを防止する。 - 特許庁

Upon occurrence of a dispatch or interruption request, a dispatcher or an interruption handler of the OS examines to a stack point value to check for overflow of stack.例文帳に追加

ディスパッチ若しくは割り込み要求が生じたとき、OSのディスパッチャ若しくは割り込みハンドラはスタックポインタ値を調べスタックのオーバーフローが発生していないかをチェックする。 - 特許庁

Thereby, overflow of the adhesive 62 from between the separators during the manufacture of the fuel cell stack can be suppressed.例文帳に追加

これにより、燃料電池スタック製造におけるセパレータ間からの接着剤62のはみ出しを抑制することができる。 - 特許庁

This limit prevents infinite recursion from causing an overflow of the C stack and crashing Python. The highest possible limit is platform-dependent.例文帳に追加

この制限はPythonプログラムが無限に再帰し、Cスタックがオーバーフローしてクラッシュすることを防止するために設けられています。 - Python

Before the activation of a task, a stack area initializing part 231 initializes the stack areas to be used for respective tasks and when the execution of the task is interrupted, data at the final part of the stack area used for this task are read out by a stack boundary monitoring part 2 and compared with the initialized data in the stack area so that the occurrence of overflow of tasks can be detected.例文帳に追加

スタック領域初期化部231がタスクの起動前に各タスクの使用するスタック領域を初期化し、タスクの実行が中断されたときにスタック境界監視部232がこのタスクの使用するスタック領域の最終部分のデータを読み出し、スタック領域の初期化データと比較することでスタックのオーバーフローが発生したことを検出する。 - 特許庁

In order to protect the kernel against stack overflow, and also to protect against denial of service, there are limits on the maximum recursion depth, and on the maximum number of symbolic links followed. 例文帳に追加

カーネルをスタックオーバーフローやサービス拒否 (denial of service) から守るため、再帰の最大の深さとシンボリックリンクを辿る最大回数に制限がある。 - JM

Also, by attaining constitution that a stack register 14 outputs the leading address of the instruction code memory 15 at the time of overflow, the runaway at the time of recovery from a sub-routine is evaded.例文帳に追加

また、スタックレジスタ14が、オーバーフロー時に命令コードメモリ15の先頭アドレスを出力する構成とすることで、サブルーチンからの復帰時の暴走を回避する。 - 特許庁

When a stack area continuously secured in the direction from the uppermost address of the RAM to the lower address grows in accordance with the execution of software and collides with the data area, the known value monitored in a prescribed period changes so that stack overflow can be detected.例文帳に追加

当該RAMの最上位アドレスから下位アドレス方向へ連続的に確保されたスタック領域が、ソフトウェア実行と共に増加してデータ領域とぶつかれば、所定周期で監視していた前記既知値が変化し、スタックオーバーフローを検出できる。 - 特許庁

In a determination part 103, whether the stack overflow is caused by input of wrong data or not is determined based on data acquired by the acquisition part 102.例文帳に追加

判定部103では、データ取得部102において取得されたデータに基づいて、スタックオーバーフローが不正データの入力により引き起こされたものであるか否かが判定される。 - 特許庁

To solve a problem that, right after starting a power supply, a conventional game machine executes a process for a time of a power cutoff due to an insufficient power supply voltage and causes a stack overflow.例文帳に追加

従来の遊技機では、電源供給が開始された直後等に、供給電源の電圧が十分でないことにより、電断時処理が実行されてスタックオーバーフローを起こしてしまう。 - 特許庁

A code area 10 in which an instruction to be executed when processing is returned from an object function is stored and a stack area 11 as a work area are assigned to the RAM of a computer system in which a buffer overflow detection device (buffer overflow detection program) is integrated.例文帳に追加

バッファオーバーフロー検知装置(バッファオーバーフロー検知プログラム)が組み込まれたコンピュータシステムのRAM内には、対象関数から処理が戻った際に実行される命令が記憶されているコード領域10と、作業領域であるスタック領域11とが割り当てられる。 - 特許庁

To contribute to the healthy development of a game industry in general by detecting the overflow of a stack area, taking a required measure such as the stoppage of a program and enabling judgement of propriety by an external device.例文帳に追加

スタック領域のオーバフローを検出して、プログラムの停止等、所要の処置を講じることができるとともに、外部装置で正当性を判定可能にし、以って遊技業界全般の健全な発展に寄与する。 - 特許庁

To provide an image processor having a labeling function for surely extracting a specific object in a short time from an image, without causing an overflow, even when having a stack memory of small capacity.例文帳に追加

容量が小さなスタックメモリを備える場合であってもオーバーフローの発生を回避し、画像から短時間で確実に特定オブジェクトを抽出することができるラベリング処理が可能な画像処理装置を提供する。 - 特許庁

When stack overflow occurs, the watchdog keys KY1 and KY2 in the watchdog key area a11 are written over and the predetermined reset operation cannot be performed, so a reset signal is output to a CPU main body 101 and a micro computer is stopped.例文帳に追加

スタックオーバーフローが生じた場合は、ウォッチドッグキー領域a11のウォッチドッグキーKY1、KY2が書き換えられてしまい所定のリセット操作が行われないためCPU本体101に対してリセット信号が出力されマイクロコンピュータが停止する。 - 特許庁

例文

When the borrow bit is "0", the retreat processing is ended (S103: "0" ), and when the borrow bit is "1" (S103: "1"), a space area for retreating the CPU information is not left any more and the occurrence of stack overflow is determined, so that an interruption request is set (S104).例文帳に追加

このボロービットが「0」であれば、この退避処理を終了し(S103:「0」)、ボロービットが「1」であれば(S103:「1」)CPU情報を退避する空き領域はもう残っておらず、スタックオーバフローが発生したことになり、割り込み要求をセットする(S104)。 - 特許庁




  
コンピューター用語辞典
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 (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-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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS