搜索资源列表
PatternCheckprinter
- Only an example of how to print a check pattern for cameras using a borland c++ builder.
WinMap
- Mapxteme 2005 实现GIS功能示例,适合初学者 包含功能如下:地图的加载,放大、缩小、平行、居中; 测距离; 添加临时的点标注; 选择:查询临时点标注添加的信息或选中图元的信息; 图层控制; 添加临时的文本信息; 导出地图可视部分为图片;打印地图可视部分;添加临时图层;清除地图所有图层; -Mapxteme 2005 to achieve GIS functionality example is suitable for beginners includes the foll
ReadBmp
- 读取bmp文件的各种信息 //1. 检查路径是否合法:文件能打开;以bmp为后缀名 //2. 读入位图的文件头: //3. 打印位图的文件头 //4. 读入位图的信息头 //5. 打印位图的信息头 //6. 创建8位位图的调色板 //7. 读入位图的像素数据 //8. 计算每行像素所占的字节数 ... //11. 另存为位图 //12. 显示位图 -Read bmp file various information// check the p
print_yuv
- 按照宏块的顺序打印YUV文件,方便查看每个宏块的每个像素的值,用于视频压缩、解压缩软件的调试。-print yuv file in MB order to a .txt file, for check very macroblock, used in developing video codecs.