文件名称:qqw

  • 所属分类:
  • GDI/图象编程
  • 资源属性:
  • [Windows] [Visual C] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 183kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • ly***
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

位图的存取在vc中的  因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。

对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。

BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。

位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:

typedef struct tagBITMAPFILEHEADER{

WORD bfType

DWORD bfSize

WORD bfReserved1

WORD bfReserved2

DWORD bfOffBits

}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD bfOffBits ) BITMAPFILEHEADER to achieve
(系统自动生成,下载前可以参看下载内容)

下载文件列表

OA系统权限管理设计.doc

vc下的tcpudp通信源码

....................\通信

....................\....\ClassXP.c

....................\....\ClassXP.h

....................\....\ClassXP.vcproj

....................\....\FTPclient.cpp

....................\....\FTPclient.h

....................\....\MainFrm.cpp

....................\....\MainFrm.h

....................\....\Ptpftp.cpp

....................\....\Ptpftp.h

....................\....\ReadMe.txt

....................\....\res

....................\....\...\dir.bmp

....................\....\...\file.bmp





....................\....\...\通信.rc2



....................\....\resource.h

....................\....\StdAfx.cpp

....................\....\StdAfx.h

....................\....\TCPdlg.cpp

....................\....\TCPdlg.h

....................\....\UDPdlg.cpp

....................\....\UDPdlg.h

....................\....\新建 文本文档.txt

....................\....\新建.txt

....................\....\通信.aps

....................\....\通信.clw

....................\....\通信.cpp

....................\....\通信.dsp

....................\....\通信.dsw

....................\....\通信.h

....................\....\通信.ncb

....................\....\通信.opt

....................\....\通信.plg

....................\....\通信.rc

....................\....\通信Doc.cpp

....................\....\通信Doc.h

....................\....\通信View.cpp

....................\....\通信View.h

位图的存取在vc中的实现.doc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org