代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/190666/5179789
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/340665/3280820
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/336126/3354056
java comparison.java
// Fig. 2.17: Comparison.java
// Using if statements, relational operators,
// and equality operators
import javax.swing.JOptionPane;
public class Comparison {
public static void main( St
www.eeworm.com/read/336126/3354079
java comparison.java
// Fig. 2.17: Comparison.java
// Using if statements, relational operators,
// and equality operators
import javax.swing.JOptionPane;
public class Comparison {
public static void main( St
www.eeworm.com/read/273525/4207191
hlp m2_op_colon.hlp
{smcl}
{* 07apr2005}{...}
{cmd:help m2 op_colon}
{hline}
{* index operators}{...}
{* index colon operators}{...}
{* index addition}{...}
{* index subtraction}{...}
{* index multiplication}{...
www.eeworm.com/read/273525/4207535
hlp m2_op_arith.hlp
{smcl}
{* 18mar2005}{...}
{cmd:help m2 op_arith}
{hline}
{* index operators}{...}
{* index arithmetic operators}{...}
{* index product}{...}
{* index multiplication}{...}
{* index division}{..
www.eeworm.com/read/440906/1782496
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/369339/2801114
ct3
.NH
Increment and Decrement Operators
.PP
In addition to the usual
`\(mi',
C also has two other interesting
unary
operators, `++' (increment) and `\(mi\(mi' (decrement).
Suppose we want to count the l
www.eeworm.com/read/366702/2884111
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/395876/8148031
java rightshifttest.java
// operators/RightShiftTest.java
// TIJ4 Chapter Operators, Exercise 11, page 116
/* Start with a number that has a binary one in the most significant position
* (hint: Use a hexadecimal constant)