DictionaryForumContacts

   Russian
Terms for subject Programming containing порождаться | all forms
RussianEnglish
ещё один вариант заключается в схеме, при которой поступающее сообщение самопроизвольно порождает новый поток в адресном пространстве процесса – получателя сообщения. Он называется всплывающим потокомyet another option is a scheme in which the arrival of a message causes a new thread to be created spontaneously in the receiving process' address space. Such a thread is called a pop-up thread (см. Modern Operating Systems Third ed. by Tanenbaum A.S. 2009)
Исполнение оператора порождает вычисление, которое может закончиться нормальный результат, вызвать исключение, стать причиной контролируемой ошибки времени исполнения или же исполняться бесконечно зациклитьсяExecuting a statement produces a computation that can halt normal outcome, raise an exception, cause a checked runtime error, or loop forever (ssn)
порождать вычислениеproduce a computation (ssn)
порождать новый процессspawn a new process (Alex_Odeychuk)
Родительская программа порождает дочернююthe child program is spawned from the parent program
Системная инженерия порождает документы, а не оборудование. Документы связывают процессы разработки с циклом жизни проекта. Они определяют предполагаемые окружения процессов, интерфейсы и инструменты управления рисками в рамках всего проектаSystem engineering produces documents, not hardware. The documents associate developmental processes with the project's lifecycle model. They also define the expected process environments, interfaces, and risk management tools throughout the project (ssn)
Хороший компилятор должен уметь порождать код с проверками, избегать лишних проверок и позволять программистам управлять количеством и видами проверок на ошибки в скомпилированном кодеA good compiler should be able to produce code with checks, should avoid redundant checks, and should allow programmers to control the extent and type of error checking in the compiled code (ssn)