-
Screen4444
手机版的俄罗斯方块程序 休闲内的手机游戏(mobile version of russia block game.which is leisure mobile game.)
- 2005-08-01 16:34:08下载
- 积分:1
-
eluosi
用c++编写的俄罗斯方块小游戏,有兴趣的可以学习下(With c++ Tetris game, interested can learn under)
- 2013-10-15 22:11:42下载
- 积分: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
-
2
说明: 一个简单的俄罗斯方块,具有一般的功能,大家试着玩(A simple Tetris, with general features, we try to play)
- 2010-01-04 15:52:15下载
- 积分:1
-
supermario
这是一个模仿任天堂经典游戏《超级玛丽》的克隆游戏。目前支持windows
和linux两种操作系统。你应该已经得到了这个游戏的全部源代码和地图编辑器
的源代码。地图编辑器( MapEdit目录下 )使你可以充分发挥想象力,轻而易举
地创造出游戏中的关卡
(This is a mimic classic Nintendo game " Super Mario" games Cloning. Currently supports two types of windows and linux operating system. You should have been the game all the source code and map the source code editor. Map Editor (MapEdit directory) allows you to give full play to the imagination, easy to create in-game points)
- 2009-02-02 12:30:56下载
- 积分:1
-
SHUDU
求解数独游戏的一个非常好的源代码,很好很强大(a good source code for solving the game of sudoku)
- 2009-11-26 17:07:33下载
- 积分:1
-
Snake
这个资料是贪吃蛇游戏在Visual C++环境下实现的源代码(This information is Snake game source code under the Visual C++ environment)
- 2012-07-26 20:40:45下载
- 积分:1
-
link
连连看 小游戏 可以进行几本的连连看,玩得比较爽,看上去比较舒服(the little games,it is very good)
- 2013-09-28 22:55:09下载
- 积分:1
-
redblack
红黑棋游戏 在VC上可直接运行 不过要注意设置图片路径(Red Black game on the VC can be run directly but to pay attention to set the picture path)
- 2012-07-09 10:08:40下载
- 积分:1
-
lianliankan
一款简单的连连看源码,有暂停 有限时,选中方块颜色会有变化(code of
an easy game)
- 2014-07-14 17:08:02下载
- 积分:1