代码搜索结果

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

test.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

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.cpp

#include class Point { public: void output() { init(); } static void init() { x=0; y=0; } private: static int x,y; }; //int Point::x=0; //int Point::

test.plg

Build Log --------------------Configuration: Test - Win32 Debug-------------------- Command Lines Creating temporary file "D:\Temp\RSP5E.tmp" w

test.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################

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) Appl

test.cpp

// Test.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Test.h" #include "MainFrm.h" #include "TestDoc.h" #include "TestView.h" #ifdef _DEBUG #def