DictionaryForumContacts

   English
Terms for subject Programming containing on us | all forms
EnglishRussian
as we shall see throughout the book, a great many algorithms are based on the principle of recursively decomposing a large problem into one or more smaller ones, using solutions to the subproblems to solve the original problemкак мы увидим далее в этой книге, многие алгоритмы основаны на принципе рекурсивного разбиения большой задачи на меньшие, когда решения подзадач используются для решения исходной задачи (см. Algorithms in C++, Parts 1–4: Fundamentals, Data Structure, Sorting, Searching Third Edition by Robert Sedgewick 1998)
Because the details of accessing application objects depend heavily on the application and its implementation, we shall not pursue them hereтак как детали доступа к объектам приложения в значительной мере зависят от самого приложения и его реализации, мы не станем останавливаться на этом вопросе (см. Introduction to Algorithms Second Edition by Thomas H. Cormen et al. 2001)
Here and elsewhere, we assume without stating it that the alphabets of the processes on each side of an equation are the sameЗдесь и далее мы неявно предполагаем, что алфавиты процессов в обоих частях уравнения совпадают (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
if we achieve this goal, different people will be able to work on different modules independently, without needing much communication among themselves, and yet the modules will work togetherесли мы достигнем этой цели, то разработка отдельных модулей может осуществляться различными людьми независимо друг от друга, без необходимости общения друг с другом, при этом все эти объединённые вместе модули будут функционировать правильно (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986 ssn)
project we've been working onпроект в разработке (the ~; англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk)
project we've been working onпроект, над которым идёт работа (the ~; англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk)
we have worked at some of the big refactorings for months or years on running systemsНад некоторыми же крупными рефакторингами мы работали в течение месяцев или лет, причём в действующих системах (см. Refactoring: Improving the Design of Existing Code by Martin Fowler et al. 1999 ssn)