登录
首页 » Visual C++ » ImageViewer

ImageViewer

于 2010-07-05 发布 文件大小:13281KB
0 268
下载积分: 1 下载次数: 2

代码说明:

  ImageView: This is an image viewer program

文件列表:

ImageViewer
...........\Debug
...........\.....\ImageViewer.exe,179200,2010-05-26
...........\.....\ImageViewer.ilk,1876408,2010-05-26
...........\.....\ImageViewer.pdb,4058112,2010-05-26
...........\.....\ImageViewer.rar,46996,2010-06-08
...........\ImageViewer
...........\...........\Debug
...........\...........\.....\BuildLog.htm,7338,2010-05-26
...........\...........\.....\ImageViewer.exe.embed.manifest,1196,2010-05-24
...........\...........\.....\ImageViewer.exe.embed.manifest.res,1260,2010-05-24
...........\...........\.....\ImageViewer.exe.intermediate.manifest,1120,2010-05-26
...........\...........\.....\ImageViewer.obj,68217,2010-05-24
...........\...........\.....\ImageViewer.pch,25100288,2010-05-24
...........\...........\.....\ImageViewer.res,31624,2010-05-24
...........\...........\.....\ImageViewerDoc.obj,21552,2010-05-24
...........\...........\.....\ImageViewerView.obj,191200,2010-05-26
...........\...........\.....\MainFrm.obj,34547,2010-05-24
...........\...........\.....\mt.dep,63,2010-05-26
...........\...........\.....\stdafx.obj,465810,2010-05-24
...........\...........\.....\StringBuilder.obj,20095,2010-05-24
...........\...........\.....\vc90.idb,1117184,2010-05-26
...........\...........\.....\vc90.pdb,2215936,2010-05-26
...........\...........\.....\ZoomerDialog.obj,21679,2010-05-24
...........\...........\ImageViewer.aps,71300,2010-05-24
...........\...........\ImageViewer.cpp,3902,2010-05-24
...........\...........\ImageViewer.h,564,2010-05-24
...........\...........\ImageViewer.rc,14189,2010-05-24
...........\...........\ImageViewer.vcproj,6221,2010-05-24
...........\...........\ImageViewer.vcproj.Tremor-Laptop.Tremor.user,1429,2010-06-27
...........\...........\ImageViewerDoc.cpp,1210,2010-05-24
...........\...........\ImageViewerDoc.h,646,2010-05-24
...........\...........\ImageViewerView.cpp,8020,2010-05-24
...........\...........\ImageViewerView.h,2459,2010-05-24
...........\...........\MainFrm.cpp,1958,2010-05-24
...........\...........\MainFrm.h,739,2010-05-24
...........\...........\PDSLabel.cpp,31006,2009-11-24
...........\...........\PDSLabel.h,3053,2009-11-24
...........\...........\PDSRead.cpp,9898,2010-05-02
...........\...........\PDSRead.h,790,2010-05-02
...........\...........\ReadMe.txt,5134,2010-05-24
...........\...........\res

...........\...........\...\ImageViewer.rc2,402,2010-05-24


...........\...........\resource.h,1053,2010-05-24
...........\...........\stdafx.cpp,211,2010-05-24
...........\...........\stdafx.h,1956,2010-05-24
...........\...........\StringBuilder.cpp,1297,2010-05-02
...........\...........\StringBuilder.h,301,2010-05-02
...........\...........\targetver.h,1432,2010-05-24
...........\...........\ZoomerDialog.cpp,980,2010-05-24
...........\...........\ZoomerDialog.h,475,2010-05-24
...........\ImageViewer.ncb,24972288,2010-06-27
...........\ImageViewer.sln,899,2010-05-24

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

发表评论

