代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/180591/9301836
vbp test.vbp
Type=Exe
Form=Form1.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\stdole2.tlb#OLE Automation
Object={0E54732C-B4D3-4A27-9D18-9C148B92A019}#1.0#0; CloudX.ocx
IconF
www.eeworm.com/read/180591/9301845
exe test.exe
www.eeworm.com/read/376872/9303277
ico test.ico
www.eeworm.com/read/376872/9303286
aps test.aps
www.eeworm.com/read/376872/9303289
h test.h
// test.h : test 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
#endif
#include "resource.h" // 主符号
// CtestApp:
// 有关此类的实现,请参阅 test.cpp
www.eeworm.com/read/376872/9303298
cpp test.cpp
// test.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "test.h"
#include "MainFrm.h"
#include "testDoc.h"
#include "testView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// Cte
www.eeworm.com/read/376872/9303322
rc test.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/180416/9308905