do-while loop
英汉例句
- Notice how this method accounts for possible weak references in the queue with the do-while loop.
請注意該方法如何用 do-while 循環來処理隊列中可能存在的弱引用。 - That's why the do-while loop in getLengthBytes()'s else block calculates the number of bytes required in the length bytes.
這就是爲什麽在 getLengthBytes()的 else塊的 do- while循環中要計算長度字節所需要的字節數。 - For this purpose, I have used a do-while loop that continues dividing the value integer by 256 until the value drops below 1.
爲此,我使用了一個 do- while循環,它不斷地將 value整數除以 256,直到得到的值小於 1。