資源簡(jiǎn)介
一個(gè)完整的高校學(xué)生在線考試系統(tǒng),基于mfc庫(kù),有完整的源碼和詳細(xì)的設(shè)計(jì)文檔

代碼片段和文件信息
//?AddSubject.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“ExamOnline.h“
#include?“AddSubject.h“
#include?“TextManage.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAddSubject?dialog
CAddSubject::CAddSubject(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAddSubject::IDD?pParent)
{
//{{AFX_DATA_INIT(CAddSubject)
m_SubjectName?=?_T(““);
//}}AFX_DATA_INIT
}
void?CAddSubject::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAddSubject)
DDX_Text(pDX?IDC_SubjectName?m_SubjectName);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAddSubject?CDialog)
//{{AFX_MSG_MAP(CAddSubject)
ON_BN_CLICKED(IDC_OK_BUTTON?OnOkButton)
ON_BN_CLICKED(IDC_CANCEL_BUTTON?OnCancelButton)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAddSubject?message?handlers
void?CAddSubject::OnOkButton()?
{
CDialog::OnOK();
}
void?CAddSubject::OnOK()
{
OnOkButton();
}
void?CAddSubject::OnCancelButton()?
{
CDialog::OnCancel();
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????49664??2008-02-28?17:46??學(xué)生考試系統(tǒng)\readme.doc
?????文件???????1228??2007-12-05?00:12??學(xué)生考試系統(tǒng)\源程序\AddSubject.cpp
?????文件???????1250??2007-12-04?23:48??學(xué)生考試系統(tǒng)\源程序\AddSubject.h
?????文件???????2787??2007-12-05?00:27??學(xué)生考試系統(tǒng)\源程序\AddTest.cpp
?????文件???????1417??2007-12-05?00:23??學(xué)生考試系統(tǒng)\源程序\AddTest.h
?????文件???????1513??2008-02-27?00:16??學(xué)生考試系統(tǒng)\源程序\ADOConn.cpp
?????文件????????784??2007-12-02?21:20??學(xué)生考試系統(tǒng)\源程序\ADOConn.h
?????文件???????2619??2007-12-04?23:28??學(xué)生考試系統(tǒng)\源程序\Back.cpp
?????文件???????1374??2007-11-26?23:29??學(xué)生考試系統(tǒng)\源程序\Back.h
?????文件???????1926??2007-11-26?21:58??學(xué)生考試系統(tǒng)\源程序\Copy.cpp
?????文件???????1212??2007-11-26?21:50??學(xué)生考試系統(tǒng)\源程序\Copy.h
?????文件??????18043??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\AddSubject.obj
?????文件??????????0??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\AddSubject.sbr
?????文件??????54575??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\AddTest.obj
?????文件??????????0??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\AddTest.sbr
?????文件??????70175??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ADOConn.obj
?????文件??????????0??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ADOConn.sbr
?????文件??????20703??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\Back.obj
?????文件??????????0??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\Back.sbr
?????文件??????23459??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\Copy.obj
?????文件??????????0??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\Copy.sbr
?????文件??????52610??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ExamInfo.obj
?????文件??????????0??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ExamInfo.sbr
?????文件????3720192??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ExamOnline.bsc
?????文件?????233562??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ExamOnline.exe
?????文件?????495948??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ExamOnline.ilk
?????文件?????823296??2008-02-28?22:45??學(xué)生考試系統(tǒng)\源程序\Debug\ExamOnline.mdb
?????文件??????48505??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ExamOnline.obj
?????文件????6877840??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ExamOnline.pch
?????文件?????623616??2008-02-27?16:49??學(xué)生考試系統(tǒng)\源程序\Debug\ExamOnline.pdb
............此處省略77個(gè)文件信息
評(píng)論
共有 條評(píng)論