英文字典中文字典


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







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

closer    音标拼音: [kl'osɚ] [kl'ozɚ]
更近的

更近的

closer
adv 1: (comparative of `near' or `close') within a shorter
distance; "come closer, my dear!"; "they drew nearer";
"getting nearer to the true explanation" [synonym: {nearer},
{nigher}, {closer}]
n 1: a person who closes something; "whoever is the closer has
to turn out the lights and lock up"
2: (baseball) a relief pitcher who can protect a lead in the
last inning or two of the game [synonym: {closer}, {finisher}]

Close \Close\ (kl[=o]s), a. [Compar. {Closer} (kl[=o]"s[~e]r);
superl. {Closest}.] [Of. & F. clos, p. p. of clore. See
{Close}, v. t.]
1. Shut fast; closed; tight; as, a close box.
[1913 Webster]

From a close bower this dainty music flowed.
--Dryden.
[1913 Webster]

2. Narrow; confined; as, a close alley; close quarters. "A
close prison." --Dickens.
[1913 Webster]

3. Oppressive; without motion or ventilation; causing a
feeling of lassitude; -- said of the air, weather, etc.
[1913 Webster]

If the rooms be low-roofed, or full of windows and
doors, the one maketh the air close, . . . and the
other maketh it exceeding unequal. --Bacon.
[1913 Webster]

4. Strictly confined; carefully quarded; as, a close
prisoner.
[1913 Webster]

5. Out of the way observation; secluded; secret; hidden. "He
yet kept himself close because of Saul." --1 Chron. xii. 1
[1913 Webster]

"Her close intent." --Spenser.
[1913 Webster]

6. Disposed to keep secrets; secretive; reticent. "For
secrecy, no lady closer." --Shak.
[1913 Webster]

7. Having the parts near each other; dense; solid; compact;
as applied to bodies; viscous; tenacious; not volatile, as
applied to liquids.
[1913 Webster]

The golden globe being put into a press, . . . the
water made itself way through the pores of that very
close metal. --Locke.
[1913 Webster]

8. Concise; to the point; as, close reasoning. "Where the
original is close no version can reach it in the same
compass." --Dryden.
[1913 Webster]

9. Adjoining; near; either in space; time, or thought; --
often followed by to.
[1913 Webster]

Plant the spring crocuses close to a wall.
--Mortimer.
[1913 Webster]

The thought of the Man of sorrows seemed a very
close thing -- not a faint hearsay. --G. Eliot.
[1913 Webster]

10. Short; as, to cut grass or hair close.
[1913 Webster]

11. Intimate; familiar; confidential.
[1913 Webster]

League with you I seek
And mutual amity, so strait, so close,
That I with you must dwell, or you with me.
--Milton.
[1913 Webster]

12. Nearly equal; almost evenly balanced; as, a close vote.
"A close contest." --Prescott.
[1913 Webster]

13. Difficult to obtain; as, money is close. --Bartlett.
[1913 Webster]

14. Parsimonious; stingy. "A crusty old fellow, as close as a
vise." --Hawthorne.
[1913 Webster]

15. Adhering strictly to a standard or original; exact;
strict; as, a close translation. --Locke.
[1913 Webster]

16. Accurate; careful; precise; also, attentive; undeviating;
strict; not wandering; as, a close observer.
[1913 Webster]

17. (Phon.) Uttered with a relatively contracted opening of
the mouth, as certain sounds of e and o in French,
Italian, and German; -- opposed to open.
[1913 Webster]

{Close borough}. See under {Borough}.

{Close breeding}. See under {Breeding}.

{Close communion}, communion in the Lord's supper, restricted
to those who have received baptism by immersion.

{Close corporation}, a body or corporation which fills its
own vacancies.

{Close fertilization}. (Bot.) See {Fertilization}.

{Close harmony} (Mus.), compact harmony, in which the tones
composing each chord are not widely distributed over
several octaves.

{Close time}, a fixed period during which killing game or
catching certain fish is prohibited by law.

{Close vowel} (Pron.), a vowel which is pronounced with a
diminished aperture of the lips, or with contraction of
the cavity of the mouth.

{Close to the wind} (Naut.), directed as nearly to the point
from which the wind blows as it is possible to sail;
closehauled; -- said of a vessel.
[1913 Webster]


Closer \Clos"er\, n.
1. One who, or that which, closes; specifically, a boot
closer. See under {Boot}.
[1913 Webster]

2. A finisher; that which finishes or terminates.
[1913 Webster]

3. (Masonry) The last stone in a horizontal course, if of a
less size than the others, or a piece of brick finishing a
course. --Gwilt.
[1913 Webster]


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





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


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

































































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


  • Improve subplot size spacing with many subplots
    Similar to tight_layout matplotlib now (as of version 2 2) provides constrained_layout In contrast to tight_layout, which may be called any time in the code for a single optimized layout, constrained_layout is a property, which may be active and will optimze the layout before every drawing step
  • What are the differences between C, C# and C++ in terms of real-world . . .
    That's true - but then any multi-threaded programming will also be non-deterministic And the fact that the GC may not collect all objects is undetectable as long as they have no finalizer; almost all most applications of finalizers are nowadays replaced by SafeHandle, which is guaranteed to be cleaned up during termination
  • python - How to put the legend outside the plot - Stack Overflow
    For an alternative placement, you can closely align the edge of the graph and border of the legend, and remove border lines for a closer fit You can move and re-style the legend and graph with code, or with the GUI To shift the legend, you have the following options to position the legend inside the graph by assigning x and y values of <= 1
  • Difference between decimal, float and double in . NET?
    Precision is the main difference Float - 7 digits (32 bit) Double-15-16 digits (64 bit) Decimal-28-29 significant digits (128 bit)
  • python - Anaconda vs. miniconda - Stack Overflow
    In the Anaconda repository, there are two types of installers: "Anaconda installers" and "Miniconda installers" What are their differences? Besides, for an installer file, Anaconda2-4 4 0 1-L
  • How to resolve this System. IO. FileNotFoundException
    I hate to point out the obvious, but System IO FileNotFoundException means the program did not find the file you specified
  • What is overhead? - Stack Overflow
    Well, you have to turn on the computer or server, you have to load the operating system and all the drivers, you have to fire up the Java process, you have to turn on the JVM, you have to load all your classes, you have to synchronize the IO buffer to the console just so you can do your "hello world"
  • c++ - Most simple but complete CMake example - Stack Overflow
    Somehow I am totally confused by how CMake works Every time I think that I am getting closer to understanding how CMake is meant to be written, it vanishes in the next example I read All I want to know is, how should I structure my project, so that my CMake requires the least amount of maintainance in the future
  • Azure App Service Deploy returns (403) Forbidden with IP restriction
    additional thought: If you want to be closer to a zero-trust behaviour, you should add 2 tasks on your pipeline with Azure CLI to temporary allow AzureCloud then remove it (need to check if Azure CLI support these ServiceTags parameters for App Service yet but I guess it is possible now) –
  • How to use pre-commit to automatically correct commits and merge . . .
    Taking a closer look at the commit, we can see the changes applied by the CI job: So there you have it That's how you can use GitLab CI to automate your pre-commit workflow





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