代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/292984/3935909
m oil1.m
% oil wildcatter influence diagram in Cowell et al p172
% T = test for oil?
% UT = utility (negative cost) of testing
% O = amount of oil = Dry, Wet or Soaking
% R = results of test = NoStrucure, Ope
www.eeworm.com/read/292964/3937057
m oil1.m
% oil wildcatter influence diagram in Cowell et al p172
% T = test for oil?
% UT = utility (negative cost) of testing
% O = amount of oil = Dry, Wet or Soaking
% R = results of test = NoStrucure, Ope
www.eeworm.com/read/292758/3939994
building
Building from the cvs tree:
sh buildconf --with-apr=apr_source_location.
configure --with-apr=apr_install_location --with-ssl=openssl_install_location
make
Testing the build:
The ma
www.eeworm.com/read/288799/4004700
java teststream.java
//: com:bruceeckel:simpletest:TestStream.java
// Simple utility for testing program output. Intercepts
// System.out to print both to the console and a buffer.
// From 'Thinking in Java, 3rd ed.' (
www.eeworm.com/read/287985/4012984
m testandr.m
function [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
% TESTANDR creates testing data for Generalized Anderson's task.
% [MI,SIGMA,J]=testandr(dim,epsilon,dnoise,maxcoord,diagm)
%
% TESTAN
www.eeworm.com/read/287874/4015318
java teststream.java
//: com:bruceeckel:simpletest:TestStream.java
// Simple utility for testing program output. Intercepts
// System.out to print both to the console and a buffer.
// From 'Thinking in Java, 3rd ed.' (
www.eeworm.com/read/285741/4046496
cpp employ2.cpp
/*
Employ2.cpp -- Testing operator overloading.
*/
#include
#include
#include
class CEmployee
{
public:
CEmployee (int ID, char *First, char
www.eeworm.com/read/285407/4052170
java nodevalidatorfortesting.java
package org.jgap.gp.impl;
import org.jgap.gp.impl.*;
import org.jgap.gp.*;
/**
* For testing purposes only.
*
* @author Klaus Meffert
* @since 3.2
*/
public class NodeValidatorForTes
www.eeworm.com/read/283906/4073599
1 pcretest.1
.TH PCRETEST 1
.SH NAME
pcretest - a program for testing Perl-compatible regular expressions.
.SH SYNOPSIS
.B pcretest "[-d] [-i] [-m] [-o osize] [-p] [-t] [source] [destination]"
\fBpcretest\f
www.eeworm.com/read/280962/4121186
py poolload.py
# load test of connection pool
import testenv; testenv.configure_for_tests()
import thread, time
from sqlalchemy import *
import sqlalchemy.pool as pool
from testlib import testing
db = create_engine