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

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

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

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

first-class seating density - перевод на русский

PROGRAMMING LANGUAGE FEATURE THAT ALLOWS MANIPULATING FUNCTIONS LIKE OTHER VALUES
First class function; First class procedures; First class procedure; First Class Functions; First-class functions; Function reference; First-class procedure; First class functions

first-class seating density      
плотность посадочных мест в (самолёте) по нормам первого класса
seating plan         
  • Seating plan for a [[Boeing 747-400]]
  • [[Place card]]
DIAGRAM OR SET OF INSTRUCTIONS TO DETERMINE WHERE PEOPLE SHOULD SIT
Seating protocol; Seating chart
план рассадки
private first class         
  • date=26 June 2006}}
  • lang=fr}}
  • language=fr}}
  • Cameroon Ground Forces]])
  • Central African Ground Forces]])
  • Soldat première}}([[Chadian Ground Forces]])
  • Comorian Army]])
  • Land Forces of the DR Congo]])
  • language=fr}}
  • Soldat première}}([[Djiboutian Army]])
  • Soldat première}}([[Gabonese Army]])
  • language=es}}
  • Guinea Ground Forces]])
  • Army of Guinea-Bissau]])
  • language=fr}}
  • access-date=20 November 2017}}
  • access-date=17 October 2020 }}
  • date=27 June 2019}}
  • chapter=National Security}}
  • Mozambican Army]])
  • language=es}}
  • date=December 2012}}
  • archive-date=28 April 2010}}
  • Senegalese Army]])
  • access-date=7 June 2021}}
  • Suriname Army]])
  • language=fr}}
  • date=6 December 1972}}
  • access-date=27 May 2021}}
  • ère}} classe}}([[]])
  • Soldat première}}([[]])
MILITARY RANK HELD BY JUNIOR ENLISTED PERSONNEL IN SOME COUNTRIES' ARMED FORCES
Pfc.; Private 1st Class; PFC.; First Class Private; Private, 1st class; Private 1st class; Private First Class; First-Class Private; Razvodnik
[амер.] рядовой 1-го класса

Определение

стек
м.
Тонкая палочка с ременной петлей на конце, применяемая как хлыст при верховой езде.

Википедия

First-class function

In computer science, a programming language is said to have first-class functions if it treats functions as first-class citizens. This means the language supports passing functions as arguments to other functions, returning them as the values from other functions, and assigning them to variables or storing them in data structures. Some programming language theorists require support for anonymous functions (function literals) as well. In languages with first-class functions, the names of functions do not have any special status; they are treated like ordinary variables with a function type. The term was coined by Christopher Strachey in the context of "functions as first-class citizens" in the mid-1960s.

First-class functions are a necessity for the functional programming style, in which the use of higher-order functions is a standard practice. A simple example of a higher-ordered function is the map function, which takes, as its arguments, a function and a list, and returns the list formed by applying the function to each member of the list. For a language to support map, it must support passing a function as an argument.

There are certain implementation difficulties in passing functions as arguments or returning them as results, especially in the presence of non-local variables introduced in nested and anonymous functions. Historically, these were termed the funarg problems, the name coming from "function argument". In early imperative languages these problems were avoided by either not supporting functions as result types (e.g. ALGOL 60, Pascal) or omitting nested functions and thus non-local variables (e.g. C). The early functional language Lisp took the approach of dynamic scoping, where non-local variables refer to the closest definition of that variable at the point where the function is executed, instead of where it was defined. Proper support for lexically scoped first-class functions was introduced in Scheme and requires handling references to functions as closures instead of bare function pointers, which in turn makes garbage collection a necessity.

Как переводится first-class seating density на Русский язык