代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/327324/13086240

c timetst.c

/* Testing timestart and timestop Sec. 1.7.2 Copyright 2003 by Marc J. Rochkind. All rights reserved. May be copied only for purposes and under conditions described on the Web page www.basepath.
www.eeworm.com/read/140309/13088686

c prime.c

/* PRIME.C - primality-testing routines Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as for RSAR
www.eeworm.com/read/140309/13088860

c prime.c

/* PRIME.C - primality-testing routines Copyright (c) J.S.A.Kapp 1994 - 1996. RSAEURO - RSA Library compatible with RSAREF(tm) 2.0. All functions prototypes are the Same as f
www.eeworm.com/read/138758/13217494

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/240028/13239862

cpp ensure_not.cpp

#include namespace tut { /** * Testing ensure() method. */ struct ensure_not_test { }; typedef test_group tf; typedef tf::object object; tf ensu
www.eeworm.com/read/137160/13341800

m gendat.m

%GENDAT Random generation of datasets for training and testing % % [A,B,IA,IB] = GENDAT(X,N) % [A,B,IA,IB] = GENDAT(X) % [A,B,IA,IB] = GENDAT(X,ALF) % % INPUT % X Dataset % N,ALF Number
www.eeworm.com/read/323119/13354043

test timezone_grant.test

# Embedded server testing does not support grants -- source include/not_embedded.inc # # Test for bug #6116 "SET time_zone := ... requires access to mysql.time_zone # tables". We should allow implici
www.eeworm.com/read/323119/13354114

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/136879/13356018

cpp fig20_20.cpp

// Fig. 20.20: fig20_20.cpp // Testing Standard Library class set #include #include #include using namespace std; int main() { typedef set< double, less< do
www.eeworm.com/read/136879/13356033

cpp fig20_21.cpp

// Fig. 20.21: fig20_21.cpp // Testing Standard Library class multimap #include #include using namespace std; int main() { typedef multimap< int, double, less< int > > m