代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/320605/13421908
java bitmanipulation.java
//: c03:BitManipulation.java
// Using the bitwise operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruce
www.eeworm.com/read/320605/13421911
java bool.java
//: c03:Bool.java
// Relational and logical operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.bruceeckel.
www.eeworm.com/read/144216/5752536
t numconvert.t
#!./perl
#
# test the conversion operators
#
# Notations:
#
# "N p i N vs N N": Apply op-N, then op-p, then op-i, then reporter-N
# Compare with application of op-N, then reporter-N
# Right below ar
www.eeworm.com/read/136989/5835655
cpp client.cpp
// client.cpp,v 1.1 2003/10/12 06:55:34 ossama Exp
#include "orbsvcs/CosLoadBalancingC.h"
#include "orbsvcs/PortableGroup/PG_Operators.h"
#include "ace/Get_Opt.h"
ACE_RCSID (CPU,
client
www.eeworm.com/read/136989/5836770
cpp pg_memberinfo.cpp
#include "PG_MemberInfo.h"
#include "PG_Operators.h"
ACE_RCSID (PortableGroup,
PG_MemberInfo,
"PG_MemberInfo.cpp,v 1.2 2002/07/18 03:50:20 ossama Exp")
int
TAO_PG_Mem
www.eeworm.com/read/136989/5836782
cpp pg_objectgroupmanager.cpp
#include "PG_ObjectGroupManager.h"
#include "PG_GenericFactory.h"
#include "PG_conf.h"
#include "PG_Operators.h"
#include "tao/debug.h"
#include "tao/ORB_Constants.h"
#include "ace/Auto_Ptr.
www.eeworm.com/read/476941/6743306
c grep.c
// Simple grep. Only supports ^ . * $ operators.
#include "types.h"
#include "stat.h"
#include "user.h"
char buf[1024];
int match(char*, char*);
void
grep(char *pattern, int fd)
{
int n, m;
ch
www.eeworm.com/read/150914/12245460
java mathops.java
//: c03:MathOps.java
// Demonstrates the mathematical operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import com.b