Pattern matching

1) сопоставление образов 2) сравнение с образцом, сопоставление с эталоном (в распознавании образов)

Англо-русский политехнический словарь

Pattern matching

сопоставление с образцом операция, широко применяемая в языках ИИ Смотри также: AI, pattern, pattern matcher, Prolog

Англо-русский словарь компьютерных терминов

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. 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.

Онлайн словарь компьютерных терминов