assembly 音标拼音: [əs'ɛmbli]
n .
U 集合;
C 集会;议会;装配
U 集合;
C 集会;议会;装配
assembly 组合常式
assembly 组合
ASM
assembly 组合的; 装配件
assembly 组合
assembly n 1 :
a group of machine parts that fit together to form a self -
contained unit 2 :
the act of constructing something (
as a piece of machinery )
[
synonym : {
fabrication }, {
assembly }] [
ant : {
disassembly },
{
dismantlement }, {
dismantling }]
3 :
a public facility to meet for open discussion [
synonym : {
forum },
{
assembly }, {
meeting place }]
4 :
a group of persons who are gathered together for a common purpose 5 :
a unit consisting of components that have been fitted together 6 :
the social act of assembling ; "
they demanded the right of assembly " [
synonym : {
assembly }, {
assemblage }, {
gathering }] [
ant :
{
disassembly }, {
dismantlement }, {
dismantling }]
Assembly \
As *
sem "
bly \,
n .;
pl . {
Assemblies }. [
F .
assembl ['
e ]
e ,
fr .
assembler .
See {
Assemble }.]
1 .
A company of persons collected together in one place ,
and usually for some common purpose ,
esp .
for deliberation and legislation ,
for worship ,
or for social entertainment .
[
1913 Webster ]
2 .
A collection of inanimate objects . [
Obs .] --
Howell .
[
1913 Webster ]
3 . (
Mil .)
A beat of the drum or sound of the bugle as a signal to troops to assemble .
[
1913 Webster ]
Note :
In some of the United States ,
the legislature ,
or the popular branch of it ,
is called the Assembly ,
or the General Assembly .
In the Presbyterian Church ,
the General Assembly is the highest ecclesiastical tribunal ,
composed of ministers and ruling elders delegated from each presbytery ;
as ,
the General Assembly of the Presbyterian Church in the United States ,
or of Scotland .
[
1913 Webster ]
{
Assembly room },
a room in which persons assemble ,
especially for dancing .
{
Unlawful assembly } (
Law ),
a meeting of three or more persons on a common plan ,
in such a way as to cause a reasonable apprehension that they will disturb the peace tumultuously .
{
Westminster Assembly },
a convocation ,
consisting chiefly of divines ,
which ,
by act of Parliament ,
assembled July 1 ,
1643 ,
and remained in session some years .
It framed the "
Confession of Faith ,"
the "
Larger Catechism ,"
and the "
Shorter Catechism ,"
which are still received as authority by Presbyterians ,
and are substantially accepted by Congregationalists .
[
1913 Webster ]
Syn :
See {
Assemblage }.
[
1913 Webster ]
217 Moby Thesaurus words for "
assembly ":
British Cabinet ,
Sanhedrin ,
US Cabinet ,
advisory body ,
architecture ,
assemblage ,
assemblee ,
assembly line ,
assembly -
line production ,
assignation ,
association ,
at home ,
ball ,
bench ,
bicameral legislature ,
board ,
board of aldermen ,
body ,
body of advisers ,
borough council ,
brain trust ,
brawl ,
brethren ,
building ,
buildup ,
cabinet ,
call -
up ,
camarilla ,
canvass ,
casting ,
caucus ,
census ,
chamber ,
chamber of deputies ,
churchgoers ,
circle ,
city board ,
city council ,
class ,
collection ,
colligation ,
collocation ,
colloquium ,
combination ,
commission ,
committee ,
common council ,
company ,
comparison ,
composition ,
compound ,
conclave ,
concourse ,
concurrence ,
conference ,
confluence ,
conflux ,
congregation ,
congress ,
connection ,
constitution ,
construction ,
consultative assembly ,
conventicle ,
convention ,
convergence ,
conversion ,
convocation ,
corralling ,
council ,
council fire ,
council of ministers ,
council of state ,
council of war ,
county council ,
court ,
crafting ,
craftsmanship ,
creation ,
crowd ,
cultivation ,
dance ,
data -
gathering ,
date ,
deliberative assembly ,
devising ,
diet ,
directory ,
divan ,
eisteddfod ,
elaboration ,
embodiment ,
erection ,
extraction ,
fabrication ,
fashioning ,
federal assembly ,
festivity ,
fete ,
flock ,
fold ,
forgathering ,
formation ,
forming ,
formulation ,
forum ,
framing ,
gathering ,
general assembly ,
get -
together ,
getup ,
group ,
growing ,
handicraft ,
handiwork ,
harvesting ,
horde ,
host ,
house of assembly ,
housewarming ,
incorporation ,
ingathering ,
inventory ,
junction ,
junta ,
juxtaposition ,
kitchen cabinet ,
laity ,
laymen ,
legislative assembly ,
legislative body ,
legislative chamber ,
legislature ,
levee ,
lower chamber ,
lower house ,
machining ,
make ,
makeup ,
making ,
manufacture ,
manufacturing ,
meet ,
meeting ,
milling ,
mining ,
minyan ,
mixture ,
mobilization ,
molding ,
multitude ,
muster ,
national assembly ,
nonclerics ,
nonordained persons ,
organization ,
panel ,
parish ,
parish council ,
parishioners ,
parliament ,
party ,
people ,
piecing together ,
plenum ,
prefabrication ,
preparation ,
privy council ,
processing ,
producing ,
production line ,
prom ,
provincial legislature ,
provincial parliament ,
putting together ,
quorum ,
raising ,
rally ,
reception ,
refining ,
rendezvous ,
representative town meeting ,
rodeo ,
roundup ,
seance ,
seculars ,
session ,
set -
up ,
setup ,
shaping ,
sheep ,
shindig ,
sit -
in ,
sitting ,
smelting ,
society ,
soiree ,
soviet ,
staff ,
state assembly ,
state legislature ,
structure ,
structuring ,
survey ,
symposium ,
syndicate ,
syneresis ,
synod ,
synthesis ,
throng ,
town meeting ,
tribunal ,
turnout ,
unicameral legislature ,
upper chamber ,
upper house ,
workmanship
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
What does the and instruction do to the operands in assembly language? What does the 'and' instruction do in assembly language? I was told that it checks the bit order of the operands and sets the 1s to true and anything else to false, but I don't know what it actually does or what effect it has on the code
What do the dollar ($) and percentage (%) signs represent in x86 assembly? I am trying to understand how the assembly language works for a micro-computer architecture class, and I keep facing different syntaxes in examples: sub $48, %esp mov %eax, 32(%esp) What do these
What does the dollar sign ($) mean in x86 assembly when calculating . . . What does the dollar sign ($) mean in x86 assembly when calculating string lengths like "$ - label"? [duplicate] Asked 13 years, 6 months ago Modified 8 years ago Viewed 77k times
assembly - Purpose of ESI EDI registers? - Stack Overflow What is the actual purpose and use of the EDI amp; ESI registers in assembler? I know they are used for string operations for one thing Can someone also give an example?
assembly - What are the ESP and the EBP registers . . . - Stack Overflow Understanding the stack is very crucial in programming in assembly language as this can affect the calling conventions you will be using regardless of the type For example, even the cdecl or __stdcall is also dependent on the ESP and EBP registers, and others too in some way depend on some registers and the stack
. net - What are differences between AssemblyVersion . . . There are three assembly version attributes What are differences? Is it ok if I use AssemblyVersion and ignore the rest? MSDN says: AssemblyVersion: Specifies the version of the assembly being
How can I get the assembly file version - Stack Overflow In AssemblyInfo there are two assembly versions: AssemblyVersion: Specify the version of the assembly being attributed AssemblyFileVersion: Instructs a compiler to use a specific version number f
Module could not be loaded, assembly with same name - Reddit Import-Module: Assembly with same name is already loaded Ive tried uninstalling the modules, removing them (remove-module, uninstall-module) and then installed and imported again with no luck
How do I get the path of the assembly the code is in? This is excellent for unit testing if you just want to get the original bin path of your test assembly (say, to reach auxilary data files in subfolders) The test assembly is the entry point of your code