-
1 stable sorting algorithm
алгоритм сортировки с сохранением (относительного порядка расположения записей с одинаковыми значениями ключей сортировки)Англо-русский словарь промышленной и научной лексики > stable sorting algorithm
-
2 алгоритм сортировки
Русско-английский политехнический словарь > алгоритм сортировки
-
3 алгоритм поразрядной сортировки
Русско-английский словарь по информационным технологиям > алгоритм поразрядной сортировки
-
4 алгоритм сортировки с сохранением
алгоритм сортировки с сохранением
—
[ http://www.iks-media.ru/glossary/index.html?glossid=2400324]Тематики
- электросвязь, основные понятия
EN
Русско-английский словарь нормативно-технической терминологии > алгоритм сортировки с сохранением
-
5 алгоритм упорядочения
1) Engineering: ordering algorithm2) Programming: sequencing algorithm, sort algorithm (тж. алгоритм сортировки; каждый алгоритм сортировки можно отнести к одному из трёх базовых методов: перестановка элементов, их отбор и вставка), sorting algorithm (тж. алгоритм сортировки; каждый алгоритм сортировки можно отнести к одному из трёх базовых методов: перестановка элементов, их отбор и вставка)Универсальный русско-английский словарь > алгоритм упорядочения
-
6 алгоритм сортировки
1) Engineering: sorting algorithm2) Microsoft: sort algorithmУниверсальный русско-английский словарь > алгоритм сортировки
-
7 алгоритм сортировки и сохранения
Microelectronics: stable sorting algorithmУниверсальный русско-английский словарь > алгоритм сортировки и сохранения
-
8 алгоритм сортировки с сохранением
Information technology: stable sorting algorithmУниверсальный русско-английский словарь > алгоритм сортировки с сохранением
-
9 алгоритм поразрядной сортировки
Русско-английский словарь по электронике > алгоритм поразрядной сортировки
-
10 алгоритм поразрядной сортировки
Русско-английский словарь по радиоэлектронике > алгоритм поразрядной сортировки
-
11 упорядочивание по глубине
упорядочивание по глубине
Один из методов удаления невидимых поверхностей (слоев). Объекты рисуются, начиная с самого дальнего слоя относительно точки наблюдения. Таким образом, объекты, находящиеся на более близких слоях, перекрывают дальние объекты, тем самым удаляя их изображение.
[ http://www.morepc.ru/dict/]Тематики
EN
Русско-английский словарь нормативно-технической терминологии > упорядочивание по глубине
См. также в других словарях:
Sorting algorithm — In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the use of other… … Wikipedia
sorting algorithm — noun an algorithm for sorting a list • Hypernyms: ↑algorithm, ↑algorithmic rule, ↑algorithmic program … Useful english dictionary
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
Sorting — For the sorting of sediment, see Sorting (sediment). Sorting type Sorting is any process of arranging items in some sequence and/or in different sets, and accordingly, it has two common, yet distinct meanings: ordering: arranging items of the… … Wikipedia
Sorting network — A sorting network is an abstract mathematical model of a network of wires and comparator modules that is used to sort a sequence of numbers. Each comparator connects two wires and sort the values by outputting the smaller value to one wire, and a … Wikipedia
Topological sorting — Dependency resolution redirects here. For other uses, see Dependency (disambiguation). In computer science, a topological sort or topological ordering of a directed graph is a linear ordering of its vertices such that, for every edge uv, u comes… … Wikipedia
Divide and conquer algorithm — In computer science, divide and conquer (D C) is an important algorithm design paradigm based on multi branched recursion. A divide and conquer algorithm works by recursively breaking down a problem into two or more sub problems of the same (or… … Wikipedia
Patience sorting — is a sorting algorithm, based on a solitaire card game, that has the property of being able to efficiently compute the length of the longest increasing subsequence in a given array.The card gameThe game begins with a shuffled deck of cards,… … Wikipedia
Pancake sorting — is a variation of the sorting problem in which the only allowed operation is to reverse the elements of some prefix of the sequence. Unlike a traditional sorting algorithm, which attempts to sort with the least comparisons possible, the goal is… … Wikipedia
External sorting — is a term for a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the data being sorted does not fit into the main memory of a computing device (usually RAM) and a slower kind of memory… … Wikipedia
Search algorithm — In computer science, a search algorithm, broadly speaking, is an algorithm that takes a problem as input and returns a solution to the problem, usually after evaluating a number of possible solutions. Most of the algorithms studied by computer… … Wikipedia