文件名称:Task3-enterprise--10211281--zly
- 所属分类:
- 系统编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-08-20
- 文件大小:
- 12.33mb
- 下载次数:
- 0次
- 提 供 者:
- 正*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
描述:在题目二的程序基础上,增加远程访问功能,采用客户端/服务器的方式,实现两种远程操作
n) 高级搜索,在客户端上执行搜索,其搜索范围除了本地数据以外,也应该返回服务端的搜索结果;
o) 球员买卖,客户端可以发起向服务端买入球员的请求,如果符合买卖条件,交易成功,该球员从服务端删除,进入客户端选定的俱乐部。
要求:
p) 必须在题目二的代码基础上来修改;
q) 必须使用Socket作为远程通信技术,可以使用更高层次的Socket封装类;
r) 其他要求与题目二相同;
s) 在题目要求基础上可以自行扩展功能,提供扩实用扩展功能者适当加分(加分不超过5分)。
-Descr iption: In the title two procedures, based on the increase in remote access capabilities, uses a client/server approach to achieve two kinds of remote operation
n) advanced search, search is performed on the client, in addition to its search scope beyond the local data, it should return to the service side of search results
o) The player trading, the client can initiate the players to buy the server s request, if they meet the conditions of sale, the transaction is successful, the player is removed from the server into the client selected clubs.
Requirements:
p) must be in the title of the code base up two modifications
q) must be used as a remote Socket communication technology, you can use a higher level of package Socket class
r) Other requirements with the same title two
s) on the basis of the questions asked can expand their own capabilities, providing extended functionality by expanding the appropriate practical points (plus no more than 5 minutes).
n) 高级搜索,在客户端上执行搜索,其搜索范围除了本地数据以外,也应该返回服务端的搜索结果;
o) 球员买卖,客户端可以发起向服务端买入球员的请求,如果符合买卖条件,交易成功,该球员从服务端删除,进入客户端选定的俱乐部。
要求:
p) 必须在题目二的代码基础上来修改;
q) 必须使用Socket作为远程通信技术,可以使用更高层次的Socket封装类;
r) 其他要求与题目二相同;
s) 在题目要求基础上可以自行扩展功能,提供扩实用扩展功能者适当加分(加分不超过5分)。
-Descr iption: In the title two procedures, based on the increase in remote access capabilities, uses a client/server approach to achieve two kinds of remote operation
n) advanced search, search is performed on the client, in addition to its search scope beyond the local data, it should return to the service side of search results
o) The player trading, the client can initiate the players to buy the server s request, if they meet the conditions of sale, the transaction is successful, the player is removed from the server into the client selected clubs.
Requirements:
p) must be in the title of the code base up two modifications
q) must be used as a remote Socket communication technology, you can use a higher level of package Socket class
r) Other requirements with the same title two
s) on the basis of the questions asked can expand their own capabilities, providing extended functionality by expanding the appropriate practical points (plus no more than 5 minutes).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
作业3(企业版)--10211281--张力元\client\AdminStuff.h
.................................\......\client.exe
.................................\......\client.sdf
.................................\......\client.sln
.................................\......\client.suo
.................................\......\client.txt
.................................\......\client.vcxproj
.................................\......\client.vcxproj.filters
.................................\......\client.vcxproj.user
.................................\......\Club.cpp
.................................\......\Club.h
.................................\......\ClubManage.cpp
.................................\......\ClubManage.h
.................................\......\Origin.cpp
.................................\......\Origin.h
.................................\......\Player.cpp
.................................\......\Player.h
.................................\......\足球俱乐部管理程序(企业版).cpp
.................................\server\AdminStuff.h
.................................\......\Club.cpp
.................................\......\Club.h
.................................\......\ClubManage.cpp
.................................\......\ClubManage.h
.................................\......\Origin.cpp
.................................\......\Origin.h
.................................\......\Player.cpp
.................................\......\Player.h
.................................\......\server.exe
.................................\......\server.sdf
.................................\......\server.sln
.................................\......\server.suo
.................................\......\server.txt
.................................\......\server.vcxproj
.................................\......\server.vcxproj.filters
.................................\......\server.vcxproj.user
.................................\......\zzlllyyy.txt
.................................\......\足球俱乐部管理程序(企业版).cpp
.................................\client
.................................\server
作业3(企业版)--10211281--张力元