-
21 technique
1) метод; способ (см. тж method)2) техника, технические приемы3) техническое оснащение; аппаратура; оборудование4) методика, технология (см. тж technology)•- algorithm-specific technique
- all-zero technique
- bootstrap technique
- cascade-based technique
- checking technique
- circuit technique
- computing technique
- design techniques
- diagnostic technique
- diagrammatic technique
- dictionaty technique
- digital technique
- display technique
- fault-masking techniques
- fault-tolerance techniques
- flip-chip technique
- gaming technique
- graft-prune technique
- information science and technique
- information technique
- intelligent technique
- interrupt technique
- jet solder technique
- layout technique
- mainstream technique
- mask stencil technique
- masking technique
- master-slice technique
- matrix technique
- microstrip technique
- modeling technique
- multimedia processing technique
- multiplexer scan technique
- multiresolution technique
- network technique
- OO technique
- party-line technique
- point-and-select technique
- Polish accumulator technique
- prescanning technique
- printed-circuit technique
- programming techniques
- queueing technique
- raster-scan technique
- reasoning technique
- repertory grid technique
- round-robin technique
- scaling technique
- scan technique
- scan-path technique
- scan-set technique
- selection-replacement technique
- semantic technique
- short-pulse drive technique
- simulation technique
- surface mounting technique
- technique of least squares
- technique of substitution
- transformation technique
- word-patching techniqueEnglish-Russian dictionary of computer science and programming > technique
- 1
- 2
См. также в других словарях:
Selection (disambiguation) — Selection may refer to:* Selection, in the context of biological evolution * in computer science ** Selection algorithm, an algorithm that finds the k th smallest number in a list ** Selection (genetic algorithm) ** Selection (relational algebra) … Wikipedia
Selection sort — Infobox Algorithm class=Sorting algorithm data=Array time= О(n²) space= О(n) total, O(1) auxiliary optimal=Not usuallySelection sort is a sorting algorithm, specifically an in place comparison sort. It has O( n 2) complexity, making it… … Wikipedia
Selection (genetic algorithm) — Selection is the stage of a genetic algorithm in which individual genomes are chosen from a population for later breeding (recombination or crossover).There are several generic selection algorithms, such as tournament selection and fitness… … Wikipedia
Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia
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
Selection-based search — A selection based search system is a search engine system in which the user invokes a search query using only the mouse.[1] A selection based search system allows the user to search the internet for more information about any keyword or phrase… … Wikipedia
Genetic algorithm — A genetic algorithm (GA) is a search heuristic that mimics the process of natural evolution. This heuristic is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of… … Wikipedia
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
Clonal Selection Algorithm — In Artificial immune systems, Clonal selection algorithms are a class of algorithms inspired by the clonal selection theory of acquired immunity that explains how B and T lymphocytes improve their response to antigens over time called affinity… … Wikipedia
Memetic algorithm — Memetic algorithms (MA) represent one of the recent growing areas of research in evolutionary computation. The term MA is now widely used as a synergy of evolutionary or any population based approach with separate individual learning or local… … Wikipedia
Feature selection — Feature selection, also known as variable selection, feature reduction, attribute selection or variable subset selection, is the technique, commonly used in machine learning, of selecting a subset of relevant features for building robust learning … Wikipedia