代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/162614/5521907
c p710.c
// { dg-do assemble }
// GROUPS passed delete
/*
Bug Id:
PRMS Id: p0000710
Bug is : overloading operator delete in class def not allowed
*/
/*
In addition to this bug, the compiler permits
www.eeworm.com/read/162614/5523430
ada c87b24b.ada
-- C87B24B.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/294203/8246607
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/294203/8246634
m ctranspose.m
function t = ctranspose(a)
% ' Quaternion conjugate transpose.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246642
m times.m
function q = times(l, r)
% .* Array multiply.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246660
m cos.m
function Y = cos(X)
% COS Cosine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246734
m tan.m
function Y = tan(X)
% TAN Tangent.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246740
m sin.m
function Y = sin(X)
% SIN Sine.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246771
m uplus.m
function u = uplus(a)
% + Unary plus.
% (Quaternion overloading of standard Matlab function.)
% Copyright
www.eeworm.com/read/294203/8246776
m mtimes.m
function q = mtimes(l, r)
% * Matrix multiply.
% (Quaternion overloading of standard Matlab function.)
% Copyright