代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/281848/9130241
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/281848/9130248
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/379711/9181459
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/377523/9272441
java allops.java
//: c03:AllOps.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Tests all the operators on all the
// primitive data types t