-
zz
说明: java 棋类小游戏24点 , 可实现联机通信 , 供初学者学习(java study)
- 2014-12-29 12:28:40下载
- 积分:1
-
excel2json
Excel 转为 json格式, python3 代码(Excel converted to json format, code written in python3)
- 2019-05-19 05:22:44下载
- 积分:1
-
Linux 下C语言俄罗斯方块
Linux下使用C语言编写的俄罗斯方块小游戏。
可以实现全部的方块组合,变形,移动等功能,同时包含积分统计,级别提升,暂停等功能。
- 2023-01-24 04:55:04下载
- 积分:1
-
7QQ游戏大厅
说明: QQ游戏大厅,模仿QQ游戏大厅界面,实现下载等(QQ game hall, imitate QQ game hall interface, realize download, etc.)
- 2020-06-19 23:00:02下载
- 积分:1
-
Twenty-One-Pickup
Twenty-One Pickup是一个双人游戏,有一堆石头,共21块,每个人每次只能拿一块、两块或者三块,拿到最后一块者赢(Twenty-One Pickup)
- 2016-06-04 15:58:40下载
- 积分:1
-
AS3_game
actionscript 编游戏程序方面的书籍,比较好的资料(actionscript game series program books, better information)
- 2015-05-05 10:29:51下载
- 积分:1
-
view2
游戏地图编辑器一个基于VC++ MFC DX9 的地图编辑工具(Game map editor based on VC++ MFC DX9 map editing tools)
- 2013-08-29 09:05:08下载
- 积分:1
-
LabVIEW打地鼠游戏
资源描述
资源描述
基于LabVIEW进行了一款小游戏的开发,程序并不是很复杂,用了很多自定义的空间,以及通知器的架构,希望能给大家提供帮助,欢迎下载!!!
- 2022-07-16 16:42:33下载
- 积分: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
-
MineBomb
自动扫雷的小程序,可以对Windows下的扫雷程序,自动判断,点开无雷区。vc6.0实现。(auto mine bomb program。)
- 2017-05-24 12:16:09下载
- 积分:1