Примеры использования Pattern matching на Английском языке и их переводы на Русский язык
{-}
-
Colloquial
-
Official
Variables and pattern matching.
Pattern matching is case sensitive, which can cause problems on Windows.
However, it is very useful for pattern matching.
Deep support for pattern matching and transformation rules.
This way, a node's arguments can be rewritten,which is needed for pattern matching.
Support for pattern matching and significant speedup in many operations for Association.
Again, correct file handling is based on configuration rules and URL pattern matching.
With pattern matching we can define callbacks for many different requests and states.
We will look at how to retrieve data by key andthrough different forms of pattern matching.
Wildcard pattern matching is done from left to right, one character or basic wildcard pattern at a time.
Version 11 introduces several functions to simplify the manipulation and pattern matching of associations.
Specifying functions using pattern matching allows the Wolfram Language to immediately express deeply polymorphic behavior.
We will also go into URL handling in greater detail,showing how to perform basic pattern matching.
Like many other things in Elixir, generators rely on pattern matching to compare their input set to the left side variable.
When we know an error may occur,we can handle it using try/rescue and pattern matching.
Provides utilities for pattern matching strings using regular expressions. Provides facilities for file-based input and output.
Query Methods: Traverser and graph navigation API,predicate language qualification, path pattern matching. .
Feuerstein(2008) in“Urban and Indoor Location using Pattern Matching of Wireless Network Measurements”, can be formulated in terms of graph theory.
We will also go into URL handling in greater detail,showing how to perform basic pattern matching.
The Wolfram Language's symbolic pattern matching immediately allows dispatch on any argument of a function or any part of an expression.
The web server determines how to handle different URLs based on pattern matching rules defined in its configuration.
The new functions SequenceCases, SequencePosition, andSequenceCount offer new functionality to extract sequences using pattern matching.
MySQL provides standard SQL pattern matching as well as a form of pattern matching based on extended regular expressions similar to those used by Unix utilities such as vi, grep, and sed.
If you want an official definition for globbing,you can find it in the IEEE specifications for the shell command language Pattern Matching Notation.
The programmer's task is to take these heuristics,formalize them into computer code, and utilize pattern matching and pattern recognition algorithms to recognize when these rules apply.
An early version of generalized algebraicdata types were described by Augustsson& Petersson(1994) and based on pattern matching in ALF.
Results of computer competitions show that pattern matching techniques for choosing a handful of appropriate moves combined with fast localized tactical searches(explained above) were once sufficient to produce a competitive program.
Another early example was by Ken Thompson, who in 1968 gave one of the firstapplications of regular expressions, here for pattern matching in the text editor QED.
A graph rewrite rule is applied to the host graph by searching for an occurrence of the pattern graph(pattern matching, thus solving the subgraph isomorphism problem) and by replacing the found occurrence by an instance of the replacement graph.
Developed as a free alternative to Miranda, it was a forerunner of Haskell andwas one of the first programming languages to support list comprehensions and pattern matching.