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

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

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

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

abstract computer - перевод на русский

THEORETICAL MODEL OF A COMPUTER HARDWARE OR SOFTWARE SYSTEM USED IN AUTOMATA THEORY
Abstract computer; Abstract Machine
  • A run of a [[Turing machine]].
  • Pictorial representation of a [[Krivine machine]].

abstract computer         

общая лексика

абстрактный [гипотетический] компьютер

машина Тьюринга

Смотрите также

automata theory; Turing machine

abstract machine         

общая лексика

абстрактная машина

вычислительная машина, операции которой рассматриваются безотносительно их аппаратной или программной реализации

abstract class         
FEATURE OF A PROGRAMMING LANGUAGE
Abstract class; Pure virtual class

общая лексика

абстрактный класс

в ООП - шаблон класса, содержащий объявления переменных и методов, но не содержащий код для создания новых экземпляров класса (instances). В Java - определяется как класс, содержащий один или несколько абстрактных методов (abstract method)

Определение

клавиатура
КЛАВИАТ'УРА, клавиатуры, ·муж. (·итал. claviatura) (спец.). Полный ряд клавишей в клавишных музыкальных инструментах (муз.).
| Совокупность клавишей в разного рода механизмах. Клавиатура пишущей машинки.

Википедия

Abstract machine

In computer science, an abstract machine is a theoretical model that allows for a detailed and precise analysis of how a computer system functions. It is similar to a mathematical function in that it receives inputs and produces outputs based on predefined rules. Abstract machines vary from literal machines in that they are expected to perform correctly and independently of hardware. Abstract machines are "machines" because they allow step-by-step execution of programmes; they are "abstract" because they ignore many aspects of actual (hardware) machines. A typical abstract machine consists of a definition in terms of input, output, and the set of allowable operations used to turn the former into the latter. They can be used for purely theoretical reasons as well as models for real-world computer systems. In the theory of computation, abstract machines are often used in thought experiments regarding computability or to analyse the complexity of algorithms. This use of abstract machines is fundamental to the field of computational complexity theory, such as finite state machines, Mealy machines, push-down automata, and Turing machines.

Как переводится abstract computer на Русский язык