-
41 алгоритм обработки строк
Programming: string-processing algorithmУниверсальный русско-английский словарь > алгоритм обработки строк
-
42 алгоритм обработки таблиц
Programming: table handling algorithmУниверсальный русско-английский словарь > алгоритм обработки таблиц
-
43 алгоритм параллельных вычислений
Programming: parallel algorithmУниверсальный русско-английский словарь > алгоритм параллельных вычислений
-
44 алгоритм пирамидальной сортировки
Programming: heapsort algorithmУниверсальный русско-английский словарь > алгоритм пирамидальной сортировки
-
45 алгоритм просеивания
Programming: sieving algorithmУниверсальный русско-английский словарь > алгоритм просеивания
-
46 алгоритм спорадического сервера
Programming: sporadic server algorithmУниверсальный русско-английский словарь > алгоритм спорадического сервера
-
47 алгоритм умножения целых чисел
Programming: integer multiplication algorithmУниверсальный русско-английский словарь > алгоритм умножения целых чисел
-
48 алгоритм умножения целых чисел методом декомпозиции
Programming: divide-and-conquer integer multiplication algorithmУниверсальный русско-английский словарь > алгоритм умножения целых чисел методом декомпозиции
-
49 алгоритм управления (объектом)
Programming: control algorithm (алгоритм, определяющий управление в реальном времени. См. Теория управления. Терминология. Вып. 107. М. Наука, 1988)Универсальный русско-английский словарь > алгоритм управления (объектом)
-
50 алгоритм целочисленного умножения
Programming: integer multiplication algorithmУниверсальный русско-английский словарь > алгоритм целочисленного умножения
-
51 алгоритм частотно-монотонного планирования
Programming: rate monotonic scheduling algorithm (алгоритм ЧМП)Универсальный русско-английский словарь > алгоритм частотно-монотонного планирования
-
52 алгоритм частотно-монотонной диспетчеризации
Programming: rate monotonic scheduling algorithm (алгоритм ЧМД)Универсальный русско-английский словарь > алгоритм частотно-монотонной диспетчеризации
-
53 анализ алгоритма обработки таблиц
Programming: analysis of the table handling algorithmУниверсальный русско-английский словарь > анализ алгоритма обработки таблиц
-
54 блок должен произвести выборку входных значений до выполнения внутреннего алгоритма
Универсальный русско-английский словарь > блок должен произвести выборку входных значений до выполнения внутреннего алгоритма
-
55 внутренний алгоритм
Универсальный русско-английский словарь > внутренний алгоритм
-
56 выполнение алгоритма
Programming: execution of algorithm (IEC 61499-1)Универсальный русско-английский словарь > выполнение алгоритма
-
57 выполнение алгоритма функционального блока
Универсальный русско-английский словарь > выполнение алгоритма функционального блока
-
58 до выполнения внутреннего алгоритма
Programming: prior to running an internal algorithmУниверсальный русско-английский словарь > до выполнения внутреннего алгоритма
-
59 зависимость времени выполнения алгоритма
Programming: dependence of the running time of an algorithmУниверсальный русско-английский словарь > зависимость времени выполнения алгоритма
-
60 имитационный алгоритм
Programming: simulation algorithmУниверсальный русско-английский словарь > имитационный алгоритм
См. также в других словарях:
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Algorithm design — is a specific method to create a mathematical process in solving problems. Applied algorithm design is algorithm engineering.Algorithm design is identified and incorporated into many solution theories of operation research, such as dynamic… … Wikipedia
Algorithm engineering — is a combination of theoretical algorithm design with real world data. By taking an algorithm and combining it with a hardware device connected to the real world, you are able to more accurately verify and validate the algorithm results and… … Wikipedia
Programming paradigm — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concu … Wikipedia
Algorithm Builder — ist eine Entwicklungsumgebung für AVR Mikrocontroller, basierend auf einer graphischen Makro Assembler Sprache. Der gesamte Programmablauf wird in graphischer Form als Flussdiagramm eingegeben. Es lässt sich mit einzelnen Anweisungen direkt auf… … Deutsch Wikipedia
Algorithm characterizations — The word algorithm does not have a generally accepted definition. Researchers are actively working in formalizing this term. This article will present some of the characterizations of the notion of algorithm in more detail. This article is a… … Wikipedia
Programming idiom — A programming idiom is a means of expressing a recurring construct in one or more programming languages. Generally speaking, a programming idiom is an expression of a simple task or algorithm that is not a built in feature in the programming… … Wikipedia
algorithm — [13] Algorithm comes from the name of an Arab mathematician, in full Abu Ja far Mohammed ibn Musa al Khwarizmi (c. 780–c. 850), who lived and taught in Baghdad and whose works in translation introduced Arabic numerals to the West. The last part… … The Hutchinson dictionary of word origins
algorithm — [13] Algorithm comes from the name of an Arab mathematician, in full Abu Ja far Mohammed ibn Musa al Khwarizmi (c. 780–c. 850), who lived and taught in Baghdad and whose works in translation introduced Arabic numerals to the West. The last part… … Word origins
Algorithm (C++) — In the C++ programming language, algorithm is a function template that can work with (theoretically) any container containing values of any type. However, this is not always true because algorithms may have restrictions on the container/iterator… … Wikipedia