-
三界神话2013
经典三界神话MUD游戏,这个算比较新的版本了!(Classic MUD game of three realms myth, this is a relatively new version!)
- 2019-05-23 10:20:40下载
- 积分:1
-
json-c.tar
说明: json编解码,json源文件,交叉变异后,或者直接编译后,用于jons解析和生成json格式数据。(json-c:Json codec,json source file, cross mutation, or directly compiled, jons for parsing and generating json format data.)
- 2019-04-24 14:26:39下载
- 积分:1
-
UVALive4849
uvalive4849的ac源码。算法:2-sat。题意:给n(n<=3000)个黑方块的坐标,保证黑方块没有公共边。对于每个黑方块选一个角作为结点,使得所选结点满足输入的一个无向图。其中距离为曼哈顿距离。输出是否有解。possible或impossible。(AC source of uvalive 4849. Algorithms: 2-sat. Meaning of the questions: to n (n <= 3000) coordinates a black box, to ensure that there is no common edge black squares. For each black box to choose a corner as nodes, such that the selected nodes meet a directed graph with no input. Where the distance is the Manhattan distance. Output is solvable. possible or impossible.)
- 2015-01-25 21:27:51下载
- 积分:1
-
跑马灯UILable
跑马灯UILable,跑马灯UILable,跑马灯UILable
- 2022-03-26 19:31:23下载
- 积分:1
-
2
说明: C和C++程序员面试宝典书籍,包含公司企业面试人员的常问问题以及解答的技巧。这是第二章的内容。(C and C++ programmers interview collection of books, frequently asked questions and answers included corporate staff interview skills. This is the content of the second chapter.)
- 2016-05-08 23:22:04下载
- 积分:1
-
中科院算法分析与设计历年考试题_陈玉福_国科大
说明: 中国科学院大学陈玉福老师《算法设计与实现》课的期末复习资料。(The final review materials of algorithm design and implementation by Chen Yufu, a teacher from the University of Chinese Academy of Sciences.)
- 2020-12-17 15:49:12下载
- 积分:1
-
IR_reciever
1、开关键:开关状态循环;前次调光到关断状态时 联合开发网 - pudn.com
- 2018-08-19 09:31:10下载
- 积分:1
-
2018C语言考研真题
【实例简介】2018C语言考研真题
- 2021-12-14 00:45:22下载
- 积分:1
-
基于stm32的二维码生成
stm32为核心,将信息转化为二维码后在tftled屏上显示出来
- 2022-01-21 20:35:25下载
- 积分:1
-
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