sem exemplosEncontrados em 2 dicionários
O Dicionário Russo-Inglês de Ciência da Computação- The present edition has been significantly enriched with terms from such areas as logical device design and modeling, knowledge engineering, production computerization, artificial intelligence systems, computer networks, digital signal processing, parallel and pipeline computations, system analysis, Internet Technology.
- The present edition has been significantly enriched with terms from such areas as logical device design and modeling, knowledge engineering, production computerization, artificial intelligence systems, computer networks, digital signal processing, parallel and pipeline computations, system analysis, Internet Technology.
условный оператор
if clause, conditional, conditional statement, if statement
Engineering (Ru-En)
условный оператор
conditional, (в тексте УП) conditional construct, (языка программирования для описания ветвящихся процессов) conditional operator, if statement
Abra todos os dicionários gratuitos
temáticos
Exemplos de textos
Основной условный оператор в программировании - это стандартный if (раньше он назывался if-then, then теперь только подразумевается).The basic programming conditional is the standard if (what used to be called an if-then conditional—the then is now implied).Ульман, Ларри / Основы программирования на РНРUllman, Larry / PHP for the World Wide Web: Visual QuickStart GuidePHP for the World Wide Web: Visual QuickStart GuideUllman, Larry© 2001 by Larry UllmanОсновы программирования на РНРУльман, Ларри© 2001 by Peachpit Press© Перевод на русский язык ДМК Пресс, 2001
Последняя ветвь алгоритма (вычисление значения value в зависимости от значения temp) представляет собой операцию над числами и выполняется с помощью условного оператора ?:.The last branch (value's computation from temp) is a numeric calculation that we carry with the conditional operator ?:.Александреску, Андрей / Современное проектирование на C++Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedModern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-WesleyСовременное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002
Начало условного оператораStarts conditional.Гулич, Скотт,Гундаварам, Шишир,Бирзнекс, Гюнтер / CGI-программирование на PerlGuelich, Scott,Gundavaram, Shishir,Birznieks, Gunther / CGI Programming with PerlCGI Programming with PerlGuelich, Scott,Gundavaram, Shishir,Birznieks, Gunther© 2001 O'Reilly & Associates Inc.CGI-программирование на PerlГулич, Скотт,Гундаварам, Шишир,Бирзнекс, Гюнтер© 2000 O'Reilly & Associates Inc.© Издательство Символ-Плюс, 2001
После этого вы сможете вызывать его из тех мест, где раньше располагались goto и метка его перехода. Это позволит сохранить оригинальную структуру условного оператора.Then you can call the routine from the places you would otherwise have used as origins or destinations of goto s and preserve the original structure of the conditional.Макконнелл, Стив / Совершенный код: Практическое руководство по разработке программного обеспеченияMcConnell, Steve / Code Complete: A Practical Handbook of Software ConstructionCode Complete: A Practical Handbook of Software ConstructionMcConnell, Steve© 2004 by Steven С. McConnellСовершенный код: Практическое руководство по разработке программного обеспеченияМакконнелл, Стив© Перевод на русский язык, Microsoft Corporation, 2004© Оригинальное издание на английском языке, Steven С. McConnell, 2004
Ниже мы построим такую грамматику для условных операторов.We shall construct such a grammar for conditionals below.Ахо, Альфред В.,Ульман, Джеффри,Сети, Рави / Компиляторы: принципы, технологии, инструментыAho, Alfred V.,Sethi, Ravi,Ullman, Jeffrey / Compilers: Principles, Techniques, and ToolsCompilers: Principles, Techniques, and ToolsAho, Alfred V.,Sethi, Ravi,Ullman, Jeffrey© 2001 by PEARSON EDUCATION NORTH ASIA LIMITED and PEOPLE'S POSTS & TELECOMMUNICATIONS PUBLISHING HOUSE© 1986Компиляторы: принципы, технологии, инструментыАхо, Альфред В.,Ульман, Джеффри,Сети, Рави© Addison-Wesley Publishing Company, Inc., 1985© 2001© Издательский дом "Вильямс", 2001
Операторы if и for вложены друг в друга, поэтому мы пойдем от внутренних операторов к внешним, последовательно определяя время выполнения условного оператора и каждой итерации цикла.The if- and for-statements are nested within one another, so we may work from the inside out to get the running time of the conditional group and each loop.Aho, Alfred V.,Ullman, Jeffrey,Hopcroft, John / Data Structures and AlgorithmsАхо, Альфред В.,Ульман, Джеффри,Хопкрофт, Джон / СтруктурыСтруктурыАхо, Альфред В.,Ульман, Джеффри,Хопкрофт, Джон© Издательский дом "Вильямс", 2000© Addison-Wesley Publishing Company, Inc© 2000Data Structures and AlgorithmsAho, Alfred V.,Ullman, Jeffrey,Hopcroft, John© Addison-Wesley Publishing Company, Inc
Traduções de usuários
Ainda não tem traduções deste texto.
Seja o primeiro a traduzir!