代码搜索:overloading

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

代码结果 1,176
www.eeworm.com/read/294203/8246831

m sum.m

function t = sum(a, dim) % SUM Sum of elements. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246855

m exp.m

function Y = exp(X) % EXP Exponential % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246904

m uminus.m

function u = uminus(a) % - Unary minus. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246918

m real.m

function p = real(q) % REAL Real part of a quaternion. % (Quaternion overloading of standard Matlab function.) % % This function returns the quaternion that is the real % part of q. % Copyright
www.eeworm.com/read/294203/8246978

m sign.m

function Y = sign(X) % SIGN Signum function % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/107068/15613635

html 14over.html

Operator Overloading
www.eeworm.com/read/100018/15888142

html opt_queuela.html

Max load average for sending Determines the load average beyond which outgoing messages are no longer sent, but instead queued for later delivery. This option is useful for preventin
www.eeworm.com/read/100018/15888145

html opt_refusela.html

Max load average for receiving Determines the load average beyond which sendmail no longer accepts incoming messages via SMTP, forcing other mail servers to queue them for later deli
www.eeworm.com/read/388617/8595083

h mytime1.h

// mytime1.h -- Time class before operator overloading #ifndef MYTIME1_H_ #define MYTIME1_H_ class Time { private: int hours; int minutes; public: Time(); Time(int h, int m
www.eeworm.com/read/388617/8595133

h mytime2.h

// mytime2.h -- Time class after operator overloading #ifndef MYTIME2_H_ #define MYTIME2_H_ class Time { private: int hours; int minutes; public: Time(); Time(int h, int m