欢迎来到天天文库
浏览记录
ID:56652125
大小:846.50 KB
页数:18页
时间:2020-07-01
《湖南大学实验报告.doc》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、.HUNANUNIVERSITYC++学生国龙学生学号201408010211专业班级计算机科学与技术指导老师圣洪2015年12月7日..一、实验原理:运用文件的知识编写一个校园卡消费系统,实现文件的创建,查询,追加,插入,修改,删除,排序,快速查找等功能。二、实验目标:掌握文件操作的知识,学会编写系统。三、实验设计:1.文件的创建:(1)创建文本文件指针#include//filestream文件流方式ofstreamoutFile("文件名",ios::out);//输出方式建文件ofstreamoutFile;//先声明变量,后面
2、才打开该文件outFile.open("文件名",ios::out);(2)往文件中写入容ctrl+z结束输入while(cin>>name>>no>>score){f(i>0){outFile<3、加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//将容输入变量中ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=outfstreamoF("lt1.txt",ios::binary);//二进制即非文本将文件数据读入到变量中,与指定学号相等的记录,全部返回来(2)while(fin>>studno…){if(studno==findVal){...}}3.文本文件的追加ofstreamoF("文件名",ios::ou4、t);//接受它人输出..ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//输入给它人方式ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=outfstreamoF("lt1.txt",ios::binary);//二进制即非文本从键盘读入数据并写入到文件中(2)while(cin>>studno…){fout<5、..}4.文本文件的插入ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//将容输入变量中ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=outfstreamoF("lt1.txt",ios::binary);//二进制即非文本..将文件数据读入到变量中,与指定学号不相等的记录,直接6、写入到新文件中,与指定学号相等则先写入待插入的记录到新文件中,再写入读出的记录到新文件中。全部返回来原文件-->输入到变量--->输出到新文件Lt10M5.文本文件的修改ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//将容输入变量中ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=7、outfstreamoF("lt1.txt",ios::binary);//二进制即非文本将文件数据读入到变量中,与指定学号相等的记录,修改以后写入到新文件中,与指定学号不相等的记录,直接写入到新文件中..原文件-->输入到变量--->输出到新文件Lt10N6.文本文件的删除ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::i8、n);//将容输入变量中ofstreamoF("lt1.txt",ios::tr
3、加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//将容输入变量中ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=outfstreamoF("lt1.txt",ios::binary);//二进制即非文本将文件数据读入到变量中,与指定学号相等的记录,全部返回来(2)while(fin>>studno…){if(studno==findVal){...}}3.文本文件的追加ofstreamoF("文件名",ios::ou
4、t);//接受它人输出..ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//输入给它人方式ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=outfstreamoF("lt1.txt",ios::binary);//二进制即非文本从键盘读入数据并写入到文件中(2)while(cin>>studno…){fout<5、..}4.文本文件的插入ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//将容输入变量中ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=outfstreamoF("lt1.txt",ios::binary);//二进制即非文本..将文件数据读入到变量中,与指定学号不相等的记录,直接6、写入到新文件中,与指定学号相等则先写入待插入的记录到新文件中,再写入读出的记录到新文件中。全部返回来原文件-->输入到变量--->输出到新文件Lt10M5.文本文件的修改ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//将容输入变量中ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=7、outfstreamoF("lt1.txt",ios::binary);//二进制即非文本将文件数据读入到变量中,与指定学号相等的记录,修改以后写入到新文件中,与指定学号不相等的记录,直接写入到新文件中..原文件-->输入到变量--->输出到新文件Lt10N6.文本文件的删除ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::i8、n);//将容输入变量中ofstreamoF("lt1.txt",ios::tr
5、..}4.文本文件的插入ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//将容输入变量中ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=outfstreamoF("lt1.txt",ios::binary);//二进制即非文本..将文件数据读入到变量中,与指定学号不相等的记录,直接
6、写入到新文件中,与指定学号相等则先写入待插入的记录到新文件中,再写入读出的记录到新文件中。全部返回来原文件-->输入到变量--->输出到新文件Lt10M5.文本文件的修改ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::in);//将容输入变量中ofstreamoF("lt1.txt",ios::trunc);//丢弃现在容=
7、outfstreamoF("lt1.txt",ios::binary);//二进制即非文本将文件数据读入到变量中,与指定学号相等的记录,修改以后写入到新文件中,与指定学号不相等的记录,直接写入到新文件中..原文件-->输入到变量--->输出到新文件Lt10N6.文本文件的删除ofstreamoF("文件名",ios::out);//接受它人输出ifstreamoF("lt1.txt",ios::app);//追加到文件尾部ofstreamoF("lt1.txt",ios::ate);//尾追或中间插入ifstreamoF("lt1.txt",ios::i
8、n);//将容输入变量中ofstreamoF("lt1.txt",ios::tr
此文档下载收益归作者所有