資源簡介
MFC大作業(yè),主題為教學事務管理系統(tǒng),有助于部分學校大學生完成作業(yè)

代碼片段和文件信息
//?Average.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“Teach.h“
#include?“Average.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAverage?dialog
CAverage::CAverage(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAverage::IDD?pParent)
{
//{{AFX_DATA_INIT(CAverage)
m_group?=?-1;
//}}AFX_DATA_INIT
}
void?CAverage::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAverage)
DDX_Radio(pDX?IDC_RADIO1?m_group);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAverage?CDialog)
//{{AFX_MSG_MAP(CAverage)
ON_BN_CLICKED(IDC_RADIO1?OnRadio1)
ON_BN_CLICKED(IDC_RADIO2?OnRadio2)
ON_BN_CLICKED(IDC_RADIO3?OnRadio3)
ON_BN_CLICKED(IDC_RADIO4?OnRadio4)
ON_BN_CLICKED(IDC_RADIO5?OnRadio5)
ON_BN_CLICKED(IDC_RADIO13?OnRadio13)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAverage?message?handlers
void?CAverage::OnRadio1()?
{
//?TODO:?Add?your?control?notification?handler?code?here
m_group=0;
m_class=“高等數(shù)學“;
}
void?CAverage::OnRadio2()?
{
//?TODO:?Add?your?control?notification?handler?code?here
m_group=1;
m_class=“數(shù)學分析“;
}
void?CAverage::OnRadio3()?
{
//?TODO:?Add?your?control?notification?handler?code?here
m_group=2;
m_class=“大學物理“;
}
void?CAverage::OnRadio4()?
{
//?TODO:?Add?your?control?notification?handler?code?here
m_group=3;
m_class=“大學化學“;
}
void?CAverage::OnRadio5()?
{
//?TODO:?Add?your?control?notification?handler?code?here
m_group=4;
m_class=“程序設計“;
}
void?CAverage::OnRadio13()?
{
//?TODO:?Add?your?control?notification?handler?code?here
m_group=5;
m_class=“離散數(shù)學“;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1875??2011-09-03?20:15??教學事務管理系統(tǒng)\Average.cpp
?????文件???????1320??2011-09-03?19:22??教學事務管理系統(tǒng)\Average.h
?????文件???????2628??2011-09-03?18:57??教學事務管理系統(tǒng)\Bujige.cpp
?????文件???????1466??2011-09-03?18:59??教學事務管理系統(tǒng)\Bujige.h
?????文件???????2719??2012-09-04?00:02??教學事務管理系統(tǒng)\ClassGrade.cpp
?????文件???????1510??2012-09-03?23:50??教學事務管理系統(tǒng)\ClassGrade.h
?????文件???????1964??2012-09-03?16:14??教學事務管理系統(tǒng)\ClassSelect.cpp
?????文件???????1364??2012-09-03?16:14??教學事務管理系統(tǒng)\ClassSelect.h
?????文件??????15816??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\Average.obj
?????文件??????18158??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\Bujige.obj
?????文件??????18378??2012-09-04?00:02??教學事務管理系統(tǒng)\Debug\ClassGrade.obj
?????文件??????16370??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\ClassSelect.obj
?????文件??????15657??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\Five.obj
?????文件??????29137??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\InforTable.obj
?????文件??????18429??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\MainFrm.obj
?????文件???????9361??2012-09-07?18:41??教學事務管理系統(tǒng)\Debug\Remove.obj
?????文件??????22435??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\SignUp.obj
?????文件?????105288??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\StdAfx.obj
?????文件??????12508??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\Student.obj
?????文件??????10087??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\StudentGrade.obj
?????文件????2273350??2012-10-12?20:37??教學事務管理系統(tǒng)\Debug\Teach.exe
?????文件????2639544??2012-10-12?20:37??教學事務管理系統(tǒng)\Debug\Teach.ilk
?????文件??????21643??2012-09-04?00:02??教學事務管理系統(tǒng)\Debug\Teach.obj
?????文件????5471252??2012-09-03?22:24??教學事務管理系統(tǒng)\Debug\Teach.pch
?????文件????4244480??2012-10-12?20:37??教學事務管理系統(tǒng)\Debug\Teach.pdb
?????文件??????19040??2012-09-07?18:41??教學事務管理系統(tǒng)\Debug\Teach.res
?????文件??????26304??2012-09-04?00:02??教學事務管理系統(tǒng)\Debug\TeachDoc.obj
?????文件??????74076??2012-10-12?20:37??教學事務管理系統(tǒng)\Debug\TeachView.obj
?????文件?????254976??2012-10-12?20:37??教學事務管理系統(tǒng)\Debug\vc60.idb
?????文件?????372736??2012-10-12?20:37??教學事務管理系統(tǒng)\Debug\vc60.pdb
............此處省略43個文件信息
- 上一篇:公園的導游圖C語言版
- 下一篇:WinPcap數(shù)據(jù)包捕獲程序
評論
共有 條評論