-
kill
N个人的杀人游戏,数到M的被杀掉,最后剩第几个。(N individuals to kill the game, count to M is killed, and finally left the first of several.)
- 2014-04-24 09:42:03下载
- 积分:1
-
wuziqi
五子棋巧妙设计,可以帮你设计出界面丰富的五子棋,很好玩(Backgammon clever design can help you design the 331 interface, a lot of fun)
- 2012-05-21 18:25:06下载
- 积分:1
-
QuadTreeLOD
采用VC及Opengl基于四叉树及LOD算法的室外三维地形实时渲染源代码(The use of VC and Opengl quadtree-based LOD algorithm and outdoor real-time rendering of three-dimensional terrain source code)
- 2009-03-29 21:25:42下载
- 积分:1
-
feixingqi
简单的小游戏,飞行棋,用MFC制作的,可以顺利的完成这个游戏.(Simple games, flight chess, made with MFC, you can smoothly complete the game.)
- 2021-01-04 09:48:55下载
- 积分:1
-
BaiRenNiuNiu
网狐6602的百人游戏。希望对初学者或者游戏爱好者有所帮助(Fox Network 6602 hundred games. I hope to help beginners or gaming enthusiasts)
- 2013-12-09 14:00:04下载
- 积分:1
-
JSGames
说明: js小游戏源码例如:微信打飞机, 泡泡龙,开心消消乐,架子鼓(All kinds of JS games source code such as: Wechat Airplane, Bubble Dragon, Happy and Fun, Drum shelf)
- 2019-05-17 11:37:02下载
- 积分:1
-
Max7_SDK
max插件用的...
做游戏可以参考的啊啊啊啊 (max plug-ins used to do the game ... can refer to the ah ah ah ah)
- 2007-10-27 15:29:51下载
- 积分:1
-
SHUDU
求解数独游戏的一个非常好的源代码,很好很强大(a good source code for solving the game of sudoku)
- 2009-11-26 17:07:33下载
- 积分:1
-
Chess
说明: LABVIEW编写的围棋游戏,具备围棋的基本规则(Go play written LABVIEW)
- 2011-02-23 15:51:15下载
- 积分: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