代码搜索:Operators
找到约 8,993 项符合「Operators」的源代码
代码结果 8,993
www.eeworm.com/read/144216/5752600
t assignwarn.t
#!./perl
#
# Verify which OP= operators warn if their targets are undefined.
# Based on redef.t, contributed by Graham Barr
# -- Robin Barker
#
BEGIN {
www.eeworm.com/read/124804/6039973
cpp fig18_03.cpp
// Fig. 18.3: fig18_03.cpp
// Overloading the stream-insertion and
// stream-extraction operators.
#include
using std::cout;
using std::cin;
using std::endl;
using std::ostream;
www.eeworm.com/read/479166/6700041
cpp fig19_11.cpp
// Fig. 19.11: fig19_11.cpp
// Using the bitwise shift operators.
#include
using std::cout;
using std::cin;
using std::endl;
#include
using std::setw;
void displayBits
www.eeworm.com/read/479166/6700077
h date.h
// Fig. 11.12: Date.h
// Date class definition with overloaded increment operators.
#ifndef DATE_H
#define DATE_H
#include
using std::ostream;
class Date
{
friend ostream &op
www.eeworm.com/read/479166/6700078
h array.h
// Fig. 11.6: Array.h
// Array class definition with overloaded operators.
#ifndef ARRAY_H
#define ARRAY_H
#include
using std::ostream;
using std::istream;
class Array
{
fri
www.eeworm.com/read/346528/11739470
m coll.m
%coll Defines a collective operator which is the sum of single-qudit operators.
% coll (op,n) defines an operator of the type sum_k op(k) where
% op(k) denotes the operator op acting on qubit k
www.eeworm.com/read/255742/12061257
cpp t-eobin.cpp
/* -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
t-eobin.cpp
This program tests the the binary cromosomes and several genetic operators
(c) GeNeur
www.eeworm.com/read/255742/12061368
cpp t-eovirus.cpp
/* -*- mode: c++; c-indent-level: 4; c++-member-init-indent: 8; comment-column: 35; -*-
t-eoVirus.cpp
This program tests the the binary cromosomes and several genetic operators
(c) GeNe
www.eeworm.com/read/218613/14912962
m coll.m
%coll Defines a colelctive operator which is the sum of single-qudit operators.
% coll (op,n) defines an operator of the type sum_k op(k) where
% op(k) denotes the operator op acting on qubit k