DictionaryForumContacts

Terms for subject Programming containing S program | all forms | exact matches only | in specified order only
EnglishRussian
A top-level container of a program is an instance of a heavyweight containerОсновной контейнер программы – экземпляр тяжеловесного контейнера (ssn)
A top-level container of a program is an instance of a heavyweight containerОсновной контейнер программы – экземпляр тяжеловесного контейнера (ssn)
A very small program, consisting of no more than a few hundred lines, can be implemented as a single monolithic unitОчень небольшая программа, содержащая всего несколько сотен строк, может быть представлена одной неделимой единицей (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986 ssn)
agent's programsпрограммы-агенты (ssn)
agent's programsагентские программы (ssn)
an application programme may consist of a number of tasks. The execution of each task is accomplished sequentially, one programmable function at a time until the end of the task. The initiation of a task, periodically or upon the detection of an event interrupt condition, is under the control of the operating systemПрикладная программа может включать в себя несколько задач. Выполнение каждой задачи осуществляется последовательно как одна запрограммированная функция во времени до окончания задачи. Запуск задачи, периодически или при обнаружении некоторого события условие прерывания, осуществляется под управлением операционной системы (см. IEC 61131-1 2003 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)
computer's program memoryпамять программ компьютера (ssn)
discovery of the program's runtime behaviorвыявление поведения программы во время выполнения (ssn)
Example 1-1 is the entire code for the programПолный код этой программы приведен в листинге 1.1 (ssn)
exception handling helps improve a program's fault toleranceуправление исключениями помогает улучшить толерантность программы по отношению к ошибкам (ssn)
functional properties about the program's behaviorфункциональные свойства поведения программы (Alex_Odeychuk)
meet a formal specification of the program's required behavior.соответствовать формальной спецификации требуемого поведения программы (корпорации AdaCore Alex_Odeychuk)
module-definition file describing a program's segment behaviorфайл определения модулей, описывающий поведение сегмента программы (ssn)
Notice that the flowchart of Figure 3.22 does not specify the computations to be done, only the structure of the programЗаметим, что блок-схема на рисунке 3.22 не указывает конкретные вычисления, которые надо произвести, а только определяет структуру программы (см. Petri Net Theory And The Modeling Of Systems / James L. Peterson 1981 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)
Our goal is to help programmers construct programs of high quality-programs that are reliable and reasonably easy to understand, modify, and maintainНаша цель – помочь программистам в составлении программ высокого качества, являющихся несложными, легко модифицируемыми и простыми в обращении (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986 ssn)
our goal is to help programmers construct programs of high quality-programs that are reliable and reasonably easy to understand, modify, and maintainНаша цель — помочь программистам в составлении программ высокого качества, являющихся несложными, легко модифицируемыми и простыми в обращении (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986)
program's fault toleranceтолерантность программы по отношению к ошибкам (ssn)
programs of high quality-programs that are reliable and reasonably easy to understand, modify, and maintainпрограммы высокого качества, являющиеся несложными, легко модифицируемыми и простыми в обращении (ssn)
program's runtime behaviorповедение программы во время выполнения (ssn)
smoke test: A subset of all defined/planned test cases that cover the main functionality of a component or system, to ascertaining that the most crucial functions of a program work, but not bothering with finer details. A daily build and smoke test is among industry best practicesтест "на дым": подкласс всех определённых / запланированных тестовых сценариев, покрывающий основную функциональность компонента или системы с целью удостовериться, что базовые функции программы в целом работают корректно, без углубления в детали. Ежедневная сборка и тест "на дым" принадлежат к числу передовых практических методов промышленности (см. Standard glossary of terms used in Software Testing)
stream of input that is being fed into the computer for the program to useпоток входных данных, направляемый в компьютер для использования программой (ssn)
the assumption is that the program should be behaving reasonably for any input dataСчитается, что программа должна вести себя разумно при любых входных данных (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
there are two kinds of execution-based testing: testing to specs black-box testing and testing to code whitebox testing. Both kinds use the same strategy of feeding the program with input data and observing if the output is as expectedИмеются два вида тестирования, основанного на выполнении программы: тестирование на основе технических требований тестирование методом чёрного ящика и тестирование по исходным текстам тестирование методом белого ящика. Оба вида используют ту же самую стратегию задания программе входных данных и наблюдения, тот ли выходной результат получается, который ожидался (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
this is a pretty smart technique that allows a program to max out frame rates, but it is not true full decouplingэто очень гибкая методика, которая позволяет программе использовать максимальную частоту кадров, на которую способно оборудование. Однако назвать её стопроцентно полной развязкой всё же нельзя (см. Game Architecture and Design / Andrew Rollings, David Morris 2004 ssn)
time spent executing the program's code in user spaceвремя, в течение которого код программы выполнялся в пользовательском пространстве (ssn)
user time is the time spent executing the program's code in user spaceпользовательское время – это время, в течение которого код программы выполнялся в пользовательском пространстве (ssn)
user time is the time spent executing the program's code in user spaceпользовательское время – это время, в течение которого код программы выполнялся в пользовательском пространстве (ssn)
when experimenting with arrays, and with programs in general, it's helpful to be able to easily generate arrays filled with test dataпри экспериментах с массивами и программами вообще полезно иметь возможность простого заполнения массивов тестовыми данными

Get short URL