资源简介
飞机飞行源代码(VC6.0),是基于VC6.0编写的。对于新手是很不错的例子。

代码片段和文件信息
// 6_1.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “6_1.h“
#include “MainFrm.h“
#include “6_1Doc.h“
#include “6_1View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy6_1App
BEGIN_MESSAGE_MAP(CMy6_1App CWinApp)
//{{AFX_MSG_MAP(CMy6_1App)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy6_1App construction
CMy6_1App::CMy6_1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy6_1App object
CMy6_1App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy6_1App initialization
BOOL CMy6_1App::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CMy6_1Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy6_1View));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-08-16 23:05 飞机飞行源代码(VC6.0)\
文件 531 2018-07-24 03:14 飞机飞行源代码(VC6.0)\1.dsw
文件 58368 2018-07-24 03:14 飞机飞行源代码(VC6.0)\1.ncb
文件 52736 2018-07-24 03:14 飞机飞行源代码(VC6.0)\1.opt
文件 853200 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.aps
文件 1817 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.clw
文件 4183 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.cpp
文件 5088 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.dsp
文件 1333 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.h
文件 140288 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.ncb
文件 57856 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.opt
文件 1123 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.plg
文件 11148 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1.rc
文件 1716 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1Doc.cpp
文件 1456 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1Doc.h
文件 6584 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1View.cpp
文件 2095 2018-07-24 03:14 飞机飞行源代码(VC6.0)\6_1View.h
目录 0 2018-08-16 23:05 飞机飞行源代码(VC6.0)\Debug\
文件 1105973 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.exe
文件 349660 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.ilk
文件 22696 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.obj
文件 5564220 2018-07-24 03:49 飞机飞行源代码(VC6.0)\Debug\6_1.pch
文件 500736 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.pdb
文件 815624 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1.res
文件 14458 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1Doc.obj
文件 29974 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\6_1View.obj
文件 20804 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\Game.obj
文件 18441 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\MainFrm.obj
文件 105740 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\StdAfx.obj
文件 205824 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\vc60.idb
文件 364544 2018-07-24 03:48 飞机飞行源代码(VC6.0)\Debug\vc60.pdb
............此处省略21个文件信息
- 上一篇:印刷体文字识别VC++源程序及论文
- 下一篇:数据结构C语言源码
相关资源
- 移木块游戏,可以自编自玩,vc6.0编写
- MFC数字钟(基于VC6.0)
- 安科瑞智能电能表MODBUS通讯程序 VC6
- VC6LineNumberAddin.dll
- 用VC6.0实现多边形扫描线填充算法
- VC助手 VC6.0助手
- VC6.0 完整的图像处理程序 运用了大量
- VC6.0经典串口通信源程序C++
- VC6.0MFC界面美化
- 即时通讯开发源码终极版C#.NETC++都有
- VS打开VC6.0所需libcd.lib
- MFC画圆自定义|位置|半径|边界和内部
- 用vc++6.0实现的银行账户管理系统
- vc6.0编程助手Visual_AssistX(含破解补丁
- VC6.0_MFC画图demo小程序源码
- Visual_assist_X_for_VC6.0破解版.rar
- VC开发MFC局域网屏幕监控系统完美版
- VC6.0三维画图画三维球,立方体,矩形
- VC6.0获取MAC地址
- vc6.0+opengl纯色五角星填充
- vc6.0+opengl动态绘制五角星
- VC6.0中缺少VC98\\\\CRT\\\\SRC文件夹的--
- 二叉树 VC6.0 MFC实现 数据结构
- VC++ MFC编写的2048小游戏工程及源代码
- Coons曲面与hermite、bezier、B样条曲线标
- VC6.0的使用工具AddOpen插件、字体/颜色
- 基于C++语言编写的宠物管理系统(V
- MFC VC6.0 简单贪吃蛇
- Opencv+VC6.0实现摄像头视频的监控
- 数字图像处理 MFC bmp格式图片打开与保
评论
共有 条评论