代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/202486/15381879
cpp exe01.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.1 on page 370
// Testing the accumulate() algorithm
#include
#include
www.eeworm.com/read/202486/15381880
cpp exe46.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.46 on page 387
// Testing the replace() algorithm
#include
#include
www.eeworm.com/read/202486/15381881
cpp exe54.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.54 on page 390
// Testing the search() algorithm
#include
#include
www.eeworm.com/read/202486/15381896
cpp exe07.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.7 on page 372
// Testing the count() algorithm
#include
#include
www.eeworm.com/read/202486/15381912
cpp exe62.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.62 on page 394
// Testing the swap() algorithm
#include
#include
www.eeworm.com/read/202486/15381916
cpp exe63.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.63 on page 394
// Testing the transform() algorithm
#include
#include
www.eeworm.com/read/202486/15381995
cpp exe28.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.28 on page 380
// Testing the merge() algorithm
#include
#include
www.eeworm.com/read/202486/15382012
cpp exe09.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.9 on page 372
// Testing the equal() algorithm
#include
#include
www.eeworm.com/read/113383/15457023
pl makefile.pl
# Makefile.PL - my first attempt at making a makefile
# and testing/installing a Perl module
# Eric Lease Morgan
# University Libraries of Notre Dame
# 12/24/02 - twea
www.eeworm.com/read/113029/15472291
cpp cylindertest.cpp
// Fig. 9.24: cylindertest.cpp
// Testing class Cylinder.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
#include