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
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
terminology - Assembly vs. Assembler - Stack Overflow The assembly is a piece of code executable that is in machine executable code This might be an obj, exe, dll, It is the result of a compile The assembler is the "compiler" that compiles code into machine executable code This code has been written in the language " Assembly Language " Assembly language in common English is often called Assembler Assemblator seems to be a creative word
What does the and instruction do to the operands in assembly language? This should be described in the documentation for any assembler that has an and instruction It does a bit-wise Boolean "and" between two operands In other words, corresponding bits (bit n in each operand) are anded, in the Boolean operation sense, giving bit n of the result In Boolean logic, 1 and 1 = 1, but 0 and x (anything else) = 0 Thus, 10111010 and 01101011 results in 00101010 If
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
How to write if-else in assembly? - Stack Overflow How to write the equal condition (in the question) in assembly? Your example has an else statement while mine uses an else if
How do you engineers professionally abbreviate the word, Assembly . . . It's either assy or assembly, never saw it any other way until GA level Sub assy or sub-assy commonly used Reply reply cuco33 • Depends on the company but I have seen ASM and ASSY Reply reply pl233 • I like saving space in my spreadsheets, but I won't abbreviate "cumulative assembly scrap" Reply reply more reply more reply More replies
Is it worth it to learn assembly? : r learnprogramming - Reddit Understanding assembly can help you interpret low-level performance metrics and find issues in your code more efficiently Assembly language helps in facilitating algorithm optimization It can be applied to improve the performance of the algorithm and make it more efficient
x86 - What does ORG Assembly Instruction do? - Stack Overflow can anyone give me a comprehensive description about ORG directive? When and why is it used in assembly written applications? Using Nasm on x86 or AMD64
How to get a single part out of a final assembly. : r SolidWorks I was sent a fully put-together assembly and need to get a single part of the assembly by itself in a new Solidworks file I can't find a way to extract the part I need
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, 11 months ago Modified 8 years, 5 months ago Viewed 78k times
What exactly is an Assembly in C# or . NET? - Stack Overflow Could you please explain what is an Assembly in C# or NET? Where does it begin and where does it end? What important information should I know about Assemblies?