iteration statement
常見(jiàn)例句
- The Boolean-expression is evaluated once at the beginning of the loop and again before each further iteration of the statement.
在循環(huán)剛開(kāi)始時(shí),會(huì)計(jì)算一次“ 布爾表達(dá)式”的值。 而對(duì)于后來(lái)每一次額外的循環(huán),都會(huì)在開(kāi)始前重新計(jì)算一次。
http://dj.iciba.com - In the phase of data dependency analysis, we give the algorithms for removing inter-statement and inter-iteration false dependencies.
該改進(jìn)算法通過(guò)引入函數(shù)調(diào)用和返回引起的控制轉(zhuǎn)移來(lái)計(jì)算函數(shù)間的控制依賴(lài)關(guān)系。 - In this case, 101 network roundtrips are required to perform 100 insert operations?1 roundtrip to prepare the statement and 100 additional roundtrips to execute each iteration.
在這里, 執(zhí)行了100次INSERT操作, 共有101次網(wǎng)絡(luò)往返. 其中,1次往返是預(yù)儲(chǔ)statement, 另外100次往返執(zhí)行每個(gè)迭代.
dingchaoqun12.blog.163.com 返回 iteration statement