-
Eluosi
以前写的一个俄罗斯方块程序
纯Windows API 和 GDI接口编写的
是学习Windows编程的好例子(A Tetris program used to write pure Windows API the GDI interface to write is a good example to learn Windows programming)
- 2012-09-07 13:12:21下载
- 积分:1
-
java_fangkuai
俄罗斯方块经典款,用java语言编写。。(Tetris classic, java prepared.)
- 2013-09-03 21:52:49下载
- 积分:1
-
dlq
400RMB买的诛仙登录器源码,现在发出来(The 400RMB buy Zhu Xian login source, now issued to)
- 2012-08-17 20:06:13下载
- 积分:1
-
RPG
rpg小游戏例程,单文档类,图像类和小游戏的人物角色(the rpg game routine, single document class, image class, small game characters)
- 2013-04-11 09:25:59下载
- 积分:1
-
魔兽世界模型观察器 wowmodelview-0.48e
魔兽世界模型观察器
魔兽世界模型察看器4.8e(含源码) [9M](World of Warcraft World of Warcraft model viewer Model View browser 4.8e (with source) [9M])
- 2020-06-26 03:00:02下载
- 积分:1
-
射击游戏
基于pygame简单的2维平面射击游戏。python新手可以参考(A Simple 2-D Planar Shooting Game Based on pyGame)
- 2019-04-20 10:14:01下载
- 积分:1
-
java
java 课程设计五子棋游戏
(1) 实现具有图形用户界面的五子棋游戏,界面美观。
(2) 可以实现人-人对战或者简单算法的人-机对战。(java course design welcome to play (1) implementation with a graphical user interface welcome to play beautiful interface. (2) can be achieving- Skirmish or a simple algorithm of people- Machine Battle.)
- 2009-12-07 09:17:45下载
- 积分:1
-
greedy-snake
游戏-贪吃蛇vb2008 visual basic 2008(games-greedy snake)
- 2012-08-03 22:23:51下载
- 积分:1
-
tanchi
这是一个贪吃蛇游戏的源程序,可通过控制蛇身的上下左右移动吃到食物后,蛇身增加,最后可输出成绩(This is a Snake game source code can be up and down by controlling the snake to eat the food and move around, the snake increases, the final output results)
- 2010-11-29 13:32:23下载
- 积分: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