代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/169058/9883100
java allops.java
//: operators/AllOps.java
// Tests all the operators on all the primitive data types
// to show which ones are accepted by the Java compiler.
public class AllOps {
// To accept the results of
www.eeworm.com/read/169058/9883103
java mathops.java
//: operators/MathOps.java
// Demonstrates the mathematical operators.
import java.util.*;
import static net.mindview.util.Print.*;
public class MathOps {
public static void main(String[] arg
www.eeworm.com/read/169058/9883106
java assignment.java
//: operators/Assignment.java
// Assignment with objects is a bit tricky.
import static net.mindview.util.Print.*;
class Tank {
int level;
}
public class Assignment {
public static voi
www.eeworm.com/read/169058/9883124
java hellodate.java
//: operators/HelloDate.java
import java.util.*;
import static net.mindview.util.Print.*;
public class HelloDate {
public static void main(String[] args) {
print("Hello, it's: ");
pr
www.eeworm.com/read/169058/9883125
java equalsmethod.java
//: operators/EqualsMethod.java
public class EqualsMethod {
public static void main(String[] args) {
Integer n1 = new Integer(47);
Integer n2 = new Integer(47);
System.out.println
www.eeworm.com/read/163079/10175447
c opl3.c
/*
* sound/opl3.c
*
* A low level driver for Yamaha YM3812 and OPL-3 -chips
*
* Copyright by Hannu Savolainen 1993
*
* Redistribution and use in source and binary forms, with or witho
www.eeworm.com/read/356815/10220660
txt pair.txt
/**************************************************************************\
MODULE: pair
SUMMARY:
Macros are defined providing template-like classes for pairs.
The macro NTL_pair_decl(S,T
www.eeworm.com/read/356044/10237955
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/356044/10237967
errs
cc -O -c main.c
cc -O -c app.c
cc -O -c generate.c
cc -O -c initial.c
cc -O -c memory.c
cc -O -c operators.c
cc -O -c random.c
cc -O -c report.c
cc -O -c rselect.c
cc -O -c statisti