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。