Translation of "accumulator" to Japanese language:


  Dictionary English-Japanese

  Examples (External sources, not reviewed)

I turn the accumulator into 1 the accumulator, so just 1.
このリストでは また次に5が来ます
Otherwise, I'll just return the accumulator.
1 2 3 4 5 5 から5の数を得る様子を 見ていきましょう
It starts off z as an accumulator set to 0.
xがゼロより大きい限りループは繰り返され
The current element starts out at 1, so I'm going leave the accumulator alone.
次は要素が2で5ではありませんから accはそのままです
Next, the current element is 5. Still not 5, I leave the accumulator alone.
次に今の要素は5です 歓喜の時です
The Retracer 2000 is equipped with a compressor... C'mon! and an engine with an accumulator...
ラット レーサー2000コンプレッサー ガスタービン式モーターにより
Next, the current element is 2. That's not 5, so I leave the current accumulator alone.
次は要素が3で これも5ではありませんから accはそのままです
If the current element is equal to the number that I want, I'll return 1 the accumulator.
そうでない場合はaccを返します
Next, the current element is 3. That's not still not 5, so I leave the accumulator alone.
今の要素は4で またまた5ではありません accはそのままです
I'm going to go over every element in the row, and I'm going to call the current element this, and I'm going to call what I have so far the accumulator.
今の要素thisと 今までに得た値accを与えます 今の要素が探している数値と等しかったら 1 accを返し