搜索资源列表
RLE
- RLE的基本思路是,把数据分两种情况对待: A1.一些连续的重复字节 A2.一些连续的,不相重复的字节 RLE压缩最常见的一种算法思路: 将全部的数据分成很多块,这些块的长度各不一样: all data = [block] + [block] + ... + [block] 每一块由两部分顺序组成: a block = [header] + [data] 其中header部分占2字节16位,这16位中的最高位,标志了这个block的属性,是属于上面的
the_header_control
- Using an imagelist with the header control。在list header control上使用imagelist。
picturebrowser
- README for Picturebrowser ========================= The modified files are included as listed in the final report: -alt_ypes.h : header file for io.h -nxview.c: modified this existing, to time the running time of the display -picturebrowser
MapX头文件
- 使用MAPX编程制作GIS系统必须包含的头文件,可以实现MAPINFO的90%功能,适于二次开发-Connection programming produced using GIS system must be included in the header files, can achieve 90% of MapInfo functional and suitable for secondary development
Gdi_Plus.rar
- GDI+的头文件及LIB文件,里面还有使用说明文件,有需要的快点下载啊,GDI+ header files and LIB files, there is also the use of documentation, there is a need to quickly download ah
bmp2h.zip
- convert bmp file to header file(.h) data program,convert bmp file to header file(.h) data program
bmpfile
- 图像处理BMPFILE头文件,可以对BMP文件进行读取、保存和导入工作。是图像编程的接口。-Image processing BMPFILE header files, BMP files can be read, save and import. Graphical programming interface.
LibGdiplus
- 众所周知,Windows Mobile从5.0开始就支持GDI+了,但是却只能使用C#进行代码托管来使用GDI+中的丰富功能。现在有了这个库,让C++也可以使用GDI+了。附件中是手机开发GDI+程序时使用的头和库。支持WinCE5.0, WinCE6.0, VC++代码,非C#封装。附有源码。-As we all know, Windows Mobile from 5.0 beginning supported GDI+, but they can only use C# for manage
viewbmp
- 显示bmp图像。直接分析BMP头文件,显示BMP图像。-Show bmp image. Direct analysis of BMP header files shows that BMP image.
yuvtools_v2
- yuvtools_v1,YUV的一些处理,比如将一副副的BMP图片合并成一个没有BMP头信息的文件-yuvtools_v1, YUV some treatment, for example, will be a deputy of the BMP image into a BMP file header information
shuiyinqianru
- 水印嵌入的程序,能实现512X512位图像与水印的嵌入,并能读取出BMP头文件信息-Watermark embedding process, to achieve 512x512 digital images with watermark embedding, and can read a BMP header file information
DIBAPI
- 显示DIB的类头文件和原文件,希望对您有所帮助-Display DIB class header file and the original document, I hope for your help
bitmapinfo
- 顯示 BMP 的圖片相關的資訊,包含檔頭跟內容,並以顏色區分 BMP 圖片資料。-The picture shows BMP-related information, including file header with the content, and color information to distinguish between BMP picture.
DIBe
- Bitmap header file for DIB
GdiplusNeedsLib
- VC6.0使用GDI+功能所需要的库,包括头文件,lib文件以及gdiplus.d-VC6.0 using GDI+ functions required by the Treasury, including the header files, lib files, as well as gdiplus.dll
qqw
- 位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。 对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。 BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。 位图文件头BITMAPFILEHEADER是一个结构,它的定义如下: typedef struct tagBITMAPFILEHEADER{ WORD bfType
DataShowClass
- 因为平时编程时候经常要根据数据动态显示曲线,很多时候我们都用控件来解决这个问题,这固然方便,但是有时候得不到我们想要的功能,因此自己花了几天的功夫,自写了一个动态曲线绘制类,实际上它是由两个头文件组成,文档已经为您附在压缩包内,用法、技术要点什么的都有了,本类无限制,供C++爱好者共同学习,但不能拿本类去卖钱哦! -Because usually when the regular programming to dynamically display the data curve, a lot
ReadingImageHeaders
- 有时候我们需要根据图像的大小来进行一些操作,你可以载入图片,然后查看其大小,但图片多时,这就显得低效率,这个代码允许你只查看文件头来获取图像的信息。-Sometimes we need to resize the image to carry out some operation, you can load images, and then check its size, but the picture for a long time, which seems low efficiency, t
ExpandDialogView
- AppWizard has created this ExpandDialog application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. -===============================
vc-image
- 1) 一个以BMP文件操作为基础的图像处理头文件,以下有不少源代码会用到它。 -1) a BMP file operation based on image processing header files, here are a lot of source code to use it.