do-while
美
英 
- 網(wǎng)絡循環(huán);做…當;語句的一般形式為
例句
stress was one of the worst thing you could do while you're trying to heal yourself.
壓力是你在康復過程中所能做的最糟糕的事情。
We pledge to keep the faith and keep believing in the things that Doug Collins is trying to do while we're losing all of these close games.
我們保證會一直相信,一直堅信道格柯林斯在對球隊所做的改造,盡管很多比分很接近的比賽我們最后都輸了。
I used to find myself mimicking the movement I used to do while smoking, even though it had been months since I quitted.
我曾發(fā)現(xiàn)自己會去模仿吸煙時的動作,甚至是在我戒煙幾月后也會如是。
There is always enough for you to do while you wait for the completion of this intricate and wonderful process.
在這個復雜而精彩的過程中,總有很多事情等著你們去完成。
Eating Peking Roast Duck is seen to be one of the Two things that you are absolutely supposed to do while in Beijing.
如果你在北京,去吃烤鴨是你最應該做的事情之一。
I had lingered long near the dwelling where I had been so cruelly changed to what I am, as we do while any that we love or hate remain.
我曾經(jīng)久久在我命運改變的那個房子的角落里駐足,就像我們曾經(jīng)那樣,愛與恨長存。
POS polling has found that 32% of Americans strongly oppose what the president is trying to do, while just 15% strongly favor it.
POS的民調(diào)發(fā)現(xiàn),32%的美國人強烈反對總統(tǒng)想做的事情,而只有15%的人強烈支持。
The upper half of this figure shows the three modeling elements to represent a while loop, a do-while loop, and a for loop.
此圖的上半部分顯示了三種建模元素,分別表示whileloop、do-whileloop和forloop。
This would be fine world if all men showed as much patience all the time as they do while they are waiting for fish to bite.
如果所有的人能夠隨時展現(xiàn)出像他們在釣魚時等待魚兒上鉤的耐性的話,那將會是一個多么美好的世界。
In one of my first programming jobs, I learned what not to do while maintaining code written by my new boss.
在我早期所做的一份編程工作中,在維護我的新上司編寫的代碼時,我學到了不應該做什么。
'Barrymore and his wife have a very fine home and nothing to do while the family is not living in the Hall, 'said Sir Henry.
“家的人不住在莊園里時白瑞摩和他妻子可就有的住處而又閑著無事可做了,”查爾斯爵士說道。
Adding a new class to an Application Developer project is a typical operation that you might do while working on an activity.
向ApplicationDeveloper項目中添加一個新的類,這是當執(zhí)行一個活動時的特有操作。
Harry: Tell me some things I can do while I'm at my desk to help relieve my stress and help me feel better.
哈里:告訴我一些坐在辦公桌前能做的緩解肌肉緊張、使我感覺更加良好的瑜伽動作。
But think for a moment of all the little, instinctive things you might do while you run a daily errand.
我們來想一下你出門辦事時那些很小的很本能的事情。
You might be interested in why your foreign friend has come to China and what they plan to do while they're here.
你可能會非常想知道為什么你的外國朋友來到中國以及他們有什么具體的計劃安排嗎?
In this example, the code in the body of the do. While loop is executed until the variable quit is true.
在本例中,直到變量quit為true時,才停止執(zhí)行do.while循環(huán)體中的代碼。
With a lot of sweat and pain I used visualization and whatever exercises I could do while lying in a hospital bed.
揮灑了許多汗水,經(jīng)受了多凡痛苦,我在醫(yī)院臥床的時候就想象將來,并做些力所能及的運動。
Are there things your spouse used to do while dating that he or she no longer does?
你倆約會時配偶經(jīng)常做的事情,如今他或她不再做了嗎?
continue must be in a loop (e. g. , for, do, while). It cannot appear in case constructs.
continue一定是在for,do,while這些循環(huán)中,而不能在實例構建中出現(xiàn)。
Examples of grouping together similar tasks include making a list of telephone calls to make or errands to do while downtown.
分組實例一起類似的任務包括制定清單的電話,使或跑腿做而市中心。
Deep breathing exercises can help relax you and are simple to do while lying down.
深呼吸可以幫你放松自己,而且在躺下的時候這項運動非常的簡單。
But the question the brain keeps asking is: what's the next thing I can do while I've got time? Because I've got the circuitry for it.
但是,大腦不斷詢問的問題是:閑著,下面我該做什么。因為我正好有線路處理。
But what's she to do while we are away? " said I, putting my small elbows on the table to argue the point. "
“咱們走了,她一個人怎么辦哪?”我把我的小胳膊肘放在桌子上,把這個問題提出來問她。
At any point within the do-while block, you can break out of the loop using the break statement.
在do-while塊中的任何點,都可使用break語句跳出循環(huán)。
It means getting out and doing all the things you never had time to do while you were working and raising a family.
它意味著做所有的事情,你根本沒時間去做的時候你的工作和提高家庭。
You don't think through every little thing you do while driving a car -- a lot of the small stuff is thought out in your subconscious mind.
你不會在開車的時候考慮每一個微小細節(jié)--許多小事情都在你的潛意識下被解決了。
I was the baby of the family and left in the care of my older siblings, who did the things they wanted to do while neglecting me.
身為最年幼的孩子,我要靠較年長的兄姊照顧,但他們都忙于做他們喜歡的事,以致忽略了我。
We are only painting the outside of the card. After we paint it, we have something else to do while we wait for the paint to dry.
我們只在卡片外層彩繪,畫好之后,在等待顏料乾掉的同時我們還有其他工作要做。
The most common forms of basic logic and decision making within programming are the do-while and if-then-else approaches.
最常見的基本邏輯形式和編程中的判定就是do-while和if-then-else。
This includes decisions about where to go, where to stay and what to do while at a destination.
這些決定包括到哪里旅行、入住哪間酒店以及在目的地進行什么活動。
How does this text leads students to write out the composition with strong character to do while just writing teaching a discussion .
本文就寫作教學中如何引導學生寫出富有個性的作文做一探討。
But that's the last thing they want to do while their own economies are still weak and recovering from financial shocks.
但是眼下這是他們最不想做的事情,因為這些國家的經(jīng)濟還很疲弱,正從金融危機的沖擊中緩慢復蘇。
Do-while loops are similar to while loops, except that the condition is checked after each iteration.
Do-while循環(huán)類似于while循環(huán),不過在每次迭代之后檢查條件。
Perhaps it's the subconscious eating we do while standing that contributes to overindulgence.
也許是因為當我們站著的時候,潛意識中會覺得可以吃得放縱一點。
If the expression evaluates to false, execution continues at the first statement after the do-while loop.
如果表達式計算結果為false,則會繼續(xù)從do-while循環(huán)后的第一個語句執(zhí)行。
The CPU has nothing to do while it waits for the data, so it sleeps.
CPU在其等待數(shù)據(jù)時沒有事情做,干脆就休眠了。
Notice how this method accounts for possible weak references in the queue with the do-while loop.
請注意該方法如何用do-while循環(huán)來處理隊列中可能存在的弱引用。
Music school . . . What am I going to do while you're in music school?
音樂學院…你去音樂學院了我該怎么辦?
You didn't say what you do while working at home, but might it be computer animation?
您沒說您在家里做什么工作,萬一是電腦動畫呢?
Unlike the while statement, a do-while loop is executed once before the conditional expression is evaluated.
與while語句不同的是,do-while循環(huán)會在計算條件表達式之前執(zhí)行一次。