代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/364489/2903761

cpp tstscalarivp.cpp

// tstscalarivp.cpp // // Testing Scalar IVP schmes. Output in Excel. // // (C) Datasim Education BV 2003 // #include "ivpsolver.cpp" #include "vector.cpp" #include "arraymechanisms.cpp" #i
www.eeworm.com/read/364489/2903765

cpp minitstscalarivp.cpp

// tstscalarivp.cpp // // Testing Scalar IVP schmes. Output in Excel. // // (C) Datasim Education BV 2003 // #include "ivpsolver.cpp" #include "vector.cpp" #include "arraymechanisms.cpp" #i
www.eeworm.com/read/360437/2961290

ac ac_check_junit.ac

dnl @synopsis AC_CHECK_JUNIT dnl dnl AC_CHECK_JUNIT tests the availability of the Junit testing dnl framework, and set some variables for conditional compilation dnl of the test suite by automake. dnl
www.eeworm.com/read/358128/3004966

test lowercase_table_grant.test

# Don't test with embedded server -- source include/not_embedded.inc # Test of grants when lower_case_table_names is on use mysql; # mixed-case database name for testing create database MYSQLtest;
www.eeworm.com/read/356558/3040558

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/351636/3100427

py itktesting.py

import itkbase import sys import os import stat import itkdata # Put the ITK_TEST_ROOT setting in the global namespace. This # package is only used for testing, so this is okay. ITK_TE
www.eeworm.com/read/351636/3101327

py itktesting.py

import itkbase import sys import os import stat import itkdata # Put the ITK_TEST_ROOT setting in the global namespace. This # package is only used for testing, so this is okay. ITK_TE
www.eeworm.com/read/266483/4272268

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/263726/4299523

notes

# # $XORP: xorp/bgp/harness/NOTES,v 1.2 2004/05/30 01:44:35 atanu Exp $ # # # Example Scripting language for a BGP test harness. # # The testing system is composed of three components: # 1) The BGP
www.eeworm.com/read/263232/4304972

cpp employ2.cpp

/* Employ2.cpp -- Testing operator overloading. */ #include #include #include class CEmployee { public: CEmployee (int ID, char *First, char