文件名称:Task2-professional--10211281--zly
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-08-20
- 文件大小:
- 1.46mb
- 下载次数:
- 0次
- 提 供 者:
- 正*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
描述:在题目一的程序基础上,增加文件存储和高级搜索功能。
f) 文件存取功能:程序启动后自行从自定义的文件中读取所有俱乐部记录,并且各种增删改查操作后能够自动保存更新后的数据。
g) 高级搜索功能:可以对所有球员的各项属性进行条件搜索,搜索采用表达式输入的方式(表达式支持 &&、||、!、括号、<、=、>),并能实现对球员姓名的模糊查找(运算符为~),输出球员的详细信息。
例如:
i. “年龄不大于25且服役年限大于5年,或者进球数大于100的球员”,查询表达式:( !(@age>25) && @experience>5) || @kick>100
ii. “属于俱乐部A、B的所有球员”,查询表达式:@club=A || @club=B
iii. “名字中含有abc的所有球员”,查询表达式:@name~abc
要求:
h) 必须在题目一的代码基础上来修改;
i) 必须支持文件读写时的异常处理;
j) 文件格式采用文本文件,文件格式需自行设计;
k) 文件名可以由程序内部自行指定,不需要用户手动设置;
l) 其他要求与题目一相同;
m) 在题目要求基础上可以自行扩展功能,提供扩实用扩展功能者适当加分(加分不超过5分)。
-Descr iption: In the title on the basis of a program to increase file storage and advanced search functions.
f) file access functions: the program starts from its own custom file reads all club records, and a variety of CRUD operations can automatically save the updated data.
g) Advanced Search function: for all the attributes of the players for conditional search, the search expression input approach used (expression support &&, | |,!, brackets, <, =,>), and can realize the players Name of fuzzy search (operator of ~), the output player details.
For example:
i. "Age is not more than 25 years and serving more than five years, or more than 100 goals a player," the query expression: (! (@ age> 25) && @ experience> 5) | | @ kick> 100
ii. "belong to the club A, B, all the players," the query expression: @ club = A | | @ club = B
iii. "abc name contains all the players," the query expression: @ name ~ abc
Requirements:
h) must be in the title up a code base modificatio
f) 文件存取功能:程序启动后自行从自定义的文件中读取所有俱乐部记录,并且各种增删改查操作后能够自动保存更新后的数据。
g) 高级搜索功能:可以对所有球员的各项属性进行条件搜索,搜索采用表达式输入的方式(表达式支持 &&、||、!、括号、<、=、>),并能实现对球员姓名的模糊查找(运算符为~),输出球员的详细信息。
例如:
i. “年龄不大于25且服役年限大于5年,或者进球数大于100的球员”,查询表达式:( !(@age>25) && @experience>5) || @kick>100
ii. “属于俱乐部A、B的所有球员”,查询表达式:@club=A || @club=B
iii. “名字中含有abc的所有球员”,查询表达式:@name~abc
要求:
h) 必须在题目一的代码基础上来修改;
i) 必须支持文件读写时的异常处理;
j) 文件格式采用文本文件,文件格式需自行设计;
k) 文件名可以由程序内部自行指定,不需要用户手动设置;
l) 其他要求与题目一相同;
m) 在题目要求基础上可以自行扩展功能,提供扩实用扩展功能者适当加分(加分不超过5分)。
-Descr iption: In the title on the basis of a program to increase file storage and advanced search functions.
f) file access functions: the program starts from its own custom file reads all club records, and a variety of CRUD operations can automatically save the updated data.
g) Advanced Search function: for all the attributes of the players for conditional search, the search expression input approach used (expression support &&, | |,!, brackets, <, =,>), and can realize the players Name of fuzzy search (operator of ~), the output player details.
For example:
i. "Age is not more than 25 years and serving more than five years, or more than 100 goals a player," the query expression: (! (@ age> 25) && @ experience> 5) | | @ kick> 100
ii. "belong to the club A, B, all the players," the query expression: @ club = A | | @ club = B
iii. "abc name contains all the players," the query expression: @ name ~ abc
Requirements:
h) must be in the title up a code base modificatio
(系统自动生成,下载前可以参看下载内容)
下载文件列表
作业2(专业版)--10211281--张力元\AdminStuff.h
.................................\Club.cpp
.................................\Club.h
.................................\ClubManage.cpp
.................................\ClubManage.h
.................................\Origin.cpp
.................................\Origin.h
.................................\Player.cpp
.................................\Player.h
.................................\sdsa.txt
.................................\zhangliyuan.txt
.................................\zly.txt
.................................\zzzlllyyy.txt
.................................\足球俱乐部管理程序(专业版).cpp
.................................\足球俱乐部管理程序(专业版).exe
.................................\足球俱乐部管理程序(专业版).sdf
.................................\足球俱乐部管理程序(专业版).sln
.................................\足球俱乐部管理程序(专业版).suo
.................................\足球俱乐部管理程序(专业版).vcxproj
.................................\足球俱乐部管理程序(专业版).vcxproj.filters
.................................\足球俱乐部管理程序(专业版).vcxproj.user
作业2(专业版)--10211281--张力元