代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/192357/8384849
readme
This is a set of shell scripts for testing Ethernet bridging.
mkbr makes a simple bridge and clones the ip address.
rmbr removes bridge
The functional test needs two ethernets (eth0, eth1,
and the d
www.eeworm.com/read/192096/8406420
htm ch08_18.htm
Recipe 8.17. Testing a File for Trustworthiness (Perl Cookbook)
www.eeworm.com/read/192096/8406638
htm ch15_03.htm
Recipe 15.2. Testing Whether a Program Is Running Interactively (Perl Cookbook)
www.eeworm.com/read/189495/8467346
dtc
#!/bin/csh
# %Z%%M% %I% %E%
#
# Date: August 7, 1990
# Author: Robin Miller
#
# Description:
#
# This script is used for testing CD-ROM's using the Digital Data
# Test Disk. The format of this disk i
www.eeworm.com/read/188512/8533087
cpp fig23_15.cpp
// Fig. 23.15: Fig23_15.cpp
// Testing Standard Library vector class template
// element-manipulation functions.
#include
using std::cout;
using std::endl;
#include // vec
www.eeworm.com/read/188512/8533106
cpp fig23_19.cpp
// Fig. 23.19: Fig23_19.cpp
// Testing Standard Library class multiset
#include
using std::cout;
using std::endl;
#include // multiset class-template definition
// define sh
www.eeworm.com/read/188512/8533238
cpp fig06_30.cpp
// Fig. 6.30: fig06_30.cpp
// Testing the recursive fibonacci function.
#include
using std::cout;
using std::cin;
using std::endl;
unsigned long fibonacci( unsigned long ); // funct
www.eeworm.com/read/188512/8533248
cpp fig06_32.cpp
// Fig. 6.32: fig06_32.cpp
// Testing the iterative factorial method.
#include
using std::cout;
using std::endl;
#include
using std::setw;
unsigned long factorial( unsi
www.eeworm.com/read/188512/8533304
cpp fig06_29.cpp
// Fig. 6.29: fig06_29.cpp
// Testing the recursive factorial function.
#include
using std::cout;
using std::endl;
#include
using std::setw;
unsigned long factorial( un
www.eeworm.com/read/188512/8533330
cpp fig15_22.cpp
// Fig. 15.22: Fig15_22.cpp
// Testing error states.
#include
using std::cin;
using std::cout;
using std::endl;
int main()
{
int integerValue;
// display results of cin