文件名称:Create-Picture
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-08-17
- 文件大小:
- 358kb
- 下载次数:
- 0次
- 提 供 者:
- themost*******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-For the two programs, with the use. One is to read the image file binary stream, in accordance with the format prescribed write a txt text document, another program is this text document to copy the contents of the array in the specified format code, the final original image can be generated. Features: The second program does not require a separate image attachment, but the desired picture binary stream is stored to the array to use when needed. Note: Because the program is relatively simple, I use DEV C++ programming, no project file, if read and write functions using VS2013 compiler warning will appear unsafe sprintf and fscanf and fopen, etc. These documents, required to replace _s functions, just Follow the appropriate format to replace, not repeat them here.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
读取二进制文件并生成指定图片\生成指定图片\test(Made By JXL).bmp
............................\............\test(Made By JXL).gif
............................\............\test(Made By JXL).ico
............................\............\test(Made By JXL).jpg
............................\............\test(Made By JXL).png
............................\............\生成指定图片.cpp
............................\............\生成指定图片.exe
............................\............\生成的图片文件清理程序.bat
............................\读取二进制文件\result.txt
............................\..............\test.bmp
............................\..............\test.gif
............................\..............\test.ico
............................\..............\test.jpg
............................\..............\test.png
............................\..............\读取二进制文件.cpp
............................\..............\读取二进制文件.exe
............................\验证文件是否无损的软件\Hash(md5校验工具) 1.0.4 中文绿色版\Hash_1.0.4.exe
............................\......................\Hash(md5校验工具) 1.0.4 中文绿色版
............................\生成指定图片
............................\读取二进制文件
............................\验证文件是否无损的软件
读取二进制文件并生成指定图片