英文字典中文字典


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







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

define    音标拼音: [dɪf'ɑɪn]
vt. 定义,解释,下定义,限定,规定

定义,解释,下定义,限定,规定

define
界定; 设定


define
预先定义的

define
定义

define
v 1: determine the essential quality of [synonym: {specify},
{define}, {delineate}, {delimit}, {delimitate}]
2: give a definition for the meaning of a word; "Define
`sadness'"
3: determine the nature of; "What defines a good wine?"
4: show the form or outline of; "The tree was clearly defined by
the light"; "The camera could define the smallest object"
[synonym: {define}, {delineate}]
5: decide upon or fix definitely; "fix the variables"; "specify
the parameters" [synonym: {specify}, {set}, {determine},
{define}, {fix}, {limit}]

Define \De*fine"\, v. t. [imp. & p. p. {Defined}; p. pr. & vb.
n. {Defining}.] [OE. definer, usually, to end, to finish, F.
d['e]finir to define, L. definire to limit, define; de-
finire to limit, end, finis boundary, limit, end. See
{Final}, {Finish}.]
1. To fix the bounds of; to bring to a termination; to end.
"To define controversies." --Barrow.
[1913 Webster]

2. To determine or clearly exhibit the boundaries of; to mark
the limits of; as, to define the extent of a kingdom or
country.
[1913 Webster]

3. To determine with precision; to mark out with
distinctness; to ascertain or exhibit clearly; as, the
defining power of an optical instrument.
[1913 Webster]

Rings . . . very distinct and well defined. --Sir I.
Newton.
[1913 Webster]

4. To determine the precise signification of; to fix the
meaning of; to describe accurately; to explain; to expound
or interpret; as, to define a word, a phrase, or a
scientific term.
[1913 Webster]

They define virtue to be life ordered according to
nature. --Robynson
(More's
Utopia).
[1913 Webster]


Define \De*fine"\, v. i.
To determine; to decide. [Obs.]
[1913 Webster]

159 Moby Thesaurus words for "define":
assign, baptize, be characteristic, bed, blaze, blaze a trail,
blemish, blotch, bound, brand, call, chalk, chalk up, characterize,
check, check off, christen, cicatrize, circle in, circumscribe,
clarify, confirm, construe, dapple, dash, deep-dye, delimit,
delimitate, delineate, demarcate, denominate, describe, designate,
detail, determine, diagnose, differentiate, discolor, distinguish,
dot, dub, earmark, edge, embed, enclose, engraft, engrave, entitle,
entrench, establish, etch, explain, expound, fix, fleck, found,
freckle, gash, ground, hatch, hem, identify, impact, implant,
impress, imprint, infix, ingrain, inscribe, interpret, jam,
keynote, label, lay down, lay off, limit, line, lodge, make a mark,
margin, mark, mark boundaries, mark off, mark out,
mark the periphery, mottle, name, nick, nickname, nominate, notch,
outline, pack, pencil, pepper, plant, point, prick, print, punch,
punctuate, puncture, read, read into, riddle, rim, root, rope off,
scar, scarify, score, scotch, scratch, seal, seam, seat, set,
set apart, set down, set in, set the limit, set the pace,
set the tone, settle, skirt, sound the keynote, specify, speck,
speckle, spell out, splotch, spot, stain, stake out, stamp, state,
stereotype, stigmatize, streak, striate, stripe, style, surround,
tag, take, take it that, take to mean, tattoo, term, tick,
tick off, title, trace, underline, underscore, understand,
understand by, verge, wedge


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





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


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

































































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


  • What is the purpose of the #define directive in C++?
    0 in C or C++ #define allows you to create preprocessor Macros In the normal C or C++ build process the first thing that happens is that the PreProcessor runs, the preprocessor looks though the source files for preprocessor directives like #define or #include and then performs simple operations with them
  • Why use #define instead of a variable - Stack Overflow
    What is the point of #define in C++? I've only seen examples where it's used in place of a "magic number" but I don't see the point in just giving that value to a variable instead
  • c - #Define VS Variable - Stack Overflow
    #define WIDTH 10 is a preprocessor directive that allows you to specify a name (WIDTH) and its replacement text (10) The preprocessor parses the source file and each occurrence of the name is replaced by its associated text The compiler never actually sees a macro name at all, what it sees is the replaced text
  • c++ - Declaring a function using #define - Stack Overflow
    The #define version is still a macro The code is expanded at the invocation site It has all the expected problems (with macros) including namespace pollution and unexpected parameter behaviour
  • What is the difference between #define and const? [duplicate]
    The difference is that #define is processed by the preprocessor doing what amounts to simple text replacement Const values defined like this are not visible for the actual compiler, while a variable defined with the const modifier is an actual typed "variable" (well not really that variable)
  • Is it possible to use a if statement inside #define?
    It is possible to use anything in #define - you just need to be careful about the preprocessor See @Saeed's answer below
  • Defining and using a variable in batch file - Stack Overflow
    The space before the = is interpreted as part of the name, and the space after it (as well as the quotation marks) are interpreted as part of the value So the variable you’ve created can be referenced with %location % If that’s not what you want, remove the extra space (s) in the definition
  • c# - Define #define, including some examples - Stack Overflow
    1 #define is a special "before compile" directive in C# (it derives from the old C preprocessor directives) that defines a preprocessor symbol Coupled with #if, depending on what symbols are defined, the various code will be effectively commented out Because of this, code in non-selected paths doesn't even need to be in a compilable state!





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