搜索资源列表
BintoCFormat
- 主要将二进制文件,转成C语言格式的源码,可以用于图片二进制数据的转换。编译通过。可直接生成-The main binary file, converted into C language source code format, can be used for the conversion of image binary data. Compile. Can be directly generated
RGB_Test
- 通过给定的RGB的颜色的值,生成单一颜色的图片,用于展示与对应输入的GRB值的颜色测试。VS2013编译。-By value given color of RGB, generating a single color image, the color used to show the corresponding test GRB input values. VS2013 compilation.
Create-Picture
- 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo