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

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

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

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

relational operator - перевод на Английский

PROGRAMMING LANGUAGE CONSTRUCT OR OPERATOR THAT TESTS OR DEFINES SOME KIND OF RELATION BETWEEN TWO ENTITIES
Test operator; !=; ==; Comparison operator; Equality operator; =!; ===; Does not equal; Comparison (computer programming); .EQ.; .GT.; .LT.; .GE.; .LE.; .NE.; Comparison relation; Relational expression; Relationship operator; Relational operators; Equality (computer programming); Inequality operator; Ifeq; Equality (relational operator); Comparison operators; Compare instruction; ⩵; ⩶; \ne; ~=; Ifexpr
Найдено результатов: 715
relational operator         

общая лексика

оператор отношения [сравнения]

бинарный оператор, позволяющий выяснить соотношение операндов: равно (EQ), не равно (NE), меньше чем (LT), больше чем (GT), меньше чем или равно (LE), больше чем или равно (GE)

Смотрите также

operator

test operator         

математика

тестовый оператор

equality operator         

математика

оператор равенства

compare instruction         

вычислительная техника

команда сравнения

ORDBMS         
DATABASE MANAGEMENT SYSTEM
ORDBMS; Object-relational database management system; Object–relational; Object-relational model; Object-relational DBMS; Object-relational dbms; Object relational database; Object-relational database; Object-relational; Object–relational model

общая лексика

Object-Relational DBMS

система управления объектно-реляционными базами данных, объектно-реляционная СУБД, ОРСУБД

Смотрите также

OODBMS; RDBMS

nabla operator         
  • DCG chart:

A simple chart depicting all rules pertaining to second derivatives.
D, C, G, L and CC stand for divergence, curl, gradient, Laplacian and curl of curl, respectively.

Arrows indicate existence of second derivatives. Blue circle in the middle represents curl of curl, whereas the other two red circles (dashed) mean that DD and GG do not exist.
  • Del operator,<br />represented by<br />the [[nabla symbol]]
VECTOR'S DIFFERENTIAL OPERATOR
Nabla constant; Atled; Nabla operator; Del operator; Vector differential; Vector differential operator; Gradient operator; Divergence operator

общая лексика

оператор набла

vector differential         
  • DCG chart:

A simple chart depicting all rules pertaining to second derivatives.
D, C, G, L and CC stand for divergence, curl, gradient, Laplacian and curl of curl, respectively.

Arrows indicate existence of second derivatives. Blue circle in the middle represents curl of curl, whereas the other two red circles (dashed) mean that DD and GG do not exist.
  • Del operator,<br />represented by<br />the [[nabla symbol]]
VECTOR'S DIFFERENTIAL OPERATOR
Nabla constant; Atled; Nabla operator; Del operator; Vector differential; Vector differential operator; Gradient operator; Divergence operator

математика

векторный дифференциал

del operator         
  • DCG chart:

A simple chart depicting all rules pertaining to second derivatives.
D, C, G, L and CC stand for divergence, curl, gradient, Laplacian and curl of curl, respectively.

Arrows indicate existence of second derivatives. Blue circle in the middle represents curl of curl, whereas the other two red circles (dashed) mean that DD and GG do not exist.
  • Del operator,<br />represented by<br />the [[nabla symbol]]
VECTOR'S DIFFERENTIAL OPERATOR
Nabla constant; Atled; Nabla operator; Del operator; Vector differential; Vector differential operator; Gradient operator; Divergence operator

математика

оператор Гамильтона

transfer operator         
PUSHFORWARD ON THE SPACE OF MEASURABLE FUNCTIONS
Ruelle operator; Perron-Frobenius operator; Perron-Frobenius Operator; Frobenius-Perron operator; Bernoulli operator; Ruelle-Frobenius-Perron operator; Frobenius–Perron operator; Perron–Frobenius operator

математика

переводящий оператор

DEL         
  • DCG chart:

A simple chart depicting all rules pertaining to second derivatives.
D, C, G, L and CC stand for divergence, curl, gradient, Laplacian and curl of curl, respectively.

Arrows indicate existence of second derivatives. Blue circle in the middle represents curl of curl, whereas the other two red circles (dashed) mean that DD and GG do not exist.
  • Del operator,<br />represented by<br />the [[nabla symbol]]
VECTOR'S DIFFERENTIAL OPERATOR
Nabla constant; Atled; Nabla operator; Del operator; Vector differential; Vector differential operator; Gradient operator; Divergence operator
delete (method)
удалить (метод)

Определение

ORDBMS
Object Relational Database Management System (Reference: DBMS, DB)

Википедия

Relational operator

In computer science, a relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. These include numerical equality (e.g., 5 = 5) and inequalities (e.g., 4 ≥ 3).

In programming languages that include a distinct boolean data type in their type system, like Pascal, Ada, or Java, these operators usually evaluate to true or false, depending on if the conditional relationship between the two operands holds or not. In languages such as C, relational operators return the integers 0 or 1, where 0 stands for false and any non-zero value stands for true.

An expression created using a relational operator forms what is termed a relational expression or a condition. Relational operators can be seen as special cases of logical predicates.

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