-
tolua-master (1)
game ai ,lua scripts for unity develop! ulua framework!
- 2018-03-24 12:58:49下载
- 积分:1
-
MineSweep
高仿win7的扫雷游戏,很适合初学者学习(High imitation win7 minesweeper game, it is suitable for beginners to learn)
- 2013-09-07 13:03:59下载
- 积分:1
-
game
用matlab实现的一个打地鼠的游戏,建议大家下载后学习一下,可以学到关于图像移动,鼠标捕捉,figure等方面的实际操作(Using matlab to achieve a fight to control the game, we recommend that you download to learn about, you can learn about the image moves, mouse capture, figure and other aspects of the actual operation)
- 2013-05-22 19:52:12下载
- 积分:1
-
crossriver
基于Python的青蛙过河游戏,每次移动一个青蛙,可以实现后悔功能(Python-based Frogger game, every move a frog, you can achieve regret function)
- 2016-12-25 21:26:52下载
- 积分:1
-
LLK1.41_FullSources
连连看.net代码。最新更新的,VS2005开发。(Lianliankan. Net code. The latest update, VS2005 development.)
- 2008-04-18 09:28:04下载
- 积分:1
-
python_plane
说明: 用python做的一个飞机大战小游戏,希望学习python编程的朋友可以参考(A small game of airplane battle with Python. Friends who want to learn python programming can refer to it)
- 2019-12-11 14:41:25下载
- 积分:1
-
飞机大战
说明: 不是用面对对象方式写的 简单的飞机大战 基础语法 pygame(Simple Aircraft Warfare Not Written in Object-to-Object Way)
- 2020-06-15 22:40:02下载
- 积分:1
-
RndGame
五子棋,wcf服务端客户端。可聊天。。。。。。。( wuziqi wpf-wcf)
- 2020-07-03 06:20:02下载
- 积分: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
-
趣味数字
一个搞笑游戏,其中的算法很有意思,大家可以下载后玩一玩,但界面很垃圾,希望大家帮忙改改.(a funny game, the algorithm is very interesting, you can download a play after play, but the interface is rubbish, we hope to help change it.)
- 2005-06-20 17:36:51下载
- 积分:1