代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/430096/8767022
java longvalues.java
// operators/LongValues.java
// TIJ4 Chapter Operaters, Exercise 8, page 109
// Show that hex and octal notations work with long values.
// Use Long.toBinaryString to display the results.
impor
www.eeworm.com/read/430096/8767029
java charbinarytest.java
// operators/CharBinaryTest.java
// TIJ4 Chapter Operators, Exercise 13, page 116
/* Write a method that displays char values in binary form. Demonstrate it
* using several different characters.
www.eeworm.com/read/285975/8798090
perltidyrc
-l=78 # Max line width is 78 cols
-i=4 # Indent level is 4 cols
-ci=4 # Continuation indent is 4 cols
-st # Output to STDOUT
-se # Errors to STDERR
-vt=2 # Maximal vertical tightness
www.eeworm.com/read/285874/8806127
htm mopersc.htm
More Effective C++ | Operators Back to Item 4: Avoid gratuitous default constructors
Continue to Item 5: Be wary of user-defined conversion functions
Operators
Overloadable operators you gotta love '
www.eeworm.com/read/383713/8924049
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/284228/8952972
java tokenoperator.java
package calculator;
/*
* Created on 2004-11-30
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
/**
* @aut
www.eeworm.com/read/184105/9121438
java searchcriteria.java
package org.julp;
import java.util.*;
public abstract class SearchCriteria {
/**
* This object not indended to be a *real* Query engine.
* It indended to be used with GUI to al