搜索:fopen

找到约 14 项符合「fopen」的查询结果

结果 14
https://www.eeworm.com/dl/619/426667.html Linux/Unix编程

A simple bibliotech archive coded in C. A real exercise with fopen write and the other base functio

A simple bibliotech archive coded in C. A real exercise with fopen write and the other base functions of C.
下载 198
·
查看 1101
https://www.eeworm.com/dl/619/215370.html Linux/Unix编程

自己写的一个IO库

自己写的一个IO库,模拟了一下fopen,fread,fwrite.
下载 179
·
查看 1051
https://www.eeworm.com/dl/515331.html 源码

matlab 读写文件

简单易懂,大总结,fid=fopen('Ising.m','rt'),sta=fclose(fid),fclose('all')
查看 43
https://www.eeworm.com/dl/542/486718.html 其他书籍

C语言文件操作函数集(功能描述、示例代码)

C语言文件操作函数集(功能描述、示例代码),如fopen/fclose/fileno/ftell/fflush等。
下载 64
·
查看 1091
https://www.eeworm.com/dl/640/315676.html CA认证

DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if

DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } if((cfp=fopen(cfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } else { while(!feo ...
下载 92
·
查看 1070
https://www.eeworm.com/dl/655/307924.html 微处理器开发

包装了一个开源的FAT16文件系统

包装了一个开源的FAT16文件系统,可以用在单片机上,并且做了一个封皮,使得开发者能以标准I/O函数的形式使用它,如fopen, fread, fwrite等。
下载 186
·
查看 1051
https://www.eeworm.com/dl/513823.html 软件

学生成绩查询

#include "string.h" #include "ctype.h" #include "stdio.h" search(char pd[]) {FILE *fp; int time=0,i=0,j=0,add[80],k=0,m; char *ch, str[900]; m=strlen(pd); if((fp=fopen("haha.txt","r"))==NULL) { printf("Cannot open this file\n"); exit(0); } for(;!feof(fp);i++) { str[i ...
下载 2
·
查看 44
https://www.eeworm.com/dl/655/409320.html 微处理器开发

这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针

这个是我调通的在2410下运行文件系统的程序. 用2410驱动sd卡来实现fat文件系统. 欢迎大家来测试. 用法很简单, 如下 FILE *fp // 文件指针 unsigned char temp[24]="3.wav" // 文件明需要放在数组里 while(!initialize_media()) // 初始化sd卡 { Uart_Printf("sd initializi ...
下载 83
·
查看 1094
https://www.eeworm.com/dl/665/219973.html matlab例程

% 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.

% 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是 ...
下载 159
·
查看 1146
https://www.eeworm.com/dl/652/163443.html 文章/文档

功能介绍: 1、支持文章内容分页采集; 2、支持UTF-8转换到GB2312

功能介绍: 1、支持文章内容分页采集; 2、支持UTF-8转换到GB2312,可采集内容字符格式为UTF-8的目标; 3、支持把文章内容保存到本地; 4、支持站点+栏目管理方式,使采集管理一目了然; 5、支持文章链接替换功能; 6、支持采集器设置无限过滤功能; 7、支持文章内图片采集保存到本地,自动替换文件 ...
下载 119
·
查看 1114