代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/492844/1170790

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 f
www.eeworm.com/read/492060/1182612

js tests.js

//This file is the command-line entry point for running the tests in //Rhino and Spidermonkey. /*===== dojo.tests = { // summary: D.O.H. Test files for Dojo unit testing. }; =====*/ load("dojo.js")
www.eeworm.com/read/487305/1237665

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/485769/1258925

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 f
www.eeworm.com/read/485769/1258981

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 f
www.eeworm.com/read/485769/1259065

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 f
www.eeworm.com/read/481865/1292545

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/481713/1293586

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/479931/1325582

in makefile.in

# Makefile for regression testing the m32r simulator. # Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc. # This file is part of GDB. # This program is free software; you can redistribut
www.eeworm.com/read/479931/1328230

c overlays.c

/* Support program for testing gdb's ability to debug overlays in the inferior. */ #include "ovlymgr.h" extern int foo PARAMS((int)); extern int bar PARAMS((int)); extern int baz PARAMS((int));