• 大小: 1.81MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-03
  • 语言: C/C++
  • 标签: MFC  C++  郝玉鹏  

资源简介

利用MFC开发的小型简单的学籍管理系统 黑龙江大学计算机软件学院数据结构作业 能够实现增删改查

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “chance.h“
#include “chanceDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CChanceApp

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

/////////////////////////////////////////////////////////////////////////////
// CChanceApp construction

CChanceApp::CChanceApp()
{
// TODO: add construction code here

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

     文件      36276  2011-09-13 11:35  chance\chance.aps

     文件       1706  2011-09-13 11:34  chance\chance.clw

     文件       2063  2011-09-13 10:27  chance\chance.cpp

     文件       4159  2011-09-13 10:27  chance\chance.dsp

     文件        537  2011-09-13 10:27  chance\chance.dsw

     文件       1324  2011-09-13 10:27  chance\chance.h

     文件      41984  2011-09-13 11:35  chance\chance.ncb

     文件      48640  2011-09-13 11:35  chance\chance.opt

     文件        690  2011-09-13 11:31  chance\chance.plg

     文件       6218  2011-09-13 11:35  chance\chance.rc

     文件      11589  2011-09-13 11:29  chance\chanceDlg.cpp

     文件       1939  2011-09-13 10:57  chance\chanceDlg.h

     文件     118850  2011-09-13 11:31  chance\Debug\chance.exe

     文件     227900  2011-09-13 11:31  chance\Debug\chance.ilk

     文件      16228  2011-09-13 11:20  chance\Debug\chance.obj

     文件    5498172  2011-09-13 11:20  chance\Debug\chance.pch

     文件     402432  2011-09-13 11:31  chance\Debug\chance.pdb

     文件       3072  2011-09-13 11:31  chance\Debug\chance.res

     文件      58211  2011-09-13 11:31  chance\Debug\chanceDlg.obj

     文件     105579  2011-09-13 11:20  chance\Debug\StdAfx.obj

     文件     197632  2011-09-13 11:31  chance\Debug\vc60.idb

     文件     364544  2011-09-13 11:29  chance\Debug\vc60.pdb

     文件       3579  2011-09-13 10:27  chance\ReadMe.txt

     文件       1078  2011-09-13 10:27  chance\res\chance.ico

     文件        398  2011-09-13 10:27  chance\res\chance.rc2

     文件       1236  2011-09-13 11:22  chance\resource.h

     文件        208  2011-09-13 10:27  chance\StdAfx.cpp

     文件       1054  2011-09-13 10:27  chance\StdAfx.h

     目录          0  2011-09-13 11:31  chance\Debug

     目录          0  2011-09-13 10:27  chance\res

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

评论

共有 条评论