-
PLAY-GAMMA
打字游戏 很简单 很简单 经典 SDK ( jian dan jingdia )
- 2014-06-04 23:00:27下载
- 积分:1
-
C#连连看 游戏源码完整实例
连连看 .net版本
- 2013-01-09下载
- 积分:1
-
AngryBird
java编写的模仿愤怒小鸟的游戏,java版愤怒的小鸟,附带源码,编写的比较乱,希望能为大家带来点快乐。(java written in imitation of angry birds, game, java version of an angry bird, comes with source code, written in chaotic, I hope to bring point of happiness.)
- 2020-07-01 07:40:02下载
- 积分:1
-
semc-standby-app
Standby j2me app example with tut
- 2013-10-19 06:41:24下载
- 积分:1
-
move_mouse
py game sample
sample game for biginners
- 2015-07-16 10:08:41下载
- 积分:1
-
final
用TC写的撞球游戏,有保存功能,排行榜功能和单双人模式,dos下运行(TC wrote billiard games, save function, ranking function and single and double player mode, dos run)
- 2013-10-27 19:19:15下载
- 积分:1
-
c_版传奇完整源码(服务端 客户端)
传奇源码!c#版传奇完整源码(服务端+客户端),Mirserver.rar为配套服务端,GameOfMir.rar为源代码,代码带部分注释,可正常编译运行,附编译和架设视频教程,数据库为SqlLite.(Legendary source code! C# Legendary Complete Source Code (Server + Client), Mirserver. rar as supporting server, GameOfMir. rar as source code, code with some comments, can be compiled and run normally, with compilation and installation of video tutorials, database SqlLite.)
- 2019-01-27 10:35:49下载
- 积分:1
-
MUsever
网络游戏私服架设录像+乐都奇迹(MU)服务端,有兴趣的朋友可以自己架着玩一玩(network of video game music set up private servers are miracles (MU) server, Interested friends can play an installed themselves playing)
- 2007-05-11 11:38:26下载
- 积分:1
-
source
《Visual C++游戏开发经典案例详解》书中的源代码,希望对大家有一些帮助!(" Visual C++ game development classic cases." book of the source code, we hope to have some help!
)
- 2011-12-27 10:34:45下载
- 积分: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