搜索资源列表
dfx
- DFX格式的文件操作例子,可以读出由CAD绘制的保存为DFX格式的图片,附带大量注释-DFX format file manipulation example, can read out by the CAD drawing for the preservation DFX format photographs, Notes of a large number of fringe
dstile-0.2
- 一个可以切割遥感图片的程序代码。需安装FWTools获得GDSL库支持 命令格式为dstile.exe tile lztsd ×× --wwcache --overviews oout_putfile file_source(图片来源)-a remote sensing images can be cut to the program code. FWTools need to be installed to support the order GDSL format dstile.exe
draw
- vc中实现的画图程序,并转化成图片格式保存
TS-MPEG2
- 目前绝大部分视频数字水印系统是将一个64位-128位的条码嵌入到视频中,而本软件最大特点是可将用户任意指定的一幅120x120的 黑白图片(如电子印章)隐藏在一段视频流中。这样做的优点是给用户提供了最大的直观性,同时由于偶们嵌入的是一幅图片而不是一组确定的数字,因此在视频被重编码为mpeg4低分辨率格式、信息大量丢失的情况下,仍可以通过人眼识别出已经非常模糊的图片。
readbmp
- 利用该程序段可实现对BMP格式图片的读操作,有不足之处请多多指教
rtf
- 识别RTF文件格式,用C实现。不支持Win32下的图片和表格。-identification documents RTF format, with C to achieve. Win32 does not support the images and forms.
ExcelLibrary_20110414
- ExcelLibrary 是一个比较精致的 Excel 读写组件,还是由国人开发的。可以读写 xls 和 xlsx 格式的 Excel。支持简单的公式,可插入图片,对于格式的设置也不是很丰富,可设置单元格宽度,数据格式化显示。对字体,前景、背景色进行设置是它的局限性。 虽比不上 NPOI,但作为小巧的用来读写纯数据内容的 Excel 还是很高效的。-ExcelLibrary Excel is a more sophisticated reading and writing component,
picture
- 一个简单的图片格式转换程序,可实现ico 转bmp,bmp转jpg,jpg转bmp-A simple picture format conversion procedures, can be transferred ico bmp, bmp turn jpg, jpg bmp transfer
exp2.src
- 用C++编程实现提取RTF格式的写字板文件中的文本字符,只能提取文本,测试时候好像也不能进取中文,只能提取到英文字符,程序实际上是运用了RTF文件中对字符定义的边界控制符,如果知道如何去利用控制符,就可以提取RTF中的图片表格等信息。-Using C++ Programming extract WordPad RTF file format of the text characters, can only extract the text, test time can not be aggres
raw_jpg
- 将纯数据的图片文件raw格式转换成jpg格式-picture of raw to jpg
fuzhitupian
- 复制一张电脑里面存有的图片,图片可以是任意格式,只要能复制就行-Copy a computer inside the picture there, the picture can be any format as long as the copy on the line
ExcelLibrary_20090331
- ExcelLibrary 是一个比较精致的 Excel 读写组件,还是由国人开发的。可以读写 xls 和 xlsx 格式的 Excel。支持简单的公式,可插入图片,对于格式的设置也不是很丰富,可设置单元格宽度,数据格式化显示。对字体,前景、背景色进行设置是它的局限性。-ExcelLibrary is a more sophisticated reading and writing components of the Excel or developed by the people. You ca
OfficeDoc_20090123
- ExcelLibrary 是一个比较精致的 Excel 读写组件,还是由国人开发的。可以读写 xls 和 xlsx 格式的 Excel。支持简单的公式,可插入图片,对于格式的设置也不是很丰富,可设置单元格宽度,数据格式化显示。对字体,前景、背景色进行设置是它的局限性。-ExcelLibrary is a more sophisticated reading and writing components of the Excel or developed by the people. You ca
pdf2tiff
- pdf转换为tiff格式的图片,支持多页格式。-trans pdf to tiff.
RPGViewer
- 解压游戏中的图片,was转换png文件格式-Extract the game image, was converted png file format
jpg_to_bmp_C
- 该程序实现了JPG格式图片到BMP格式的转换.全C语言编写-The program JPG format images to BMP format conversion and the full C language
MousePen
- 使用VC++编写的一个识别光标作为笔输入的程序,保存为图片格式。-this program can read out what the mouse grace is,and write its grace in picture
cliptext
- 输入图片路径和字符串指针,将图片和文字以特定排版方式用HTML格式输入剪贴板空间,程序运行后直接在word文档中右键粘贴即可见效果。-Enter the image path string pointer to specific typesetting, images and text in HTML format input clipboard space program runs Right paste can see the effect directly in a word docume
mo-ni-QQ-jie-pin
- 模拟QQ截屏功能截屏,未调用DLL实现截屏,可另存成多种图片格式-Analog QQ screenshot function call DLL
GifCodec
- 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,