代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/124972/14521656
java shortcircuit.java
//: c03:ShortCircuit.java
// Demonstrates short-circuiting behavior.
// with logical operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice
www.eeworm.com/read/118543/14864232
java mathops.java
//: c03:MathOps.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Demonstrates the mathematical operators.
import java.util.*
www.eeworm.com/read/116603/14962676
java mathops.java
//: c03:MathOps.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Demonstrates the mathematical operators.
import java.util.*
www.eeworm.com/read/116603/14962683
java bitmanipulation.java
//: c03:BitManipulation.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Using the bitwise operators.
import java.util.*;
www.eeworm.com/read/209853/15212657
h integer.h
//: C12:Integer.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Non-member overloaded operators
#
www.eeworm.com/read/470720/1445557
c mangle2.c
// Test for overloaded operators in "C" linkage
// Build don't link:
extern "C" {
typedef struct b
{
int a;
} c;
extern const c z;
inline bool operator!=(const c& x, const c& y)
{
return x.a !=
www.eeworm.com/read/470693/1457503
c mangle2.c
// Test for overloaded operators in "C" linkage
// Build don't link:
extern "C" {
typedef struct b
{
int a;
} c;
extern const c z;
inline bool operator!=(const c& x, const c& y)
{
return x.a !=
www.eeworm.com/read/240162/4580746
c mangle2.c
// { dg-do assemble }
// Test for overloaded operators in "C" linkage
extern "C" {
typedef struct b
{
int a;
} c;
extern const c z;
inline bool operator!=(const c& x, const c& y)
{
return x.a
www.eeworm.com/read/233448/4673565
c mangle2.c
// { dg-do assemble }
// Test for overloaded operators in "C" linkage
extern "C" {
typedef struct b
{
int a;
} c;
extern const c z;
inline bool operator!=(const c& x, const c& y)
{
return x.a