登录
首页 » Visual C++ » Graphic

Graphic

于 2020-06-30 发布 文件大小:2299KB
0 438
下载积分: 1 下载次数: 12

代码说明:

  用MFC开发的小的二维制图程序,可实现简单的图形绘制,并对图形进行放缩,旋转,镜像等变换。(DRAW MFC )

文件列表:

海峰
....\Debug
....\.....\Graphic.exe,122925,2010-06-10
....\.....\Graphic.ilk,340296,2010-06-10
....\.....\Graphic.obj,22780,2010-06-08
....\.....\Graphic.pch,5494424,2010-05-16
....\.....\Graphic.pdb,484352,2010-06-10
....\.....\Graphic.res,7456,2010-06-10
....\.....\GraphicDoc.obj,14549,2010-05-16
....\.....\GraphicView.obj,37703,2010-06-10
....\.....\MainFrm.obj,19700,2010-05-16
....\.....\StdAfx.obj,105431,2010-05-16
....\.....\vc60.idb,222208,2010-06-10
....\.....\vc60.pdb,364544,2010-06-10
....\Graphic.aps,44504,2010-06-10
....\Graphic.clw,2471,2010-06-10
....\Graphic.cpp,4227,2010-05-16
....\Graphic.dsp,4576,2010-05-16
....\Graphic.dsw,537,2010-05-16
....\Graphic.h,1367,2010-05-16
....\Graphic.ncb,82944,2010-06-10
....\Graphic.opt,51712,2010-06-10
....\Graphic.plg,721,2010-06-10
....\Graphic.rc,12238,2010-06-10
....\GraphicDoc.cpp,1762,2010-05-16
....\GraphicDoc.h,1486,2010-05-16
....\GraphicView.cpp,7240,2010-06-10
....\GraphicView.h,2692,2010-06-08
....\MainFrm.cpp,2508,2010-05-16
....\MainFrm.h,1581,2010-05-16
....\ReadMe.txt,4335,2010-05-16
....\res

....\...\Graphic.rc2,399,2010-05-16


....\Resource.h,876,2010-06-08
....\StdAfx.cpp,209,2010-05-16
....\StdAfx.h,1054,2010-05-16

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

发表评论

0 个回复

  • GameFrame
    说明:  三维人物绘制,使用DirectX的ID3DXAnimationController接口实现三维人物绘制,其中包括骨骼蒙皮技术。注意:编译时一定要将Resource文件夹拷贝到Debug或Release目录下。(Drawing three-dimensional characters, the use of the DirectX interface ID3DXAnimationController drawing three-dimensional figures, including skinned mesh technology. Note: When the compiler must Resource folder are copied to the Debug or Release directory.)
    2008-12-08 20:26:32下载
    积分:1
  • 基于VTK的三维重建提取骨骼和皮肤
    利用VTK三维重建软件与VS2010结合,读取系列图像,并能显示三维重建结果,并且可以分别提取皮肤和骨骼,里面包含相应图片,语言为C++语言(Using VTK 3D reconstruction software and VS2010 combination, read a series of images, and can display three-dimensional reconstruction results, and can extract skin and bones, which contains the corresponding picture, the language is C++ language)
    2021-05-08 14:58:35下载
    积分:1
  • An_example_of_Tetgen
    不是本人编的,转自csdndengpengyong,个人能力有限,望谅解。Tetgen是一个生成四面体网格的开源工具,本实例提供了从网上下载的开源的源码和一个简单的使用的示例,其中附带了Tetgen自带了的一个查看剖分出来的网格的工具TetView.exe,可以运行打开剖分出来的文件查看剖分的结果是否正确。(I was not prepared, carried csdndengpengyong, individual ability is limited, hope and understanding. Tetgen tetrahedral mesh generation is an open source tool, the examples provided from the Internet to download the open source code and a simple example of the use of which comes Tetgen comes out of a mesh grid view tool TetView . exe, you can run out of file viewing open split split the results are correct.)
    2021-03-14 20:49:22下载
    积分:1
  • VTK读取30张Dicom片三维重建
    利用VTK三维重建软件与VS2010结合,读取格式为Dicom的系列图像,并能显示三维重建结果,语言为C++语言(Using VTK 3D reconstruction software and VS2010 combination, read the format of Dicom series of images, and can display three-dimensional reconstruction results, the language is C++ language)
    2021-01-06 17:28:53下载
    积分:1
  • VTKQT
    是VTK+QT的联合开发案例的所有源代码,精品,主要是医疗图像编程(Is VTK+ QT case of joint development of all the source code, fine, the main program of medical images)
    2010-12-14 09:40:22下载
    积分:1
  • hpcv-water-29-oct-2010
    OSG实例,shader编程,实现简单的小溪河流定向移动(OSG , shader programming, achieve a simple directional movement of rivers )
    2020-09-13 17:27:58下载
    积分:1
  • DownsamplePointCloud
    VTK里面的对点云进行降采样的程序,可以直接使用。(VTK point cloud inside the down-sampling procedure can be used directly.)
    2021-05-10 01:08:33下载
    积分:1
  • Structure-Light-Reconstructor
    结构光三维重建代码,提取结构光的点,并进行三维坐标转换(Structure light 3D reconstruction code, structured light extraction point, and three-dimensional coordinate conversion,DrawZeroPoint/Structure-Light-Reconstructor)
    2021-04-04 10:59:04下载
    积分:1
  • winPointCloud
    基于VTk的点云显示,构网(Delaunay Tin,包含二维,三维,及TEN)。附有详细的代码注释,也有实例数据。(The point cloud based VTk display, configuration network (Delaunay Tin, including 2D, 3D, and TEN). With detailed code comments, but also instance data.)
    2021-04-08 12:39:01下载
    积分:1
  • Shadow-Mapping-of-Textured-Scene
    计算机图形学中的shadow mapping程序,与网上其他代码不同,作者实现了对带有纹理的场景的阴影绘制.(Shadow Mapping Code in Computer Graphics.And it s for textured scene.)
    2020-10-17 20:57:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载