代码搜索:Operators

找到约 8,993 项符合「Operators」的源代码

代码结果 8,993
www.eeworm.com/read/132338/14097608

control

Source: gaul-devel Section: unknown Priority: optional Maintainer: Stewart Adcock Standards-Version: 3.1.1 Package: gaul-devel Architecture: any Depends: ${shlibs:Depends} Des
www.eeworm.com/read/227919/14406393

js shbrushsql.js

dp.sh.Brushes.Sql = function() { var funcs = 'abs avg case cast coalesce convert count current_timestamp ' + 'current_user day isnull left lower month nullif replace right ' + 'session_
www.eeworm.com/read/220439/14800894

cpp expensive_calculator.cpp

// Expensive Calculator // Demonstrates built-in arithmetic operators #include using namespace std; int main() { cout
www.eeworm.com/read/117608/14911620

syn csharp.syn

; TextPad syntax definitions for C# ; Simple syntax ; Keywords 1: C# Keywords except operators ; Keywords 2: C# Operators ; For better results, use same color for Keywords 2 and Operators C=1
www.eeworm.com/read/171479/5395266

groovy longest1.groovy

package gls.ch03.s02 /** * GLS 3.2: The longest possible translation is used at each step, even if the * result does not ultimately make a correct program while another lexical * translatio
www.eeworm.com/read/163959/5504158

java whereparser.java

//$Id: WhereParser.java,v 1.9 2005/03/30 16:51:18 oneovthafew Exp $ package org.hibernate.hql.classic; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.uti
www.eeworm.com/read/162614/5520008

c mangle2.c

// { dg-do assemble } // Test for overloaded operators in "C" linkage extern "C" { typedef struct b { int a; } c; extern const c z; inline bool operator!=(const c& x, const c& y) { return x.a
www.eeworm.com/read/162614/5531022

c if-unary.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Test the various unary operators. */ #if 1 + + + 1 /* allow multiple unary sign operators :) */ #endif #if
www.eeworm.com/read/162614/5531161

c if-shift.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Test shift operators. */ #if 1 >
www.eeworm.com/read/162614/5531485

c precedence-1.c

/* Test precedence and associativity in expressions. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "" } */ struct s { int *a; } *p, q, *r[2], *g();