代码搜索:overloading

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

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

m power.m

function Z = power(X, Y) % .^ Array power. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/294203/8246869

m ne.m

function r = ne(a, b) % ~= Not equal. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/135259/13944599

toc bcb6lang.toc

:Base bcb6lang.hlp>main :Title C++Builder Language Guide ; 1 C++Builder Language Guide 2 Lexical elements overview 3 Lexical Elements = LexicalElements 3 Whitespace Overview 4 Whitespace = Whitespace
www.eeworm.com/read/104369/15697054

txt ooset.txt

Class ooset was written for a C++ course that I'm taking. The class is used for algebraic sets such as { 1, 3, 8, 11 }. It includes extensive operator overloading. Most C++ textbooks illustrate o
www.eeworm.com/read/418219/10958041

html 14over.html

Operator Overloading
www.eeworm.com/read/331439/12828584

m conj.m

function c = conj(a, F) % CONJ Quaternion conjugate. % (Quaternion overloading of Matlab standard function.) % % Implements three different conjugates: % % conj(X) or % conj(X, 'hamilton') returns t
www.eeworm.com/read/331439/12828612

m ctranspose.m

function t = ctranspose(a) % ' Quaternion conjugate transpose. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828618

m times.m

function q = times(l, r) % .* Array multiply. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828647

m cos.m

function Y = cos(X) % COS Cosine. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828729

m tan.m

function Y = tan(X) % TAN Tangent. % (Quaternion overloading of standard Matlab function.) % Copyright