代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/176504/9495581
c c05.c
#
#include "c0h.c"
/*
* info on operators:
* 01-- is binary operator
* 02-- left (or only) operand must be lvalue
* 04-- is relational operator
* 010-- is assignment-type operator
* 020
www.eeworm.com/read/362900/9977168
i meep_op_renames.i
// operators must be explicitly renamed for SWIG to work
%rename(meep_symmetry_add) meep::symmetry::operator+;
%rename(meep_symmetry_mul) meep::symmetry::operator*;
%rename(meep_symmetry_sub) meep::s
www.eeworm.com/read/279234/10453858
pl fig05_16.pl
#!/usr/bin/perl
# Fig. 5.16: fig05_16.pl
# Using logical operators in flow control.
print "Please enter a numerator: ";
chomp( $numerator = );
# bare block; redo continues from beginn
www.eeworm.com/read/279032/10479394
htm ei10.htm
Effective C++, 2E | Item 10: Write operator delete if you write operator new Back to Item 9: Avoid hiding the "normal" form of new.
Continue to Constructors, Destructors, and Assignment Operators
Ite
www.eeworm.com/read/470391/6909716
htm ch03.htm
Teach Yourself SQL in 21 Days, Second Edition -- Day 3 -- Expressions, Conditions, and Operators
www.eeworm.com/read/466323/7032399
html chapter2.html
Chapter 2 - Types, Operators and Expressions
Back to Chapter 1 --
Index
www.eeworm.com/read/452695/7436401
c program3_10.c
/* Program 3.10 Exercising bitwise operators */
#include
int main(void)
{
unsigned int original = 0xABC;
unsigned int result = 0;
unsigned int mask = 0xF; /* Rightmost four