代码搜索:overloading
找到约 1,176 项符合「overloading」的源代码
代码结果 1,176
www.eeworm.com/read/366702/2871122
c overload11.c
// { dg-do assemble }
// GROUPS passed overloading
class foo_int
{
public:
int & i;
foo_int (int &j) : i(j) {}
void inc () { i++; }
};
www.eeworm.com/read/366702/2871511
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/366702/2871752
c warning4.c
// { dg-do assemble }
// { dg-options "-Woverloaded-virtual" }
// Bug: a virtual function with the same name in an unrelated class will
// cause a bogus overloading warning.
struct A {
virtual voi
www.eeworm.com/read/366702/2876590
f90 overload_1.f90
! { dg-do run }
! tests that operator overloading works correctly for operators with
! different spellings
module m
type t
integer :: i
end type t
interface operator (==)
module pro
www.eeworm.com/read/415537/11065479
txt testing wattage consumption of your computer, measuring your computer's wattage.txt
Testing Wattage Consumption Of Your Computer
Measuring your computer's wattage is a good way of knowing if you are overloading your UPS, or if you have too many things plugged in to the same circui
www.eeworm.com/read/203890/15349856
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/202486/15381647
cpp ex0522.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 5.22 on page 109
// Overloading the max() function
#include // defines the c
www.eeworm.com/read/202486/15381727
cpp ex1107.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 11.7 on page 260
// Overloading the == operator
#include
using namespace std
www.eeworm.com/read/202486/15381842
cpp ex1106.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 11.6 on page 260
// Overloading the *= operator
#include
using namespace std
www.eeworm.com/read/278235/10557388
el bruce.el
;;; bruce.el --- bruce phrase utility for overloading the Communications
;;; Decency Act snoops, if any.
;; Copyright (C) 1988, 1993, 1997 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywor