搜索资源列表
PicEdge_DetecAndExtrac
- 程序说明 总体功能: 本程序有2个功能。 1.对载入的二值图像提取边缘,并将边缘信息存入指定文本文件。 2.通过功能1中的文本文件在一个打开的pic图像中恢复边缘。 所需输入输出的数据文件: 1.输入一个二值图像,对其进行边缘提取,新建一个文本文件已存入边缘信息,输出此文本。 2.输入步骤2中的文本,通过文本文件输出恢复边缘。 运行方式: 1.打开一个待求二值图。 2.选取“边缘提取”,“轮廓提取”中的4连通或者8连通方法提取边缘。
base64test
- BASE64这种编码挺有意思的,可以把每3个(二进制)字节编码成以ASCII码表示的4个字节。可能会有人觉得奇怪,网页保存为mht格式后,明明只有一个文本文件,可是用浏览器打开后居然还有图片。其实,用记事本打开这些mht文件,可以看到一堆堆的”乱码“,这往往就是BASE64编码后的图片了。由于最近项目用到这个东西,于是去CSDN上下了个BASE64编解码的C++类。因为对效率没有特别的要求,所以只是用小图片试了一下,能用。-BASE64 encoding of this very interes
KSDevBlockEnginev3.03
- KSDev Block Engine 3.03 BlockEngine is a set of components for creating professional-looking vector graphics. BlockEngine can be used to create business diagrams, presentations, organization and workflow charts, software and process flowcharts,
boostTest
- boost的c++测试文件,是在vs2010环境下生成的,可以用来生成二进制或文本数据包-The boost c + + test file is generated in vs2010 environment, can be used to generate binary or text data packets
kiushi2
- 编写C++程序完成以下功能:(1) 输入一个文本文件名(2) 使用ofstream 向一个二进制文件中输出各种类型的数据,并打开文件观察结果: 整数、无符号整型、长整型、浮点型、字符串、-The preparation of C++ Process is complete the following functions: (1) enter a text file name (2) ofstream to a binary file in the output of variou
Hex2Jpg
- 将JPG以二进制文件读出,并用十六进制显示到文本框; 将文本框中的十六进制数据转换成JPG图片文件; 并显示图片,图片显示采用GDI+库。-JPG to read binary files, and hexadecimal display into the text box Convert hexadecimal data in a text box into JPG image file And display pictures, pictures showed using GDI+ li