代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/169058/9883109
java equalsmethod2.java
//: operators/EqualsMethod2.java
// Default equals() does not compare contents.
class Value {
int i;
}
public class EqualsMethod2 {
public static void main(String[] args) {
Value v1
www.eeworm.com/read/162188/10328185
ext fcompare.ext
/*
** fcompare.ext - Fuzzy comparison operators.
** (C) Copyright 1988-1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** External variable declaration for procedures DOTFEQ-DOTFNE, FEQ-F
www.eeworm.com/read/106232/6943282
matlab
Operators and special characters.
Arithmetic operators.
plus - Plus +
uplus - Unary plus +
minus - Mi
www.eeworm.com/read/332978/7141813
java casting.java
//: operators/Casting.java
public class Casting {
public static void main(String[] args) {
int i = 200;
long lng = (long)i;
lng = i; // "Widening," so cast not really required
www.eeworm.com/read/332978/7141820
java overflow.java
//: operators/Overflow.java
// Surprise! Java lets you overflow.
public class Overflow {
public static void main(String[] args) {
int big = Integer.MAX_VALUE;
System.out.println("big
www.eeworm.com/read/332978/7141824
java equalsmethod2.java
//: operators/EqualsMethod2.java
// Default equals() does not compare contents.
class Value {
int i;
}
public class EqualsMethod2 {
public static void main(String[] args) {
Value v1
www.eeworm.com/read/399920/7822536
h opoverclass.h
#ifndef H_OpOverClas
#define H_opOverClass
#include
using namespace std;
class opOverClass
{
//Overload the stream insertion and
//extraction operators
friend ostream&
www.eeworm.com/read/332479/12753952
c ptest.c
//==================================================================
// Copyright 2002, softSurfer (www.softsurfer.com)
// This code may be freely used and modified for any purpose
// providing that t
www.eeworm.com/read/243682/12924427
txt boo.txt
/L12"Boo" BOO_LANG Line Comment = // Line Comment Alt = # Block Comment On = /* Block Comment Off = */ Escape Char = \ File Extensions = BOO
/Delimiters = ~!@%^&*()-+=|\/{}[]:;"' , .?
/Function St