英文字典中文字典


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







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

lighten    音标拼音: [l'ɑɪtən]
vt. 加亮,照亮,点亮,减轻,使轻松,闪出
vi. 发亮,打闪,变轻

加亮,照亮,点亮,减轻,使轻松,闪出发亮,打闪,变轻

lighten
v 1: make more cheerful; "the conversation lightened me up a
bit" [synonym: {lighten}, {lighten up}, {buoy up}] [ant: {weigh
down}, {weigh on}]
2: reduce the weight on; make lighter; "she lightened the load
on the tired donkey"
3: become more cheerful; "after a glass of wine, he lightened up
a bit" [synonym: {lighten}, {lighten up}, {buoy up}]
4: make lighter or brighter; "The paint will brighten the room"
[synonym: {brighten}, {lighten up}, {lighten}] [ant: {darken}]
5: become lighter; "The room lightened up" [synonym: {lighten},
{lighten up}] [ant: {darken}]
6: alleviate or remove (pressure or stress) or make less
oppressive; "relieve the pressure and the stress"; "lighten
the burden of caring for her elderly parents" [synonym:
{relieve}, {lighten}]

Lighten \Light"en\, v. t. [See {Light} to illuminate.]
1. To make light or clear; to light; to illuminate; as, to
lighten an apartment with lamps or gas; to lighten the
streets. [In this sense less common than light.]
[1913 Webster]

A key of fire ran all along the shore,
And lightened all the river with a blaze. --Dryden.
[1913 Webster]

2. To illuminate with knowledge; to enlighten. [In this sense
less common than enlighten.]
[1913 Webster]

Lighten my spirit with one clear heavenly ray. --Sir
J. Davies.
[1913 Webster]

3. To emit or disclose in, or as in, lightning; to flash out,
like lightning.
[1913 Webster]

His eye . . . lightens forth
Controlling majesty. --Shak.
[1913 Webster]

4. To free from trouble and fill with joy.
[1913 Webster]

They looked unto him, and were lightened. --Ps.
xxxiv. 5.
[1913 Webster]


Lighten \Light"en\ (l[imac]t"'n), v. i. [See {Light} to alight.]
To descend; to light.
[1913 Webster]

O Lord, let thy mercy lighten upon us. --Book of
Common Prayer
[Eng. Ed.].
[1913 Webster]


Lighten \Light"en\ (l[imac]t"'n), v. i. [imp. & p. p.
{Lightened} (l[imac]t"'nd); p. pr. & vb. n. {Lightening}.]
[OE. lightenen. See {Light} to kindle, illuminate.]
1. To burst forth or dart, as lightning; to shine with, or
like, lightning; to display a flash or flashes of
lightning; to flash.
[1913 Webster]

This dreadful night,
That thunders, lightens, opens graves, and roars
As doth the lion. --Shak.
[1913 Webster]

2. To grow lighter; to become less dark or lowering; to
brighten; to clear, as the sky.
[1913 Webster]


Lighten \Light"en\, v. t. [See {Light} not heavy.]
1. To make lighter, or less heavy; to reduce in weight; to
relieve of part of a load or burden; as, to lighten a ship
by unloading; to lighten a load or burden.
[1913 Webster]

2. To make less burdensome or afflictive; to alleviate; as,
to lighten the cares of life or the burden of grief.
[1913 Webster]

3. To cheer; to exhilarate.
[1913 Webster]

Lightens my humor with his merry jests. --Shak.
[1913 Webster]

98 Moby Thesaurus words for "lighten":
abate, allay, alleviate, assuage, attemper, attenuate,
bank the fire, be light, beacon, blunt, break, brighten,
brighten up, chasten, cheer up, constrain, control, damp, dampen,
dawn, de-emphasize, deaden, dilute, diminish, disburden,
disembarrass, disencumber, downplay, dull, ease, enlighten,
extenuate, flood with light, floodlight, gladden, grow bright,
grow light, have little weight, highlight, illume, illuminate,
illumine, irradiate, keep within bounds, kick the beam, lay,
lenify, lessen, light, light up, luminate, make light,
make lighter, mitigate, moderate, modulate, mollify, obtund,
off-load, overshine, palliate, play down, reduce,
reduce the temperature, reduce weight, relieve, relume, relumine,
restrain, set at ease, shed light upon, shine, shine upon, slacken,
slow down, smile, smother, sober, sober down, soften, spotlight,
stifle, subdue, suppress, tame, temper, thin, throw light upon,
tone down, tune down, unballast, unburden, underplay, unfreight,
unlade, unload, weaken, weigh lightly


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





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


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

































































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


  • Python For Loops - W3Schools
    Python For Loops A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string) This is less like the for keyword in other programming languages, and works more like an iterator method as found in other object-orientated programming languages
  • Python For Loops - GeeksforGeeks
    Python for loops are used to iterate over sequences such as lists, tuples, strings and ranges Allows the same operation to be applied to every item in a sequence Avoids the need to manage loop indices manually
  • Python for Loops: The Pythonic Way – Real Python
    Learn how to use Python for loops to iterate over lists, tuples, strings, and dictionaries with Pythonic looping techniques
  • ForLoop - Python Software Foundation Wiki Server
    There are two ways to create loops in Python: with the for-loop and the while-loop for loops are used when you have a block of code which you want to repeat a fixed number of times The for-loop is always used in combination with an iterable object, like a list or a range
  • Python for Loop (With Examples) - Programiz
    The for loop allows you to iterate through each element of a sequence and perform certain operations on it In this tutorial, we will explore how to use the for loop in Python, with the help of examples
  • Python For Loop - Syntax, Examples
    In this tutorial, we learned to use Python For Loop on different collections, and with statements like break, continue, else block, etc , using well detailed examples
  • Python For Loops - W3Schools
    Python For Loops A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string) This is less like the for keyword in other programming languages, and works more like an iterator method as found in other object-orientated programming languages
  • Python Loops Explained: for, while, break, and continue
    Loops let you repeat code without writing it over and over This guide covers Python's for and while loops, when to use each, and how break, continue, and else work inside loops
  • Python For Loop | Docs With Examples - Hackr
    Learn how to use Python for loops to iterate over sequences like lists, dictionaries, and strings This guide covers loop syntax, range (), nested loops, break, continue, and best practices with examples
  • For Loop Vs While Loop In Python
    In this tutorial, I’ll walk you through the differences between for loops and while loops in Python I’ll also share examples that I’ve personally used in real-world projects, so you can see exactly how each loop works in practice





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