搜索资源列表
bmpParse
- 改的bmp文件解析-reform bmp parse
FontView
- 详细分析和演示对win字体库的操作。 包括点阵字体,向量字体,TrueType字体,以及字库数据的查询分析。最重要的是能解析TTF文件。
EmfReader
- 解析emf文件结构,遍历emf文件和显示在屏幕上
bmp_format
- bmp 文件格式详解! 详细解析了bmp文件的格式。
LineCut
- 这个是计算机图形学中的一个重要的直线剪裁的演示程序,里面包括了源代码解析和源代码,还有一个封装好的可以执行文件,仅供教学参考使用。-this is the computer graphics a significant linear tailoring the demo program, includes a source code and source code analysis, a good package can be implemented, only teaching referen
ImageProc.rar
- bmp格式图片解析程序,对选择的bmp文件进行头解析与数据显示,bmp format image analysis procedures, selected the first bmp file and data analysis
bmp
- 将bmp文件解析,去掉头文件后,将数据提取出来-Bmp file will resolve to turn the file, extract the data
BMPstructure
- 写了一个位图的操作类,找了不少的bmp文件结构解析。发现没有一个完全正确的、完整的。在完成这个位图操作类后整理了这一篇位图文件解析。 可以说这是在中国能找的的,最好的bmp文件格式解析。就是非常有名的《图形图像文件格式大全》,在与此比较之下,对bmp的讲解,也显得粗浅。 《图形图像文件格式大全》这本书我有,不要认为我没看。其中所述确实粗浅。虽说归类于c++,这其实是一篇完美的技术文档-Write a bitmap type of operation, to find a lot of s
1-BMP
- BMP图像文件格式解析-BMP Image File Format Analysis .............
bmptochuli
- 对BMP图像进行解析,比较适合初学者,是个.H和.CPP文件-Of the BMP image resolution, more suitable for beginners, is a good example of
PSDInspector_src
- C# 解析直接读取解析PSD格式文件。有了他就很方便做美术资源打包了-C# analytical reading resolution PSD format files directly. Very easy to do with his art resources packaged
ogr
- 解析或生成shape\mif\tab等多种GIS文件-Parse GIS Files
jxf_BMP_0612
- 解析并显示位图文件,颜色空间的转换,显示RGB/YUV文件,图像的量化和采样 -Analytical and display a bitmap image file, color space transformation of the display RGB/YUV files, image quantization and sampling
Mov_GIF
- 源码分为两部分,一是解析GIF动画文件的dll,另一个是应用此dll进行gif动画播放的示例,源码为vc6环境下调试通过-Source is divided into two parts, one animated GIF file parsing dll, the other is the application of this dll for example gif animation
XML
- 一个基于QT的XML文件解析的介绍,希望对大家有用-A QT-based XML file parsing introduction, I hope useful
vs_QT_qxml
- 一个QT解析XML文件的源码,希望对大家有用啊-A QT parsing XML file source, I hope useful ah
8Bit-Bmp
- 解析8位BMP图片每个字节代表的意义,如前两字节为 BM 接下来为文件大小-analysis 8 bit bitmap document every byte s meaning
3GP_Format
- 3GP文件格式研究.利用单文档来进行解析-Research of 3GP file format to use analytic single document.
CIni
- ini 文件解析器(类),将ini文件的读写等操作进行了封装,使用标准的输入输出等简单的库(string、stdio、stdlib),输入文件名 段名 条目名就可以解析出结果。通过ReadInt(),ReadString(),Write()3个主要函数实现。-an implementation of initialization file parser, only few stand libs needed(sting.h, stdio.h, stdlib.h), 3 main function
bmp文件读取c++实现
- 用于把bmp文件进行解析并输出到文本文件中.