代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/279032/10479159
htm mi21.htm
More Effective C++ | Item 21: Overload to avoid implicit type conversions Back to Item 20: Facilitate the return value optimization
Continue to Item 22: Consider using op= instead of stand-alone op
I
www.eeworm.com/read/352425/10553808
java sequence9.java
// holding/Sequence9.java
// TIJ4 Chapter Holding, Exercise 9, page 409
// Modify innerclasses/Sequence.java so that Sequence works with an Iterator
// instead of a Selector.
import java.util.*;
www.eeworm.com/read/278058/10577880
cpp arrfun2.cpp
// arrfun2.cpp -- functions with an array argument
#include
const int ArSize = 8;
int sum_arr(int arr[], int n);
// use std:: instead of using directive
int main()
{
int cookies[
www.eeworm.com/read/275202/10829337
m isavector.m
function b = isavector(G)
%isavector(G): Return 1 if G is a vector, 0 otherwise
% Obsolete. Use GAisa or isGrade instead.
%
%See also gable, GAisa, isGrade.
% GABLE, Copyright (c) 1999, University
www.eeworm.com/read/275202/10829452
m isabivector.m
function b = isabivector(G)
%isabivector(G): Return 1 if G is a bivector, 0 otherwise
% Obsolete. Use GAisa or isGrade instead.
%
%See also gable, GAisa, isGrade.
% GABLE, Copyright (c) 1999, Univer
www.eeworm.com/read/470800/6908646
cpp arrfun2.cpp
// arrfun2.cpp -- functions with an array argument
#include
const int ArSize = 8;
int sum_arr(int arr[], int n);
// use std:: instead of using directive
int main()
{
int cookies[
www.eeworm.com/read/470800/6908934
cpp arrfun2.cpp
// arrfun2.cpp -- functions with an array argument
#include
const int ArSize = 8;
int sum_arr(int arr[], int n);
// use std:: instead of using directive
int main()
{
int cookies[
www.eeworm.com/read/295750/6964868
cpp testrunner.cpp
#include "TestRunner.hpp"
#include "Pcre.hpp"
using namespace std;
/// TODO: use a decent lib instead of these hacks
static bool is_in_current_dir(const string &fname)
{
return (fname.find_first