搜索资源列表
GcfxTest
- 程序运行过程中,鼠标位置的记录与重演 GetCursorPos/SetCursorPos,fwrite/fread-running process, the position of the mouse and a repeat of the record GetCursorPos / SetCursorPos, fwrite / fread
StudentMan_finish
- 学生学籍管理系统,用到了fopen,fwrite和string的操作.可以实现保存信息的功能.
swfile
- 比用fread/fwrite的方式速度快了不少的读写文件方式。其中包括了读写文本文件和二进制文件的函数。
fread-fwrite
- C语言fread函数和fwrite函数的用法及其实例 C-C language fread function and usage of the fwrite function and its instance C
file-operations
- 含有运行结果哦~功能齐全而且是优化版 文件操作设计及实现 总体设计:设计实现对文件 file.txt的读取,插入和增加的功能; 要求: (1)实现对文件中的整行读取和写入(不可用fscanf,fprintf函数,只可以fread和fwrite) (2)实现文件中间插入一段话--------这是一个测试; (3)实现对文件的创建,文件写入和添加; -Contains the results oh fully functional and optimized version
fileStudy
- 该程序主要用于利用fopen函数以及fwrite,fread函数,对文件进行读写-The program is mainly used to exploit the fopen function and fwrite, fread function to read and write to the file
Desktop
- 写入两个文件,将两个文件放入文件3,现有两个文本文件db1.txt和db2.txt。db1.txt中第一列为姓名,第二列为英语成绩;db2.txt中第一列为姓名,第二列为数学成绩。通过姓名字段将db1.txt关联到db2.txt文件生成db3.txt文件,使db3.txt文件的第一列为姓名,第二列为英语成绩,第三列为数学成绩,第四列为平均成绩。(fwrite two information about onr person in two file,then put then together i