文件名称:lab10
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.47kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
美国大学C++课程最后一次作业,完成读取csv文件,导入学生成绩,进行拍算-Lab Ten
Gradebook
Due Date
Wednesday, May 11, 2011 by 1:00 pm
Objectives
Gain experience parsing CSV files.
Practice working with file input.
Practice working with one and two dimensional arrays.
Further practice with top town design and functions.
Further practice with formatting output.
Descr iption
A common approach to storing tabular data is to write the data as comma separated values (CSV). This format is so common that all spreadsheet programs, including Google Docs, Excel, and Numbers all support importing from and exporting to CSV files. In this format, each line of data represents a single record or row in the table. For this assignment, you will perform the very practical task of parsing a CSV file and cleanly presenting the data along with some summary statistics.
The program will parse a CSV file that is provided by the user. The file will be composed of rows that begin with the student s name, and are followed by his/her exam scores. Each student s name an
Gradebook
Due Date
Wednesday, May 11, 2011 by 1:00 pm
Objectives
Gain experience parsing CSV files.
Practice working with file input.
Practice working with one and two dimensional arrays.
Further practice with top town design and functions.
Further practice with formatting output.
Descr iption
A common approach to storing tabular data is to write the data as comma separated values (CSV). This format is so common that all spreadsheet programs, including Google Docs, Excel, and Numbers all support importing from and exporting to CSV files. In this format, each line of data represents a single record or row in the table. For this assignment, you will perform the very practical task of parsing a CSV file and cleanly presenting the data along with some summary statistics.
The program will parse a CSV file that is provided by the user. The file will be composed of rows that begin with the student s name, and are followed by his/her exam scores. Each student s name an
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lab10.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.