代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5522380
c operator.c
// { dg-do assemble }
// { dg-options "" }
// General test for operator overloading permissiveness.
typedef __SIZE_TYPE__ size_t;
struct A {
int operator?:(int a, int b); // { dg-warning "" }
www.eeworm.com/read/347831/3162208
java operator.java
package book.basic;
public class Operator {
/**
* 计算运算符: +; -; *; /;
*/
private void computeOperator() {
int a = 8;
int b = 5;
// 对于除法运算,根据基本类型的自动转换规则,当除数和被除数都是整数时,得到的结果也是整数。
// 因此 8/5得
www.eeworm.com/read/345312/3200815
java operator.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/345154/3201819
java operator.java
package book.basic;
public class Operator {
/**
* 计算运算符: +; -; *; /;
*/
private void computeOperator() {
int a = 8;
int b = 5;
// 对于除法运算,根据基本类型的自动转换规则,当除数和被除数都是整数时,得到的结果也是整数。
// 因此 8/5得
www.eeworm.com/read/341482/3248864
java operator.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/340665/3276382
c operator.c
// General test for operator overloading permissiveness.
// Build don't link:
// Special g++ Options:
typedef __SIZE_TYPE__ size_t;
struct A {
int operator?:(int a, int b); // WARNING -
stat
www.eeworm.com/read/338072/3320894
cxx operator.cxx
/* ====================================================================
* The Vovida Software License, Version 1.0
*
* Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
*
* Redist
www.eeworm.com/read/338072/3320945
hxx operator.hxx
#ifndef OPERATOR_HXX
#define OPERATOR_HXX
/* ====================================================================
* The Vovida Software License, Version 1.0
*
* Copyright (c) 2000 Vovida Networ
www.eeworm.com/read/337075/3343817
java operator.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under