代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/449504/7502476
m numpar.m
function r=numpar(rex);
% PURPOSE: determine the number of non-zero values of ARIMA model
% ------------------------------------------------------------
% SYNTAX: r=numpar(rex);
% ----------------
www.eeworm.com/read/434781/7802007
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/434781/7802009
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/199431/7859896
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/199264/7873631
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/199077/7889886
txt hour20_3.txt
There is no real "solution" to this exercise...
The objects behave in a similar manner but the standard library has
many more operators, methods, and therefore capabilities!
www.eeworm.com/read/198623/7919651
c c1h.c
/*
* C pass 2 header
*/
#define swsiz 200
#define ossiz 500
struct tnode {
int op;
int type;
int degree;
struct tnode *tr1, *tr2;
};
struct bnode {
int bop;
struct tnode *btree;
int lbl;
www.eeworm.com/read/298649/7947011
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/298649/7947030
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/196467/8090751
h gfx.h
//========================================================================
//
// Gfx.h
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
//=================================================================