DictionaryForumContacts

   English
Terms for subject Programming containing in kind | all forms
EnglishRussian
as illustrated in figure 9, this clause defines the means for the type specification of three kinds of blocksэтот пункт определяет средства для спецификации типа трёх видов блоков, показанных на рисунке 9 (см. IEC 61499-1)
to avoid name conflicts, which may cause hard-to-find bugs in large programs, it is wise to use some kind of convention that minimizes the chance of conflicts. Possible conventions include capitalizing method names, prefixing data attribute names with a small unique string, or using verbs for methods and nouns for data attributesчтобы избежать конфликтов имен, которые в больших программах могут привести к тяжело обнаружимым ошибкам, полезно использовать своего рода соглашение, позволяющее минимизировать вероятность конфликтов. Например: называть методы именами, начинающимися с заглавной буквы, добавлять небольшую приставку в начало имен атрибутов данных возможно просто символ подчёркивания или использовать глаголы для методов и существительные для атрибутов данных (см. An Introduction to Python – The Python Tutorial version 3.2 by Guido van Rossum and Fred L. Drake 2011 ssn)
in programming, we deal with two kinds of elements: procedures and dataв программировании мы имеем дело с двумя типами объектов: процедурами и данными (см. Harold Abelson and Gerald Jay Sussman with Julie Sussman 1999, Structure and Interpretation of Computer Programs)
in the case of a simple vending machine, there are two kinds of eventв случае простого торгового автомата существуют два вида событий
we examine this and related kinds of program transformations in Chapter 12это и другие аналогичные преобразования программ рассматриваются в главе 12 (см. Foundations of Multithreaded, Parallel, and Distributed Programming 2000 by Gregory R. Andrews ssn)