代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/202486/15381965
cpp exe51.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.51 on page 389
// Testing the reverse_copy() algorithm
#include
#include
www.eeworm.com/read/202486/15381970
cpp exe20.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.20 on page 377
// Testing the inner_product() algorithm
#include
#include
www.eeworm.com/read/202486/15381981
cpp exe45.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.45 on page 386
// Testing the remove_if() algorithm
#include
#include
www.eeworm.com/read/202486/15381986
cpp exe44.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.44 on page 386
// Testing the remove_copy_if() algorithm
#include
#includ
www.eeworm.com/read/202486/15382016
cpp exe48.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.48 on page 388
// Testing the replace_copy_if() algorithm
#include
#inclu
www.eeworm.com/read/202486/15382021
cpp exe43.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example E.43 on page 385
// Testing the remove_copy() algorithm
#include
#include
www.eeworm.com/read/113029/15472085
cpp ex03_03.cpp
// Exercise 3.3: ex03_03.cpp
// Testing the math library functions.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
www.eeworm.com/read/113029/15472270
cpp circletest.cpp
// Fig. 9.9: circletest.cpp
// Testing class Circle.
#include
using std::cout;
using std::endl;
using std::fixed;
#include
using std::setprecision;
#include "circl
www.eeworm.com/read/112570/15482938
txt filename.txt
The code listings for the February 2003 issue of C/C++ Users Journal include source code for Zlatko Marcok's article, "Automated Memory Checking in C;" John Torjo's article, "Testing with Paired Messa
www.eeworm.com/read/111435/15512707
c main.c
#include "MB90540.h"
unsigned int ADCResults;
const char welcome[100]= "Welcome at FUJITSU,This is a testing route of ADC ";
const char typechar[100]= "Please type any char";
void InitADC(void)
{