代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/136697/13365340
m show_op.m
function [x,y,m] = show_op(op,par,op2,par2)
% [x,y,m] = show_op(op,par,op2,par2)
%
% Presentation of a setoperations as a 3D graphik and checkerboard plot.
% If invoke without lefthand arguments the
www.eeworm.com/read/320605/13421901
java allops.java
//: c03:AllOps.java
// Tests all the operators on all the primitive data types
// to show which ones are accepted by the Java compiler.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
//
www.eeworm.com/read/313151/13595301
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/313151/13595303
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/307616/13719227
h boxoperators.h
// BoxOperators.h - Declarations for global box operators
#pragma once
bool operator>(const double& value, const CBox& aBox);
bool operator
www.eeworm.com/read/302870/13825850
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/145471/5745695
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 without
* m
www.eeworm.com/read/137691/5820024
java expressionparser.java
// $Id: ExpressionParser.java,v 1.2 2003/10/07 21:46:01 idgay Exp $
/**
* ExpressionParser.java
*
* This is a simple yet extendable logical expression parser.
*
* Copyright(C) 2002, Tom
www.eeworm.com/read/131315/5943902
makefile
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= test
SRCS= test.c operators.c
LINKS= ${BINDIR}/test ${BINDIR}/[
MLINKS= test.1 '[.1'
.include