英文字典中文字典


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







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

deference    音标拼音: [d'ɛfɚəns] [d'ɛfrəns]
n. 依从,听从,遵从

依从,听从,遵从

deference
n 1: a courteous expression (by word or deed) of esteem or
regard; "his deference to her wishes was very flattering";
"be sure to give my respects to the dean" [synonym:
{deference}, {respect}]
2: courteous regard for people's feelings; "in deference to your
wishes"; "out of respect for his privacy" [synonym: {deference},
{respect}, {respectfulness}]
3: a disposition or tendency to yield to the will of others
[synonym: {complaisance}, {compliance}, {compliancy},
{obligingness}, {deference}]

Deference \Def"er*ence\, n. [F. d['e]f['e]rence. See 3d
{Defer}.]
A yielding of judgment or preference from respect to the
wishes or opinion of another; submission in opinion; regard;
respect; complaisance.
[1913 Webster]

Deference to the authority of thoughtful and sagacious
men. --Whewell.
[1913 Webster]

Deference is the most complicate, the most indirect,
and the most elegant of all compliments. --Shenstone.

Syn: {Deference}, {Reverence}, {Respect}.

Usage: Deference marks an inclination to yield one's opinion,
and to acquiesce in the sentiments of another in
preference to one's own. Respect marks the estimation
that we have for another, which makes us look to him
as worthy of high confidence for the qualities of his
mind and heart. Reverence denotes a mingling of fear
with a high degree of respect and esteem. Age, rank,
dignity, and personal merit call for deference;
respect should be paid to the wise and good; reverence
is due to God, to the authors of our being, and to the
sanctity of the laws.
[1913 Webster]

93 Moby Thesaurus words for "deference":
acceptance, acquiescence, admiration, adoration, affability,
agreeableness, allegiance, amenity, apotheosis, appreciation,
approbation, approval, assent, assigned task, awe, bounden duty,
breathless adoration, burden, business, call of duty, charge,
civility, comity, commitment, complaisance, compliance, consent,
considerateness, consideration, courteousness, courtesy,
dedication, deification, devoir, devotion,
duties and responsibilities, duty, esteem, estimation, ethics,
exaggerated respect, favor, fealty, gracefulness, graciousness,
great respect, hero worship, high regard, homage, honor, idolatry,
idolization, imperative, kneeling, line of duty, loyalty, mission,
must, nonopposal, nonopposition, nonresistance, obedience,
obeisance, obligation, onus, ought, passiveness, passivity, place,
politeness, prestige, regard, resignation, resignedness, respect,
respectfulness, reverence, reverential regard, self-imposed duty,
solicitousness, solicitude, subjection, submission, submissiveness,
submittal, supineness, tact, tactfulness, thoughtfulness, urbanity,
veneration, worship, yielding


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





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


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

































































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


  • What does dereferencing a pointer mean in C C++?
    int *p; would define a pointer to an integer, and *p would dereference that pointer, meaning that it would actually retrieve the data that p points to
  • Meaning of referencing and dereferencing in C
    I read different things on the Internet and got confused, because every website says different things I read about * referencing operator and amp; dereferencing operator; or that referencing means
  • What exactly is meant by dereferencing a NULL pointer?
    Dereferencing just means accessing the memory value at a given address So when you have a pointer to something, to dereference the pointer means to read or write the data that the pointer points to In C, the unary * operator is the dereferencing operator If x is a pointer, then *x is what x points to The unary operator is the address-of operator If x is anything, then x is the address
  • How to resolve Deference of a possible null reference warning?
    How to resolve "Deference of a possible null reference" warning? Ask Question Asked 4 years, 6 months ago Modified 4 years, 6 months ago
  • Why do we get possible dereference null reference warning, when null . . .
    #nullable enable class Program { static void Main() { var s = ""; var b = s == null; If you comment this line out, the warning on the line below disappears var i = s Length; warning CS8602: Dereference of a possibly null reference } } After reading the documentation I linked to above, I would expect the s == null line to give me a warning—after all s is clearly non-nullable, so
  • c# - Dereference of a possibly null reference . . . Can my code be . . .
    My project is Net-6 Blazor WebAssembly (hosted) in C# Can my code be simplified to avoid nullable warnings? I want the person's customer-ID in a page variable from the ApplicationUser object's Id
  • verilog - UVM RAL: NULL pointer is dereference - Stack Overflow
    The `REG_BLOCK regmodel may also be defined in base class (base_test) If base_test has a value assigned to regmodel then extending it and redefining will overwrite that value Removing that line will work
  • What happens in OS when we dereference a NULL pointer in C?
    int* ptr = NULL; *ptr = 10; Now , the program will crash since ptr isn't pointing to any address and we're assigning a value to that , which is an invalid access So , the question is , what happens internally in the OS ? Does a page-fault segmentation-fault occur ? Will the kernel even search in the page table ? Or the crash occur before that? I know I wouldn't do such a thing in any
  • c++ - potential null deference warning - Stack Overflow
    potential null deference warning Ask Question Asked 2 years, 4 months ago Modified 2 years, 4 months ago





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