代码搜索:Testing

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

代码结果 10,000
www.eeworm.com/read/111394/15513875

tst

#!/bin/sh # This is a short-cut to execute tests on the parser. # ./conf/torture_msgs{,2} contain various kind of messages. echo "==" echo "== Testing the parser contained in libosip." echo "== You
www.eeworm.com/read/107624/15604517

h mi2f.h

main() { NCScalc120 calculator; cout
www.eeworm.com/read/105882/15656296

sl array.sl

_debug_info = 1; () = evalfile ("inc.sl"); print ("Testing array functions ..."); static variable A = [0:23]; static variable B = transpose(A); static variable dims; (dims,,) = array_info (B); if
www.eeworm.com/read/105882/15656307

sl selfload.sl

% This is also a good test to perform leak checking on. _debug_info = 1; () = evalfile ("inc.sl"); print ("Testing recursive function modifications ..."); variable X = ""; variable V1 = "define cra
www.eeworm.com/read/104466/15691489

c videogen.c

/* * Generates a synthetic YUV video sequence suitable for codec testing. * NOTE: no floats are used to guaranty a bit exact output. */ #include #include #define SCALEBITS 8 #
www.eeworm.com/read/103037/15748611

asm memtest.asm

page 75,132 %title "Object Oriented Memory Management System - TASM 3.0" %subttl "Testing/Benchmark module" ; Copyright (c) 1991 By Borland International, Inc. ifndef MDL display "Error: Th
www.eeworm.com/read/103011/15749367

java dummybutton.java

package piytest.dummy.dummy2; import piy.UserComponent; import javax.swing.JButton; /** * Represents a button object - not used by PIY, only used for testing purposes. * @author David Vivash
www.eeworm.com/read/192096/8406112

htm ch05_03.htm

Recipe 5.2. Testing for the Presence of a Key in a Hash (Perl Cookbook)
www.eeworm.com/read/191613/8425818

cpp exe25.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example E.25 on page 379 // Testing the make_heap() algorithm #include #include
www.eeworm.com/read/191613/8425937

cpp exe61.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example E.61 on page 393 // Testing the sort_heap() algorithm #include #include