-
erubox.txt.tar
Ubuntu系统下编译运行的俄罗斯方块源代码(ubuntu system complie source code)
- 2014-02-26 15:00:56下载
- 积分:1
-
TheTetrisGame
经典游戏俄罗斯方块的一种简单实现,支持玩家信息的保存和统计。(A classic game of Tetris simple implementation, support the players the preservation of information and statistics.)
- 2013-09-11 14:46:11下载
- 积分:1
-
doudihzu
是一款游戏,有很多级别的对手,你可以随便选择(Is a game, there are many levels of opponent, you could choose)
- 2011-08-02 21:24:51下载
- 积分:1
-
JingZiQi
“一字棋”游戏(又叫“三子棋”或“井字棋”),是一款十分经典的益智小游戏。“井字棋”的棋盘很简单,是一个3×3的格子,很像中国文字中的“井”字,所以得名“井字棋”。(experiment " word game" game (also known as " third son of Chess" or " tic-tac-toe game" ), is a very classic puzzle game. " Tic-tac-toe game," the board is very simple, is a 3 × 3 lattice, much like Chinese characters of " Well,")
- 2014-04-25 09:52:21下载
- 积分:1
-
Visual_C++GameDevelop
Visual C++游戏开发技术与实例一书配套光盘。包含了冒险屠宰场、入侵者、赛车、网络五子棋、网络台球、对战坦克大战和面包圈7个游戏实例的完整源代码。(Visual C++ Game development technology and examples of a book supporting CD-ROM. Contains adventure slaughterhouse, the invaders, car, network Gobang, network billiards, donut war Tankedaizhan and seven examples of a complete game source code.)
- 2020-06-26 03:40:02下载
- 积分:1
-
打砖块
C语言的打砖块游戏,源码已发出来!喜欢的拿去玩玩!(C language of the brick game, the source code has been sent out! Enjoy it!)
- 2020-09-01 15:08:10下载
- 积分:1
-
CrossGame
利用cocos2d-x引擎制作的十字消除类,益智游戏(Use cocos2d-x engine produced Cross eliminate class, puzzle games)
- 2013-10-09 08:48:38下载
- 积分:1
-
纵横
呵呵呵,新手自编,希望在支持,谢谢,呵呵呵呵(Ha ha ha, novice self-made, hope in support, thank you, ha ha ha ha!)
- 2017-07-12 20:43:39下载
- 积分: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
-
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