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

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

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

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

reproductive pattern - перевод на русский

SOFTWARE DESIGN PATTERN
Facade Pattern; Design Pattern - Facade; Façade pattern

reproductive pattern      
схема рождаемости
pattern cutting         
  • 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
раскрой листового материала (операция)
pattern cutting         
  • 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

строительное дело

раскрой листового материала (операция)

Определение

pattern recognition
<artificial intelligence, data processing> A branch of artificial intelligence concerned with the classification or description of observations. Pattern recognition aims to classify data (patterns) based on either a priori knowledge or on statistical information extracted from the patterns. The patterns to be classified are usually groups of measurements or observations, defining points in an appropriate multidimensional space. A complete pattern recognition system consists of a sensor that gathers the observations to be classified or described; a feature extraction mechanism that computes numeric or symbolic information from the observations; and a classification or description scheme that does the actual job of classifying or describing observations, relying on the extracted features. The classification or description scheme is usually based on the availability of a set of patterns that have already been classified or described. This set of patterns is termed the training set and the resulting learning strategy is characterised as supervised. Learning can also be unsupervised, in the sense that the system is not given an a priori labelling of patterns, instead it establishes the classes itself based on the statistical regularities of the patterns. The classification or description scheme usually uses one of the following approaches: statistical (or {decision theoretic}), syntactic (or structural), or neural. Statistical pattern recognition is based on statistical characterisations of patterns, assuming that the patterns are generated by a probabilistic system. Structural pattern recognition is based on the structural interrelationships of features. Neural pattern recognition employs the neural computing paradigm that has emerged with neural networks. (1995-09-22)

Википедия

Facade pattern

The facade pattern (also spelled façade) is a software-design pattern commonly used in object-oriented programming. Analogous to a facade in architecture, a facade is an object that serves as a front-facing interface masking more complex underlying or structural code. A facade can:

  • improve the readability and usability of a software library by masking interaction with more complex components behind a single (and often simplified) API
  • provide a context-specific interface to more generic functionality (complete with context-specific input validation)
  • serve as a launching point for a broader refactor of monolithic or tightly-coupled systems in favor of more loosely-coupled code

Developers often use the facade design pattern when a system is very complex or difficult to understand because the system has many interdependent classes or because its source code is unavailable. This pattern hides the complexities of the larger system and provides a simpler interface to the client. It typically involves a single wrapper class that contains a set of members required by the client. These members access the system on behalf of the facade client and hide the implementation details.

Как переводится reproductive pattern на Русский язык