DictionaryForumContacts

   Russian
Terms for subject Programming containing всё одно | all forms
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)
вся эта конструкция – это одна инструкция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)
но не все посетители выполняют транзакцию во время первого посещения, поэтому ещё одна важная цель для сайта электронной торговли – добавление товара в корзину независимо от того, будет он куплен или нет, т.е., другими словами, – начало процесса покупкиHowever, not all visitors complete a transaction on their first visit, so another useful e-commerce goal is adding an item to the shopping cart, whether they complete or not – in other words, beginning the shopping process (см. Advanced Web metrics with Google Analytics / Brian Clifton 2008)
но не все посетители выполняют транзакцию во время первого посещения, поэтому ещё одна важная цель для сайта электронной торговли – добавление товара в корзину независимо от того, будет он куплен или нет, т.е., другими словами, – начало процесса покупкиHowever, not all visitors complete a transaction on their first visit, so another useful e-commerce goal is adding an item to the shopping cart, whether they complete or not – in other words, beginning the shopping process (см. Advanced Web metrics with Google Analytics / Brian Clifton 2008)
перебирая один за другим все элементыlooping over matrix (capissimo)
скопировать все элементы одного массива в другойcopy all values of one array into a new array (ssn)