代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/402654/2318650
hpp accumulation.hpp
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/388068/2551904
php3t 010.php3t
--$Id: 010.php3t,v 1.2 1998/08/23 02:23:58 rocky Exp $
--TITLE--
Testing | and & operators ...
--URL--
basic/010.phtml
--EXPECT--
8
www.eeworm.com/read/387667/2556943
sql _int.sql
--
-- Create the user-defined type for the 1-D integer arrays (_int4)
--
-- Adjust this setting to control where the operators, functions, and
-- opclasses get created.
SET search_path = public;
BEG
www.eeworm.com/read/366702/2866448
c casting-operator2.c
// { dg-do compile }
// Contributed by Martin Loewis
// PR c++/8856: Make sure template conversion operators are not parsed as
// template names.
struct
www.eeworm.com/read/366702/2876986
f90 operator_2.f90
! { dg-do compile }
! Test that we can't override intrinsic operators in invalid ways
module foo
interface operator(*)
module procedure f1 ! { dg-error "conflicts with intrinsic interface" }
end
www.eeworm.com/read/366702/2884110
c if-sc.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test that all operators correctly short circuit. */
#if (2 || 3 / 0) != 1
#error /* { dg-bogus "error" "|| s
www.eeworm.com/read/361772/2944656
cs clock.cs
namespace Operators
{
class Clock
{
public Clock()
{
System.DateTime now = System.DateTime.Now;
this.hour = new Hour(now.Hour);
this.minute = new Minute(now.Minute);
this.
www.eeworm.com/read/361772/2944670
cs clock.cs
namespace Operators
{
class Clock
{
public Clock()
{
System.DateTime now = System.DateTime.Now;
this.hour = new Hour(now.Hour);
this.minute = new Minute(now.Minute);
this.
www.eeworm.com/read/358128/3000630
pm filetest.pm
package filetest;
our $VERSION = '1.02';
=head1 NAME
filetest - Perl pragma to control the filetest permission operators
=head1 SYNOPSIS
$can_perhaps_read = -r "file"; # use the mode bits
www.eeworm.com/read/162614/5531021
c if-sc.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test that all operators correctly short circuit. */
#if (2 || 3 / 0) != 1
#error /* { dg-bogus "error" "|| s