资源简介
利用Visual C++编写的细胞识别统计系统,可以识别细胞并统计出细胞的个数,是很好的学习源代码。
代码片段和文件信息
// 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;
}
/////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-02-07 16:41 细胞识别统计系统\
文件 1327158 2003-04-24 21:48 细胞识别统计系统\Blood.bmp
文件 37288 2015-01-20 15:26 细胞识别统计系统\Cell.aps
文件 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
文件 55070720 2015-01-20 15:35 细胞识别统计系统\Cell.sdf
文件 874 2015-01-20 15:35 细胞识别统计系统\Cell.sln
文件 12800 2015-01-20 15:35 细胞识别统计系统\Cell.suo
文件 8364 2015-01-20 15:25 细胞识别统计系统\Cell.vcxproj
文件 3209 2015-01-20 15:25 细胞识别统计系统\Cell.vcxproj.filters
文件 143 2015-01-20 15:25 细胞识别统计系统\Cell.vcxproj.user
文件 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
目录 0 2015-02-07 16:40 细胞识别统计系统\Debug\
文件 45542 2015-01-20 15:26 细胞识别统计系统\Debug\CL.read.1.tlog
文件 3394 2015-01-20 15:26 细胞识别统计系统\Debug\CL.write.1.tlog
文件 71 2015-01-20 15:26 细胞识别统计系统\Debug\Cell.lastbuildstate
文件 13419 2015-01-20 15:26 细胞识别统计系统\Debug\Cell.log
文件 54645 2015-01-20 15:26 细胞识别统计系统\Debug\Cell.obj
文件 24576000 2015-01-20 15:26 细胞识别统计系统\Debug\Cell.pch
............此处省略48个文件信息
- 上一篇:VS2012编写的简单计算器
- 下一篇:MFC两进程间内存共享源码
相关资源
- devc++ 64位最新版本
- VC++基于socket传输文件服务端和客户端
- VC++6.0 WIN7 32位版
- USB HID STM32 开发资料全集
- vc++和sqlserver.rar
- 精通Visual C++图像处理编程第3版_周长
- Devc++ 5.11
- VC++ 深入详解
- VC++中为PIC空间添加滚动条显示大图片
- VC++6.0中文安装版
- VC++实现在线实时音频通信
- VC6.0直接可执行源码(音乐播放器,记
- 基于MFC编程的冒泡排序动态演示
- 基于MFC的画直线,矩形,椭圆改变线
- vc++直接控制excel程序打开
- MFC项目开发85个
- [VC.编程技术与难点剖析].辛长安.扫描
- 类似QQ的聊天程序 的客户端 + 服务器
- 计算器 3.0 源码 vs2008 MFC vc++
- VC++通讯录系统VC++源代码程序
- VC++面向对象与可视化程序设计黄维通
- 基于UDP的Socket 通信源码VC++ 2010 MFC
- 基于VLC的MFC播放器 完整版
- 疲劳检测vc++和opencv编程源代码
- VC++写的小游戏-雷电
- 医院管理系统_VC++源码
- 完整串口通信程序Vc++源代码
- 明日科技C++从入门到精通(第3版)随
- VC++6.0_win10兼容_番茄助手
- vc++-MFC画圆
评论
共有 条评论