-
BattleOffice2
出现对象时,就设计对象,直到漏打5个对象时,则失败。(There object to the design object, until the leak to 5 objects, then fails.)
- 2011-02-07 15:02:45下载
- 积分:1
-
4375485466
QQ玫瑰小镇辅助工具,游戏编程源码,很好的参考资料。有需要的就下载吧。(QQ rose town of auxiliary tools, game programming source code, a good reference. There is a need to download it.)
- 2013-10-09 11:52:55下载
- 积分:1
-
snake2
说明: 这是三维贪吃蛇小游戏,在一个空间曲面上爬行,比较难操作(This is a 3D Snake game that crawls on a spatial surface and it is difficult to control.)
- 2020-06-21 10:20:02下载
- 积分:1
-
JAVAgame
用JAVA语音完成的关于游戏的毕业设计,内部包含源码,论文等部分。(Internal contains the source code, papers and other parts with JAVA voice to complete the graduation project on the game.)
- 2012-03-25 08:11:21下载
- 积分:1
-
eluosi
用c++编写的俄罗斯方块小游戏,有兴趣的可以学习下(With c++ Tetris game, interested can learn under)
- 2013-10-15 22:11:42下载
- 积分:1
-
MineSweep
高仿win7的扫雷游戏,很适合初学者学习(High imitation win7 minesweeper game, it is suitable for beginners to learn)
- 2013-09-07 13:03:59下载
- 积分:1
-
snake
利用控制台操作实现界面贪吃蛇,功能具有代表性(use the perform of controlling to realise snake)
- 2012-11-09 00:16:58下载
- 积分: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
-
1000y的相关内容
1000y的相关内容 1000y related content
- 2019-03-06 04:44:59下载
- 积分:1
-
Eight-Queens-Games
说明: 八皇后小游戏,实现说明,以及代码实现原文件。(Eight Queens game to achieve that, and the code of the original document.)
- 2011-03-07 23:02:18下载
- 积分:1