What is the translation of " OPERATOR OVERLOADING " in Chinese?

['ɒpəreitər ˌəʊvə'ləʊdiŋ]
['ɒpəreitər ˌəʊvə'ləʊdiŋ]
运算符重载
操作符重载

Examples of using Operator overloading in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
A good example is operator overloading.
一个很好的例子是操作符重载
C++ supports operator overloading and people used this feature for some time.
C++支持操作符重载,人们使用了一段时间这个功能。
Why doesn't Java support operator overloading?
为什么Java不提供操作符重载??
(Python supports operator overloading, so this could be potentially anything.).
Python支持操作符重载,所以这可能是任何内容。
Unlike C++, Objective-C does not support operator overloading.
与C++不同,Objective-C不支持运算符重载
The use of operator overloading is a bit illogical:* does not work elementwise but/ does.
Lt;:运算符重载的使用有点不合逻辑:*不能按元素操作,但/确实如此。
Why Java doesn't support operator overloading?(answer).
为什么Java不提供操作符重载?(2个回答).
Operator overloading is used to overload or redefines most of the operators available in C++.
操作符重载用于重载或重新定义C++中可用的大多数操作符。
We have also preserved operator overloading and type conversions.
我们还保留了操作符重载和类型转换等。
(Example: Perl's prototyped subs, Python's operator overloading).
例如:Perl的prototypedsubs,Python的操作符重载).
When overloading(),[],->, or=, the operator overloading method must be a class member.
在重载运算符()、[]、->,或者=时,运算符重载函数必须声明为类的一个成员。
Removed many confusing and/or rarely-used features e.g.,explicit pointers, operator overloading etc.
移除许多令人困惑和/或很少使用的特征,例如,显式指针,操作符重载等。
For example, even though Kotlin supports operator overloading, users can't define their own operators..
例如,即使Kotlin支持运算符重载,用户也不能定义自己的运算符。
Java has removed many confusing andrarely-used features e.g. explicit pointers, operator overloading etc.
Java已经删除了许多复杂且很少使用的功能,例如,显式指针,运算符重载等。
Operator overloading allows C/C++ operators to have user-defined meanings on user-defined types(classes).
算符重载允许C/C++的运算符在用户定义类型(类)上拥有一个用户定义的意义。
Thus allegedly dangerous andcomplicating features such as multiple inheritance and operator overloading were omitted.
因而涉嫌危险和复杂的特征如多重继承和运算符重载被省略了。
Then, we talked about operator overloading with the example of operator=, operator== and operator<
然后,我们写针对Complex的运算重载:operator+和operator=。
Templates are of great utility to programmers in C++,especially when combined with multiple inheritance and operator overloading.
模板是C++程序员绝佳的武器,特別是結合了多重继承与运算符重载之后。
The WF rulesengine now supports extension methods, operator overloading, and the use of the new operator in your rules.
现在,WF规则引擎支持扩展方法、运算符重载和在规则中使用新的运算符。
References are useful for several things, butthe direct reason they were introduced in C++ was to support operator overloading.
引用有几方面的用处,但我在C++中引入它的主要目的是为了支持运算符重载
Operator overloading is sometimes a source of ambiguity in a C++ program, and the Java design team felt that it causes more trouble than benefit.
操作符重载在某些情况下造成类C++程序的含糊不清,JAVA的设计人员感觉它带来的麻烦要比它带来的好处多。
However, decltype can also be very useful forexpressions in code that makes heavy use of operator overloading and specialized types.
然而decltype对于那些大量运用运算符重载和特化的类型的代码的表示也非常有用。
The advantage of Operators overloading is to perform different operations on the same operand.
运算符重载的优点是对同一操作数执行不同的操作。
Using technologies such as load-measuring systems for training andplanning can greatly reduce the hazard of overloading and operator incompetency.
使用诸如负载测量系统之类的技术进行培训和计划可大大减少超载操作员无能的危险。
The name of an overloaded operator is operatorx, where x is the operator, available for overloading in UnigineScript.
重载运算符的名称是operatorx,此处x是运算符,在UnigineScript内重载时可用:.
The database access library SOCI also overloads operator.
数据库访问库SOCI亦重载operator,。
A function call or an overloaded operator expression, whose return type is non-reference, such as str.
函数调用或重载运算符表达式,其返回类型是非引用,例如str.
Mozobo blamed operators for overloading a boat that was already in poor condition and then setting sail after dark.
Mozobo指责操作员超载已经状况不佳的船只,然后在天黑后启航。
Force_new_nothrow also causes any class-specific operator new or any overloaded global operator new to be treated as no throw.
此外,--force_new_nothrow还会使编译器将类特定的任何operatornew或任何重载的全局operatornew视为无抛出。
C allows user-defined types to overload operators by defining static member functions using the operator keyword.
C允许用户定义的类型通过使用operator关键字定义静态成员函数来重载运算符。
Results: 72, Time: 0.0273

Word-for-word translation

Top dictionary queries

English - Chinese