代码搜索:Operator
找到约 10,000 项符合「Operator」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5175728
c operator.c
// General test for operator overloading permissiveness.
// Build don't link:
// Special g++ Options:
typedef __SIZE_TYPE__ size_t;
struct A {
int operator?:(int a, int b); // WARNING -
stat
www.eeworm.com/read/185312/5238326
java operator.java
package com.ttdev.tddcalc;
public interface Operator {
String getName();
int apply(int num1, int num2);
}
www.eeworm.com/read/183718/5252639
sh operator.sh
#!/bin/sh
#
#
# operator.sh - Simple wrapper around our configuration operator.
#
dir=`dirname $0`
exec $dir/operator.ctp $dir/proxy-user.conf
exit 1
www.eeworm.com/read/183718/5252642
ctp operator.ctp
#!/usr/bin/awk -f
#
function setval(var, val) {
if (val == "")
return (0);
conf[var] = val;
return (0);
}
function setconfig(line, n, x) {
n = split(line, x, ":");
#
# If the record ha
www.eeworm.com/read/180138/5288735
java operator.java
/**
* JBNC - Bayesian Network Classifiers Toolbox
*
* Latest release available at http://sourceforge.net/projects/jbnc/
*
* Copyright (C) 1999-2003 Jarek Sacha
*
* This program
www.eeworm.com/read/176578/5337415
java operator.java
/*********************************************************************
*
* Copyright (C) 2002 Andrew Khan
*
* This library is free software; you can redistribute it and/or
* modify it under
www.eeworm.com/read/174990/5353389
java operator.java
/*
* $Id: Operator.java 5462 2005-08-05 18:35:48Z jonesde $
*
* Copyright (c) 2004 The Open For Business Project - www.ofbiz.org
*
* Permission is hereby granted, free of charge, to any person ob
www.eeworm.com/read/173141/5377400
java operator.java
/*
Derby - Class com.ihost.cs.Operator
Copyright 2002, 2004 The Apache Software Foundation or its licensors, as applicable.
Licensed under the Apache License, Version 2.0 (the "License");
www.eeworm.com/read/171044/5399606
txt operator.txt
->
.
!
++
--
&
~
*
/
%
+
-
>
<
>
=
==
!=
&&
\\
=
+=
*=
/=
www.eeworm.com/read/171044/5399627
txt operator.txt
->
.
!
++
--
&
~
*
/
%
+
-
>
<
>
=
==
!=
&&
\\
=
+=
*=
/=