代码搜索结果

找到约 10,000 项符合 Test 的代码

test.cpp

// Test.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Test.h" #include "TestDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static cha

test.h

// Test.h : main header file for the TEST application // #if !defined(AFX_TEST_H__E495280F_0861_4BD1_927B_5127B0C95FD4__INCLUDED_) #define AFX_TEST_H__E495280F_0861_4BD1_927B_5127B0C95FD4__INCLUD

test.plg

Build Log --------------------Configuration: VKeyFdo - Win32 Release-------------------- Command Lines Creating temporary file "C:\DOCUME~1\xia

test.dep

# Microsoft Developer Studio Generated Dependency File, included by Test.mak .\StdAfx.cpp : \ ".\StdAfx.h"\ "c:\program files\microsoft sdk\include\basetsd.h"\ "c:\program files\microsoft sdk

test.mak

# Microsoft Developer Studio Generated NMAKE File, Based on Test.dsp !IF "$(CFG)" == "" CFG=Test - Win32 Debug !MESSAGE No configuration specified. Defaulting to Test - Win32 Debug. !ENDIF !IF

test.rc

//Microsoft Developer Studio generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS /////////////////////////////////////////////////////////////////////////////

test.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CTestDlg LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "test.h"

test.java

/** * B+ Tree Test Method. * * @category Architecture of DBMS WS 06/07 - Assignment * @author DBIS, University of Konstanz */ public final class Test { /** Random instance with initial

test.cpp

#include "zfstream.h" int main() { // Construct a stream object with this filebuffer. Anything sent // to this stream will go to standard out. gzofstream os( 1, ios::out ); // Th