代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/247171/4488264
vb operators.vb
'
' Operators.vb
'
' Author:
' Mizrahi Rafael (rafim@mainsoft.com)
' Rolf Bjarne Kvinge (RKvinge@novell.com)
'
' Copyright (C) 2002-2006 Mainsoft Corporation.
' Copyright (C) 2004-2006 Novell, In
www.eeworm.com/read/221464/4828841
hpp operators.hpp
/*=============================================================================
Copyright (c) 1998-2003 Joel de Guzman
Copyright (c) 2001 Daniel Nuffer
Copyright (c) 2002 Hartmut Kaiser
www.eeworm.com/read/221464/4828917
hpp operators.hpp
/*=============================================================================
Phoenix v1.2
Copyright (c) 2001-2002 Joel de Guzman
Use, modification and distribution is subject to th
www.eeworm.com/read/221464/4829008
hpp operators.hpp
// Boost Lambda Library - operators.hpp --------------------------------------
// Copyright (C) 1999, 2000 Jaakko J鋜vi (jaakko.jarvi@cs.utu.fi)
//
// Permission to copy, use, sell and distribute
www.eeworm.com/read/221464/4831655
cpp operators.cpp
// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
www.eeworm.com/read/221464/4831661
py operators.py
'''
>>> from operators_ext import *
Check __nonzero__ support
>>> assert X(2)
>>> assert not X(0)
----
>>> x = X(42)
>>> x.value()
42
>>> y = x - X(5)
>>> y.value()
37
>>> y
www.eeworm.com/read/221464/4831775
cpp operators.cpp
#include "operators.h"
double operators::C::x = 10;
www.eeworm.com/read/221464/4831813
h operators.h
#ifndef OPERATORS_H
#define OPERATORS_H
namespace operators {
struct C
{
static double x;
double value;
const C operator+(const C other) const
{
C c;
www.eeworm.com/read/190666/5182220
cc operators.cc
// 2000-09-11 Benjamin Kosnik
// Copyright (C) 2000, 2001, 2002 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you c
www.eeworm.com/read/171479/5394330
tex operators.tex
\chapter{Operators}
\section{\indexoperator{.} -- property access}
\section{\indexoperator{[]} -- collection member access}
\section{\indexoperator{()} -- method invocation}
\section{\indexoperator{=