DictionaryForumContacts

   Russian
Terms for subject Programming containing удалять из | all forms
RussianEnglish
массив строк, из которых удаляются гласныеarray of strings to devowelize (ssn)
мы допускаем, что из внешнего мира помещается фишка в позицию, соответствующую входному символу, а затем фишка, появившаяся в позиции, соответствующей выходному символу, удаляется оттудаwe assume that the outside world will deposit a token in the place corresponding to an input symbol and then wait for a token to appear in a place corresponding to an output symbol which will then be removed
Например, одна из программ "ввода диаграмм состояний" молча удаляет повторяющиеся переходы и в случае пропуска переходов указывает переход в состояние с кодовым именем "00 ... 00", не выдавая пользователю предостереженийfor example, one "state diagram entry" tool silently removes duplicated transitions and goes to the state coded "00...00" for missing transitions, without warning the user (см. Digital Design: Principles and Practices Third Edition by John F. Wakerly 1999)
создание массива строк, из которых удаляются гласныеcreate the array of strings to devowelize (ssn)
удалять устаревшие ссылки из удаленного репозиторияprune the stale references from the remote repository (Alex_Odeychuk)