代码搜索结果

找到约 216,410 项符合 Test 的代码

test.h

#ifndef CPPUNIT_TEST_H #define CPPUNIT_TEST_H #include #include CPPUNIT_NS_BEGIN class TestResult; class TestPath; /*! \brief Base class for all test

test.java~1~

package test; /** * Title: ZEngHelper * * Description: Z英汉词典 * * Copyright: Zcw Copyright (c) 2004 * * Company: www.zblog.org Z动力 * * @author 朱传伟-ZCW

test.dpr

program test; uses Forms, Unit_test in 'Unit_test.pas' {Form1}; {$R *.RES} begin Application.Initialize; Application.CreateForm(TForm1, Form1); Application.Run; end.

test.dsp

# Microsoft Developer Studio Project File - Name="test" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Cons

test.lnp

".\Os_core.obj", ".\Os_q.obj", ".\Os_sem.obj", "ext1.obj", "VIIC_C51.obj", "ZLG7290.obj", ".\Os_cpu_c.obj", ".\Os_cpu_a.obj" TO "test" PRINT("E:\temp\test.m51") RAMSIZE(256)

test.cpp

// test.cpp,v 4.10 2003/11/01 11:15:22 dhinton Exp // Tests the generated perfect hash function. // The -v option prints diagnostics as to whether a word is in the set // or not. Without -v th

test.idl

// // Test.idl,v 1.1 2002/06/25 19:31:54 mayur Exp // /// A simple module to avoid namespace pollution module Test { /// Use a timestamp to measure the roundtrip delay typedef unsigned lo

test.idl

// // test.idl,v 1.2 2001/04/24 08:02:41 coryan Exp // interface test { void method (in unsigned long request_number, out unsigned long reply_number); void shutdown ();

test.idl

// // test.idl,v 1.2 2001/04/24 19:49:42 coryan Exp // interface test { oneway void method (in unsigned long request_number); void shutdown (); };

test.idl

// test.idl,v 1.2 2001/04/10 02:20:09 parsons Exp //=============================================================================== // // = FILENAME // test.idl // //========================