由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - open an image file
相关主题
C语言程序静态库和动态库的创建及其应用Pyspark 怎么format output?
请教Matlab和IDL的处理数据能力差异Angular formating Q: {{(mysystem.freeMem / myststem.totalMem) * 100}}%
c语言如何pass变量的值help with PHP programming!!! (转载)
问个matlab 数据读入的问题fprintf in C\C++
关于多线程锁:锁代码还是锁资源?请问如何恢复正常的IO?
请教python中如何向文件写入矩阵Question of building apache module.
求助: 有人用Analyze的程序包做图像处理的吗?Path with non-ascii character
请问大家一个eclipse CDT的问题 (转载)求助:关于指针和数据存储
相关话题的讨论汇总
话题: open话题: file话题: format话题: image话题: filename
进入Programming版参与讨论
1 (共1页)
i**p
发帖数: 902
1
I don't think this answer is right. We can use open("filename", "r") too.
116. How can we open a image file through C program
In C, generally we can open files having text format...
other types of files can be opened in binary format only using
file *fp;
fp=fopen("filename","rb+");// where b stands for binary format
1 (共1页)
进入Programming版参与讨论
相关主题
求助:关于指针和数据存储关于多线程锁:锁代码还是锁资源?
New C++ programmer, need to ask a I/O file read question请教python中如何向文件写入矩阵
求助:关于文件夹和文件的读写求助: 有人用Analyze的程序包做图像处理的吗?
a C/C++ fopen mode question请问大家一个eclipse CDT的问题 (转载)
C语言程序静态库和动态库的创建及其应用Pyspark 怎么format output?
请教Matlab和IDL的处理数据能力差异Angular formating Q: {{(mysystem.freeMem / myststem.totalMem) * 100}}%
c语言如何pass变量的值help with PHP programming!!! (转载)
问个matlab 数据读入的问题fprintf in C\C++
相关话题的讨论汇总
话题: open话题: file话题: format话题: image话题: filename