The body is terminated by a line with a count of zero.
ボディーは、文字カウントが 0 の行で終了する。 - JM
COUNT 1 (224) and COUNT 2 (226) are set to zero at the beginning of a call. COUNT1(224)とCOUNT2(226)は呼の始めでゼロに設定される。 - 特許庁
If count is zero, no more GraphicsExpose events follow for this window. count が 0 の場合には、このウィンドウに対してはそれ以上のGraphicsExposeイベントは続いて起こらない。 - XFree86
Let's use a one and a zero, and we can count by powers of two. 0と1を使おう そうすれば2の累乗で数えられる」 - 映画・海外ドラマ英語字幕翻訳辞書
A result of the zero cross count (a zero cross number ZC) is used for the evaluation value of automatic focusing. そしてこのゼロクロスカウント結果(ゼロクロス回数ZC)を、オートフォーカスの評価値として使用する。 - 特許庁
If count is zero and fd refers to a file other than a regular file, the results are not specified.
count が 0 で、fdが通常のファイル以外のファイルを参照している場合、その結果は規定されていない。 - JM
Hard drives count from zero rather than "a" and partitions start at zero rather than one. これは付ける必要があります。 ハードディスクドライブは、"a"ではなく0から、パーティションは1ではなく0からカウントされます。 - Gentoo Linux
If the first set is empty, then the initial security count is set to zero. 第1集合が空の場合、初期のセキュリティカウントはゼロに設定する。 - 特許庁
A breakpointbecomes active when the ignore count is zero.
通過カウントがゼロになったとき、ブレークポイントが機能する状態になります。 - Python
Then, the system resets the count to zero and resumes the execution of the loop. その後、システムがカウンタをゼロにリセットし、ループの実行を再び開始する。 - 特許庁
When an object's reference count becomes zero, the object is deallocated.
あるオブジェクトの参照カウントがゼロになると、そのオブジェクトは解放されます。 - Python
A comparing unit 96 asserts the timing signal for each timing at which the count value COUNT of the counter 92 zero-crosses. 比較部96は、カウンタ92のカウント値COUNTがゼロクロスするタイミングごとにタイミング信号をアサートする。 - 特許庁
Or, the vector count iovcnt is less than zero or greater than the permitted maximum.
もしくは、ベクタ数 iovcnt が 0 より小さいか許可された最大値よりも大きかった。 - JM
Description XtSetWMColormapWindowsreturns immediately if widget is not realized or if count is zero.
説明関数XtSetWMColormapWindowsは \\fIwidget\\fP がリアライズされていないか、\\fIcount\\fP が 0 であれば直ちに帰ってくる。 - XFree86
Until the increment count is brought to zero, an addition section 662 adds the value of the incremented word count as an increment value; and the increment count is decremented by "1" each time. 「増分回数」がゼロになるまで、加算部662によって増分値として「増分語数」の値が加算され、その度に「増分回数」が1つ減じられる。 - 特許庁
When the received frame is a proper frame, COUNT 1 (224) is reset to zero and COUNT 2 (226) is incremented by one. 受信フレームが良好の場合、COUNT1(224)はゼロにリセットされ、COUNT2(226)は1インクリメントされる。 - 特許庁
When the received frame is an improper frame, COUNT 1 (224) is incremented by one and COUNT 2 (226) is reset to zero. 受信フレームが不良の場合には、COUNT1(224)が1インクリメントされ、COUNT2(226)がゼロにリセットされる。 - 特許庁
The zero pixel counting circuit 14 searches holding contents of the zero flag register 12 in order to count and output the frequency of successive appearance of a zero coefficient. ゼロ画素カウント回路14は、ゼロフラグレジスタ12の保持内容を順番にサーチしてゼロ係数の連続出現回数をカウントして出力する。 - 特許庁
A counter 5 counts clocks while receiving the zero discrimination output and produces a zero value detection output when the count exceeds a prescribed value. カウンタ5はゼロ判定出力の間カウントし、カウント値が所定の値を超えると、ゼロ値検出出力を発生する。 - 特許庁
The zero counting means 4-1 and 4-2 count the number of zero during the period until 1 appears for the first time from the least significant digit bits of the mantissa part M0 and M1 and an adder 5 sums up their zerocount results of the mantissa parts M0 and M1. 零計数手段4−1及び4−2にて、仮数部M0及びM1の最下位ビットから1が現れるまでの0の個数をカウントし、仮数部M0及びM1の零計数結果を加算器5にて加算する。 - 特許庁
The mapping in the temporary guest physical address range is then removed if the reference count is zero. 次いで、参照カウントがゼロである場合、一時ゲスト物理アドレスレンジ内のマッピングが削除される。 - 特許庁
When the electronic counter is caused to execute the count-operation after a processing for restoring the count value of the electronic counter to zero is executed, the mechanical counter is also caused to execute the count-up operation. あるいは、電子カウンタのカウント値をゼロに復帰させる処理を行なった後、電子カウンタにカウントアップ動作を行なわせる時には、メカニカルカウンタにもカウントアップ動作を行なわせる。 - 特許庁
When non-zero,the count is decremented each time the breakpoint is reached and the breakpoint is not disabled and any associated condition evaluates to true. ゼロでないときは、そのブレークポイントが無効にされず、どんな関連条件も真に評価されていて、ブレークポイントに来るたびにcountが減らされます。 - Python
When the count value of the electronic counter exceeds a numerical value (zero, for example) which is previously decided, the mechanical counter 6 is caused to execute the count-up operation. 例えば、電子カウンタのカウント値が予め定められた数値(例えばゼロ)を越えた時に、メカニカルカウンタ6にカウントアップ動作を行なわせる。 - 特許庁
Hint: to align the end of a structure to the alignment requirement of a particular type, end the format with the code for that type with a repeat count of zero. ヒント: 特定の型によるアラインメント要求に従うように構造体の末端をそろえるには、count をゼロにした特定の型でフォーマットを終端します。 - Python
A zerocount section 101 measures a coefficient 0 until a value of a DCT coefficient of image information reaches a value other than 0. ゼロカウント部101は画像情報のDCT係数の値が0以外まで係数0を計測する。 - 特許庁
Hard drives count from zero rather than "a" and partitions start at zerorather than one.
それらは必要なものです。 ハードディスクドライブは、"a"ではなく0から、パーティションは1ではなく0からカウントされます。 - Gentoo Linux
When the count value becomes zero, a periodical diagnosis control part 40 outputs an instruction for executing periodical diagnosis. 定期診断制御40は、カウント値がゼロになったときに定期的診断を行う旨の指示を出す。 - 特許庁
Then, when the count value of the drive counter 14 becomes zero, the output of the output gate 20 is stopped. そして、ドライブカウンタ14のカウント値が0になったことで出力ゲート20の出力を停止する。 - 特許庁
If the reference count reaches zero, theobject's type's deallocation function (which must not be NULL) is invoked. 参照カウントがゼロになったら、オブジェクトの型のメモリ解放関数(NULLであってはならない)が呼ばれます。 - Python
The clock signal is counted by the zero cleared counter 34, a falling zero cross of a voltage waveform is detected by the second zero cross detecting circuit 30, and count data are latched by a sent latch signal. ゼロクリアされたカウンタ34でクロック信号がカウントされ、第2のゼロクロス検出回路30で電圧波形の立ち下がりゼロクロスを検出して送られるラッチ信号によって、カウントデータがラッチされる。 - 特許庁
The counter circuit 22 resets the count value Dc to "zero" in response to the input counter reset signal Src. そして、カウンタ回路22は、入力されたカウンタリセット信号Srcに応答してカウント値Dcを「0」にリセットする。 - 特許庁
When the key of the copying SW is depressed again (Y in S625), timer count is set as zero (S627), the copying operation is performed. 再びコピーSWが押されると(S625;Y)、タイマーカウントを0にして(S627)、コピー動作を実行する。 - 特許庁
When a region is evicted from the RCA, and lines from the evicted region still reside in the processor's caches (i.e., the region's line-count is non-zero), the RCA line-count is added to the corresponding RVH count. 領域がRCAから追い出され、追い出された領域からのラインがまだプロセッサのキャッシュにある(すなわち、領域のライン・カウントが非ゼロ)と、RCAライン・カウントが、対応するRVHカウントに追加される。 - 特許庁
When the count value is not zero in step 406, it returns to step S404, and in the case of zero, it does to step S407 so as to execute the transaction for power off. ステップS406において、カウント値が0でない場合はステップS404に戻り、0の場合はステップS407に進んで、電源オフに向かう処理を実行する。 - 特許庁
When the count reaches a given value (e.g, zero), the file is destroyed or otherwise prevented from being transferred from the source device. カウントが所与の値(例えばゼロ)に達すると、ファイルは破壊されるか、またはソース装置から転送されないようにする。 - 特許庁
The counter section 2 outputs the count to the zero point detection means 3, and a signal from the memory 12 is added to the count as a plus minus signal +/-. このカウンタ部2の出力をカウント値として出力すると共に零点検出手段3に入力させ、かつメモリ12からの信号をプラスマイナス信号+/−としてカウント値に付加している。 - 特許庁
For the purpose of this limit, each time a process makes a blocking system call, the count of its consumed CPU time is reset to zero.
この上限の目的のため、プロセスがブロッキング型のシステムコールを呼び出す度に、消費された CPU 時間のカウントは 0 にリセットされる。 - JM
Those other objects may be deallocated in turn, if this decrement makes their reference count become zero, and so on.
デクリメントの結果、他のオブジェクトの参照カウントがゼロになると、今度はそのオブジェクトが解放される、といった具合に以後続きます。 - Python
A cell passing number counter 1 counts cell passing notices and a decoder 2 zero-clears the counter 1 when the count reaches a window width/monitor window number. セル通過数カウンタ1はセル通過通知をカウントし、カウント値がウィンドウ幅/監視ウィンドウ数になるとデコーダ2によりゼロクリアされる。 - 特許庁
When a fresh ink tank is detected before the previously set ink tank is exhausted, a printer controller sets the power application count to zero. 先に設置されたインクタンクが枯渇する前に新しいインクタンクが検出されたら、プリンタコントローラは電力印加カウントをゼロにする。 - 特許庁
If the reference count drops to zero and no other loaded libraries use symbols in it, then the dynamic library is unloaded.
参照カウントが 0 になり、ロードされている他のライブラリからそのライブラリ内のシンボルが使われていなければ、その動的ライブラリをアンロードする。 - JM
If the count of the part 4 is more than zero, another signal processing part 5 generates a control signal to light up the illumination load L. 信号処理部5は信号処理部4の計数値が零よりも多ければ、照明負荷Lを点灯させる制御信号を発生する。 - 特許庁
An interpolation circuit 12 performs linear interpolation on count values representing zero cross point intervals sequentially obtained by the cycle counter circuit 11. 補間回路12は、周期カウンタ回路11により次々と得られるゼロクロス点間隔を表すカウント値について線形補間を行う。 - 特許庁
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.