数据结构—课程设计家谱树管理系统


这个是用MFC做的,有关数据结构—课程设计——家谱树管理系统的程序和代码
资源截图
代码片段和文件信息
// 0807020218张朝政(家谱信息管理系统).cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “0807020218张朝政(家谱信息管理系统).h“
#include “FamilytreeDlg.h“
#include “MainFrm.h“
#include “0807020218张朝政(家谱信息管理系统)Doc.h“
#include “0807020218张朝政(家谱信息管理系统)View.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMy0807020218App

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

/////////////////////////////////////////////////////////////////////////////
// CMy0807020218App construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMy0807020218App object

CMy0807020218App theApp;

/////////////////////////////////////////////////////////////////////////////
// CMy0807020218App initialization

/*BOOL CMy0807020218App::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(CMy0807020218Doc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CMy0807020218View));
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))
retur

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

     文件      10115  2010-06-28 11:50  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统).clw

     文件        580  2010-06-22 07:54  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统).dsw

     文件       1496  2010-06-23 08:38  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统).h

     文件    1041408  2010-06-28 11:50  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统).ncb

     文件        306  2010-06-28 11:50  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统).plg

     文件       1934  2010-06-22 07:54  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统)Doc.cpp

     文件       1559  2010-06-22 07:54  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统)Doc.h

     文件       3398  2010-06-23 14:57  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统)View.cpp

     文件         74  2010-06-24 09:11  0807020218张朝政(家谱信息管理系统)——最终定稿11

     文件       2537  2010-06-22 07:54  0807020218张朝政(家谱信息管理系统)——最终定稿MainFrm.cpp

     文件       1581  2010-06-22 07:54  0807020218张朝政(家谱信息管理系统)——最终定稿MainFrm.h

     文件       4863  2010-06-22 07:54  0807020218张朝政(家谱信息管理系统)——最终定稿ReadMe.txt

     文件        238  2010-06-22 07:54  0807020218张朝政(家谱信息管理系统)——最终定稿StdAfx.cpp

     文件       1054  2010-06-22 07:54  0807020218张朝政(家谱信息管理系统)——最终定稿StdAfx.h

     文件      23146  2010-06-27 16:34  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统).rc

     文件         47  2010-06-24 18:07  0807020218张朝政(家谱信息管理系统)——最终定稿a

     文件      14452  2010-06-23 08:24  0807020218张朝政(家谱信息管理系统)——最终定稿OperationFamilytree.cpp

     文件         80  2010-06-24 18:07  0807020218张朝政(家谱信息管理系统)——最终定稿aaa

     文件        355  2010-06-24 13:18  0807020218张朝政(家谱信息管理系统)——最终定稿zcz

     文件         49  2010-06-24 17:53  0807020218张朝政(家谱信息管理系统)——最终定稿qq

     文件    2452396  2010-06-28 08:52  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统).aps

     文件         66  2010-06-25 15:02  0807020218张朝政(家谱信息管理系统)——最终定稿1

     文件      51712  2010-06-28 11:50  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统).opt

     文件       4091  2010-06-24 09:05  0807020218张朝政(家谱信息管理系统)——最终定稿AddInfoDlg.cpp

     文件       4356  2002-06-21 14:16  0807020218张朝政(家谱信息管理系统)——最终定稿OperationFamilytree.h

     文件      34210  2010-06-27 12:41  0807020218张朝政(家谱信息管理系统)——最终定稿FamilytreeDlg.cpp

     文件       1926  2010-06-23 14:23  0807020218张朝政(家谱信息管理系统)——最终定稿807020218张朝政(家谱信息管理系统)View.h

     文件       1577  2010-06-23 14:50  0807020218张朝政(家谱信息管理系统)——最终定稿AddInfoDlg.h

     文件       1250  2010-06-23 20:28  0807020218张朝政(家谱信息管理系统)——最终定稿BirthdayDlg.h

     文件       1780  2010-06-23 20:29  0807020218张朝政(家谱信息管理系统)——最终定稿BirthdayDlg.cpp

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

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)