• 大小: 1.32MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-12
  • 语言: 其他
  • 标签: 细胞  识别  

资源简介

细胞识别统计系统,可以识别血液中的红细胞,与统计信息

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Cell.h“

#include “MainFrm.h“
#include “CellDoc.h“
#include “CellView.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCellApp

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

/////////////////////////////////////////////////////////////////////////////
// CCellApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCellApp object

CCellApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCellApp initialization

BOOL CCellApp::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(CCellDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CCellView));
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))
return FALSE;

// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();

return TRUE;
}


/////////////////////////

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

     文件    1327158  2003-04-24 21:48  细胞识别统计系统\Blood.bmp

     文件      52800  2003-04-24 21:48  细胞识别统计系统\Cell.aps

     文件     263222  2003-04-24 21:48  细胞识别统计系统\cell.bmp

     文件       6638  2003-04-24 21:48  细胞识别统计系统\Cell.clw

     文件       4173  2003-04-24 21:48  细胞识别统计系统\Cell.cpp

     文件       5014  2003-08-01 15:01  细胞识别统计系统\Cell.dsp

     文件        533  2003-04-24 21:48  细胞识别统计系统\Cell.dsw

     文件      81920  2003-04-24 21:48  细胞识别统计系统\Cell.exe

     文件       1573  2003-04-24 21:48  细胞识别统计系统\Cell.h

     文件     181248  2004-01-16 23:59  细胞识别统计系统\Cell.ncb

     文件      69632  2004-01-16 23:59  细胞识别统计系统\Cell.opt

     文件       4018  2004-01-16 23:59  细胞识别统计系统\Cell.plg

     文件      20105  2003-04-24 21:48  细胞识别统计系统\Cell.rc

     文件       1702  2003-04-24 21:48  细胞识别统计系统\CellDoc.cpp

     文件       1453  2003-04-24 21:48  细胞识别统计系统\CellDoc.h

     文件      65759  2003-04-24 21:48  细胞识别统计系统\CellView.cpp

     文件       3758  2003-08-01 15:00  细胞识别统计系统\CellView.h

     文件     225280  2003-04-24 21:48  细胞识别统计系统\Cell_debug.exe

     文件      11318  2003-04-24 21:48  细胞识别统计系统\HistogramDlg.cpp

     文件       1947  2003-04-24 21:48  细胞识别统计系统\HistogramDlg.h

     文件       2008  2003-04-24 21:48  细胞识别统计系统\HSI.cpp

     文件        628  2003-04-24 21:48  细胞识别统计系统\HSI.h

     文件       3306  2003-04-24 21:48  细胞识别统计系统\HSIDlg.cpp

     文件       1280  2003-04-24 21:49  细胞识别统计系统\HSIDlg.h

     文件       2505  2003-04-24 21:49  细胞识别统计系统\MainFrm.cpp

     文件       1581  2003-04-24 21:49  细胞识别统计系统\MainFrm.h

     文件       4263  2003-04-24 21:49  细胞识别统计系统\ReadMe.txt

     文件       1078  2003-04-24 21:47  细胞识别统计系统\res\Cell.ico

     文件        396  2003-04-24 21:47  细胞识别统计系统\res\Cell.rc2

     文件       1078  2003-04-24 21:47  细胞识别统计系统\res\CellDoc.ico

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

评论

共有 条评论