登录
首页 » Visual C++ » myDicomView

myDicomView

于 2021-03-08 发布 文件大小:12187KB
0 530
下载积分: 1 下载次数: 31

代码说明:

  vtk mfc 打开dicom图片,用文档类新建一个视图类实现(vtk mfc open dicom images, use the document class to create a new view class implementation)

文件列表:

DicomView
.........\Debug
.........\.....\BuildLog.htm,6058,2013-01-30
.........\.....\DicomView.exe,130048,2013-01-30
.........\.....\DicomView.exe.embed.manifest,920,2013-01-15
.........\.....\DicomView.exe.embed.manifest.res,984,2013-01-15
.........\.....\DicomView.exe.intermediate.manifest,861,2013-01-30
.........\.....\DicomView.exp,889,2013-01-30
.........\.....\DicomView.ilk,1632880,2013-01-30
.........\.....\DicomView.lib,2184,2013-01-30
.........\.....\DicomView.obj,65058,2013-01-22
.........\.....\DicomView.pch,25296896,2013-01-21
.........\.....\DicomView.pdb,3927040,2013-01-30
.........\.....\DicomView.res,7860,2013-01-21
.........\.....\DicomViewDoc.obj,54823,2013-01-22
.........\.....\DicomViewView.obj,82540,2013-01-22
.........\.....\ImageView.obj,59510,2013-01-23
.........\.....\MainFrm.obj,35409,2013-01-22
.........\.....\mt.dep,65,2013-01-30
.........\.....\StdAfx.obj,466623,2013-01-21
.........\.....\vc90.idb,1403904,2013-01-23
.........\.....\vc90.pdb,2404352,2013-01-23
.........\.....\VolumeView.obj,59061,2013-01-22
.........\DicomView.aps,30712,2013-01-30
.........\DicomView.clw,2847,2010-04-14
.........\DicomView.cpp,4272,2009-12-03
.........\DicomView.dsp,5181,2009-12-15
.........\DicomView.dsw,543,2009-12-03
.........\DicomView.h,1389,2009-12-03
.........\DicomView.ncb,19934208,2013-01-30
.........\DicomView.opt,55808,2010-04-21
.........\DicomView.rc,12642,2009-12-15
.........\DicomView.sln,883,2013-01-30
.........\DicomView.vcproj,9724,2013-01-21
.........\DicomView.vcproj.C41K8DQCD249XDT.Administrator.user,1427,2013-01-23
.........\DicomView.vcproj.microsoft-PC.Administrator.user,1421,2013-01-30
.........\DicomViewDoc.cpp,2895,2009-12-06
.........\DicomViewDoc.h,1477,2009-12-04
.........\DicomViewView.cpp,5137,2010-04-15
.........\DicomViewView.h,2622,2010-04-15
.........\ImageView.cpp,5487,2013-01-23
.........\ImageView.h,1934,2009-12-07
.........\MainFrm.cpp,2650,2009-12-03
.........\MainFrm.h,1591,2009-12-03
.........\ReadMe.txt,4383,2009-12-03
.........\res

.........\...\DicomView.rc2,401,2009-12-03


.........\Resource.h,1010,2009-12-15
.........\StdAfx.cpp,211,2009-12-03
.........\StdAfx.h,1054,2009-12-03
.........\VolumeView.cpp,3327,2010-04-15
.........\VolumeView.h,1122,2009-12-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mfcopentree
    一个华工研究生写的三维模哦具动态装配程序,很有参考价值的(a labor of graduate students to write three-dimensional modeling with dynamic oh assembly procedures, great reference value)
    2005-02-15 14:02:38下载
    积分:1
  • PersProjDemo
    Teach you the pipeline of 3D object, especially the perpective project
    2013-09-01 12:46:11下载
    积分:1
  • marching_cubes_jgt
    在MC(Marching Cubes)算法中,考虑了二义性的问题,是一个很好的程序(MC (Marching Cubes) algorithm, consider the ambiguity problem, it is a good program)
    2020-11-06 15:09:49下载
    积分:1
  • The_Magic_Of_Computer_Graphics
    计算机图形学重要参考。对理解OpenGL和D3D的渲染过程有重要帮助。(Computer graphics is a vast field that is becoming larger every day. It is impossible to cover every topic of interest, even within a specialization such as CG rendering. For many years, Noriko Kurachi has reported on the latest developments for Japanese readers in her monthly column for CG World. Being something of a pioneer herself, she selected topics that represented original and promising new directions for research. Many of these novel ideas are the topics covered in The Magic of Computer Graphics. Starting the basic behavior of light, the first section of the book introduces the most useful techniques for global and local illumination using geometric descriptions of an environment. The second section goes on to describe image-based techniques that rely on captured data to do their magic. In the final section, the author looks at the synthesis of these two complementary approaches and what they mean for the future of computer graphics.)
    2015-01-28 12:30:23下载
    积分:1
  • Oakland
    点云数据集,用于点云数据的学习实验,wrl格式,可以用meshlab软件打开使用(Point cloud data set for point cloud data learning experiment, wrl format that can be opened using software with meshlab)
    2016-06-23 15:16:27下载
    积分:1
  • 3d(ZJU)
    3D模型变换的VC++源程序,用户可在此基础继续进行研究(3D model transformation of the VC++ source code, users can continue to study on this basis,)
    2009-12-10 22:56:35下载
    积分:1
  • 3D_TerrainV2.0
    3d与 vc opengl 的结合 ,对初学者的帮助应该很大(Vc opengl and 3d combination of help for beginners should be great)
    2008-07-30 21:45:14下载
    积分:1
  • voronoi3
    voronoi图的Fortune算法源码,visual c++(Fortune s algorithm source code of voronoi diagram with visual c++)
    2021-01-29 17:48:39下载
    积分:1
  • PersProjDemo
    Teach you the pipeline of 3D object, especially the perpective project
    2013-09-01 12:46:11下载
    积分:1
  • easysort
    很有意思的分类编程,程序很简单,很适合初期使用者(very interesting classification program, procedures very simple, suitable for beginning users)
    2007-03-20 16:30:41下载
    积分:1
  • 696518资源总数
  • 104347会员总数
  • 12今日下载