-
mySnikeNew
贪吃蛇游戏,简单,适合初学者.可以加速,变粗(Snake game, simple and suitable for beginners. Can speed up, thick)
- 2011-01-16 18:09:37下载
- 积分: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
-
Game
This algorithm is the game by name
- 2012-06-23 23:49:48下载
- 积分:1
-
Tetris
俄罗斯方块:只有一般功能,方便学习。如果想玩,还得自己加点东西哦!(Tetris: Only a general function to facilitate learning. If you want to play, had to add something to their Oh!)
- 2009-12-19 16:29:22下载
- 积分:1
-
doudihzu
是一款游戏,有很多级别的对手,你可以随便选择(Is a game, there are many levels of opponent, you could choose)
- 2011-08-02 21:24:51下载
- 积分:1
-
tanchishe2e53d2f2271b
MFC编写的贪吃蛇小游戏,适合MFC图形动画开发学习者学习。(Snake game written in MFC for MFC graphics and animation to the development of learners.)
- 2012-08-17 10:05:28下载
- 积分:1
-
4576585477
台球瞄准器,游戏编程源码,很好的参考资料。(Billiards sight, game programming source code, a good reference.)
- 2013-10-08 19:29:14下载
- 积分:1
-
guessing-game
用c语言写的猜数字游戏,源码共享给大家,方便大家学习!(A guessing game in C programming language; there is the source code for everyone to share and facilitate learning!)
- 2013-06-04 15:54:52下载
- 积分:1
-
JavaDesign
21点小游戏,本游戏用于无聊时消遣用,欢迎各位同志下载(the game of 21)
- 2012-06-17 22:31:25下载
- 积分:1
-
vb-supermario
用VISUAL BASIC编写的超级马里奥(supermario by VISUAL BASIC)
- 2013-10-15 12:06:00下载
- 积分:1