-
03
说明: 黑白下棋的吃子算法.规则,对(x,y)坐标进行规则判断,并吃子。(Black and white chess eating algorithms. Rules, rules judge (x, y) coordinates, and eat the child.)
- 2012-06-25 18:56:11下载
- 积分: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
-
html5猜谜游戏
一款用html5开发的猜谜游戏,点击国家选择对应首都,如果正确则移动相应元素并加分,否则恢复原状。
- 2022-01-26 04:16:52下载
- 积分:1
-
走迷宫
说明: 小游戏,为了增加游戏乐趣可修改游戏时间限制(Game, can modify the game time limit)
- 2020-06-21 05:40:02下载
- 积分:1
-
A2-templ_v12.tar
svg 图片 读取 更改 打开 关闭 保存 画画(svg viewer)
- 2011-05-18 03:01:14下载
- 积分: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
-
zoumigong
用VC++设计的一个走迷宫的小游戏,界面显示,用键盘控制人物走动(Designed with a maze of VC Games,Interface display, using the keyboard to control the characters move)
- 2011-12-06 16:47:55下载
- 积分:1
-
DICE
DICE掷骰子游戏完整源码图片齐全实例分解(DICE dice game complete example of a complete decomposition of source image)
- 2010-05-25 14:41:05下载
- 积分:1
-
Search-maze-game
搜寻迷宫小游戏,将球抛出,自动会找出正确出口。(Search maze game, the ball will be thrown, will automatically find the correct exports)
- 2013-11-11 10:48:01下载
- 积分:1
-
Classicgamessource
说明: 用C编写的经典游戏程序源码(有俄罗斯方块、贪吃蛇、推箱子等)(Classic games source by C)
- 2010-04-18 08:00:45下载
- 积分:1