English | Russian |
A task descriptor is a data structure that stores all of the relevant information about the execution state of a task | Дескриптор задачи – это структура данных, хранящая всю информацию о состоянии выполнения задачи (ssn) |
A task descriptor is a data structure that stores all of the relevant information about the execution state of a task | Дескриптор задачи это структура данных, хранящая всю информацию о состоянии выполнения задачи (ssn) |
data elements that will be processed during the execution of a software system | элементы данных, которые обрабатываются во время выполнения программной системы (ssn) |
data execution | выполнение данных (ssn) |
data execution prevention | предотвращение выполнения данных (ssn) |
data structure that stores all of the relevant information about the execution state of a task | структура данных, хранящая всю информацию о состоянии выполнения задачи (дескриптор задачи ssn) |
data-free concurrent execution | многопоточное выполнение без использования блокировок (InfoWorld Alex_Odeychuk) |
execution flow data | данные о шагах потока выполнения (computer.org Alex_Odeychuk) |
execution time is logarithmic in the size of the data | логарифмическая зависимость времени работы от объёма данных (ssn) |
in testing to code, the input data is provided to test specific execution paths in the program | в тестировании на основе кода используются такие входные данные, которые позволяют проверить определённые пути выполнения программы (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering) |
one mutex is used to synchronize access to the shared data and the other mutex is used to synchronize execution of code | один мьютекс используется для синхронизации доступа к общим данным, а другой – для синхронизации выполнения кода (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003) |
one mutex is used to synchronize access to the shared data and the other mutex is used to synchronize execution of code | один мьютекс используется для синхронизации доступа к общим данным, а другой для синхронизации выполнения кода (см. "Parallel and Distributed Programming Using C++" by Cameron Hughes, Tracey Hughes 2003) |
processor that includes hardware-based data execution prevention support | процессор, поддерживающий технологию DEP (ssn) |
processor that includes hardware-based data execution prevention support | процессор, поддерживающий технологию предотвращения выполнения данных (ssn) |
programme execution and data processing | исполнение программы и обработка данных (ssn) |
real-time visualization of programme execution and data processing | отображение в реальном масштабе времени исполнения программы и обработки данных (ssn) |
the application data storage provides for memory locations to store I/O image table and data for example, set values for timers, counters, alarm conditions, parameters and recipes for the machine or the process required during the execution of the application programme | Хранение данных прикладной программы предусматривает выделения ячеек памяти для хранения таблицы образа ввода/вывода и данных напр., заданных значений для таймеров, счётчиков, состояний сигнализации, параметров и наборов команд для машины или процесса, необходимых для выполнения прикладной программы (IEC 61131-1:2003(E)) |
the time to request data from a monitor task and wait for the response is assumed to be small compared to the total execution time | Время запроса данных у монитора и ожидания ответа предполагается малым по сравнению с общим временем выполнения (см. Model Checking / Edmund M. Clarke, Jr., Orna Grumberg, and Doron A. Peled 1999) |
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) |