CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 对话框 显示图片

搜索资源列表

  1. 2005324134310

    0下载:
  2. 对话框中有滚动条,利用对话框上加对话框,显示两张大图片,提供浏览功能,-a rolling box, use the dialog box on the increase, showing two large pictures, browsing,
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:97.56kb
    • 提供者:lywhust
  1. makeseal

    1下载:
  2. 学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下: 步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件; 步骤二:定义生成图形所需要的参数; 步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。 步骤四:将生成的Bitmap保存为位图文件。 -VC did not learn how long I w
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:17.27kb
    • 提供者:刘海
  1. video_timer

    0下载:
  2. 把用opencv从摄像头采集的图象显示在图片控件上,避免opencv总是用一个新的对话框显示图象的弱点.-Using opencv acquisition from the camera image in the pictures Controls, avoid opencv always use a new image of the dialog box shows the weakness.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:35.64kb
    • 提供者:xd
  1. onchange

    0下载:
  2. evc的mfc对话框程序,响应编辑框内容改变事件,从而在静态框中显示对应数字的图片,值得新手下载学习,不足的是要在编辑框中输入两次方才能改变,希望哪位高手可以更改一下-evc the mfc dialog procedures, in response to changes in editorial content frame, so static box corresponding figures show the pictures, download novice worth learnin
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:60.32kb
    • 提供者:杨文博
  1. vc6gdiplussrc

    1下载:
  2. GDI+的应用使得平面图形图象编程变的更加容易,本文以一个基于对话框的时钟程序为例,在VC6.0中调用*.png图片实现半透明渐变窗口,该程序实现了指针式和数字式两种时钟显示方式。窗口实现了半透明渐变窗口、窗口拖动无移动矩形框、隐藏了任务栏窗体按钮等。-the GDI graphics application allows the image plane programming changes easier, Based on a clock based on the dialog proces
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:398.73kb
    • 提供者:胡小
  1. ShowJPG1

    0下载:
  2. 在windows下VC6.0编译通过,程序实现了在windows下显示JPG图片的功能,采用了对话框的编程架构
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:34.01kb
    • 提供者:刘阳
  1. tuodong

    0下载:
  2. 实现显示图片对话框拖动,没有对话框的边框。看起来像拖动一个图片。
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:262.74kb
    • 提供者:刘朔
  1. animatesplash

    0下载:
  2. 在屏幕上闪烁显示一张图片,最后显示完整,出现一个对话框。
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:18.4kb
    • 提供者:刘佩如
  1. 3dbmp

    1下载:
  2. MFC实现一个对话框,读入位图,运用OpenGL,实现图片的三维显示,运用各种渲染方式
  3. 所属分类:OpenGL

    • 发布日期:2014-01-18
    • 文件大小:121.62kb
    • 提供者:王双
  1. MapGis

    1下载:
  2. 用mfc对话框实现图片预览 并显示图片
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:44.39kb
    • 提供者:u9
  1. OpenCVTest

    0下载:
  2. 利用opencv1.0+VC6.0写的一个小程序,主要实现了: 1.打开jpg图片 2.图片上叠加文字信息 3.利用opencv把图片显示到一个Picture控件上 4.picture控件的重绘问题 5.图片合并-Using opencv1.0+ VC6.0 to write a small program, the main achievement of: 1. Open the jpg image 2. Picture superimposed text informat
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4.27mb
    • 提供者:nana
  1. pic_fenpin

    0下载:
  2. 在对话框中显示bmp图片,可以通过点选列表框,显示图片资源。设计2个按钮,1个单屏幕,1个4屏幕显示。-Bmp in the dialog box shown in picture, you can click the list box, display pictures resources. 2 button design, a single screen, a 4 screen display.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-10
    • 文件大小:2.23mb
    • 提供者:muyiyj
  1. VC_Graphics_rendering_and_image_display

    0下载:
  2. VC++图形绘制与图片显示小例子,MFC的与设备无关的图形设备环境类CDC的应用和MFC中图像处理类CImage的应用例子,在对话框中显示图片,绘制图形-VC++ graphics rendering and picture shows a small example, MFC has nothing to do with the equipment, graphics equipment, environmental CDC in MFC application and type of ima
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-01
    • 文件大小:899.35kb
    • 提供者:liuzhenzhou
  1. GDIimage13

    0下载:
  2. 用GDI+在MFC对话框中显示图片,可以显示常见多种格式的图片。程序在打开文件夹中的图片时,可以对该文件夹下的常见图片文件进行统计,通过点击窗口按钮,进行上一张下一张的图片浏览。-Using GDI+ in MFC dialog box shown in pictures, can show a variety of common image format. Procedures to open the pictures folder, the folder may be the common
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-27
    • 文件大小:64.71kb
    • 提供者:zgc
  1. opencv

    0下载:
  2. 在vc环境下利用OPENCV在对话框中显示图片-In vc environment using OPENCV display pictures in a dialog box
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1.2kb
    • 提供者:liye
  1. Jpegtest

    0下载:
  2. 一个解JPEG图片的程序,我将其封装成了一个JPEG类,同时在这个程序中,示范了如何在MFC的对话框中显示图片-A solution procedure for JPEG images, I will become a JPEG class of its packaging, while in this program, demonstrate how to display images in MFC dialog box
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:94.51kb
    • 提供者:pangn
  1. GifPicture

    0下载:
  2. mfc框架下的对话框中加载显示动态Gif图片-mfc dialog box under the framework of the dynamic loading Gif image display
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-03
    • 文件大小:14.96mb
    • 提供者:sen
  1. imageshowdialog

    0下载:
  2. 对话框实现图片显示,并且带有滚动条,可以任意拖动显示图片-Picture dialog to achieve, and with the scroll bar, can any drag show pictures
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-01
    • 文件大小:48.22kb
    • 提供者:王乐
  1. MFC_DEMO3

    1下载:
  2. vs2010的基于opencv的利用mfc,在对话框显示一张图片,并检测图片火焰-vs2010 mfc opencv based use in the dialog box to display a picture, and the picture flame detection
  3. 所属分类:OpenCV

    • 发布日期:2015-10-30
    • 文件大小:20.71mb
    • 提供者:王杰庆
  1. immetabihityPrimer

    0下载:
  2. 对话框中有滚动条,利用对话框上加对话框,显示两张大图片-Dialog box with the scroll bar, the use of dialog box on the dialog box, reveal two large picture
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-18
    • 文件大小:88kb
    • 提供者:KKyxe-7823
« 12 3 »
搜珍网 www.dssz.com