slovodefinícia
addressing
(encz)
addressing,adresování
Addressing
(gcide)
Address \Ad*dress"\ ([a^]d*dr[e^]s"), v. t. [imp. & p. p.
Addressed (-dr[e^]st"); p. pr. & vb. n. Addressing.] [OE.
adressen to raise erect, adorn, OF. adrecier, to straighten,
address, F. adresser, fr. [`a] (L. ad) + OF. drecier, F.
dresser, to straighten, arrange. See Dress, v.]
1. To aim; to direct. [Obs.] --Chaucer.
[1913 Webster]

And this good knight his way with me addrest.
--Spenser.
[1913 Webster]

2. To prepare or make ready. [Obs.]
[1913 Webster]

His foe was soon addressed. --Spenser.
[1913 Webster]

Turnus addressed his men to single fight. --Dryden.
[1913 Webster]

The five foolish virgins addressed themselves at the
noise of the bridegroom's coming. --Jer. Taylor.
[1913 Webster]

3. Reflexively: To prepare one's self; to apply one's skill
or energies (to some object); to betake.
[1913 Webster]

These men addressed themselves to the task.
--Macaulay.
[1913 Webster]

4. To clothe or array; to dress. [Archaic]
[1913 Webster]

Tecla . . . addressed herself in man's apparel.
--Jewel.
[1913 Webster]

5. To direct, as words (to any one or any thing); to make, as
a speech, petition, etc. (to any one, an audience).
[1913 Webster]

The young hero had addressed his players to him for
his assistance. --Dryden.
[1913 Webster]

6. To direct speech to; to make a communication to, whether
spoken or written; to apply to by words, as by a speech,
petition, etc., to speak to; to accost.
[1913 Webster]

Are not your orders to address the senate?
--Addison.
[1913 Webster]

The representatives of the nation addressed the
king. --Swift.
[1913 Webster]

7. To direct in writing, as a letter; to superscribe, or to
direct and transmit; as, he addressed a letter.
[1913 Webster]

8. To make suit to as a lover; to court; to woo.
[1913 Webster]

9. (Com.) To consign or intrust to the care of another, as
agent or factor; as, the ship was addressed to a merchant
in Baltimore.
[1913 Webster]

To address one's self to.
(a) To prepare one's self for; to apply one's self to.
(b) To direct one's speech or discourse to.

To address the ball (Golf), to take aim at the ball,
adjusting the grip on the club, the attitude of the body,
etc., to a convenient position.
[Webster 1913 Suppl. 1913 Webster]
podobné slovodefinícia
addressing
(encz)
addressing,adresování
addressing machine
(wn)
addressing machine
n 1: a printer that automatically prints addresses on letters
for mailing [syn: addressing machine, Addressograph]
addressing mode
(foldoc)
addressing mode

1. One of a set of methods for
specifying the operand(s) for a machine code
instruction. Different processors vary greatly in the
number of addressing modes they provide. The more complex
modes described below can usually be replaced with a short
sequence of instructions using only simpler modes.

The most common modes are "register" - the operand is stored
in a specified register; "absolute" - the operand is stored
at a specified memory address; and "immediate" - the operand
is contained within the instruction.

Most processors also have indirect addressing modes, e.g.
"register indirect", "memory indirect" where the specified
register or memory location does not contain the operand but
contains its address, known as the "effective address". For
an absolute addressing mode, the effective address is
contained within the instruction.

Indirect addressing modes often have options for pre- or post-
increment or decrement, meaning that the register or memory
location containing the effective address is incremented or
decremented by some amount (either fixed or also specified in
the instruction), either before or after the instruction is
executed. These are very useful for stacks and for
accessing blocks of data. Other variations form the effective
address by adding together one or more registers and one or
more constants which may themselves be direct or indirect.
Such complex addressing modes are designed to support access
to multidimensional arrays and arrays of data structures.

The addressing mode may be "implicit" - the location of the
operand is obvious from the particular instruction. This
would be the case for an instruction that modified a
particular control register in the CPU or, in a stack based
processor where operands are always on the top of the stack.

2. In IBM System 370/XA the addressing mode bit controls
the size of the effective address generated. When this bit
is zero, the CPU is in the 24-bit addressing mode, and 24 bit
instruction and operand effective addresses are generated.
When this bit is one, the CPU is in the 31-bit addressing
mode, and 31-bit instruction and operand effective addresses
are generated.

["IBM System/370 Extended Architecture Principles of
Operation", Chapter 5., 'Address Generation', BiModal
Addressing].

(1995-03-30)
indirect addressing
(foldoc)
indirect address
indirect addressing

An addressing mode found in many processors'
instruction sets where the instruction contains the address
of a memory location which contains the address of the operand
(the "effective address") or specifies a register which
contains the effective address. In the first case
(indirection via memory), accessing the operand requires two
memory accesses - one to fetch the effective address and
another to read or write the actual operand. Register
indirect addressing requires only one memory access.

An indirect address may be indicated in assembly language by
an operand in parentheses, e.g. in Motorola 68000 assembly

MOV D0,(A0)

writes the contents of register D0 to the location pointed to
by the address in register A0.

Indirect addressing is often combined with pre- or post-
increment or decrement addressing, allowing the address of the
operand to be increased or decreased by one (or some specified
number) either before or after using it.

(1994-11-07)
logical block addressing
(foldoc)
Logical Block Addressing
LBA

(LBA) A hard disk sector addressing scheme used
on all SCSI hard disks, and on ATA-2 conforming IDE hard
disks. The addressing conversion is performed by the hard
disk firmware.

Prior to LBA, combined limitations of IBM PC BIOS and
ATA restricted the useful capacity of IDE hard disks on IBM
PCs and compatibles to 1024 cylinders * 63 sectors per track *
16 heads * 512 bytes per sector = 528 million bytes = 504
megabytes. Modern BIOSes select LBA mode automatically, and
work around the 1024-cylinder BIOS limit by representing a
hard disk to the OS as having e.g. half as many cylinders and
twice as many heads. However, there is still an unbreakable
BIOS disk size limit of 1024 cylinders * 63 sectors per track
* 256 heads * 512 bytes per sector = 8 gigabytes, but modern
OSes (including Windows 9x, Windows NT and Linux) are
not affected by it, since they issue direct LBA-based calls,
bypassing the BIOS hard disk services completely.

(2000-04-30)
multicast addressing
(foldoc)
multicast addressing

Ethernet addressing scheme used to send packets to devices
of a certain type or for broadcasting to all nodes. The
least significant bit of the most significant byte of a
multi-cast address is one.
physical addressing
(foldoc)
physical addressing

The low level addressing scheme used on
Ethernet. The 48-bit destination Ethernet address in a
packet is compared with the receiving node's Ethernet
address.

Compare IP address.

(1994-12-23)

Nenašli ste slovo čo ste hľadali ? Doplňte ho do slovníka.

na vytvorenie tejto webstránky bol pužitý dictd server s dátami z sk-spell.sk.cx a z iných voľne dostupných dictd databáz. Ak máte klienta na dictd protokol (napríklad kdict), použite zdroj slovnik.iz.sk a port 2628.

online slovník, sk-spell - slovníkové dáta, IZ Bratislava, Malé Karpaty - turistika, Michal Páleník, správy, údaje o okresoch V4