• 大小: 1.6MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-09-21
  • 语言: C/C++
  • 标签: MFC  

资源简介

我的其他资源都是免费的,是对于c语言初学者的帮助比较大的,其中有单片机,ARM,数据结构,window编程,MFC编程,cocos2dx,unity3d自己编写的小游戏。

资源截图

代码片段和文件信息

// RenameMFile.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “RenameMFile.h“
#include “RenameMFileDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CRenameMFileApp

BEGIN_MESSAGE_MAP(CRenameMFileApp CWinApp)
//{{AFX_MSG_MAP(CRenameMFileApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CRenameMFileApp construction

CRenameMFileApp::CRenameMFileApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CRenameMFileApp object

CRenameMFileApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CRenameMFileApp initialization

BOOL CRenameMFileApp::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

CRenameMFileDlg 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件     245109  2014-12-29 14:44  批量重命名文件2014-12-28\MFC批量修改文件名设计报告.doc

     文件      60928  2014-12-29 14:44  批量重命名文件2014-12-28\MFC批量重命名文件.vsd

     文件      32768  2014-12-29 14:37  批量重命名文件2014-12-28\Release\RenameMFile.exe

     文件       9482  2014-12-28 21:47  批量重命名文件2014-12-28\Release\RenameMFile.obj

     文件    5693292  2014-12-28 21:47  批量重命名文件2014-12-28\Release\RenameMFile.pch

     文件       9120  2014-12-28 21:47  批量重命名文件2014-12-28\Release\RenameMFile.res

     文件      24195  2014-12-29 14:37  批量重命名文件2014-12-28\Release\RenameMFileDlg.obj

     文件        768  2014-12-28 21:47  批量重命名文件2014-12-28\Release\StdAfx.obj

     文件      50176  2014-12-29 14:48  批量重命名文件2014-12-28\Release\vc60.idb

     文件      27772  2014-12-28 23:29  批量重命名文件2014-12-28\RenameMFile.aps

     文件       1325  2014-12-29 14:49  批量重命名文件2014-12-28\RenameMFile.clw

     文件       2133  2007-05-08 08:48  批量重命名文件2014-12-28\RenameMFile.cpp

     文件       4249  2007-05-08 08:48  批量重命名文件2014-12-28\RenameMFile.dsp

     文件        547  2007-05-08 08:48  批量重命名文件2014-12-28\RenameMFile.dsw

     文件       1379  2007-05-08 08:48  批量重命名文件2014-12-28\RenameMFile.h

     文件      58368  2014-12-29 14:49  批量重命名文件2014-12-28\RenameMFile.ncb

     文件      54784  2014-12-29 14:49  批量重命名文件2014-12-28\RenameMFile.opt

     文件       1015  2014-12-29 14:37  批量重命名文件2014-12-28\RenameMFile.plg

     文件       5622  2014-12-28 21:46  批量重命名文件2014-12-28\RenameMFile.rc

     文件       7775  2014-12-29 14:37  批量重命名文件2014-12-28\RenameMFileDlg.cpp

     文件       1556  2014-12-28 21:39  批量重命名文件2014-12-28\RenameMFileDlg.h

     文件       7398  2014-12-28 21:44  批量重命名文件2014-12-28\res\RenameMFile.ico

     文件        403  2007-05-08 08:48  批量重命名文件2014-12-28\res\RenameMFile.rc2

     文件        873  2014-12-28 21:39  批量重命名文件2014-12-28\resource.h

     文件        213  2007-05-08 08:48  批量重命名文件2014-12-28\StdAfx.cpp

     文件       1054  2007-05-08 08:48  批量重命名文件2014-12-28\StdAfx.h

     文件         62  2007-05-08 08:48  批量重命名文件2014-12-28\程序使用说明.txt

     目录          0  2014-12-28 21:47  批量重命名文件2014-12-28\Release

     目录          0  2014-12-28 21:44  批量重命名文件2014-12-28\res

     目录          0  2014-12-29 14:49  批量重命名文件2014-12-28

............此处省略3个文件信息

评论

共有 条评论