英文字典中文字典


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







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

consolidation    音标拼音: [kəns,ɑləd'eʃən]
n. 巩固,团结,合并,加强

巩固,团结,合并,加强

consolidation
n 1: combining into a solid mass
2: the act of combining into an integral whole; "a consolidation
of two corporations"; "after their consolidation the two
bills were passed unanimously"; "the defendants asked for a
consolidation of the actions against them" [synonym:
{consolidation}, {integration}]
3: something that has consolidated into a compact mass; "he
dropped the consolidation into the acid bath"

Consolidation \Con*sol`i*da"tion\, n. [L. consolidatio a
confirming: cf. F. consolidation.]
1. The act or process of consolidating, making firm, or
uniting; the state of being consolidated; solidification;
combination.
[1913 Webster]

The consolidation of the marble and of the stone did
not fall out at random. --Woodward.
[1913 Webster]

The consolidation of the great European monarchies.
--Hallam.
[1913 Webster]

2. (Bot.) To organic cohesion of different circled in a
flower; adnation.
[1913 Webster]

3. (Law) The combination of several actions into one.
[1913 Webster]

160 Moby Thesaurus words for "consolidation":
Anschluss, abbreviation, accelerando, acceleration, accretion,
addition, adherence, adhesion, affiliation, agglomeration,
agglutination, aggravation, aggregation, alliance, amalgamation,
assimilation, association, astriction, astringency, beefing-up,
blend, blending, blowing up, blowup, bottleneck, cabal, cahoots,
cartel, centralization, cervix, circumscription, cling, clinging,
clotting, clumping, clustering, coadunation, coagulation,
coalescence, coalition, coarctation, coherence, cohesion,
cohesiveness, colleagueship, collegialism, collegiality,
combination, combine, combo, compactedness, compaction,
composition, compression, compressure, comradeship, concentration,
concretion, condensation, confederacy, confederation,
confraternity, congealment, congelation, congeries, conglobation,
conglomeration, conjugation, conjunction, conspiracy, constriction,
constringency, contraction, contracture, copartnership, copartnery,
curtailment, decrease, deepening, densification, diminuendo,
ecumenism, embodiment, encompassment, enhancement, enosis,
exacerbation, exaggeration, explosion, federalization, federation,
fellowship, fraternalism, fraternity, fraternization, freemasonry,
fusion, hardening, heating-up, heightening, hookup, hourglass,
hourglass figure, inclusion, incorporation, information explosion,
inseparability, integration, intensification, isthmus, junction,
junta, knitting, league, magnification, marriage, meld, melding,
mergence, merger, merging, narrow place, narrowing, neck, package,
package deal, partnership, pickup, population explosion, puckering,
pursing, redoubling, reduction, reinforcement, set, shortening,
sodality, solidification, sorority, speedup, step-up, sticking,
stranglement, strangulation, strengthening, striction, stricture,
syncretism, syndication, syneresis, synthesis, systole, tie-in,
tie-up, tightening, unification, union, wasp waist, wedding,
wrinkling


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





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


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

































































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


  • NASM - The Netwide Assembler - Index
    Discussion regarding the NASM website and forum 140 Posts 47 Topics Last post by debs3759 in Re: Why did the site go on May 01, 2025, 03:54:09 AM Summer of Code Ideas Ideas for Google Summer of Code 78 Posts 23 Topics Last post by Deskman243 in Re: Real to Protected Mo on June 18, 2023, 05:42:45 PM Other Discussion
  • How to add NASM to `Path` environment variable in Windows 10
    And if you are using Microsoft Visual Studio to get a C compiler for the NASM obj files, and want to use their fairly new Powershell command tool rather than the DOS Visual Studio command prompt, you may want to add the directory where their cl exe is located
  • Win64 Basic Hello World NASM MINGW64 GoLink (Example Code)
    Re: Win64 Basic Hello World NASM MINGW64 GoLink (Example Code) « Reply #4 on: October 24, 2013, 02:51:10 AM » Quote from: encryptor256 on October 23, 2013, 06:11:30 AM
  • Nasm and C?? - Netwide Assembler
    Unless I'm mistaken, some assemblers (Masm?) seem to exclude unused "extern"s, but Nasm puts 'em in if you say so "strip" eliminates much of the "bloat" (but 11k for a file that "doesn't do anything" still seems a bit "beefy" to me)
  • NASM Learners Library for 32-bit and 64-bit Linux - Netwide Assembler
    Author Topic: NASM Learners Library for 32-bit and 64-bit Linux (Read 73865 times)
  • How To do a loop in NASM? - Netwide Assembler
    and how do I compile this on Nasm to try it out? would these 2 lines work? (nasm -f elf32 example1 asm -o example1 o ld -m elf_i386 example1 o -o example1) what frustrates me about Assembly language is that it's syntax differs according to the environment it's running on
  • Error -nasm is not recognized as an internal or external command . . .
    It appears that Nasm is not on your "path" The "path", if you don't know, is a list of directories (folders) that the OS searches for executable files I would expect that if you followed your "guide", the process of installing MinGW would have put "C:\MinGW\bin" on your "path"
  • [solved] NASM - Help with tutorial for Hello World - Netwide Assembler
    Topic: NASM tutorial for Windows (7+), console and windows (Read 19616 times) « Last Edit: June 09, 2022, 10:20:57 PM by Frank Kotler » Logged
  • Programming with NASM - Netwide Assembler
    Programming with NASM Normal Topic Hot Topic (More than 15 replies) Very Hot Topic (More than 25 replies
  • SASM - new NASM Assembler IDE
    SASM is a simple Open Source cross-platform IDE for NASM assembly language with syntax highlighting and debugger SASM makes it easy to develop and run programs written in NASM Licensed under the GNU GPL v3 0 Based on the Qt The program works out of the box and is great for beginners to learn assembly language SASM will work on Windows and





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