-
1 алгоритм деления
algorithm for division, division algorithm -
2 алгоритм деления
1) Engineering: division algorithm2) Automation: algorithm for division -
3 un conjunto de
= a set of, a suite of, a pool of, an assembly of, a pattern of, a universe of, a harvest of, a complement ofEx. A bibliographic data base comprises a set of records which refer to documents.Ex. Read-only access to title, supplier, and patron and fund accounting information is provided by a suite of general enquiry functions.Ex. This article describes the simulation of a nearest neighbour searching algorithm for document retrieval using a pool of microprocessors.Ex. There is little modulation, whole steps of division being short-circuited and an odd assembly of terms being frequently found: e.g.: LAW see also JURY, JUDGES.Ex. A binary coded instruction would therefore appear as a pattern of 1s and 0s, eg: 0001 0000.Ex. Generally, we buy from an annual universe of perhaps 35,000 to 40,000 English-language, American-published trade titles.Ex. Any representative sample, any cross-section, any week's harvest of queries in a busy library is sure to include a residuum that does not fit into any of the categories so far outlined.Ex. Libraries will have to select shrewdly a complement of formats that address the varying uses library patrons have for information.* * *= a set of, a suite of, a pool of, an assembly of, a pattern of, a universe of, a harvest of, a complement ofEx: A bibliographic data base comprises a set of records which refer to documents.
Ex: Read-only access to title, supplier, and patron and fund accounting information is provided by a suite of general enquiry functions.Ex: This article describes the simulation of a nearest neighbour searching algorithm for document retrieval using a pool of microprocessors.Ex: There is little modulation, whole steps of division being short-circuited and an odd assembly of terms being frequently found: e.g.: LAW see also JURY, JUDGES.Ex: A binary coded instruction would therefore appear as a pattern of 1s and 0s, eg: 0001 0000.Ex: Generally, we buy from an annual universe of perhaps 35,000 to 40,000 English-language, American-published trade titles.Ex: Any representative sample, any cross-section, any week's harvest of queries in a busy library is sure to include a residuum that does not fit into any of the categories so far outlined.Ex: Libraries will have to select shrewdly a complement of formats that address the varying uses library patrons have for information.
См. также в других словарях:
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
Division algorithm — This article is about a mathematical theorem. For a list of division algorithms, see Division (digital). In mathematics, and more particularly in arithmetic, the usual process of division of integers producing a quotient and a remainder can be… … Wikipedia
Division (digital) — Several algorithms exist to perform division in digital designs. These algorithms fall into two main categories: slow division and fast division. Slow division algorithms produce one digit of the final quotient per iteration. Examples of slow… … Wikipedia
Division (mathematics) — Divided redirects here. For other uses, see Divided (disambiguation). For the digital implementation of mathematical division, see Division (digital). In mathematics, especially in elementary arithmetic, division (÷ … 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
Division by two — In mathematics, division by two or halving has also been called mediation or dimidiation.[1] The treatment of this as a different operation from multiplication and division by other numbers goes back to the ancient Egyptians, whose multiplication … Wikipedia
Division polynomials — In mathematics the division polynomials provide a way to calculate multiples of points on elliptic curves over Finite fields. They play a central role in the study of counting points on elliptic curves in Schoof s algorithm. Contents 1 Definition … Wikipedia
algorithm — algorithmic, adj. /al geuh ridh euhm/, n. a set of rules for solving a problem in a finite number of steps, as for finding the greatest common divisor. [1890 95; var. of ALGORISM, by assoc. with Gk arithmós number. See ARITHMETIC] * * * Procedure … Universalium
Division ring — In abstract algebra, a division ring, also called a skew field, is a ring in which division is possible. Specifically, it is a non trivial ring in which every non zero element a has a multiplicative inverse, i.e., an element x with a·x = x·a = 1 … Wikipedia
For loop — In computer science a for loop is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement.Unlike many other kinds of loops, such as the while loop, the for loop is often… … Wikipedia
Algorithms for calculating variance — play a major role in statistical computing. A key problem in the design of good algorithms for this problem is that formulas for the variance may involve sums of squares, which can lead to numerical instability as well as to arithmetic overflow… … Wikipedia