CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - MFC 位图

搜索资源列表

  1. howtoshow256color

    0下载:
  2. 问题: 论坛中有很多人提出:基于Windows的程序如资源管理器(Explorer.exe),IE等都能显示出漂亮的工具栏图像和图标。但是,用MFC开发的应用程序一般都只能显示16色的工具栏图像和列表视图(如CListView)图像,而无法显示在资源中创建的256色图标和位图。这是为什么? 解答: 工具栏和列表视图都是把自己的图像存储在图像列表中。这个图像列表实际上就是一个图像清单。它是一个由许多小图像组成的长条型位图图像。 -Question: There are
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-26
    • 文件大小:9056891
    • 提供者:王博
  1. my1

    0下载:
  2. 位图显示的MFC程序,实现了位图的现实和亮度的处理以及YUV转换为RGB-MFC to show bit map,and light process
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3769018
    • 提供者:fangfang
  1. cartoon

    0下载:
  2. 使用mfc实现动画的简单程序,还有位图的移动等有趣的功能-Mfc use a simple procedure to achieve animation, there are mobile, such as bitmap interesting features
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:821092
    • 提供者:黄文雄
  1. CFAR

    0下载:
  2. 此程序为一简单的CFAR检测程序,使用MFC实现,读图时仅限256位图。-This program is a simple CFAR detection program, using the MFC implementation, when only 256 in image map.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:142582
    • 提供者:由里
  1. testbmp

    0下载:
  2. 这是一个读取位图文件,并在视图上显示的程序。该项目采用了MFC的文档视图结构,对初学MFC编程的人有较大的参考价值。-This is a bitmap file to read and view the program on the display. The project uses the MFC document view architecture of MFC programming beginners who have great reference value.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:27685
    • 提供者:不说
  1. VC画图源代码

    0下载:
  2. 一个VC画图程序,有文档说明。自画直线,矩形,园 完结版 画布,ScrollView, CRectTracker,调色板,保存成位图 加入中间层View的步骤 1.创建MFC类CHDrawPView:CScrollView 2.修改CHDrawApp的InitInstance方法,将CHDrawView改为CHDrawPView,并修改include 加入CRectTracker的步骤 1.增加成员变量CRectTracker m_tracker 2.在CHDrawPView的构
  3. 所属分类:GDI/图象编程

  1. BMP

    0下载:
  2. 使用MFC读写BMP文件,对了解位图的数据格式很有帮助。-Read and write BMP files using MFC, for understanding the data format bitmap helpful.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-29
    • 文件大小:11889643
    • 提供者:zhangcht
  1. FRETRANS

    0下载:
  2. 这个MFC程序可以实现对256色位图的傅里叶变换、离散余弦变换和沃尔什变换。-The MFC program can achieve 256-color bitmap in the Fourier transform, discrete cosine transform and Walsh transform.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:86628
    • 提供者:王虎
  1. MouseDemo

    0下载:
  2. 非MFC,存SDK方式实现,简单的演示了鼠标事件,和位图的载入等等,出处不详-Non-MFC, keep SDK means, a simple demonstration of the mouse events, and bitmap of loading, etc., provenance unknown
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:12833
    • 提供者:xynn
  1. testmtsc

    0下载:
  2. CToolBar不支持多行文字,本文将通过一个定制的MFC/C++类 CMTToolBar 实现在工具条中显示多行文字。其思路是先把文字变成位图,再替换原来的工具条位图,达到显示多行文字的效果。 -CToolBar does not support multiple lines of text, this article will be customized through a MFC/C Class CMTToolBar achieve the toolbar to display
  3. 所属分类:ToolBar

    • 发布日期:2017-04-17
    • 文件大小:32101
    • 提供者:huangta
  1. DcmBmp

    0下载:
  2. 这是一个把dicom图像转换成bmp位图格式的程序,是基于MFC的结构的。-This is a DICOM image into the Bitmap bmp procedures are based on the structure of MFC.
  3. 所属分类:Graph program

    • 发布日期:2017-05-27
    • 文件大小:4344812
    • 提供者:wushaoqing
  1. TeleRad1223

    0下载:
  2. 这是一个基于MFC的把dicom格式的图像转换为bmp位图格式,然后在视图窗口上进行显示-This is an MFC-based format of the DICOM image is converted to bmp bitmap format, then in the view window on the display
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-06-08
    • 文件大小:13986950
    • 提供者:wushaoqing
  1. BITMAP

    0下载:
  2. 实现如何添加位图到MFC程序中,小小的一个例子程序-Realize how to add a bitmap to the MFC program
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:8656
    • 提供者:yuyanjun
  1. HistDemoA

    0下载:
  2. 建立了一个完整的MFC应用程序实现了位图的直方图均衡化。-Set up a complete implementation of the MFC application bitmap of histogram equalization.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:38366
    • 提供者:shuiyeshan
  1. filter

    0下载:
  2. 建立了一个完整的MFC应用程序,实现了位图的中值滤波和均值滤波。-Set up a complete MFC application, implementation of the digital map median filter and mean filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:37566
    • 提供者:shuiyeshan
  1. transmission

    0下载:
  2. 建立了一个完整的MFC程序,实现了位图的渐进传输,其中主要实现了小波的正反变换,哈弗曼编解码。另外上传文件中包含了测试的位图。-Set up a complete MFC procedures, implementation of the progressive transmission bitmap, one of the main pros and cons of the implementation of the wavelet transform,哈弗曼codec. From the o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:161354
    • 提供者:shuiyeshan
  1. transscroll

    0下载:
  2. 如何滚动的文字在一个固定的图像背景的VC + + 6.0 。我搜查了互联网,但无法找到任何关于这个简单的文章。所以,我开始尝试在此,并终于找到了解决办法。创建一个MFC的文档/视图的项目,并选择CScrollView作为基类。 现在添加一个位图资源,你想作为窗口背景。 现在创建一个CBitmap变量加载位图资源中的框架窗口类。-I have searched the internet but could not find any simple article on this. So, I sta
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:75862
    • 提供者:Athink
  1. Window-sourcecode

    0下载:
  2. MFC界面编程,根据位图设置不规则的窗体 - 源代码-MFC programming interface, according to a bitmap form irregular set up- the source code
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:272654
    • 提供者:黄灿武
  1. duomeiti

    0下载:
  2. 压缩包里包含了四个源代码,分别是用MFC做的多媒体资源,其中有.WAV播放器,BMP位图程序,AVI播放器,还有web浏览器等。刚学,觉得蛮好玩的,大家-Compression bag contains four source code, were done using MFC multi-media resources, including. WAV player, BMP bitmap program, AVI player, web browser, such as there is. J
  3. 所属分类:Multimedia program

    • 发布日期:2017-05-25
    • 文件大小:8624975
    • 提供者:Toby
  1. 3D_VECTOR_CONTROL

    0下载:
  2. 三维矢量控件.本控件具有下面特征: 从CButton派生的3D矢量MFC控件。 在3D球体上进行实时光显示。 可变球体半径和位置。 支持位图背景。 支持垂直颜色渐变背景。 可变球体颜色、光颜色和周围颜色。 可变光强度。 支持附加控件(自动更新)。 支持鼠标敏感。 支持前向剪切。 支持下面事件的回调函数: 1. 跟踪球体移动。 2. 用户释放跟踪球,也就是,矢量改变。-Three-dimensional vector c
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-17
    • 文件大小:47433
    • 提供者:jayjay
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com