代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/157653/11676937
c 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
www.eeworm.com/read/156956/11750370
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/343725/11932473
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/154155/11985629
c prime.c
/*
PRIME.C - primality-testing routines
Copyright (c) J.S.A.Kapp 1994 - 1995.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSAREF(tm
www.eeworm.com/read/256101/12028702
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/256101/12028710
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/256101/12028746
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/339640/12212843
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/150914/12245778
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/150914/12246197
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