There exist two implementing methods in the automatic differentiation , including the source transformation method and the operator overloading method 自動(dòng)微分的實(shí)現(xiàn)方法包括源代碼變換方法和運(yùn)算符重載方法。
New language features include loop continuation , guaranteed resource disposal , operator overloading , generic types , and custom events 新的語(yǔ)言功能包括循環(huán)繼續(xù)、有保證的資源處置、運(yùn)算符重載、泛型類(lèi)型和自定義事件。
Bit is set to flag members that are treated in a special way by some compilers such as property accessors and operator overloading methods . to get the 位被設(shè)置為由某些編譯器(如屬性( property )訪問(wèn)器和運(yùn)算符重載方法)以特殊方式處理的標(biāo)志成員。
Includes information on loop continuation , guaranteed resource disposal , mixed access properties , unsigned data types , operator overloading , generic types , and 包含有關(guān)循環(huán)繼續(xù)符、保證的資源處理、混合訪問(wèn)屬性、無(wú)符號(hào)數(shù)據(jù)類(lèi)型、運(yùn)算符重載、泛型類(lèi)型和
If you are programming in a language that supports operator overloading , and you choose to overload the equality operator for a specified type , that type should override the 如果用支持運(yùn)算符重載的語(yǔ)言進(jìn)行編程,并選擇重載指定類(lèi)型的相等運(yùn)算符( = = ) ,則該類(lèi)型應(yīng)重寫(xiě)
As such , wsdl 1 . 1 did not even contain a mechanism allowing for interface inheritance . it did allow for operator overloading , but in the new wsdl 1 . 2 specification 它曾經(jīng)允許運(yùn)算符重載,但是在新的wsdl 1 . 2規(guī)范中,考慮到結(jié)構(gòu)更好的prottype繼承機(jī)制,即便運(yùn)算符重載也取消了。
Operator overloading should be done only when the meaning of the operation is intuitive for the type for example , to support adding two instances of a type that represents a numerical value 只有在運(yùn)算對(duì)類(lèi)型具有很直觀的意義(例如,支持表示數(shù)值的類(lèi)型的兩個(gè)實(shí)例相加)的情況下,才應(yīng)進(jìn)行運(yùn)算符重載。
Names that begin with or contain an underscore character , property accessors , and operator overloading methods are examples of types that might require special treatment by some compilers 以下劃線字符( _ )開(kāi)頭或包含下劃線字符( _ )的名稱(chēng)、屬性訪問(wèn)器和運(yùn)算符重載方法都屬于可能要求某些編譯器進(jìn)行特殊處理的類(lèi)型。
Names that begin with or contain an underscore character , property accessors , and operator overloading methods are examples of names that might require special treatment by some compilers 一些名稱(chēng)可能需要某些編譯器特殊處理,以下劃線字符( _ )打頭或包含下劃線字符的名稱(chēng)、屬性( property )訪問(wèn)器和運(yùn)算符重載方法即是這類(lèi)名稱(chēng)的例子。
In this version of visual studio , new language features in visual basic 2005 include loop continuation , guaranteed resource disposal , mixed access properties , unsigned data types , operator overloading , generic types , and much more 在此版本的visual studio中, visual basic 2005的新語(yǔ)言功能包括循環(huán)繼續(xù)、保證的資源處理、混合的訪問(wèn)屬性、無(wú)符號(hào)數(shù)據(jù)類(lèi)型、運(yùn)算符重載、泛型類(lèi)型等等。
In object-oriented programming, operator overloading?less commonly known as operator ad-hoc polymorphism?is a specific case of polymorphism, where different operators have different implementations depending on their arguments. Operator overloading is generally defined by the language, the programmer, or both.