英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

operator    音标拼音: ['ɑpɚ,etɚ]
n. 运算符
n. 操作员,行家,经营者,算子

运算符操作员,行家,经营者,运算元

operator
巨集运算子


operator
运算符; 操作者; 操作员; 运算符; 运算子; 操作程序; 算子 OP


operator
反或算子


operator
p作业子


operator
写给操作员( 的信息 ) WTO

operator
运算子 操作员 作业员

operator
n 1: (mathematics) a symbol or function representing a
mathematical operation
2: an agent that operates some apparatus or machine; "the
operator of the switchboard" [synonym: {operator}, {manipulator}]
3: someone who owns or operates a business; "who is the operator
of this franchise?"
4: a shrewd or unscrupulous person who knows how to circumvent
difficulties [synonym: {hustler}, {wheeler dealer}, {operator}]
5: a speculator who trades aggressively on stock or commodity
markets

Operator \Op"er*a`tor\, n. [L.]
1. One who, or that which, operates or produces an effect.
[1913 Webster]

2. (Surg.) One who performs some act upon the human body by
means of the hand, or with instruments.
[1913 Webster]

3. A dealer in stocks or any commodity for speculative
purposes; a speculator. [Brokers' Cant]
[1913 Webster]

4. (Math.) The symbol that expresses the operation to be
performed; -- called also {facient}.
[1913 Webster]

5. A person who operates a telephone switchboard.
[PJC]

6. A person who schemes and maneuvers adroitly or deviously
to achieve his/her purposes.
[PJC]

105 Moby Thesaurus words for "operator":
Machiavellian, PBX operator, activist, actor, administrator,
adventurer, agent, architect, author, ball of fire, beaver,
behind-the-scenes operator, big operator, big wheel,
big-time operator, bustler, busy bee, central, coconspirator,
conductor, conniver, conspirator, conspirer, counterplotter,
creator, director, doer, driver, eager beaver, eminence grise,
engineer, enthusiast, executant, executor, executrix, exploiter,
fabricator, faker, finagler, fraud, functionary, gamesman,
go-getter, gray eminence, gunslinger, handler, human dynamo,
hustler, intrigant, intriguer, kingmaker, lame duck, live wire,
logroller, long distance, machinator, maker, man of action,
man of deeds, manager, maneuverer, manipulator, margin purchaser,
medium, militant, mover, new broom, operant, operative,
operative surgeon, opportunist, performer, perpetrator, pilot,
plotter, plunger, political activist, pork-barrel politician,
powerhouse, practitioner, prime mover, producer, runner, sawbones,
scalper, schemer, smart operator, smoothie, speculator, stag,
steersman, strategist, subject, superintendent, supervisor,
surgeon, switchboard operator, take-charge guy, telephone operator,
telephonist, wheeler-dealer, winner, wire-puller, wise guy,
worker


请选择你想看的字典辞典:
单词字典翻译
operator查看 operator 在百度字典中的解释百度英翻中〔查看〕
operator查看 operator 在Google字典中的解释Google英翻中〔查看〕
operator查看 operator 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What does lt; gt; (angle brackets) mean in MS-SQL Server?
    <> operator means not equal to in MS SQL It compares two expressions (a comparison operator) When you compare nonnull expressions, the result is TRUE if the left operand is not equal to the right operand; otherwise, the result is FALSE If either or both operands are NULL, see the topic SET ANSI_NULLS (Transact-SQL) See here : Not Equal To
  • math - What does the ^ (XOR) operator do? - Stack Overflow
    The XOR ( ^) is an logical operator that will return 1 when the bits are different and 0 elsewhere A negative number is stored in binary as two's complement In 2's complement, The leftmost bit position is reserved for the sign of the value (positive or negative) and doesn't contribute towards the value of number
  • How do you use the ? : (conditional) operator in JavaScript?
    Just to clarify the name: ternary is the type of operator (i e it has 3 parts) The name of that specific ternary operator is the conditional operator There just happens to only be one ternary operator in JS so the terms get misused –
  • Which equals operator (== vs ===) should be used in JavaScript . . .
    The === operator is called a strict comparison operator, it does differ from the == operator Lets take 2 vars a and b For "a == b" to evaluate to true a and b need to be the same value In the case of "a === b" a and b must be the same value and also the same type for it to evaluate to true Take the following example
  • What does the - gt; operator mean in C++? - Stack Overflow
    The -> operator is used with a pointer (or pointer-like object) on the LHS and a structure or class member on the RHS (lhs->rhs) It is generally equivalent to (*lhs) rhs, which is the other way of accessing a member
  • What does the !! (double exclamation mark) operator do in JavaScript . . .
    I don't consider any of your alternatives easy to understand Worse, there is at least one case where using equality operator x != 0 gives a different result than Boolean(x) or !!x: try [] for x Also, if you do like using equality operator, to get its "truthiness" rules, why wouldn't you do the more obvious (userId == true) instead of (userId
  • When should I use ?? (nullish coalescing) vs || (logical OR)?
    The ?? operator was added to TypeScript 3 7 back in November 2019 And more recently, the ?? operator was included in ES2020, which is supported by Node 14 (released in April 2020) When the nullish coalescing operator ?? is supported, I typically use it instead of the OR operator || (unless there's a good reason not to)
  • What does the `%` (percent) operator mean? - Stack Overflow
    Note that the result of the % operator is equal to x – (x y) * y and that if y is zero, a DivideByZeroException is thrown If x and y are non-integer values x % y is computed as x – n * y, where n is the largest possible integer that is less than or equal to x y (more details in the C# 4 0 Specification in section 7 8 3 Remainder operator)
  • c - What does tilde (~) operator do? - Stack Overflow
    The ~ operator in C++ (and other C-like languages like C and Java) performs a bitwise NOT operation - all the 1 bits in the operand are set to 0 and all the 0 bits in the operand are set to 1 In other words, it creates the complement of the original number





中文字典-英文字典  2005-2009