DictionaryForumContacts

   Russian
Terms for subject Programming containing всего один | all forms | exact matches only | in specified order only
RussianEnglish
все вычисления в полностью объектно-ориентированном языке выполняются с помощью передачи сообщения объекту для вызова одного из его методовAll computing in a pure object-oriented language is done by the same uniform technique: sending a message to an object to invoke one of its methods (ssn)
все последовательностные схемы обладают одним общим свойством: для правильной работы схемы необходимо обеспечить строго определённый порядок переключенийAll sequential circuits have one property in common – a well-defined ordering of the switching events must be imposed if the circuit is to operate correctly (см. Digital Integrated Circuits – A Design Perspective 2/e by Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić 2003 ssn)
все последовательностные схемы обладают одним общим свойством: для правильной работы схемы необходимо обеспечить строго определённый порядок переключенийAll sequential circuits have one property in common – a well-defined ordering of the switching events must be imposed if the circuit is to operate correctly (см. Digital Integrated Circuits – A Design Perspective 2/e by Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić 2003 ssn)
всего одинone single (ssn)
всего один прогонone single scan (программы ssn)
вся эта конструкция – это одна инструкцияthe entire construct is a single statement (ssn)
вся эта конструкция – это одна инструкцияthe entire construct is a single statement (ssn)
всё поведение состояния в одном классеall the behavior of a state into one class (ssn)
втиснуть всё в одну строкуsqueeze everything on one line (ssn)
как и всё производство ПО, структурное проектирование – непрерывная, итерационная и пошаговая работа. Первоначально структурные решения принимаются на основе широкого взгляда на структуру ПО. Одно из первых принятых решений касается структурирования системы на уровни модулей и установления принципов связи между модулями. это тема данной главы. Более детальные структурные решения, типа связи внутри модуля, рассматриваются позже в соответствующих местах книгиLike all software production, architectural design is a continuing, iterative and incremental, effort. Early architectural decisions take a broad view on the software architecture. One of the first decisions to be taken relates to structuring the system into layers of modules and establishing principles of inter-module communication. This is the concern of this chapter. More detailed architectural solutions, such as intra-module communication, are discussed in relevant places later in the book (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
Очень небольшая программа, содержащая всего несколько сотен строк, может быть представлена одной неделимой единицейA very small program, consisting of no more than a few hundred lines, can be implemented as a single monolithic unit (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986 ssn)
перебирая один за другим все элементыlooping over matrix (capissimo)
при инициализации после сброса процессор переводится в реальный режим, хотя всего одной командой он может быть переведён в защищённый режимReset initialization places the processor in real mode where, with a single instruction, it can switch to protected mode
скопировать все элементы одного массива в другойcopy all values of one array into a new array (ssn)