• 大小: 2.39MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签:

资源简介

本程序可以将dicom图片转换为八位bmp位图格式。

资源截图

代码片段和文件信息

// 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

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

     文件     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  2011-03-10 17:17  DicomBMP\Debug\vc60.idb

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

     文件      21000  2011-03-01 12:01  DicomBMP\DicomBMP.aps

     文件       1268  2011-03-01 18:54  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

     文件      66560  2011-03-10 18:42  DicomBMP\DicomBMP.ncb

     文件      99328  2011-03-10 18:42  DicomBMP\DicomBMP.opt

     文件        250  2011-03-01 17:40  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

     文件     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

     文件       1078  2005-04-20 13:38  DicomBMP\res\DicomBMP.ico

     文件        400  2005-04-20 13:38  DicomBMP\res\DicomBMP.rc2

     文件        778  2005-04-20 13:51  DicomBMP\Resource.h

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

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

评论

共有 条评论

相关资源