DictionaryForumContacts

   Russian
Terms for subject Programming containing в начале | all forms | exact matches only | in specified order only
RussianEnglish
в началеin the early going (MichaelBurov)
в началеin the early (ssn)
в начале нового проектаat the start of a new project (Alex_Odeychuk)
в начале программыat the beginning of the program
в начале сеанса отладкиat the start of a debug session (корпорации AdaCore Alex_Odeychuk)
в начале файлаto the top of the file (Alex_Odeychuk)
в начале файлаon top of that (контекстуальный перевод на русс. язык Alex_Odeychuk)
в начале 60-х годов некоторые поставщики разработали пакетные операционные системы для своих компьютеровBy the early 1960s, a number of vendors had developed batch operating systems for their computer systems (ssn)
возврат в началоrewind (ssn)
возвращать кодовую точку, начало и конец которой находится в указанной позицииreturn the code point that starts or ends at the specified location (ssn)
график тестирования: список задач, действий или событий в процессе тестирования, определяющий даты и / или время их начала и завершения, и их взаимозависимостиtest schedule: A list of activities, tasks or events of the test process, identifying their intended start and finish dates and/or times, and interdependencies (см. Standard glossary of terms used in Software Testing)
добавить следующие ссылки в начале файлаadd the following references to the top of the file (англ. термин взят из кн.: De Sanctis V. ASP.NET Core and Angular 2 Alex_Odeychuk)
добавление небольшой приставки в начало имён атрибутов данныхprefixing data attribute names with a small unique string (ssn)
добавление префикса в начало имён атрибутов данныхprefixing data attribute names with a small unique string (ssn)
значение в начале циклаvalue at start of loop (ssn)
использоваться в начале файлаbe used at the beginning of the file (Alex_Odeychuk)
кодовая точка, начало и конец которой находится в указанной позицииcode point that starts or ends at the specified location (ssn)
но не все посетители выполняют транзакцию во время первого посещения, поэтому ещё одна важная цель для сайта электронной торговли – добавление товара в корзину независимо от того, будет он куплен или нет, т.е., другими словами, – начало процесса покупкиHowever, not all visitors complete a transaction on their first visit, so another useful e-commerce goal is adding an item to the shopping cart, whether they complete or not – in other words, beginning the shopping process (см. Advanced Web metrics with Google Analytics / Brian Clifton 2008)
но не все посетители выполняют транзакцию во время первого посещения, поэтому ещё одна важная цель для сайта электронной торговли – добавление товара в корзину независимо от того, будет он куплен или нет, т.е., другими словами, – начало процесса покупкиHowever, not all visitors complete a transaction on their first visit, so another useful e-commerce goal is adding an item to the shopping cart, whether they complete or not – in other words, beginning the shopping process (см. Advanced Web metrics with Google Analytics / Brian Clifton 2008)
объявления в начале файлаtop-of-file notation (ssn)
овал, обозначенный словом "начало", в блок-схемах программBEGIN oval in flowcharts (ssn)
овальный блок "НАЧАЛО" в блок-схемах программBEGIN oval in flowcharts (ssn)
перед началом разработки программного проекта мы имеем задачу, более или менее точно определённую и понимаемую в терминах некоторых проблемно-ориентированных понятий, и язык программирования, возможно универсальный, который обеспечивает нас некоторыми машинно-ориентированными основными понятиями, точно определёнными и понимаемымиat the outset of a programming project there is a problem, more or less precisely defined and understood in terms of certain problem oriented concepts, and a programming language, perhaps a general purpose one, providing some machine oriented basic concepts, hopefully precisely defined and completely understood
переход в начало циклаloop continue (ssn)
периодические процессы, выполнение которых запланировано в начале их периодаperiodic processes, which are scheduled to execute at the beginning of their period (ssn)
Рефакторинг очень хорошо сочетается с быстрой разработкой Мартин, 2003. Он может проводиться в любом месте итерации, но наиболее эффективно выполнять его либо в конце текущей итерации, либо в начале следующей. Рефакторинг может существенно улучшить внутреннюю структуру кода без изменения его внешнего поведенияRefactoring integrates very well with the agile development Martin, 2003. It can be conducted at any point during iteration, but it is most effective towards the end of the current iteration or at the beginning of the next iteration. Refactoring can significantly improve the internal structure of the code without changing its external behavior (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering ssn)
чтобы избежать конфликтов имен, которые в больших программах могут привести к тяжело обнаружимым ошибкам, полезно использовать своего рода соглашение, позволяющее минимизировать вероятность конфликтов. Например: называть методы именами, начинающимися с заглавной буквы, добавлять небольшую приставку в начало имен атрибутов данных возможно просто символ подчёркивания или использовать глаголы для методов и существительные для атрибутов данных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)