资源简介
MFC 电子词典 模糊搜索 英译汉 快速检索
代码片段和文件信息
// MyPowerWord.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “MyPowerWord.h“
#include “MyPowerWordDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMyPowerWordApp
BEGIN_MESSAGE_MAP(CMyPowerWordApp CWinApp)
//{{AFX_MSG_MAP(CMyPowerWordApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMyPowerWordApp construction
CMyPowerWordApp::CMyPowerWordApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMyPowerWordApp object
CMyPowerWordApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMyPowerWordApp initialization
BOOL CMyPowerWordApp::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
CMyPowerWordDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3130368 2008-07-06 19:28 MyPowerWord_onway\Debug\MyPowerWord.bsc
文件 114781 2008-07-06 19:27 MyPowerWord_onway\Debug\MyPowerWord.exe
文件 227876 2008-07-06 19:27 MyPowerWord_onway\Debug\MyPowerWord.ilk
文件 14289 2008-07-06 19:27 MyPowerWord_onway\Debug\MyPowerWord.obj
文件 295936 2008-07-06 19:27 MyPowerWord_onway\Debug\MyPowerWord.pdb
文件 2780 2008-07-06 19:27 MyPowerWord_onway\Debug\MyPowerWord.res
文件 0 2008-07-06 19:27 MyPowerWord_onway\Debug\MyPowerWord.sbr
文件 46295 2008-07-06 19:27 MyPowerWord_onway\Debug\MyPowerWordDlg.obj
文件 0 2008-07-06 19:27 MyPowerWord_onway\Debug\MyPowerWordDlg.sbr
文件 105914 2008-07-06 19:27 MyPowerWord_onway\Debug\StdAfx.obj
文件 1375074 2008-07-06 19:27 MyPowerWord_onway\Debug\StdAfx.sbr
文件 205824 2008-07-06 19:28 MyPowerWord_onway\Debug\vc60.idb
文件 364544 2008-07-06 19:27 MyPowerWord_onway\Debug\vc60.pdb
文件 21336 2008-07-06 19:26 MyPowerWord_onway\MyPowerWord.aps
文件 1300 2008-07-06 19:37 MyPowerWord_onway\MyPowerWord.clw
文件 2133 2008-07-01 08:09 MyPowerWord_onway\MyPowerWord.cpp
文件 4250 2008-07-01 12:51 MyPowerWord_onway\MyPowerWord.dsp
文件 545 2008-07-01 08:09 MyPowerWord_onway\MyPowerWord.dsw
文件 1379 2008-07-01 08:09 MyPowerWord_onway\MyPowerWord.h
文件 140288 2008-07-06 19:37 MyPowerWord_onway\MyPowerWord.ncb
文件 50688 2008-07-06 19:37 MyPowerWord_onway\MyPowerWord.opt
文件 458 2008-07-06 19:28 MyPowerWord_onway\MyPowerWord.plg
文件 5852 2008-07-05 18:04 MyPowerWord_onway\MyPowerWord.rc
文件 11196 2008-07-06 19:27 MyPowerWord_onway\MyPowerWordDlg.cpp
文件 1611 2008-07-05 17:57 MyPowerWord_onway\MyPowerWordDlg.h
文件 3669 2008-07-01 08:09 MyPowerWord_onway\ReadMe.txt
文件 9482 2008-07-06 19:26 MyPowerWord_onway\Release\MyPowerWord.obj
文件 2780 2008-07-06 19:26 MyPowerWord_onway\Release\MyPowerWord.res
文件 786 2008-07-06 19:26 MyPowerWord_onway\Release\StdAfx.obj
文件 50176 2008-07-06 19:27 MyPowerWord_onway\Release\vc60.idb
............此处省略15个文件信息
相关资源
- C++快速入门.doc
- FFT(快速傅里叶变换)C++源程序
- 用C语言实现成绩表的快速排序程序设
- FFTW3.0快速傅立叶变换库
- C#游戏开发快速入门
- STM8最全C
- c语言快速入门简单概要
- C++ 快速解析大容量Excel文件 使用破解
- 一个C编写的快速DCT程序
- MFC平台下的电子词典
- fftw-3.3.7快速傅里叶变换计算库
- C++结合Qt库编写的背单词软件源代码
- MFC快速实现对话框等比例的放大缩小
- C++ 快速设置注册表键值字符串数据
- c语言函数快速入门
- 算法设计实验报告-快速排序和归并排
- 快速傅里叶变换的详细源代码C++
- 七种排序算法包括直接插入排序,折
- c语言排序算法插入,起泡,快速,选
- 使用双向链表实现快速排序,C语言
- 数据结构c语言版快速排序实验报告
- 各种排序效率比较程序冒泡,选择,
- 排序算法综合:有直接插入排序,希
- 快速傅里叶变换_C语言代码
- C语言实现英汉、汉英词典功能
-
可以快速批量生成HTML/xm
l/WORD文档 - 北邮数值与符号计算实验 快速傅里叶
- MFC 快速导出数据至ExcelSaveToExcel组件
- 快速Hartley变换C++实现
- teeChart快速画图mfcvs2010
评论
共有 条评论