DictionaryForumContacts

   Russian
Terms for subject Programming containing остальные | all forms | exact matches 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)
все остальные компонентыall of the other components (ssn)
ждать пока все остальные участники достигнут барьераwait for all other participants to reach the barrier (Alex_Odeychuk)
Исключая наиболее требовательные процессы, все остальные сохраняют свою планируемость при использовании планировщика без приоритетовExcept for the most critical process, all others maintain their schedulability if a nonpreemptive scheduler is used (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999 ssn)
остальная работа по проектуother work being done in the project (Alex_Odeychuk)
остальная частьrest (ssn)
остальная часть программного циклаthe rest of the software life cycle (ssn)
остальная часть процедуры синтезаrest of the synthesis procedure (ssn)
остальная часть системыthe rest of the system (ssn)
остальная ячейкаremaining cell (ssn)
остальное измерениеremaining dimension (ssn)
остальное устройствоremaining device (ssn)
остальной дискremaining drive (ssn)
остальной объект поляremaining field object (ssn)
остальной портremaining port (ssn)
остальной столбецremaining column (ssn)
остальные аргументыremaining arguments (ssn)
остальные декларации классовremaining class declarations (ssn)
остальные значенияremaining values (ssn)
остальные значения в пакете параметров функцииremaining values in the function parameter pack (ssn)
остальные разделыremaining sections (книги ssn)
остальные составляющиеadditional terms (ssn)
остальные части кода приложенияother parts of the application code (Alex_Odeychuk)
остальные части программыrest of the program (ssn)
отправлять запросы и подтверждения всем остальным процессамbroadcast requests and acknowledgements to all other processes (ssn)
префикс к остальным декларациям классовprefix in the remaining class declarations (ssn)
Уровень 2 на рис. 9.4 стабилен, а Уровень 1 нестабилен. Уровень 1 зависит от Уровня 2. Уровень 2 независим и поэтому может быть заменен новым без "эффекта ряби" в остальной части системы. это – принцип и причина, стоящие за разрешением сильной зависимости сильной связи в нисходящем направлении и обеспечением слабой зависимости слабой связи в восходящем направленииLayer 2 in Figure 9-4 is stable and Layer 1 is instable. Layer 1 depends on Layer 2. Layer 2 is independent and can therefore be replaced by a new one without a ripple-effect on the rest of the system. This is the principle and the reason behind allowing a high dependency high coupling in the top-down direction and ensuring a low dependency low coupling in the bottom-up direction (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)