DictionaryForumContacts

   Russian
Terms for subject Programming containing по очереди | all forms | exact matches only | in specified order only
RussianEnglish
Алгоритм рассылки: метод распространения информации или принятия решений в распределённой программе. Для принятия решения каждый процесс отправляет запросы и подтверждения всем остальным процессам и обслуживает упорядоченную очередь сообщений, по которой определяется наиболее давний запрос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)
Нашей целью при декомпозиции программы является создание модулей, которые в свою очередь представляют собой небольшие программы, взаимодействующие друг с другом по хорошо определённым и простым правиламour goal in decomposing a program is to create modules that are themselves small programs that interact with one another in simple, well-defined ways (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986)
обслуживать упорядоченную очередь сообщений, по которой определяется наиболее давний запросmaintain an ordered message queue that it uses to decide when its request is the oldest (ssn)
очереди по приоритетамpriority queues (ssn)
очереди по приоритетам и пирамидальная сортировкаpriority queues and heapsort (ssn)
цикл, который по очереди вычисляет все выражения в последовательностиloop that successively evaluates each expression in a sequence (ssn)