do-while loop
英漢例句
- Notice how this method accounts for possible weak references in the queue with the do-while loop.
請注意該方法如何用 do-while 循環(huán)來処理隊列中可能存在的弱引用。 - 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循環(huán)中要計算長度字節(jié)所需要的字節(jié)數(shù)。 - 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循環(huán),它不斷地將 value整數(shù)除以 256,直到得到的值小於 1。