英文字典中文字典


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







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

soundness    音标拼音: [s'ɑʊndnəs]
n. 完全坚固,稳固,公正

完全坚固,稳固,公正

soundness
n 1: a state or condition free from damage or decay [ant:
{unsoundness}]
2: the quality of being prudent and sensible [synonym: {wisdom},
{wiseness}, {soundness}] [ant: {unsoundness}]
3: the muscle tone of healthy tissue; "his muscular firmness"
[synonym: {firmness}, {soundness}] [ant: {unsoundness}]

Soundness \Sound"ness\, n.
The quality or state of being sound; as, the soundness of
timber, of fruit, of the teeth, etc.; the soundness of
reasoning or argument; soundness of faith.
[1913 Webster]

Syn: Firmness; strength; solidity; healthiness; truth;
rectitude.
[1913 Webster]

196 Moby Thesaurus words for "soundness":
admissibility, advantageousness, agreeableness, aplomb,
auspiciousness, authenticity, authoritativeness, authority,
balance, balanced personality, beneficialness, benevolence,
benignity, body, calculability, canonicalness, canonicity, class,
cogency, common sense, completeness, concreteness, constancy,
contact with reality, cool, cool head, coolheadedness, coolness,
credit standing, density, dependability, desert, due sense of,
durability, entireness, equilibrium, eupepsia, excellence,
expedience, fairness, faithworthiness, fastness, favorableness,
fine fettle, fine shape, fine whack, fineness, firmness,
first-rateness, force, fullness, glowing health, good condition,
good constitution, good digestion, good health, good sense,
good shape, good trim, goodliness, goodness, gospel truth, grace,
haleness, hardness, healthfulness, healthiness, healthy body,
healthy constitution, healthy mind, helpfulness, high feather,
homeostasis, horse sense, imperturbability, intactness, integrity,
invariability, invincibility, justifiability, justness, kindness,
level head, level-headedness, levelheadedness, logic, logicality,
logicalness, lucid interval, lucidity, marbles, mass, materiality,
mental balance, mental equilibrium, mental health, mental hygiene,
mental poise, merit, mind, mint condition, nerve, niceness,
normalcy, normality, normalness, orthodoxicalness, orthodoxism,
orthodoxness, orthodoxy, palpability, picture of health,
plain sense, plausibility, pleasantness, plenitude, ponderability,
practical mind, practical wisdom, practicality, predictability,
profitableness, quality, rationality, reason, reasonability,
reasonableness, reliability, religious truth, rewardingness,
right belief, right mind, rightness, robust health, rootedness,
rude health, rugged health, sanemindedness, saneness, sang-froid,
sanity, secureness, security, sense, senses, sensibleness,
skillfulness, sober senses, sober-mindedness, soberness, sobriety,
solidity, solvency, sound mind, sound sense, soundness of mind,
stability, stable equilibrium, stable state, stableness,
staunchness, steadfastness, steadiness, steady nerves,
steady state, stoutness, strength, sturdiness, substance,
substantiality, substantialness, superiority, sweet reason,
tangibility, temper, the truth, top shape, toughness,
traditionalism, trustworthiness, undeflectability, unerringness,
uniformity, unindebtedness, unshakable nerves, unshakableness,
usefulness, validity, value, virtue, virtuousness, weight,
wholeness, wholesomeness, wit, worth

The quality of being {sound} (2).

SOUNDNESS. In usual health; without any permanent disease. 1 Carr. & Marsh.
291. To create unsoundness, it is requisite that the animal should not be
useful for the purpose for which he is bought, and that inability to be so
useful should arise from disease or accident. 2 M. & Rob. 137; 9 M. & W.
670. 2 M. & Rob. 113.
2. In the sale of slaves and animals they are sometimes warranted by
the seller to be sound, and it becomes important to ascertain what is
soundness. Roaring; (q.v.) a temporary lameness, which renders a horse less
fit for service; 4 Campb. 271; sed vide 2 Esp. Cas. 573; a cough, unless
proved to be of a temporary nature; 2 Chit. R. 245, 416; and a nerved horse,
have been held to be unsound. But cribbiting is not a breach of a general
warranty of soundness. Holt, Cas. 630.
3. An action on the case is the proper remedy for a verbal warrant of
soundness. 1 H. Bl. R. 17; 3 Esp. 82; 9 B. & Cr. 259; 2 Dow. & Ry. 10; 1
Bing. 344; 5 Dow. & R. 164; 1 Taunt. 566; 7 East, 274; Bac. Ab. Action on
the Case, E.


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





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


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

































































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


  • c - What is the difference between ++i and i++? - Stack Overflow
    In C, what is the difference between using ++i and i++, and which should be used in the incrementation block of a for loop?
  • How do I delete a Git branch locally and remotely?
    Matthew’s answer is great for removing remote branches, and I also appreciate the explanation, but to make a simple distinction between the two commands: To remove a local branch from your machine: git branch -d {local_branch} Use -D instead of -d to force deletion without checking the merged status To remove a remote branch from the server: git push origin -d {remote_branch} Reference
  • verbs - Whats the difference between I look forward to and Im . . .
    If you mean both in the sense of anticipating something, both are equally valid However 'I look forward' is more formal; it's the kind of thing you would write in an official letter A typical example is the closing statement of a cover letter for a job application: I look forward to hearing from you soon 'I am looking forward' is less formal You would rarely say to a friend on the phone 'I
  • meaning - I cant seem to vs I cant - English Language Usage . . .
    The use of seem to is usually a hedge, or a softener The examples above are suggesting that the person feels they should be able to do something but cannot find the right way to do it successfully The same person wouldn't say, "I can't seem to speak Korean" because they have no reasonable expectation that they should be able to speak Korean
  • What is the difference between i++ ++i in a for loop?
    The way for loop is processed is as follows 1 First, initialization is performed (i=0) 2 the check is performed (i < n) 3 the code in the loop is executed 4 the value is incremented 5 Repeat steps 2 - 4 This is the reason why, there is no difference between i++ and ++i in the for loop which has been used
  • abbreviations - Can I start a sentence with i. e. ? - English Language . . .
    While writing a rhetorical question I ran into a case where it seemed natural to start a sentence with "I e": How do we handle the case when the list is empty? I e , if the filter matched no entr
  • ruby - What do `?i` and `?-i` in regex mean? - Stack Overflow
    I tested and it matches test, TEST, and teSt But I have never seen this before What does the ? before i mean? I saw this here
  • Why do we say I win instead of I won?
    For a long time I was wondering why there is I win instead of I won I met such usage in a lot of games and movies For me, it's logical to say I won, because this winning action is done already
  • How do I revert a Git repository to a previous commit?
    How do I revert from my current state to a snapshot made on a certain commit? If I do git log, then I get the following output: $ git log commit
  • In IPA transcription, what is the difference between “ɪ”, i, “i:”?
    One note: as I recall, i and iː are pronounced identically in most AmE and BrE dialects; dictionaries consider them separate phonemes because some dialects, like those that lack the usual "happy"-tensing, do have a difference in pronunciation there





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