英文字典中文字典


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







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

acquiescence    音标拼音: [,ækwi'ɛsəns]
n. 默许,默认,无可奈何的同意

默许,默认,无可奈何的同意

acquiescence
n 1: acceptance without protest
2: agreement with a statement or proposal to do something; "he
gave his assent eagerly"; "a murmur of acquiescence from the
assembly" [synonym: {assent}, {acquiescence}]

Acquiescence \Ac`qui*es"cence\, n. [Cf. F. acquiescence.]
[1913 Webster]
1. A silent or passive assent or submission, or a submission
with apparent content; -- distinguished from avowed
consent on the one hand, and on the other, from opposition
or open discontent; quiet satisfaction.
[1913 Webster]

2. (Crim. Law)
(a) Submission to an injury by the party injured.
(b) Tacit concurrence in the action of another. --Wharton.
[1913 Webster]

147 Moby Thesaurus words for "acquiescence":
OK, Quakerism, acceptance, acceptation, acception, accession,
accommodation, accord, accordance, adaptation, adaption,
adjustment, affirmation, affirmative, affirmative voice,
agreeability, agreeableness, agreement, agreement in principle,
alacrity, allegiance, amenability, approbation, approval, ardor,
assent, assentation, assurance, assuredness, aye, belief, blessing,
certainty, cheerful consent, complaisance, compliance, concurrence,
confidence, conformance, conformation other-direction, conformity,
congruity, connivance, consent, consistency, conventionality,
cooperativeness, correspondence, credence, credit, credulity,
deference, dependence, docility, duteousness, dutifulness,
eagerness, endorsement, enthusiasm, faith, favorable disposition,
favorableness, fealty, flexibility, forwardness, gameness,
general agreement, goodwill, harmony, hearty assent, homage, hope,
humbleness, humility, keeping, kneeling, line, loyalty,
malleability, meekness, nonopposal, nonopposition, nonresistance,
nonviolent resistance, obedience, obediency, obeisance, observance,
okay, orthodoxy, passive resistance, passiveness, passivity,
permission, pliability, pliancy, promptitude, promptness, quietism,
ratification, readiness, reception, receptive mood, receptiveness,
receptivity, reconcilement, reconciliation, reliance, reliance on,
resignation, resignedness, responsiveness, right mood, sanction,
service, servility, servitium, stock, store, strictness,
subjection, submission, submissiveness, submittal,
suit and service, suit service, supineness, support, sureness,
surety, suspension of disbelief, tractability, traditionalism,
trust, uncomplainingness, ungrudgingness, uniformity, unloathness,
unreluctance, warm assent, welcome, willing ear, willing heart,
willingness, yielding, zeal, zealousness

ACQUIESCENCE, contracts. The consent which is impliedly given by one or both
parties, to a proposition, a clause, a condition, a judgment, or to any act
whatever.
2. When a party is bound to elect between a paramount right and a
testamentary disposition, his acquiescence in a state of things which
indicates an election, when he was aware of his rights will be prima facie
evidence of such election. Vide 2 Ves. Jr. 371; 12 Ves. 136 1 Ves. Jr. 335;
3 P. Wms. 315. 2 Rop. Leg. 439.
3. The acts of acquiescence which constitute an implied election, must
be decided rather by the circumstances of each case than by any general
principle. 1 Swanst. R. 382, note, and the numerous cases there cited.
4. Acquiescence in the acts of an agent, or one who has assumed that
character, will be equivalent to an express authority. 2 Bouv. Inst. n.
1309; Kent, Com. 478; Story on Eq. Sec. 255; 4 W. C. C. R. 559; 6 Miss. R.
Sec. 193; 1 John. Cas. 110; 2 John. Cas. 424 Liv. on Ag. 45; Paley on, Ag.
by Lloyd, 41 Pet. R. 69, 81; 12 John. R. 300; 3 Cowen's R. 281; 3 Pick. R.
495, 505; 4 Mason's R. 296. Acquiescence differs from assent. (q.v.)


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





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


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

































































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


  • Hello, World! program - Wikipedia
    program is usually a simple computer program that emits (or displays) to the screen (often the console) a message similar to "Hello, World!" A small piece of code in most general-purpose programming languages, this program is used to illustrate a language's basic syntax
  • Computer Programming Hello world - Wikibooks, open books for an open world
    Hello, world! programs make the text "Hello, world!" appear on a computer screen It is usually the first program encountered when learning a programming language Otherwise, it's a basic sanity check for an installation of a new programming language
  • Hello, world! - Wikiversity
    As described in more detail in the related Wikipedia article, Hello, world! is a classic "first program" one creates when learning a new programming language The objective of the application is the same: to print the text "Hello, world!" to the screen in some form, be it console output or a dialog
  • 1. 1 Your First Java Program: Hello World - Princeton University
    HelloWorld java is an example program Type these character into your text editor and save it into a file named HelloWorld java public class HelloWorld { public static void main(String[] args) { Prints "Hello, World" in the terminal window
  • Hello World! Program - W3Schools
    In this tutorial, we'll explore the origins and importance of this tradition in the context of programming languages and how it serves as a foundation for learning What is the "Hello World" Program? Python Program to Print Hello world! Java Hello World! Program C++ Hello World! Program JavaScript Program To Print Hello World!
  • What is a Hello World program? - IONOS
    What is a Hello World program used for? The text “Hello, World!” was one of the first codes written by programmers This cryptic phrase has actually achieved cult status since the US series “Mr Robot” was released However, it’s been a cultural asset in the programming community for some time
  • Where does Hello world come from? - Stack Overflow
    While small test programs existed since the development of programmable computers, the tradition of using the phrase "Hello world!" as a test message was influenced by an example program in the seminal book The C Programming Language
  • Hello World in Java – Example Program - freeCodeCamp. org
    In our Hello World program, we have a class called HelloWorld As a convention, always start the name of your classes with an uppercase letter To create a class, you use the class keyword, followed by the name of the class Here's an example using our Hello World program: class HelloWorld { } The main Method in Java
  • Hello world - Learn web development | MDN
    As customary when learning a new language, the first program a programmer writes is called "Hello, world!" It's a very simple program that outputs the text string "Hello, world!" to the console But, as we'll see, there's a lot of stuff going on even in a program that's so simple
  • The History and Significance of the Iconic First Program - TechTextures
    “Hello, World!” is more than just a phrase; it’s a tradition, a universal introduction to programming languages Its origins trace back to the early 1970s when Brian Kernighan, a prominent computer scientist, used it in the seminal book “A Tutorial Introduction to the Programming Language B”





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