operator n. 1.操作者,機務員;司機,駕駛員;【軍事】電話兵;【電話】接線員,話務員(=telephone operator);【電報】報務員。 2.(外科)施行手術者。 3.掮客,經(jīng)紀人。 4.【語法】功能詞。 5.【數(shù)學】算子,算符。 6.經(jīng)營者;〔美國〕工廠主,資方。 7.投機商人,騙子;精明圓滑的人。 8.【戲劇】燈光助理員。 an operator's set 話務員的電話機。 a telegraph operator 電報報務員。 an unitary operator 公正算符。 a mine operator 礦山經(jīng)營者,礦主。
All numeric and enumeration types define a " less than or equal " relational operator 所有數(shù)值和枚舉類型都定義了“小于等于”關系運算符(
All numeric and enumeration types define a " greater than or equal " relational operator , 所有數(shù)值類型和枚舉類型都定義“大于等于”關系運算符
Warning 6281 - incorrect order of operations : relational operators have higher precedence than bitwise operators 警告6281 -運算順序不正確:關系運算符的優(yōu)先級高于位運算符
It can be composed of multiple subexpressions that use the different relational operators supported in python 它可以包括多個使用python中支持的不同關系運算符的子表達式。
Any of the relational operators you ' ve seen earlier in this chapter can be used to produce a conditional statement 本章早些時候接觸到的所有關系運算符都可拿來構造一個條件語句。
Given a scenario , write el code that uses the following operators : aritmetic operators , relational operators , and logical operators 給出一種假定,寫出el代碼要求使用如下的操作符:算術運算符、關系運算符和邏輯運算符。
Blanks can be used on either side of a relational operator , but blanks cannot be used to separate a two - character operator , such as 原譯法:空格可以用在一個關系運算符的兩邊,但不能用于分隔一個雙字符的運算符如。
Blanks can be used on either side of a relational operator , but blanks cannot be used to separate a two - character operator , such as 原譯法:空格可以用在一個關系運算符的兩邊,但不能用于分隔一個雙字符的運算符如。
Although join conditions usually have equality comparisons , other comparison or relational operators can be specified , as can other predicates 雖然聯(lián)接條件通常使用相等比較( = ) ,但也可以像指定其他謂詞一樣指定其他比較運算符或關系運算符。
Since the logical and bitwise operators have a lower precedence than other arithmetic and relational operators , any bitwise operations should be enclosed in parentheses to ensure accurate execution 因為邏輯和按位運算符的優(yōu)先級低于其他算術和關系運算符,所以應將所有按位運算括在括號中以確保準確的執(zhí)行。
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.