-
FIVE
自己写的五子棋代码,可以直接执行,效率很高(Write your own backgammon code that can be executed directly, high efficiency)
- 2013-10-10 10:56:31下载
- 积分: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
-
qzCAZMsJ
易语言坦克大战V1.0 单机版,游戏编程源码,很好的参考,有需要的就下载吧。(Easy language Tankedaizhan V1.0 single version, game programming source code, a good reference, there is a need to download it.)
- 2013-10-09 09:14:22下载
- 积分:1
-
PocketLian
Pocket PC上的连连看小游戏代码,模仿“连连看”的游戏基本功能的源代码修改而来(Lianliankan on Pocket PC game code, imitate Lianliankan the basic functions of the game s source code modifications from)
- 2007-11-29 09:13:52下载
- 积分:1
-
4576585477
台球瞄准器,游戏编程源码,很好的参考资料。(Billiards sight, game programming source code, a good reference.)
- 2013-10-08 19:29:14下载
- 积分:1
-
paopao
一个类似泡泡堂的战车游戏,界面华美,精细,是c#游戏制作的典型代表(A similar BNB chariot game, the interface gorgeous, fine, c# game production is a typical representative of)
- 2013-08-08 21:43:49下载
- 积分:1
-
3DTetris_Java
用java开发的3D俄罗斯方块。用到些 openGL的东西。还有个版本是基于C++开发的。请在站内搜索(3D Tetris
)
- 2012-02-19 20:54:27下载
- 积分:1
-
llk
使用VC实现的 连连看 所有源代码以及资源文件(Implemented using VC Lianliankan all source code and resource files)
- 2010-07-09 19:44:27下载
- 积分:1
-
RPGYX
说明: WEBRPG游戏源码。完全可以进入游戏!保证游戏质量!(Westward Journey WEB source. Can enter the game! To ensure the quality of the game!)
- 2020-11-19 15:29:38下载
- 积分:1
-
猜数字游戏
C++编写的猜数字游戏,供初学者参考。
- 2023-07-11 07:15:02下载
- 积分:1