代码搜索结果
找到约 10,000 项符合
Test 的代码
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
test.h
// test.h : test 应用程序的主头文件
//
#pragma once
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // 主符号
// CtestApp:
//
test.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
test.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test", "test.vcproj", "{6E7794FA-8436-494E-9255-19876C645E34}"
EndProject
Global
Gl
test.java
/**
* @(#)test.java
*
* test application
*
* @author
* @version 1.00 2009/2/14
*/
import java.awt.*;
public class test {
public static void main(String[] args) {
test.jcp
test
\
classes\
src\