DictionaryForumContacts

   Russian
Terms for subject Programming containing с чего | all forms | exact matches only | in specified order only
RussianEnglish
в результате организация будет знать, с чего начинать и как привести инициативы SOA в соответствие с бизнес-требованиями и приоритетамиthis is how an organization might know where to start and align its SOA initiatives with business needs and priorities (ssn)
Затраты вычислительных ресурсов, связанные с созданием потока, его поддержкой и управлением, у операционной системы значительно ниже по сравнению с аналогичными затратами для процессов, поскольку объём информации отдельного потока гораздо меньше, чем у процессаA thread is a lighter burden on the operating system to create, maintain, and manage because very little information is associated with a thread. This lighter burden suggests that a thread has less overhead compared to a process (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003 ssn)
знать, с чего начинатьknow where to start (ssn)
как всегда, надо учитывать, что разгон процессора заставит компоненты работать в режиме с большей нагрузкой, чем та, на которую они спроектированыas always, be aware that overclocking will push components further that they're designed to operate (Gordon Laing)
как уже говорилось, эти операции будут главными компонентами определения типа, с их помощью описывается, что могут предложить его экземпляры, а не то, чем они являютсяas announced, these operations will be the prime component of the type definition – describing its instances not by what they are but by what they have to offer (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
как уже говорилось, эти операции будут главными компонентами определения типа, с их помощью описывается, что могут предложить его экземпляры, а не то, чем они являютсяas announced, these operations will be the prime component of the type definition – describing its instances not by what they are but by what they have to offer (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
Многомерная система управления. Система управления с более чем одной входной и более чем одной выходными переменнымиMultivariable control system — A system with more than one input variable or more than one output variable (см. Modern Control Systems by Richard C. Dorf & Robert H. Bishop 2008 ssn)
Многомерная система управления. Система управления с более чем одной входной и более чем одной выходными переменнымиMultivariable control system — A system with more than one input variable or more than one output variable (см. Modern Control Systems by Richard C. Dorf & Robert H. Bishop 2008 ssn)
с чего начатьgetting off the ground (ssn)
так в чём проблема? Только в том, что с рефакторингом связан известный риск. Он требует внести изменения в работающий код, что может привести к появлению трудно находимых ошибок в программеSo, what's the problem? Simply this: Refactoring is risky. It requires changes to working code that can introduce subtle bugs (см. Refactoring: Improving the Design of Existing Code by Martin Fowler et al. 1999)