• 大小: 2.37MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-11
  • 语言: C/C++
  • 标签: MFC  DICOM  BMP  

资源简介

一个用MFC制作的把DICOM图像转换成BMP图像的程序,希望对研究DICOM方面的朋友有所帮助!

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DicomBMP.h“
#include “DicomBMPDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDicomBMPApp

BEGIN_MESSAGE_MAP(CDicomBMPApp CWinApp)
//{{AFX_MSG_MAP(CDicomBMPApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CDicomBMPApp construction

CDicomBMPApp::CDicomBMPApp()
{
// TODO: add construc

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

     目录          0  2010-03-13 22:48  DicomBMP

     目录          0  2010-01-05 22:07  DicomBMP\Debug

     文件     114688  2010-03-10 11:44  DicomBMP\Debug\DicomBMP.exe

     文件     223088  2010-01-05 08:48  DicomBMP\Debug\DicomBMP.ilk

     文件      14269  2010-01-05 08:48  DicomBMP\Debug\DicomBMP.obj

     文件    5502316  2010-01-05 08:48  DicomBMP\Debug\DicomBMP.pch

     文件     295936  2010-01-05 08:48  DicomBMP\Debug\DicomBMP.pdb

     文件       2708  2010-01-05 08:48  DicomBMP\Debug\DicomBMP.res

     文件      55950  2010-01-05 08:48  DicomBMP\Debug\DicomBMPDlg.obj

     文件     105767  2010-01-05 08:48  DicomBMP\Debug\StdAfx.obj

     文件     205824  2010-03-13 22:48  DicomBMP\Debug\vc60.idb

     文件     364544  2010-01-05 08:48  DicomBMP\Debug\vc60.pdb

     文件      21152  2010-01-05 08:48  DicomBMP\DicomBMP.aps

     文件       1268  2010-03-13 22:48  DicomBMP\DicomBMP.clw

     文件       2091  2005-04-20 13:38  DicomBMP\DicomBMP.cpp

     文件       4195  2005-04-20 13:38  DicomBMP\DicomBMP.dsp

     文件        541  2005-04-20 13:38  DicomBMP\DicomBMP.dsw

     文件       1346  2005-04-20 13:38  DicomBMP\DicomBMP.h

     文件      50176  2010-03-13 22:48  DicomBMP\DicomBMP.ncb

     文件      49664  2010-03-13 22:48  DicomBMP\DicomBMP.opt

     文件        250  2010-03-13 22:48  DicomBMP\DicomBMP.plg

     文件       5553  2005-04-20 14:59  DicomBMP\DicomBMP.rc

     文件      23032  2005-04-20 14:38  DicomBMP\DicomBMPDlg.cpp

     文件       2511  2005-04-20 14:31  DicomBMP\DicomBMPDlg.h

     目录          0  2010-01-05 22:07  DicomBMP\dicom文件

     文件     526460  2004-08-10 09:17  DicomBMP\dicom文件\HL1Aj.dcm

     文件     526460  2004-08-10 09:18  DicomBMP\dicom文件\HL1Ak.dcm

     文件     526460  2004-08-10 09:19  DicomBMP\dicom文件\HL1Al.dcm

     文件     526460  2004-08-10 09:19  DicomBMP\dicom文件\HL1Am.dcm

     目录          0  2010-01-05 22:07  DicomBMP\res

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

评论

共有 条评论