代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/281261/10252909
rc test.rc
//Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
//
www.eeworm.com/read/281261/10252911
opt test.opt
www.eeworm.com/read/281261/10252920
clw test.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CAboutDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Test.h"
www.eeworm.com/read/281261/10252924
ncb test.ncb
www.eeworm.com/read/281261/10252980
dsw test.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/281261/10252984
dsp 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
www.eeworm.com/read/281261/10252986
cpp 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::
www.eeworm.com/read/281261/10252989
plg test.plg
Build Log
--------------------Configuration: Test - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\Temp\RSP5E.tmp" w
www.eeworm.com/read/281261/10252991
opt test.opt
www.eeworm.com/read/281261/10252992