do-while loop中文,do-while loop的意思,do-while loop翻译及用法

2025-09-07 00:30 浏览次数 9

do-while loop

In most computer programming languages a do while loop is a control flow statement that allows code to be executed once based on a given Boolean condition. Note though that unlike most languages, Fortran's do loop is actually the same as the for loop.

do-while loop 例句

英汉例句

  • 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。

相关热词