英文字典中文字典


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







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

accumulator    音标拼音: [əkj'umjəl,etɚ]
n. 积聚者,蓄能器,蓄电池

积聚者,蓄能器,蓄电池

accumulator
累积器; 累加器 AC


accumulator
累积器

accumulator
累积器 累加器

accumulator
n 1: a person who is employed to collect payments (as for rent
or taxes) [synonym: {collector}, {gatherer}, {accumulator}]
2: a voltaic battery that stores electric charge [synonym: {storage
battery}, {accumulator}]
3: (computer science) a register that has a built-in adder that
adds an input number to the contents of the register [synonym:
{accumulator}, {accumulator register}]

Accumulator \Ac*cu"mu*la`tor\, n. [L.]
1. One who, or that which, accumulates, collects, or amasses.
[1913 Webster]

2. (Mech.) An apparatus by means of which energy or power can
be stored, such as the cylinder or tank for storing water
for hydraulic elevators, the secondary or storage battery
used for accumulating the energy of electrical charges,
etc.
[1913 Webster]

3. A system of elastic springs for relieving the strain upon
a rope, as in deep-sea dredging.
[1913 Webster]

In a {central processing unit}, a {register} in
which intermediate results are stored. Without an
accumulator, it would be necessary to write the result of each
calculation (addition, multiplication, {shift}, etc.) to {main
memory} and read them back. Access to main memory is slower
than access to the accumulator which usually has direct paths
to and from the {arithmetic and logic unit} (ALU).

The {canonical} example is summing a list of numbers. The
accumulator is set to zero initially, each number in turn is
added to the value in the accumulator and only when all
numbers have been added is the result written to main memory.

Modern CPUs usually have many registers, all or many of which
can be used as accumulators. For this reason, the term
"accumulator" is somewhat archaic. Use of it as a synonym for
"register" is a fairly reliable indication that the user has
been around for quite a while and/or that the architecture
under discussion is quite old. The term in full is almost
never used of microprocessor registers, for example, though
symbolic names for arithmetic registers beginning in "A"
derive from historical use of the term "accumulator" (and not,
actually, from "arithmetic"). Confusingly, though, an "A"
register name prefix may also stand for "address", as for
example on the {Motorola} {680x0} family.

2. A register, memory location or variable being
used for arithmetic or logic (as opposed to addressing or a
loop index), especially one being used to accumulate a sum or
count of many items. This use is in context of a particular
routine or stretch of code. "The FOOBAZ routine uses A3 as an
accumulator."

[{Jargon File}]

(1999-04-20)

accumulator: n. obs. 1. Archaic term for a register. On-line use of it as a synonym for
register is a fairly reliable
indication that the user has been around for quite a while and/or that the
architecture under discussion is quite old. The term in full is almost
never used of microprocessor registers, for example, though symbolic names
for arithmetic registers beginning inAderive from
historical use of the term accumulator (and not, actually, from
arithmetic’). Confusingly, though, anA
register name prefix may also stand for address, as for example on the Motorola 680x0
family.



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


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

































































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


  • Send a user message to a user via Power Automate in MS Teams
    You can try these Power Automate steps to create the 1:1 chat between you and the user, then send a message to it
  • Power Automate editing posted teams message - Stack Overflow
    I am using power automate to post a message to a teams channel The message cannot be edited by admin of that teams channel or any user in that channel I could not find an option to make the teams
  • How can I list all collections in the MongoDB shell?
    In the MongoDB shell, how do I list all collections for the current database that I'm using?
  • Bot Channels Registration - Azure Bot Framework - Stack Overflow
    A Bot in the Microsoft Bot Framework world basically consists of two things: a registration within the Microsoft Bot Framework services (which includes an Azure App registration) the "bot" itself, which is basically just a web-hosted resources that can receive and send json In the Azure resource listing, there is the option for a "Web Application Bot", which combines 1 2 above together - it
  • oracle sql query select - Stack Overflow
    You can use exists and not exists: select t * from tourists t where exists ( select 1 from stay s inner join hotels h on h hcode = s hcode where s tcode = t tcode and h name = 'Hilton' ) and not exists ( select 1 from stay s inner join hotels h on h hcode = s hcode where s tcode = t tcode and h name = 'Continental' )
  • How to configure vs code working directory in the launch. json
    visual-studio-code edited Nov 29, 2017 at 7:14 asked Nov 28, 2017 at 20:44 Jenny Hilton 1,417 7 23 43 2 There is a launch json file there you should be able to set the cwd property (cwd stands for current working directory)
  • Size of the request headers is too long - Stack Overflow
    Check the MSDN: Cause This issue may occur when the user is a member of many Active Directory user groups When a user is a member of a large number of active directory groups the Kerberos authentication token for the user increases in size The HTTP request that the user sends to the IIS server contains the Kerberos token in the WWW-Authenticate header, and the header size increases as the
  • How do I install the yaml package for Python? - Stack Overflow
    I have a Python program that uses YAML I attempted to install it on a new server using pip install yaml and it returns the following: $ sudo pip install yaml Downloading unpacking yaml Could not
  • Managing Token Limits in GPT-4o for Variable-Length Input and Output
    I’m using GPT-4o via the Azure OpenAI API to handle variable-length queries, but I frequently encounter token exhaustion when the combined token count of my input and output exceeds the model's max





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