-
sanlianqi-
用c++编写的可以进行人人交战和人机交战的三连棋简洁版游戏(Can be prepared using c++ all three warring warring and human concise version of the game with chess)
- 2013-07-15 18:47:34下载
- 积分:1
-
GAME
程序产生一个随机数,游戏者输入数据进行猜测。治理员可输入密码,其中普通治理员只能获得答案,超级治理员获得答案并能修改普通治理员密码(Program generates a random number, the player to guess the input data. Administrator can enter a password, which the general administrator can only get answers, get answers and super administrator can modify the general administrator password)
- 2013-08-29 11:37:36下载
- 积分:1
-
XIAOQIUf
在使用TURBO C学习时编写的贪球游戏
功能十分简单
但是确是劳动的成果
希望大家支持(TURBO C in the use of study prepared by greedy ball game features a very simple but it is the outcome of the labor I hope you will support)
- 2009-01-09 20:57:12下载
- 积分:1
-
Russia
用netbeans俄罗斯方块功能的实现,可以使用(Tetris using netbeans functions to achieve)
- 2011-11-24 10:21:01下载
- 积分:1
-
Tetris
说明: vc++做的俄罗斯方块游戏,具有统计分数,级别
设置。(vc++ to do the Tetris game, with a statistical score, level setting.)
- 2011-04-14 14:25:52下载
- 积分:1
-
snake
用java写的贪吃蛇小游戏,可以实现类似于掌机版的功能(Snake game written in java, you can achieve similar functionality of the handheld version)
- 2012-12-03 12:07:10下载
- 积分:1
-
KeysHitGame
用c#做的打字小游戏,对学习.NET的同学可能有所帮助(With c# To do the typing game, for learning. NET may be helpful to students)
- 2008-04-13 21:45:47下载
- 积分:1
-
demining
使用QT实现扫雷,包括中键等功能。界面风格与windows扫雷类似(To use QT achieve demining, including the key functions)
- 2013-01-24 13:45:13下载
- 积分:1
-
2
说明: Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1
-
p53
这是一个贪吃蛇的游戏 希望大家喜欢 非常适合新手学习的哦(This is a snake code, suitable for beginners to hope that we support a lot
)
- 2013-06-20 21:24:53下载
- 积分:1