英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

while    音标拼音: [w'ɑɪl] [hw'ɑɪl]
conj. 当…时候,和…同时;而,然而;虽然,尽管
n. 一段时间,一会儿
vt. 消磨

当…时候,和…同时;而,然而;虽然,尽管一段时间,一会儿消磨

while


while
*

while
n 1: a period of indeterminate length (usually short) marked by
some action or condition; "he was here for a little while";
"I need to rest for a piece"; "a spell of good weather"; "a
patch of bad weather" [synonym: {while}, {piece}, {spell},
{patch}]

While \While\, n. [AS. hw[imac]l; akin to OS. hw[imac]l,
hw[imac]la, OFries. hw[imac]le, D. wigl, G. weile, OHG.
w[imac]la, hw[imac]la, hw[imac]l, Icel. hv[imac]la a bed,
hv[imac]ld rest, Sw. hvila, Dan. hvile, Goth. hweila a time,
and probably to L. quietus quiet, and perhaps to Gr. ? the
proper time of season. [root]20. Cf. {Quiet}, {Whilom}.]
1. Space of time, or continued duration, esp. when short; a
time; as, one while we thought him innocent. "All this
while." --Shak.
[1913 Webster]

This mighty queen may no while endure. --Chaucer.
[1913 Webster]

[Some guest that] hath outside his welcome while,
And tells the jest without the smile. --Coleridge.
[1913 Webster]

I will go forth and breathe the air a while.
--Longfellow.
[1913 Webster]

2. That which requires time; labor; pains. [Obs.]
[1913 Webster]

Satan . . . cast him how he might quite her while.
--Chaucer.
[1913 Webster]

{At whiles}, at times; at intervals.
[1913 Webster]

And so on us at whiles it falls, to claim
Powers that we dread. --J. H.
Newman.
[1913 Webster]

{The while}, {The whiles}, in or during the time that;
meantime; while. --Tennyson.

{Within a while}, in a short time; soon.

{Worth while}, worth the time which it requires; worth the
time and pains; hence, worth the expense; as, it is not
always worth while for a man to prosecute for small debts.
[1913 Webster]


While \While\, prep.
Until; till. [Obs. or Prov. Eng. & Scot.]
[1913 Webster]

I may be conveyed into your chamber;
I'll lie under your bed while midnight. --Beau. & Fl.
[1913 Webster]


While \While\, v. t. [imp. & p. p. {Whiled}; p. pr. & vb. n.
{Whiling}.]
To cause to pass away pleasantly or without irksomeness or
disgust; to spend or pass; -- usually followed by away.
[1913 Webster]

The lovely lady whiled the hours away. --Longfellow.
[1913 Webster]


While \While\, v. i.
To loiter. [R.] --Spectator.
[1913 Webster]


While \While\, conj.
1. During the time that; as long as; whilst; at the same time
that; as, while I write, you sleep. "While I have time and
space." --Chaucer.
[1913 Webster]

Use your memory; you will sensibly experience a
gradual improvement, while you take care not to
overload it. --I. Watts.
[1913 Webster]

2. Hence, under which circumstances; in which case; though;
whereas.
[1913 Webster]

{While as}, {While that}, during or at the time that. [Obs.]
[1913 Webster]

63 Moby Thesaurus words for "while":
albeit, although, amuse, as far as, as long as, at which time,
beguile, bit, brighten, chronology, continuity, day, divert,
duration, duree, during which time, elbow grease, enliven,
entertain, exertion, fateful moment, hour, howbeit, instant,
interval, juncture, kairos, lastingness, lighten, meantime,
meanwhile, minute, moment, moment of truth, pains, period, point,
pregnant moment, psychological moment, psychological time, season,
space, space-time, span, spell, stage, stretch, tense, term,
the future, the past, the present, the while, tide, time, time lag,
timebinding, trouble, when, whereas, whet, whilst, wile



