英文字典中文字典


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







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

wharf    音标拼音: [w'ɔrf] [hw'ɔrf]
n. 码头
vt. 卸上码头,靠在码头
vi. 入坞

码头卸上码头,靠在码头入坞

wharf
n 1: a platform built out from the shore into the water and
supported by piles; provides access to ships and boats
[synonym: {pier}, {wharf}, {wharfage}, {dock}]
v 1: provide with a wharf; "Wharf the mouth of the river"
2: store on a wharf; "Wharf the merchandise"
3: discharge at a wharf; "wharf the passengers"
4: come into or dock at a wharf; "the big ship wharfed in the
evening" [synonym: {moor}, {berth}, {wharf}]
5: moor at a wharf; "The ship was wharfed"

Wharf \Wharf\, n.; pl. {Wharfs}or {Wharves}. [AS. hwerf, hwearf,
a returning, a change, from hweorfan to turn, turn about, go
about; akin to D. werf a wharf, G. werft, Sw. varf a
shipbuilder's yard, Dan. verft wharf, dockyard, G. werben to
enlist, to engage, woo, OHG. werban to turn about, go about,
be active or occupied, Icel. hverfa to turn, Goth.
hwa['i]rban, hwarb[=o]n, to walk. Cf. {Whirl}.]
[1913 Webster]
1. A structure or platform of timber, masonry, iron, earth,
or other material, built on the shore of a harbor, river,
canal, or the like, and usually extending from the shore
to deep water, so that vessels may lie close alongside to
receive and discharge cargo, passengers, etc.; a quay; a
pier.
[1913 Webster]

Commerce pushes its wharves into the sea.
--Bancroft.
[1913 Webster]

Out upon the wharfs they came,
Knight and burgher, lord and dame. --Tennyson.
[1913 Webster]

Note: The plural of this word is generally written wharves in
the United States, and wharfs in England; but many
recent English writers use wharves.
[1913 Webster]

2. [AS. hwearf.] The bank of a river, or the shore of the
sea. [Obs.] "The fat weed that roots itself in ease on
Lethe wharf." --Shak.
[1913 Webster]

{Wharf boat}, a kind of boat moored at the bank of a river,
and used for a wharf, in places where the height of the
water is so variable that a fixed wharf would be useless.
[U. S.] --Bartlett.

{Wharf rat}. (Zool.)
(a) The common brown rat.
(b) A neglected boy who lives around the wharfs. [Slang]
[1913 Webster]
[1913 Webster]


Wharf \Wharf\, v. t. [imp. & p. p. {Wharfed}; p. pr. & vb. n.
{Wharfing}.]
[1913 Webster]
1. To guard or secure by a firm wall of timber or stone
constructed like a wharf; to furnish with a wharf or
wharfs.
[1913 Webster]

2. To place upon a wharf; to bring to a wharf.
[1913 Webster]


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





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


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

































































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


  • How to convert these strange characters? (ë, Ã, ì, ù, Ã)
    My page often shows things like ë, Ã, ì, ù, à in place of normal characters I use utf8 for header page and MySQL encode How does this happen?
  • ’ showing on page instead of - Stack Overflow
    So what's the problem, It's a ’ (RIGHT SINGLE QUOTATION MARK - U+2019) character which is being decoded as CP-1252 instead of UTF-8 If you check the Encodings table of this character at FileFormat Info, then you see that this character is in UTF-8 composed of bytes 0xE2, 0x80 and 0x99 And if you check the CP-1252 code page layout at Wikipedia, then you'll see that the hex bytes E2, 80 and
  • Difference in pronunciation between: a, á, ã, â and à
    Could I get a few people to explain the difference in pronunciation between a, á, ã, â and à in Portuguese using English comparisons (if possible)? I can't seem to find a thread or other Web site that addresses them each clearly Thanks!
  • HTML encoding issues - Â character showing up instead of
    Somewhere in that mess, the non-breaking spaces from the HTML template (the s) are encoding as ISO-8859-1 so that they show up incorrectly as an "Â" character That'd be encoding to UTF-8 then, not ISO-8859-1 The non-breaking space character is byte 0xA0 in ISO-8859-1; when encoded to UTF-8 it'd be 0xC2, 0xA0, which, if you (incorrectly) view it as ISO-8859-1 comes out as  That includes a
  • Why does this symbol ’ show up in my email messages almost always?
    why do these odd symbols appear in my emails _ you’ve Why are my emails corrupted with weird letters and symbols? Instructions for obtaining a personal S MIME certificate by creating a CSR Prerequisite for sending an encrypted email message
  • How to fix a No process is on the other end of the pipe error in SQL . . .
    The server was set to Windows Authentication only by default There isn't any notification, that the origin of the errors is that, so it's hard to figure it out The SQL Management studio does not warn you, even if you create a user with SQL Authentication only So the answer is: Switch from Windows to SQL Authentication: Right click on the server name and select properties; Select security
  • python - Find a value in a list - Stack Overflow
    @johnjps111 that's partly because the top answer here answered a bunch of unasked questions on speculation That's not how Stack Overflow is intended to work; it's not a discussion forum That said "extract a subset" sounds to me like a very strange way to describe the process of figuring out which elements of a list meet a condition
  • What is the difference between a += b and a =+ b , also a++ and ++a?
    a += b is equivalent to a = a + b a = +b is equivalent to a = b a++ and ++a both increment a by 1 The difference is that a++ returns the value of a before the increment whereas ++a returns the value after the increment That is:
  • What does the a in the html lt;a gt; tag stand for? - Stack Overflow
    As most of you know, the <a> tag is (mostly) used in html to make a hyperlink like
  • html - What is href=# and why is it used? - Stack Overflow
    It's a link that links to nowhere essentially (it just adds "#" onto the URL) It's used for a number of different reasons For instance, if you're using some sort of JavaScript jQuery and don't want the actual HTML to link anywhere It's also used for page anchors, which is used to redirect to a different part of the page





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