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

搜索资源列表

  1. AVITOBMPorBMPTOAVIDlg

    0下载:
  2. 使用MFC将avi视频分解成一帧帧bmp位图;将一张张bmp合成avi视频-Using MFC will avi video down into a ZhenZhen BMP bitmap BMP synthesis avi video will be one
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4664
    • 提供者:淡云
  1. MFCpictureview

    0下载:
  2. MFC图像查看源代码,适合初学者。只支持位图-failed to translate
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-23
    • 文件大小:7297212
    • 提供者:David
  1. Test

    0下载:
  2. dib.h dib.cpp 用于MFC创建位图并显示-dib.h dib.cpp for MFC to create and display a bitmap
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-28
    • 文件大小:2030
    • 提供者:若只如初见
  1. Chat

    0下载:
  2. 应用MFC完成两人聊天功能,便于初学者学习MFC中对于位图的应用以及图标的应用-MFC application to complete the two chat, easy for beginners to learn the MFC application for bitmap and icon of the application
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-28
    • 文件大小:11303892
    • 提供者:
  1. bitmap-button

    0下载:
  2. 一个在Visual C++ 中用MFC编辑位图按钮的程序实例,可以用来参考。-One in Visual C++ using MFC edit bitmap button instance, can be used to refer to.
  3. 所属分类:Button control

    • 发布日期:2016-01-22
    • 文件大小:302080
    • 提供者:住白羊
  1. Pixel

    0下载:
  2. mfc打开一副位图求,并求图像质心,并标出质心位置-mfc request to open a bitmap, and find the image centroid and the centroid position marked
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3707065
    • 提供者:赵帅
  1. mymfc

    0下载:
  2. VC++6.0环境下基于对话框Dlg的MFC程序,能够读取显示位图文件BMP,并且进行边缘处理。在此基础上还可以扩展其他的功能,希望对图像处理的初学者有帮助。-VC++6.0 environment Dlg dialog-based MFC program that can read the display bitmap file BMP, and the edge of the handle. On this basis, can also extend other features,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:3550201
    • 提供者:haona
  1. bmp_hist

    0下载:
  2. MFC打开一张bmp位图图像,并显示其直方图-MFC to open a bitmap image and display the histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:45306
    • 提供者:刘蓉
  1. MFCwindows-program-design-

    0下载:
  2. 《MFCWindows程序设计》(第2版)(修订版)不仅扩展了已被认为是权威的关于Microsoft用于WindowsAPI的功能强大的C++类库的阐述,还新增了有关COM、OLE和ActiveX的内容。《MFCWindows程序设计》(第2版)(修订版)的作者,JeffProsise,用其无与伦比的技巧向读者讲述了MFC程序设计中的基本概念和主要技术再次阐释了在32位Windows平台上进行了快速的面向对象开发的完美方法。《MFCWindows程序设计》(第2版)(修订版)涵盖了以下专题:事件
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-06-14
    • 文件大小:21557911
    • 提供者:weio
  1. CDialogSK_demo

    0下载:
  2. CDialogSK从MFC的CDialog继承而来,支持如下特征: 1、运行于win2000或者winxp平台上,可以使用任何透明色以透视对话框的区域。 2、运行于win2000或者winxp平台上,可以使得整个对话框透明。 3、使用位图背景。位图可以来自资源文件、bmp或者HBITMAP 4、设置背景类型:标题、中心、伸缩;设置对话框的大小适合位图的大小 5、可以点击对话框的任何部分允许/禁止移动对话框 此程序就是用该类实现了Dialog的外观的改变。-CDialogS
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-29
    • 文件大小:68363
    • 提供者:Doun
  1. 05

    0下载:
  2. 一个基于MFC的简单的屏幕截图工具,其中实现了热键截取-DWORD size=bitmap.bmWidthBytes*bitmap.bmHeight //图片数据大小 LPSTR lpData=(LPSTR)GlobalAlloc(GPTR,size) int panelsize = 0 //记录调色板大小 if(bitmap.bmBitsPixel<16) //判断是否为真彩色位图 panelsize =(int)pow(2
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-21
    • 文件大小:6620071
    • 提供者:sunwen
  1. Database2bmp

    0下载:
  2. 多普勒天气雷达数据转换成位图文件的MFC程序-Doppler weather radar data conversion into a bitmap file of the MFC program
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3236155
    • 提供者:潘跃
  1. MyBMP

    0下载:
  2. 基于Visual C++ 6.0 MFC的程序,实现创建一幅BMP位图并且写入.BMP文件的功能,有助于理解BMP文件的结构。-Based on Visual C++ 6.0 MFC program, create a BMP bitmap and write the function of the BMP files, and help to understand the structure of the BMP file.
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:924779
    • 提供者:肖传毅
  1. screen

    0下载:
  2. MFC 屏幕截取程序,使用Visual Studio截取屏幕一部分然后保存为位图文件-It is a MFC screen cut Program, can cut a part of screen and save as bitmap.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:962542
    • 提供者:name
  1. BaseInfo

    0下载:
  2. 简单的MFC小程序 ,可以加载一张位图显示 , 用MHC单文档制作 VC++6.0- a sample MFC project it can loding a bitmap ,and show it in the box using VC++ 6.0
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3893563
    • 提供者:gaobo
  1. AlarmClock

    0下载:
  2. 一个MFC程序,从文件加载位图作为背景,可自定义闹钟音乐,可无限设置闹钟个数,最小化到托盘,代码清晰,适合windows界面编程(GDI)新手参考或直接作为闹钟使用。编译环境:vs2005-A MFC program, load a bitmap from a file as background music, can customize the alarm clock, can set the alarm clock the infinite number, minimize to tray,
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-19
    • 文件大小:5279886
    • 提供者:chen
  1. about-digital-image

    0下载:
  2. 1、 在VC6.0环境下,生成MFC应用程序框架。 2、 在已生成的应用程序中,加BMP位图读取与显示的代码,从已有文件中读取bmp格式文件并在视图中显示。 -the read ing and displaying of digital image
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:258784
    • 提供者:馨蕊
  1. ImageLibTest

    0下载:
  2. 在对话框里显示矢量图形,实际是显示位图,是先把矢量图形转化成位图,然后显示到控件里面。包含了控件,矢量图形,位图多方面知识,是学习MFC学习C++的好例子。-In the dialog box shows vector graphics, actual it is displaying a figure, is first the vector graphics into a bitmap, then show to control it. Contains control, vector gr
  3. 所属分类:ComboBox

    • 发布日期:2017-05-20
    • 文件大小:5645438
    • 提供者:李俊炎
  1. OpenGL_MFC

    0下载:
  2. 这一些OpenGL在MFC中实现的一些小的例程,可以实现抗锯齿,纹理映射,纹理照明,纹理透明度等。 这些例程创建一种方法实现以下功能: 在一个对话框中画一个简单的立方体并使用OpenGL进行渲染。 可以用鼠标右键菜单操纵物体,改变纹理等。 一个定时器控制的自动旋转。 纹理文件必须是2^n*2^m*24bits的BMP位图。-This is the smallest example to make : Antialiasing Gouraud Textur
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:1108679
    • 提供者:李平
  1. Take

    0下载:
  2. 用MFC实现在WINCE设备下的截屏,把屏幕图像保存成位图文件。-MFC implementation of the screenshots in WINCE device to save the screen image into a bitmap file.
  3. 所属分类:Windows CE

    • 发布日期:2017-05-22
    • 文件大小:6225205
    • 提供者:喻世东
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com