安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • 【C言語】while(1) の意味と使い方 - minatame-lab. com
    while(1)の意味と文法 while(1)は無限ループ処理です。 while(1) { ここに無限ループ処理を記述する。 } 無限ループをするので、このままではプログラムが終わりません。 そのため、break文によって無限ループを脱出します。
  • C语言中while(1)和while(0)的区别 - 极客教程
    C语言中while(1)和while(0)的区别 在大多数计算机编程语言中,while循环是一种控制流语句,允许根据给定的布尔条件重复执行代码。布尔条件为真或假。 while(1) 它是一个无限循环,将一直运行到显式发出break语句为止。有趣的是,不是while(1)而是任何非零的整数都会产生与while(1)类似的效果。
  • 《C语言》while(1)的两个作用 - CSDN博客
    匿名用户1级2013-05-15 回答你的init是单片机初始化,执行初始化之后,程序执行while(1){};这条语句的意思就是程序到这进入死循环,当有中断响应的时候执行 time这个函数,没有中断响应的时候,cpu一直在while(1){};中等待中断信号。追问:谢谢!我是初学者,能不能帮我看下如何实现除了中断函数之外
  • C语言中while(1)是什么意思? - C语言中文网
    在 while(1) 中,条件部分始终为真,因为在C语言中,任何非零值都被视为真,而 1 显然是一个非零值。这就导致了循环会一直执行下去,除非在循环体内部使用 break 语句或其他方式退出。 让我们通过一个简单的例子来理解 while(1) 的工作原理:
  • SQL WHILE Loop Avoid WHILE 1 = 1 - SQL Server Tips
    I don’t like the WHILE (1=1) pattern Intentionally creating an infinite loop is risky, and it is all too easy to crush a server with a single misstep This particular form is also wasteful, because you always have to perform one more iteration of the loop (which might be a lot more complex than the sample above) in order to achieve the "zero
  • while循环 - Learn C - Free Interactive C Tutorial
    while循环 while循环与for循环相似,但是功能更少。只要给定条件为true,while语句就会重复执行。如下代码,while会执行10次: int n = 0; while (n < 10) { n++; } 如果给定条件一直为true,while将无限重复执行(非0为true): while (1) { * do something * }
  • WHILE definition and meaning | Collins English Dictionary
    If one thing happens while another thing is happening, the two things are happening at the same time She goes to work while her children are at school American English : while waɪl
  • Difference Between while (1) and while (0) in C C++
    Here we will see what are the differences between while(1) and while(0) in C or C++ The while is a loop of C or C++ Using this loop we can check one condition, and the statements inside the loop will be executed while the condition is true The while(1) or while(any non-zero value) is used for infinite loop There is no condition for while
  • How to Use While in English? - LanGeek
    Since 'while' is a verb here, it mainly comes after the subject unless we have an imperative sentence in which the sentence begins with the verb Please note that if there is an auxiliary verb, it must come before the main verb Look: Example She whiled away the afternoon as she knitted
  • WHILE中文(繁體)翻譯:劍橋詞典 - Cambridge Dictionary
    while翻譯:在…期間, 在…的時候;與…同時, 儘管, 雖然;儘管, 但是, 然而;但是。了解更多。
  • 三种循环语句的详解和使用(for,while,do-while)_while循环-CSDN博客
    C++提供了三种循环控制语句:for循环、while循环和do-while循环。它们的主要区别在于条件判断的位置和执行顺序。下面对这三种循环控制语句进行总结:for循环。for循环通常用于已知重复次数的情况下,在for循环中,初始化表达式只会在第一次迭代前执行一次,更新表达式则在每次迭代后执行一次。
  • While: conjunction – Speakspeak
    While: While shows us that something happens at the same time something else is happening synonym: when I fell asleep while I was watching television (= 'I fell asleep in the middle of watching television ') It didn't rain at all while we were on holiday (= 'It didn't rain during our holiday ') We use while with the present continuous and past continuous tenses to show longer actions which





中文字典-英文字典  2005-2009