extended addressing - перевод на арабский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

extended addressing - перевод на арабский

AN ADDRESSING SCHEME USED IN FLAT PANEL DISPLAYS.
Active matrix addressing; Active addressing; Active-matrix

extended addressing      
عنوان موسع
absolute coding         
ASPECT OF THE INSTRUCTION SET ARCHITECTURE IN MOST CENTRAL PROCESSING UNIT DESIGNS
Addressing modes; Indirect word; Address mode; Indirect address; Absolute coding; Absolute and relative coding; Indexed addressing; Indirect addressing; Relative coding; Effective address; Load Effective Address; Push Effective Address; Indirection bit; Indirection (computing); Special addressing modes for implementation of stacks; Conditional execution; Register indirect; Direct addressing; Address modes; Direct-addressing; Direct address (computing)
برمجة مطلقة
indirect address         
ASPECT OF THE INSTRUCTION SET ARCHITECTURE IN MOST CENTRAL PROCESSING UNIT DESIGNS
Addressing modes; Indirect word; Address mode; Indirect address; Absolute coding; Absolute and relative coding; Indexed addressing; Indirect addressing; Relative coding; Effective address; Load Effective Address; Push Effective Address; Indirection bit; Indirection (computing); Special addressing modes for implementation of stacks; Conditional execution; Register indirect; Direct addressing; Address modes; Direct-addressing; Direct address (computing)
‎ عُنْوَانٌ لَامُبَاشِر‎

Определение

indirect address
<processor> 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)

Википедия

Active matrix

Active matrix is a type of addressing scheme used in flat panel displays. In this method of switching individual elements (pixels), each pixel is attached to a transistor and capacitor actively maintaining the pixel state while other pixels are being addressed, in contrast with the older passive matrix technology in which each pixel must maintain its state passively, without being driven by circuitry.

Active matrix technology was invented by Bernard J. Lechner at RCA, using MOSFETs (metal–oxide–semiconductor field-effect transistors). Active matrix technology was first demonstrated as a feasible device using thin-film transistors (TFTs) by T. Peter Brody, Fang Chen Luo and their team at the Thin-Film Devices department of Westinghouse Electric Corporation in 1974, and the term was introduced into the literature in 1975.

Given an m × n matrix, the number of connectors needed to address the display is m + n (just like in passive matrix technology). Each pixel is attached to a switch-device, which actively maintains the pixel state while other pixels are being addressed, also preventing crosstalk from inadvertently changing the state of an unaddressed pixel. The most common switching devices use TFTs, i.e. a FET based on either the cheaper non-crystalline thin-film silicon (a-Si), polycrystalline silicon (poly-Si), or CdSe semiconductor material.

Another variant is to use diodes or resistors, but neither diodes (e.g. metal insulator metal diodes), nor non-linear voltage dependent resistors (i.e. varistors) are currently used with the latter not yet economical, compared to TFT.

The Macintosh Portable (1989) was perhaps the first consumer laptop to employ an active matrix panel. Since the decline of cathode ray tubes as a consumer display technology, virtually all TVs, computer monitors and smartphone screens that use LCD or OLED technology employ active matrix technology.