代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/325023/13230998
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/325023/13231019
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/325023/13231021
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/138505/13234269
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/138505/13234296
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
www.eeworm.com/read/239888/13248901
asm main1.asm
; Assembly language program -- 32 4 Operators
; Author: zhudingfen
; Date: revised 8/07
;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
; 使用 nmake 或下列命令进行编译和链接:
; ml /c
www.eeworm.com/read/239624/13265191
h count.h
//INTERFACE TO COUNTER CLASS WITH THE OVERLOADED OPERATORS
//FILE COUNT.H
#include
class COUNTER
{
private :
unsigned int NUMBER;
public :
COUNTER()
{
NUMBER=0;
www.eeworm.com/read/137229/13338132
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/137229/13338165
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
www.eeworm.com/read/136707/13364429
txt pair.txt
/**************************************************************************\
MODULE: pair
SUMMARY:
Macros are defined providing template-like classes for pairs.
The macro NTL_pair_decl(S,T