資源簡介
完整的細(xì)胞檢測技術(shù)系統(tǒng),有學(xué)習(xí)視頻和完整代碼,很好用

代碼片段和文件信息
//?CellDoc.cpp?:?implementation?of?the?CCellDoc?class
//
#include?“stdafx.h“
#include?“細(xì)胞檢測與計(jì)數(shù)系統(tǒng).h“
#include?“CellDoc.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCellDoc
IMPLEMENT_DYNCREATE(CCellDoc?CDocument)
BEGIN_MESSAGE_MAP(CCellDoc?CDocument)
//{{AFX_MSG_MAP(CCellDoc)
//?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
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CCellDoc?construction/destruction
CCellDoc::CCellDoc()
{
//?TODO:?add?one-time?construction?code?here
}
CCellDoc::~CCellDoc()
{
}
BOOL?CCellDoc::OnNewDocument()
{
if?(!CDocument::OnNewDocument())
return?FALSE;
//?TODO:?add?reinitialization?code?here
//?(SDI?documents?will?reuse?this?document)
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CCellDoc?serialization
void?CCellDoc::Serialize(CArchive&?ar)
{
if?(ar.IsStoring())
{
//?TODO:?add?storing?code?here
}
else
{
//?TODO:?add?loading?code?here
}
}
/////////////////////////////////////////////////////////////////////////////
//?CCellDoc?diagnostics
#ifdef?_DEBUG
void?CCellDoc::AssertValid()?const
{
CDocument::AssertValid();
}
void?CCellDoc::Dump(CDumpContext&?dc)?const
{
CDocument::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CCellDoc?commands
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-17?16:38??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\
?????目錄???????????0??2018-03-17?16:38??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\Images\
?????文件?????1327158??2018-03-17?16:38??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\Images\blood.bmp
?????目錄???????????0??2018-03-17?16:38??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\可執(zhí)行文件\
?????文件???????72704??2018-03-17?16:38??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\可執(zhí)行文件\細(xì)胞檢測與計(jì)數(shù)系統(tǒng).exe
?????目錄???????????0??2018-03-17?16:38??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\
?????目錄???????????0??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\
?????文件????????1716??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\CellDoc.cpp
?????文件????????1453??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\CellDoc.h
?????文件???????63188??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\CellView.cpp
?????文件????????3644??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\CellView.h
?????文件????????2630??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\MainFrm.cpp
?????文件????????1581??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\MainFrm.h
?????文件????????1049??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\Pre.cpp
?????文件????????1131??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\Pre.h
?????文件????????1530??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\RTH.cpp
?????文件?????????374??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\RTH.h
?????文件????????5132??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\ReadMe.txt
?????文件????????2459??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\Resource.h
?????文件????????3324??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\ThrHsi.cpp
?????文件????????1277??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\ThrHsi.h
?????目錄???????????0??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\res\
?????文件?????????394??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\res\My.rc2
?????文件????????1078??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\res\Toolbar.bmp
?????文件????????1078??2018-03-17?16:42??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\res\細(xì)胞檢測與計(jì)數(shù)系統(tǒng).ico
?????文件?????????206??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\stdafx.cpp
?????文件????????1056??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\stdafx.h
?????文件????????1432??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\targetver.h
?????文件???????51260??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\細(xì)胞檢測與計(jì)數(shù)系統(tǒng).aps
?????文件????????4201??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\細(xì)胞檢測與計(jì)數(shù)系統(tǒng).cpp
?????文件????????1567??2018-03-17?16:41??09_細(xì)胞檢測與計(jì)數(shù)系統(tǒng)(\源碼\細(xì)胞檢測與計(jì)數(shù)系統(tǒng)\細(xì)胞檢測與計(jì)數(shù)系統(tǒng).h
............此處省略3個(gè)文件信息
評論
共有 條評論