-
javaGuessing-game
猜数字游戏,java编码,Guessing game(Guessing game)
- 2011-11-14 19:57:02下载
- 积分: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
-
pywracer.2004.12.24.tar
赛车游戏 基于vc++的游戏设计 实现赛车游戏(car games)
- 2011-12-21 15:39:53下载
- 积分: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
-
youxikehuduan
这是一个游戏客户端的程序,大家可以看下,不是本人的。(This is a client gamesofeware,you can load for studing.)
- 2012-12-03 11:59:50下载
- 积分:1
-
Snake
贪吃蛇小游戏,C语言编写的,以前课程设计保留的,交流学习用(Snake game, C language, the previous curriculum design reserved, exchange of learning with)
- 2012-12-25 21:35:10下载
- 积分:1
-
final
用TC写的撞球游戏,有保存功能,排行榜功能和单双人模式,dos下运行(TC wrote billiard games, save function, ranking function and single and double player mode, dos run)
- 2013-10-27 19:19:15下载
- 积分:1
-
Double-version-of-Tetris
俄罗斯方块双人版(对应图片位置自己下载图片)(Double version of Tetris)
- 2015-04-18 18:32:12下载
- 积分:1
-
tetris
俄罗斯方块.本程序包含最基本设计框架,可以实现消格子(Tetris eluosfangkuai)
- 2013-06-29 19:39:43下载
- 积分:1
-
VCPPRpgGameStudy
使用VC++编写的,RPG游戏学习例子,简单演示了,地图上2个NPC(或主角人物)相互跑动的过程(Using VC++ written in RPG games learning example, a simple demo on the map two NPC (or protagonist) running each other)
- 2012-04-06 10:54:57下载
- 积分:1