pattern matching - определение. Что такое pattern matching
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое pattern matching - определение

Найдено результатов: 910
Pattern matching         
ACT OF CHECKING A GIVEN SEQUENCE OF TOKENS FOR THE PRESENCE OF THE CONSTITUENTS OF SOME PATTERN
Pattern-matching; Pattern match; Pattern matches; Pattern Matching; Pattern matching (functional programming); Structural pattern matching
In computer science, pattern matching is the act of checking a given sequence of tokens for the presence of the constituents of some pattern. In contrast to pattern recognition, the match usually has to be exact: "either it will or will not be a match.
pattern matching         
ACT OF CHECKING A GIVEN SEQUENCE OF TOKENS FOR THE PRESENCE OF THE CONSTITUENTS OF SOME PATTERN
Pattern-matching; Pattern match; Pattern matches; Pattern Matching; Pattern matching (functional programming); Structural pattern matching
1. A function is defined to take arguments of a particular type, form or value. When applying the function to its actual arguments it is necessary to match the type, form or value of the actual arguments against the formal arguments in some definition. For example, the function length [] = 0 length (x:xs) = 1 + length xs uses pattern matching in its argument to distinguish a null list from a non-null one. There are well known algorithm for translating pattern matching into conditional expressions such as "if" or "case". E.g. the above function could be transformed to length l = case l of [] -> 0 x:xs -> 1 : length xs Pattern matching is usually performed in textual order though there are languages which match more specific patterns before less specific ones. 2. Descriptive of a type of language or utility such as awk or Perl which is suited to searching for strings or patterns in input data, usually using some kind of {regular expression}. (1994-11-28)
Gestalt Pattern Matching         
STRING-MATCHING ALGORITHMS FOR DETERMINING THE SIMILARITY OF TWO STRINGS
Ratcliff/Obershelp Pattern Recognition; Ratcliff/Obershelp; R/O; Gestalt Pattern Matching
Gestalt Pattern Matching, also Ratcliff/Obershelp Pattern Recognition, is a string-matching algorithm for determining the similarity of two strings. It was developed in 1983 by John W.
Compressed pattern matching         
PROCESS OF SEARCHING FOR PATTERNS IN COMPRESSED DATA
Compressed Pattern Matching; Compressed search
In computer science, compressed pattern matching (abbreviated as CPM) is the process of searching for patterns in compressed data with little or no decompression. Searching in a compressed string is faster than searching an uncompressed string and requires less space.
Bracket matching         
A SYNTAX HIGHLIGHTING FEATURE OF CERTAIN TEXT EDITORS AND INTEGRATED DEVELOPMENT ENVIRONMENTS THAT HIGHLIGHTS MATCHING PAIRS OF BRACKETS.
Braces matching; Brace matching
Bracket matching, also known as brace matching or parentheses matching, is a syntax highlighting feature of certain text editors and integrated development environments that highlights matching sets of brackets (square brackets, curly brackets, or parentheses) in languages such as Java, JavaScript, and C++ that use them. The purpose is to help the programmer navigate through the code and also spot any improper matching, which would cause the program to not compile or malfunction.
Matching theory (economics)         
SEARCH THEORY
Search and matching theory; Matching function; Matching Function; Matching model; Job matching; Search and matching; Matching theory (macroeconomics); Matching market; Matching theory (economics)
In economics, matching theory, also known as search and matching theory, is a mathematical framework attempting to describe the formation of mutually beneficial relationships over time.
Search and matching theory (economics)         
SEARCH THEORY
Search and matching theory; Matching function; Matching Function; Matching model; Job matching; Search and matching; Matching theory (macroeconomics); Matching market; Matching theory (economics)
In economics, search and matching theory, is a mathematical framework attempting to describe the formation of mutually beneficial relationships over time. It is closely related to stable matching theory.
Pattern (casting)         
  • The top and bottom halves of a sand casting mould showing the cavity prepared by patterns.  Cores to accommodate holes can be seen in the bottom half of the mould, which is called the ''drag''. The top half of the mould is called the ''cope''.
FORM USED IN CASTING TO REPLICATE A SHAPE
Pattern (foundry); Pattern-maker; Patternmaker (engineering)
In casting, a pattern is a replica of the object to be cast, used to prepare the cavity into which molten material will be poured during the casting process.
Matching funds         
DONATION BASED ON OTHERS' DONATIONS
Matching fund; Matching gift; Matching gifts; Matching donations; Matching donation; Matching git; Match funding; Matched funding; Donation matching; Matching grants; Matching grant; Match fund
Matching funds are funds that are set to be paid in proportion to funds available from other sources. Matching fund payments usually arise in situations of charity or public good.
Pattern (sewing)         
  • Digital home sewing pattern
  • Marker-making by computer
  • Student tracing pattern onto fabric
  • Fitting a nettle/canvas-fabric on a [[dress form]]
  • Storage of patterns
  • Students cutting patterns in a sewing class
TEMPLATE FROM WHICH THE PARTS OF A GARMENT ARE TRACED ONTO FABRIC BEFORE BEING CUT OUT
Pattern making book; Pattern-making book; Patternmaking book; Sewing pattern; Dress pattern; Dress-maker's pattern; Pattern cutting; Pattern drafting; Pattern making
In sewing and fashion design, a pattern is the template from which the parts of a garment are traced onto woven or knitted fabrics before being cut out and assembled. Patterns are usually made of paper, and are sometimes made of sturdier materials like paperboard or cardboard if they need to be more robust to withstand repeated use.