代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/485735/6545265
java bool.java
//: Bool.java
// Relational and logical operators
import java.util.*;
public class Bool {
public static void main(String[] args) {
Random rand = new Random();
int i = rand.nextInt() % 100;
int
www.eeworm.com/read/479166/6700064
cpp fig11_05.cpp
// Fig. 11.5: fig11_05.cpp
// Demonstrating class PhoneNumber's overloaded stream insertion
// and stream extraction operators.
#include
using std::cout;
using std::cin;
using std::e
www.eeworm.com/read/479166/6700273
cpp fig05_18.cpp
// Fig. 5.18: fig05_18.cpp
// Logical operators.
#include
using std::cout;
using std::endl;
using std::boolalpha; // causes bool values to print as "true" or "false"
int main()
{
www.eeworm.com/read/158649/11594903
java shortcircuit.java
//: c03:ShortCircuit.java
// Demonstrates short-circuiting behavior.
// with logical operators.
import com.bruceeckel.simpletest.*;
public class ShortCircuit {
static boolean test1(int val) {
www.eeworm.com/read/347945/11625171
m power_internal2.m
function varargout = power_internal2(varargin)
%power_internal2 (overloaded)
% Used for cases such as x^x and 2^x, which is treated as evaluation-based
% operators
% Author Johan L鰂berg
% $Id:
www.eeworm.com/read/347945/11625175
m inverse_internal2.m
function varargout = power_internal2(varargin)
%power_internal2 (overloaded)
% Used for cases such as x^x and 2^x, which is treated as evaluation-based
% operators
% Author Johan L鰂berg
% $Id:
www.eeworm.com/read/260026/11751253
cxx newmat6.cxx
//$$ newmat6.cxx Operators, element access, submatrices
// Copyright (C) 1991,2: R B Davies
#include "include.h"
#include "newmat.h"
#include "newmatrc.h"
//#define REPORT {
www.eeworm.com/read/257110/11949900
cpp briefmng.cpp
#include "stdafx.h"
#include "briefmng.h"
CBrief::CBrief()
{
}
int CBrief::Encript_brief(conv_tool::OPERATORS_MAP mapOpts, xmlChar ** ppszXML, int * pnLen )
{
std::string sbrief, scontent,
www.eeworm.com/read/256102/12027667
cpp fig11_05.cpp
// Fig. 11.5: fig11_05.cpp
// Demonstrating class PhoneNumber's overloaded stream insertion
// and stream extraction operators.
#include
using std::cout;
using std::cin;
using std::e