"查查詞典"手機(jī)版
千萬人都在用的超大詞匯詞典翻譯APP
- The while loop will be explained in the next chapter
循環(huán)語句將在下一章作具體講解。 - Shows this while loop and the corresponding condition
顯示了這個(gè)while循環(huán)和相應(yīng)的條件。 - The while loop checks its condition before executing
while()循環(huán)在執(zhí)行之前檢查它的條件。 - while loop, when the instruction pointer is in the condition
循環(huán)的條件中時(shí),修改該條件。 - The second bug is that the while loop in the
函數(shù)中的while循環(huán)在 - Uses a while loop instead of a new
循環(huán)而不是一個(gè)新的 - Instead, the program enters a while loop waiting for new connections
相反,程序進(jìn)入一個(gè)while循環(huán),等待新的連接。 - while loop . exit while
循環(huán)中的任何位置。 - while loops, exit while
循環(huán)內(nèi)使用時(shí), - while loop because the strong reference keeps it from being garbage collected . the implementation of
循環(huán)體中消失,因?yàn)閺?qiáng)引用會(huì)防止它被垃圾收集。