DictionaryForumContacts

   English
Terms for subject Programming containing all in all | all forms
EnglishRussian
A dynamically sized cache allows Linux to use all of the memory in the system, and cache as much data as possibleКэш динамического размера позволяет Linux задействовать всю память в системе и кэшировать максимальный объём данных (ssn)
after all, there's no point in performing custom set-up on an object that doesn't existи это понятно – бессмысленно выполнять пользовательскую настройку несуществующего объекта
all computing in a pure object-oriented languageвсе вычисления в полностью объектно-ориентированном языке (ssn)
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 possible execution paths in a programвсе возможные пути выполнения программы (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)
all the technology changes in the last few yearsвсе технологические изменения, произошедшие за последние несколько лет (ssn)
all the work for V2 that has been going on in the main branchвся работа над версией 2, которая ведётся в основной ветке разработки (в системе контроля версий Alex_Odeychuk)
all the work that has been going on in the main branchработа, которая ведётся в основной ветке разработки (Alex_Odeychuk)
all variables to be used only in this POUлокальные переменные POU (ssn)
basis for all filesystems in Linuxоснова всех файловых систем в Linux (ssn)
big-bang testing: A type of integration testing in which software elements, hardware elements, or both are combined all at once into a component or an overall system, rather than in stagesметод тестирования "большой взрыв": вид интеграционного тестирования, в котором элементы программного или аппаратного обеспечения, или и то и другое, собираются в компонент или в целую систему сразу, а не по этапам (см. Standard glossary of terms used in Software Testing ssn)
Broadcast Algorithm: A method for disseminating information or making decisions in a distributed program. For decision making, each process broadcasts requests and acknowledgements to all other processes and maintains an ordered message queue that it uses to decide when its request is the oldestАлгоритм рассылки: метод распространения информации или принятия решений в распределённой программе. Для принятия решения каждый процесс отправляет запросы и подтверждения всем остальным процессам и обслуживает упорядоченную очередь сообщений, по которой определяется наиболее давний запрос (см. "Foundations of Multithreaded, Parallel, and Distributed Programming" by Gregory R. Andrews 2000 ssn)
broadcasting a data value to all processors and finding the minimum or maximum value in a listраспределение входных данных по процессорам и поиск минимального или максимального элемента списка (ssn)
combination of all the data in the fields of the objectsкомбинация всех данных, содержащихся в полях объектов (ssn)
computing the sum of all the prime numbers in an intervalвычисление суммы всех простых чисел на интервале (ssn)
empty implementation of all methods in an event listener interfaceпустая реализация всех методов интерфейса слушателя событий (получателя событий ssn)
enabling of all the tasks in the resourceактивация задач ресурса (ssn)
enabling of all the tasks in the resourceактивация всех задач ресурса (ssn)
ERP has changed the nature of jobs in all functional areasERP системы изменили природу рабочих мест во всех функциональных областях (ssn)
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)
information about all features in a packageинформация обо всех функциональностях в пакете (ssn)
information about all packages in the imageинформация обо всех пакетах в образе (ssn)
initialization of all the variables in the resourceинициализация переменных ресурса (ssn)
initialization of all the variables in the resourceинициализация всех переменных ресурса (ssn)
it all starts in the codeвсё начинается с кода (Alex_Odeychuk)
jobs in all functional areasрабочие места во всех функциональных областях (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)
message passing model, where all services are provided in a synchronous manner by passing messages around from client to serverмодель обмена сообщениями, в которой все сервисы предоставляются синхронно, передачей сообщения от клиента к серверу и обратно (ssn)
nature of jobs in all functional areasприрода рабочих мест во всех функциональных областях (ssn)
Notice that all the backtracking is hidden in the mechanism used to implement the recursionЗаметим, что все возвращения скрыты в механизме, реализующем рекурсию (ssn)
predefined qualification criteria or contexts that fit all organizations that operate in all industriesзаранее определённые критерии, или контексты классификации, подходящие всем организациям из всех отраслей (ssn)
program for computing the sum of all the prime numbers in an intervalпрограмма для вычисления суммы всех простых чисел на интервале (ssn)
starting of all the resources in the configurationстарт ресурсов конфигурации (ssn)
starting of all the resources in the configurationзапуск ресурсов конфигурации (ssn)
starting of all the resources in the configurationстарт всех ресурсов конфигурации (ssn)
starting of all the resources in the configurationзапуск всех ресурсов конфигурации (ssn)
sum of all the prime numbers in an intervalсумма всех простых чисел на интервале (ssn)
terminating all processes in a jobзавершение всех процессов в задании (ssn)
that is, a shift amount in the range 32 to 63 or –32 to –1 results in an all-0 wordэто означает, что если величина сдвига лежит в диапазоне от 32 до 63 или от –32 до –1, то в результате сдвига получится слово, состоящее из одних нулевых битов (ssn)
that is, a shift amount in the range 32 to 63 or –32 to –1 results in an all-0 wordэто означает, что если величина сдвига лежит в диапазоне от 32 до 63 или от –32 до –1, то в результате сдвига получится слово, состоящее из одних нулевых битов (ssn)
the complexity of networks grows exponentially with addition of new elements to the structure. In practice, all complex structures that work, including living organisms and human-made systems, are hierarchiesСложность сетей растёт по экспоненте с добавлением новых элементов к структуре. На практике все сложные работающие структуры, включая живые организмы и сделанные человеком системы, являются иерархическими (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
the retentive behavior can declare for all variables contained in the variable sections VAR_INPUT, VAR_OUTPUT, and VAR of functions blocks and programs to be either retentive or non-retentive by using the RETAIN or NON_RETAIN qualifierСвойства в части сохранения могут объявлять переменные, содержащиеся в секциях переменных VAR_INPUT, VAR_OUTPUT и VAR функциональных блоков и программ, сохраняемыми или несохраняемыми, используя квалификаторы RETAIN или NON_RETAIN (см. IEC 61131-3:2013 Programmable Controllers – Programming Languages)
the synchronous approach, in which all memory elements in the system are simultaneously updated using a globally distributed periodic synchronization signal that is, a global clock signal, represents an effective and popular way to enforce this orderingЭффективным и популярным способом реализации этого упорядочения является синхронный подход, при котором все запоминающие элементы системы обновляются одновременно с использованием глобального периодического синхронизирующего сигнала т.е. глобального тактового сигнала (см. Digital Integrated Circuits – A Design Perspective 2/e by Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić 2003)
this unified approach has been adopted in order that a rational and consistent technical policy be developed for all electrically-based safety-related systemsэтот унифицированный подход был принят для того, чтобы разработать рациональную и последовательную техническую концепцию для всех электрических систем, связанных с безопасностью (см. IEC 61508-1, ГОСТ Р МЭК 61508-1-2007)
use all of the memory in the systemзадействовать всю память в системе (ssn)
value of all bits in padding quadletsзначение всех битов в квадлетах заполнения (ssn)
we keep the representation sorted by storing all elements less than a node's value in the node's left subtreeмы поддерживаем упорядочение представления, записывая все меньшие, чем значение узла, элементы в левое поддерево этого узла ... (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986)
with this context, the compucentric nature of modern mechanical systems designs becomes clearer. Computational capabilities and limitations must be considered at all stages of the design and implementation process. In particular, the effectiveness of the final production system will depend very heavily on the quality of the real time software that controls the machineУчитывая это, природа компьютеризации проектов современных механических систем становится более понятной. Вычислительные способности и ограничения должны рассматриваться на всех стадиях процесса проектирования и реализации. В частности, эффективность окончательной промышленной системы будет существенно зависеть от качества функционирования программного обеспечения в реальном масштабе времени, которое управляет механизмом (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)