代码搜索:overloading

找到约 1,176 项符合「overloading」的源代码

代码结果 1,176
www.eeworm.com/read/197407/7998068

h estack.h

// linked stack extended to include // size and overloading of > #ifndef LinkedStack_ #define LinkedStack_ #include "node.h" #include "xcept.h" template class LinkedSta
www.eeworm.com/read/146126/12668526

h currencyoverload.h

// currency class with operator overloading #ifndef currency_ #define currency_ #include #include "myExceptions.h" using namespace std; enum signType {plus, minus}; class c
www.eeworm.com/read/325023/13232489

java primitiveoverloading.java

//: initialization/PrimitiveOverloading.java // Promotion of primitives and overloading. import static net.mindview.util.Print.*; public class PrimitiveOverloading { void f1(char x) { printnb(
www.eeworm.com/read/131315/5936571

c cp-method.c

/* Handle the hair of processing (but not expanding) inline functions. Also manage function and variable name overloading. Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc. Contri
www.eeworm.com/read/346459/11743244

m mrdivide.m

function c = mrdivide(a,b) % overloading of operator / if isa(a,'signal') & isa(b,'signal') error('Matrix division of two signals not supported.'); elseif isa(a,'signal') & ~isa(b,'signal') if m
www.eeworm.com/read/259580/11780377

h currencyoverload.h

// currency class with operator overloading #ifndef currency_ #define currency_ #include #include "myExceptions.h" using namespace std; enum signType {plus, minus}; class c
www.eeworm.com/read/344239/11897223

java primitiveoverloading.java

//: initialization/PrimitiveOverloading.java // Promotion of primitives and overloading. import static net.mindview.util.Print.*; public class PrimitiveOverloading { void f1(char x) { printnb(
www.eeworm.com/read/212171/15165042

html tut4-1.html

C++ Tutorial: 4.1, Classes
www.eeworm.com/read/470720/1444853

c spec2.c

// { dg-do compile } // Origin: // Bug: Overloading of ordinary and template member function // which enclosing class is specialized is not handled correctl
www.eeworm.com/read/470720/1446971

c overload3.c

// Build don't link: // GROUPS passed overloading typedef int rutBoolean; class rutBigIntRep { public: friend rutBoolean operator>(const rutBigIntRep& a, const rutBigIntRep& b); operator rutBool