英文字典中文字典


英文字典中文字典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       







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

spent    音标拼音: [sp'ɛnt]
vbl. spend的过去式和过去分词
a. 用尽的,精疲力竭的

spend的过去式和过去分词用尽的,精疲力竭的

spent
adj 1: depleted of energy, force, or strength; "impossible to
grow tobacco on the exhausted soil"; "the exhausted food
sources"; "exhausted oil wells" [synonym: {exhausted},
{spent}] [ant: {unexhausted}]
2: drained of energy or effectiveness; extremely tired;
completely exhausted; "the day's shopping left her
exhausted"; "he went to bed dog-tired"; "was fagged and
sweaty"; "the trembling of his played out limbs"; "felt
completely washed-out"; "only worn-out horses and cattle";
"you look worn out" [synonym: {exhausted}, {dog-tired}, {fagged},
{fatigued}, {played out}, {spent}, {washed-out}, {worn-
out(a)}, {worn out(p)}]

Spent \Spent\ (sp[e^]nt), a.
1. Exhausted; worn out; having lost energy or motive force.
[1913 Webster]

Now thou seest me
Spent, overpowered, despairing of success.
--Addison.
[1913 Webster]

Heaps of spent arrows fall and strew the ground.
--Dryden.
[1913 Webster]

2. (Zool.) Exhausted of spawn or sperm; -- said especially of
fishes.
[1913 Webster]

{Spent ball}, a ball shot from a firearm, which reaches an
object without having sufficient force to penetrate it.
[1913 Webster] Sper


Spend \Spend\, v. t. [imp. & p. p. {Spent}; p. pr. & vb. n.
{Spending}.] [AS. spendan (in comp.), fr. L. expendere or
dispendere to weigh out, to expend, dispense. See {Pendant},
and cf. {Dispend}, {Expend}, {Spence}, {Spencer}.]
1. To weigh or lay out; to dispose of; to part with; as, to
spend money for clothing.
[1913 Webster]

Spend thou that in the town. --Shak.
[1913 Webster]

Wherefore do ye spend money for that which is not
bread? --Isa. lv. 2.
[1913 Webster]

2. To bestow; to employ; -- often with on or upon.
[1913 Webster]

I . . . am never loath
To spend my judgment. --Herbert.
[1913 Webster]

3. To consume; to waste; to squander; to exhaust; as, to
spend an estate in gaming or other vices.
[1913 Webster]

4. To pass, as time; to suffer to pass away; as, to spend a
day idly; to spend winter abroad.
[1913 Webster]

We spend our years as a tale that is told. --Ps. xc.
9.
[1913 Webster]

5. To exhaust of force or strength; to waste; to wear away;
as, the violence of the waves was spent.
[1913 Webster]

Their bodies spent with long labor and thirst.
--Knolles.
[1913 Webster]

94 Moby Thesaurus words for "spent":
ablated, acquitted, all in, ausgespielt, beat, beat up, beaten,
bleary, bone-weary, burned-out, burnt up, bushed, consumed, dead,
dead-and-alive, dead-tired, deadbeat, depleted, devitalized,
disabled, discharged, dissipated, dog-tired, dog-weary, done,
done for, done in, done up, down the drain, drained, eaten up,
effete, emptied, enervated, enfeebled, eroded, eviscerated,
exhausted, expended, fagged out, far-gone, fatigued, fini,
finished, frazzled, gone, gone to waste, hired, impoverished,
incapacitated, jaded, knocked out, laid low, liquidated, lost,
misspent, paid, paid in full, played out, pooped, pooped out,
postpaid, prepaid, prostrate, ready to drop, receipted, remitted,
run to seed, run-down, salaried, sapped, settled, shotten,
squandered, tired, tired out, tired to death, tuckered out, used,
used up, waged, washed-out, washed-up, wasted, weakened, wearied,
weary, weary unto death, whacked, wiped out, worn, worn away,
worn out, worn-out


请选择你想看的字典辞典:
单词字典翻译
spent查看 spent 在百度字典中的解释百度英翻中〔查看〕
spent查看 spent 在Google字典中的解释Google英翻中〔查看〕
spent查看 spent 在Yahoo字典中的解释Yahoo英翻中〔查看〕





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


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

































































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


  • Hello, World! program - Wikipedia
    program is usually a simple computer program that emits (or displays) to the screen (often the console) a message similar to "Hello, World!" A small piece of code in most general-purpose programming languages, this program is used to illustrate a language's basic syntax
  • Programming Fundamentals Hello World - Wikibooks
    A “Hello, world!” program is a computer program that outputs or displays “Hello, world!” to a user Being a very simple program in most programming languages, it is often used to illustrate the basic syntax of a programming language for a working program, and as such is often the very first program people write [1]
  • Hello, world! - Wikiversity
    As described in more detail in the related Wikipedia article, Hello, world! is a classic "first program" one creates when learning a new programming language The objective of the application is the same: to print the text "Hello, world!" to the screen in some form, be it console output or a dialog
  • Hello World! Program - W3Schools
    In this tutorial, we'll explore the origins and importance of this tradition in the context of programming languages and how it serves as a foundation for learning What is the "Hello World" Program? Python Program to Print Hello world! Java Hello World! Program C++ Hello World! Program JavaScript Program To Print Hello World!
  • 1. 1 Your First Java Program: Hello World - Princeton University
    HelloWorld java is an example program Type these character into your text editor and save it into a file named HelloWorld java public class HelloWorld { public static void main(String[] args) { Prints "Hello, World" in the terminal window
  • What is a Hello World program? - IONOS
    What is a Hello World program used for? The text “Hello, World!” was one of the first codes written by programmers This cryptic phrase has actually achieved cult status since the US series “Mr Robot” was released However, it’s been a cultural asset in the programming community for some time
  • Java Hello World - Your First Java Program
    In the program, HelloWorld is the name of the class, and the class definition is: class HelloWorld { For now, just remember that every Java application has a class definition, and the name of the class should match the filename in Java
  • Hello World in Java – Example Program - freeCodeCamp. org
    In our Hello World program, we have a class called HelloWorld As a convention, always start the name of your classes with an uppercase letter To create a class, you use the class keyword, followed by the name of the class Here's an example using our Hello World program: class HelloWorld { } The main Method in Java
  • Hello world - Learn web development | MDN
    As customary when learning a new language, the first program a programmer writes is called "Hello, world!" It's a very simple program that outputs the text string "Hello, world!" to the console But, as we'll see, there's a lot of stuff going on even in a program that's so simple
  • The History and Significance of the Iconic First Program - TechTextures
    “Hello, World!” is more than just a phrase; it’s a tradition, a universal introduction to programming languages Its origins trace back to the early 1970s when Brian Kernighan, a prominent computer scientist, used it in the seminal book “A Tutorial Introduction to the Programming Language B”





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