代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/330362/12899666

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/140894/13053804

out testeof.out

//: c12:TestEOF.java // Testing for the end of file // while reading a byte at a time. import com.bruceeckel.simpletest.*; import java.io.*; public class TestEOF { private static Test monito
www.eeworm.com/read/140545/13076768

cpp sorted.cpp

//: C05:Sorted.cpp //{bor} (because of bitset in Urand.h) // Testing template specialization #include #include #include "Sorted.h" #include "Urand.h" using namespace std;
www.eeworm.com/read/327324/13086182

c fpe.c

/* Generates SIGFPE (used for testing shells) AUP2, Sec. 5.10 (not in book) Copyright 2003 by Marc J. Rochkind. All rights reserved. May be copied only for purposes and under conditions described
www.eeworm.com/read/241396/13147521

m t_auction_case.m

function [baseMVA, bus, gen, branch, areas, gencost] = auction_test_case %AUCTION_TEST_CASE Power flow data for testing auction code. % Please see 'help caseformat' for details on the case file f
www.eeworm.com/read/240959/13184538

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/138987/13197378

m t_auction_case.m

function [baseMVA, bus, gen, branch, areas, gencost] = auction_test_case %AUCTION_TEST_CASE Power flow data for testing auction code. % Please see 'help caseformat' for details on the case file f
www.eeworm.com/read/138758/13217047

out testeof.out

//: c12:TestEOF.java // Testing for the end of file // while reading a byte at a time. import com.bruceeckel.simpletest.*; import java.io.*; public class TestEOF { private static Test monito
www.eeworm.com/read/138758/13217499

java testexpression.java

//: com:bruceeckel:simpletest:TestExpression.java // Regular expression for testing program output lines // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyrigh
www.eeworm.com/read/240028/13239791

jamfile

using testing ; SOURCE_DIR = selftest ; BUILD_DIR = bin ; project tut-framework : source-location $(SOURCE_DIR) : requirements . msvc:TUT_USE_SEH