英文字典中文字典


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







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

sneak    音标拼音: [sn'ik]
vi. 鬼鬼祟祟做事
vt. 偷偷摸摸地做
n. 鬼鬼祟祟的人,旅行鞋

鬼鬼祟祟做事偷偷摸摸地做鬼鬼祟祟的人,旅行鞋

sneak
潜泄

sneak
adj 1: marked by quiet and caution and secrecy; taking pains to
avoid being observed; "a furtive manner"; "a sneak
attack"; "stealthy footsteps"; "a surreptitious glance at
his watch" [synonym: {furtive}, {sneak(a)}, {sneaky},
{stealthy}, {surreptitious}]
n 1: a person who is regarded as underhanded and furtive and
contemptible
2: someone who prowls or sneaks about; usually with unlawful
intentions [synonym: {prowler}, {sneak}, {stalker}]
3: someone acting as an informer or decoy for the police [synonym:
{fink}, {snitch}, {snitcher}, {stoolpigeon}, {stool pigeon},
{stoolie}, {sneak}, {sneaker}, {canary}]
v 1: to go stealthily or furtively; "..stead of sneaking around
spying on the neighbor's house" [synonym: {sneak}, {mouse},
{creep}, {pussyfoot}]
2: put, bring, or take in a secretive or furtive manner; "sneak
a look"; "sneak a cigarette"
3: make off with belongings of others [synonym: {pilfer}, {cabbage},
{purloin}, {pinch}, {abstract}, {snarf}, {swipe}, {hook},
{sneak}, {filch}, {nobble}, {lift}]
4: pass on stealthily; "He slipped me the key when nobody was
looking" [synonym: {slip}, {sneak}]

Sneak \Sneak\, v. t.
To hide, esp. in a mean or cowardly manner. [Obs.] "[Slander]
sneaks its head." --Wake.
[1913 Webster]


Sneak \Sneak\, n.
1. A mean, sneaking fellow.
[1913 Webster]

A set of simpletons and superstitious sneaks.
--Glanvill.
[1913 Webster]

2. (Cricket) A ball bowled so as to roll along the ground; --
called also {grub}. [Cant] --R. A. Proctor.
[1913 Webster]


Sneak \Sneak\ (sn[=e]k), v. i. [imp. & p. p. {Sneaked}
(sn[=e]kt); p. pr. & vb. n. {Sneaking}.] [OE. sniken, AS.
sn[imac]can to creep; akin to Dan. snige sig; cf. Icel.
sn[imac]kja to hanker after.]
1. To creep or steal (away or about) privately; to come or go
meanly, as a person afraid or ashamed to be seen; as, to
sneak away from company.
[1913 Webster]

You skulked behind the fence, and sneaked away.
--Dryden.
[1913 Webster]

2. To act in a stealthy and cowardly manner; to behave with
meanness and servility; to crouch.
[1913 Webster]


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





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


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

































































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


  • Increment and decrement operators - Wikipedia
    Increment and decrement operators Increment and decrement operators are unary operators that increase or decrease their operand by one They are commonly found in imperative programming languages C -like languages feature two versions (pre- and post-) of each operator with slightly different semantics
  • Understanding Increment Operators: When to Use i++ or ++i
    Use i++ when you need the original value first, and use ++i when you want to increment `i` immediately Both operators are powerful tools in your programming arsenal, so choose wisely based on
  • The Importance of the Increment Operator ++ in Loops
    In programming, situations often arise where it is necessary to manage variable values within loops One common way to do this is by using the increment operator
  • postfix-increment-and-decrement-operators-increment-and . . . - GitHub
    C++ provides prefix and postfix increment and decrement operators; this section describes only the postfix increment and decrement operators For more information, see Prefix Increment and Decrement Operators The difference between the two is that in the postfix notation, the operator appears after postfix-expression, whereas in the prefix notation, the operator appears before expression The
  • Pre-increment or post-increment in C C++ - Embedded
    Consider how each version of the operator may work Pre-increment simply performs the operation on the variable and returns its value Post-increment requires that the previous value be retained somewhere, ready for return, so some additional storage may be required Thus, the two statements are potentially able to generate different code
  • Operators in C and C++ - Wikipedia
    This is a list of operators in the C and C++ programming languages All listed operators are in C++ and lacking indication otherwise, in C as well Some tables include a "In C" column that indicates whether an operator is also in C Note that C does not support operator overloading When not overloaded, for the operators , ||, and , (the comma operator), there is a sequence point after the
  • Understanding the Assignment Operator in C: Common Errors . . . - LinkedIn
    The assignment operator is used to assign a value to a variable The increment operator (++) is used to increase the value of a variable by 1, either in a prefix (++var) or postfix (var++) form
  • What is the Difference Between i++ and ++i in Java? - Medium
    Press enter or click to view image in full size ++i and i++ both increment the value of i by 1 but in a different way If ++ precedes the variable, it is called pre-increment operator and it comes
  • Arithmetic and Assignment Operators Explained in Java
    Increment Decrement Operators If you have the compound assignment +=1, you can simply write it as ++ This is known as the "increment operator" Similarly, the decrement operator is -- When used before the operand, the increment and decrement operators are known as "prefix operators" And when used after the operand, they're called "postfix operators" With prefix, the variable being
  • [Study Notes] Increment Decrement Operators|ネギ猫
    What is an increment operator? (++ )A symbol to increase a number by 1 symbol What is a decrement operator? (-- )A symbol to decrease a number by 1 symbol🧮 How do you use them?Use them on variables containing numbers For example:int a = 10; a++; ← aの中の数字を1つふやすよ!After this, the value insi





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