-
Task1-trial--10211281--zly
描述:足球俱乐部包括球员、普通行政人员。球员有姓名、年龄、能力、年薪、转会费、进球总数、服役年限等重要参数;普通行政人员有姓名、年龄、能力、年薪等参数。你需要给相关管理机构开发一个管理程序,实现对众多足球俱乐部管理的基本功能。具体功能包括:
a) 俱乐部的增删改查,俱乐部的属性包括名称、现金、其下人员;
b) 可以对所有球员的各项属性进行简单搜索,支持输入多个条件,条件之间用&&连接,例如:
i. “年龄不大于25且服役年限大于5年且进球数大于100的球员”,查询表达式:!(@age>25) && @experience>5 && @kick>100
c) 支持球员在不同俱乐部间的买卖,买卖需符合以下条件:作为买方的俱乐部的现金>=球员的转会费,交易完成后,卖方将得到转会费。
要求:
d) 必须采用面向对象的方式,使用类组织数据结构,并注意类的继承关系;
e) 在题目要求基础上可以自行扩展功能,提供扩实用扩展功能者适当加分(加分不超过5分)。
(Description: Football club including players, general administrative staff. Player name, age, ability, salary, transfer fee, total number of goals, service life and other important parameters ordinary administrative staff name, age, ability, salary and other parameters. You need to give the relevant management agencies to develop a management program to achieve the number of football club management s basic functions. Specific features include:
a) the club CRUD, the name of the club s property, including cash, under which personnel
b) all players can perform a simple search of the property, supports input multiple conditions with && connection between conditions, for example:
i. "Age is not greater than 25 and greater than 5 years service life and goals more than 100 players," query expression:! (@ age> 25) && @ experience> 5 && @ kick> 100
c) Support the players traded between different clubs, the sale subject to the following conditions: As a buyer s club cash> = pl)
- 2013-08-20 10:09:29下载
- 积分:1
-
Server
一个简单的http服务器程序,带有简单的界面(A simple http server, with a simple interface)
- 2015-04-30 22:38:41下载
- 积分:1
-
葵花宝典
a valuing note for c/c++
- 2019-05-09 18:52:59下载
- 积分:1
-
对k-means聚类算法的改进
K均值算法的一个改进算法,简单实用,但是有点简单。(K-means algorithm of an improved algorithm is simple and practical, but a bit simple.)
- 2020-06-30 11:20:02下载
- 积分:1
-
stm32f4-usb-msc-(sd-card)
本例是基于STM32F407完成对。本代码主要完成MP3播放,界面显示等功能,还可在此基础上外扩点阵屏实现LED显示功能!(This case is based on the completion of the STM32F407. The code is mainly to complete MP3 playback, interface display and other functions, can also be based on the expansion of LED dot matrix screen display function!)
- 2015-07-14 12:05:05下载
- 积分:1
-
fxvppy
一个简易的bootloader,主要实现基于mini2440的DM9000网卡初始化()
- 2018-02-14 21:42:20下载
- 积分:1
-
j1939
it s provide un a specification to implement the protocole J1939
- 2010-07-03 04:31:07下载
- 积分:1
-
dimensional-indoor-positioning--NLOS
本人做的无线三维室内定位毕业论文程序,可以有效削弱NLOS,时间同步,多径效应的影响,对研究生学习很有帮助。(I make three-dimensional wireless indoor positioning thesis program can effectively weaken the NLOS, time synchronization, multi-path effects, to master Dr. helpful.)
- 2016-09-18 10:07:47下载
- 积分:1
-
APIT
APIT定位算法的matlab仿真编码,具体代码段(Of APIT positioning algorithm matlab simulation code, the specific code section)
- 2012-05-19 09:45:49下载
- 积分:1
-
testbuttonround
说明: 展示如何设置圆形按钮, 用C#开发, 是winform初学者好的例子(It is a good example for beginners of WinForm to show how to set the round button and develop it with C sharp)
- 2020-06-22 16:16:27下载
- 积分:1