0 个回复

  • findpicture
    说明:  在大图中寻找到小图。 并圈出小图所在位置。 图片用picture控件显示。(In the big picture to find a small map. )
    2011-02-25 09:46:00下载
    积分:1
  • a
    说明:  虚拟内窥镜关键技术研究 虚拟内窥镜技术(Virtual Endoscopy)是虚拟现实技术在现代医学中 的应用。它利用医学影像作为原始数据,融合图像处理、计算机图形学、科 学计算可视化、虚拟现实技术,模拟传统光学内窥镜的一种技术。它克服了 传统光学内窥镜需把内窥镜体插入人体内的缺点,是一种完全无接触式的检 查方法。虚拟内窥镜的研究旨在为医生提供诊断依据,还可应用于辅助诊断、 手术规划、实现手术的精确定位和医务人员的培训等。(Research on key technologies of virtual endoscopy virtual endoscopy (Virtual Endoscopy) is a virtual reality technology in modern medicine. It has made use of medical imaging as an original data, the integration of image processing, computer graphics, scientific visualization, virtual reality technology to simulate a conventional optical endoscope technology. It overcomes the traditional optical endoscope to be inserted into the endoscope body of the shortcomings of the human body is a no-contact inspection method. Virtual Endoscopy of the study was to provide diagnosis for doctors, but also applies to diagnosis, surgical planning, to achieve precise positioning of surgical and medical personnel training.)
    2007-08-05 09:53:18下载
    积分:1
  • Transform_2D
    这是计算机图形学中的对二维图形进行基本几何变换的程序(This is a two-dimensional computer graphics in the graphics program of basic geometric transformations)
    2009-12-29 01:41:22下载
    积分:1
  • 1
    说明:   奇怪的分式 上小学的时候,小明经常自己发明新算法。一次,老师出的题目是: 1/4 乘以 8/5 小明居然把分子拼接在一起,分母拼接在一起,答案是:18/45 (参见图1.png) 老师刚想批评他,转念一想,这个答案凑巧也对啊,真是见鬼! 对于分子、分母都是 1~9 中的一位数的情况,还有哪些算式可以这样计算呢? 显然,交换分子分母后,例如:4/1 乘以 5/8 是满足要求的,这算做不同的算式。 但对于分子分母相同的情况,2/2 乘以 3/3 这样的类型太多了,不在计数之列!,四个四个数不同 请写出所有不同算式的个数(包括题中举例的)。 思路:循环遍历。 dfs c++(dfs c++)
    2016-03-21 22:17:14下载
    积分:1
  • edgelist
    改进的有效边表算法,来自计算机图形学的简单代码(Improved active edge table algorithm, a simple code from the computer graphics)
    2020-06-30 20:40:01下载
    积分:1
  • ScanZbuffer
    扫描线Zbuffer算法 1。算出模型的包围盒。 2.每条扫描线打点时并不是包围盒内整条线打点,而是先搜索需要刷新的范围, 只是该范围内打点。 (One scan line Zbuffer algorithm. Calculate the model bounding box. 2. Each scan line runs inside the box when not surrounded by the entire line runs, but first need to refresh the scope of the search, but the scope of RBI.)
    2020-12-31 21:58:59下载
    积分:1
  • imagetool
    1. 将真彩位图转化成各色或黑白位图,进行二值化(支持多种抖动方法)处理后的位图,效果和速度极佳。 2. 将真彩或黑白位图进行 90度 , 180 度 ,270 度 高速度旋转。 (1. The true color bitmap into a colored or black and white bitmap to binary (supports multiple dithering methods) treated bitmap, effects and excellent speed. 2. The true color or black and white bitmap to 90 degrees, 180 degrees, 270-degree high-speed rotation.)
    2010-03-08 13:24:20下载
    积分:1
  • ex2
    用画笔绘制圆角矩形,椭圆,饼形,并用不同颜色画刷进行填充。(Draw a rounded rectangle, ellipse, pie with a brush, and brush with a different color fill.)
    2013-12-07 23:42:44下载
    积分:1
  • Digital_image_processing1
    数字图像处理试验程序 包括图像的压缩 模糊 锐化(Digital image processing, testing procedures, including image compression blur sharpening)
    2009-09-15 20:59:30下载
    积分:1
  • 86346644
    图像的复制剪切粘贴,Visual C++编程技巧精选,很好的参考资料。(Copy cut and paste image, Visual C++ programming skills selected, a good reference.)
    2013-11-17 06:09:48下载
    积分:1
  • 696518资源总数
  • 106016会员总数
  • 2今日下载