代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/479166/6700007

cpp fig20_15.cpp

// Fig. 20.15: fig20_15.cpp // Testing Standard Library vector class template // element-manipulation functions. #include using std::cout; using std::endl; #include // vec
www.eeworm.com/read/479166/6700235

cpp fig06_31.cpp

// Fig. 6.31: fig06_31.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/479166/6700236

cpp fig06_29.cpp

// Fig. 6.29: fig06_29.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/479166/6700244

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
www.eeworm.com/read/213889/6719772

h yportenv.h

/* * YAFFS: Yet another FFS. A NAND-flash specific file system. * yportenv.h: Portable services used by yaffs. This is done to allow * simple migration from kernel space into app space for testing
www.eeworm.com/read/478173/6720922

v v_v2k.v

// DESCRIPTION: Verilog-Perl: Example Verilog for testing package // This file ONLY is placed into the Public Domain, for any use, // without warranty, 2006-2009 by Wilson Snyder. module v_v2k #(pa
www.eeworm.com/read/410206/11298446

m inpoly.m

function [cn,on] = inpoly(p,node,edge) % INPOLY: Point-in-polygon testing. % % Determine whether a series of points lie within the bounds of a polygon % in the 2D plane. General non-convex, mul
www.eeworm.com/read/410206/11298506

m inpoly.m

function [cn,on] = inpoly(p,node,edge) % INPOLY: Point-in-polygon testing. % % Determine whether a series of points lie within the bounds of a polygon % in the 2D plane. General non-convex, mul
www.eeworm.com/read/400062/11583904

cpp quadratic.cpp

// Demonstration program for testing CPP_parser.g /* 1999-2004 Version 3.0 July 2004 * Modified by David Wigg at London South Bank University for CPP_parser.g * * See MyReadMe.txt for furthe
www.eeworm.com/read/158283/11627649

c test_md5.c

/* ** SQLite uses this code for testing only. It is not a part of ** the SQLite library. This file implements two new TCL commands ** "md5" and "md5file" that compute md5 checksums on arbitrary text