-
1
说明: 输入1-13中的四个数,输入要计算的值(24点游戏就输入24),计算机穷举法给出计算公式(Enter the four numbers 1-13, enter the values to be calculated (24-point game on the importation of 24), the computer gives exhaustive formula)
- 2013-06-27 13:20:15下载
- 积分:1
-
snake
很简单的贪吃蛇,用的都是WINDOWS的API,不过是早期写的,可能可读性上差点,新手可以看(Snake is very simple)
- 2011-07-09 18:38:28下载
- 积分:1
-
Snake_Source100802
贪吃蛇
利用屏幕的左右单击控制方向。(Snake using the left and right click control the direction of the screen.)
- 2010-08-02 10:13:09下载
- 积分:1
-
gameprg
game 游戏 华容道(game game Hua Rong Dao)
- 2008-03-13 17:39:45下载
- 积分:1
-
saolei
非常非常具有可玩性、功能界面都无话说的VB扫雷游戏(Very very playable, functional interfaces are no words of mine VB game)
- 2011-08-13 21:31:41下载
- 积分:1
-
Lianliankan
一个好玩的连连看游戏,用Visual Basic 语言开发,我只完成了基本代码,请多多指教。(Lianliankan a fun game, developed in Visual Basic language, I only completed the basic code, exhibitions.)
- 2011-08-05 20:44:07下载
- 积分:1
-
skyblue_PinTu
拼图 源代码 大家可以参考学习一下……(Puzzles everyone can refer to the source code to learn about ... ...)
- 2009-02-07 21:58:17下载
- 积分:1
-
bomballs
VB模拟小球碰撞,随机产生不同质量大小的小球,可以改变初始速度和动能损失率,适合初学者(VB simulation of small ball collision, randomly generated different quality size ball, can change the initial velocity and kinetic energy loss rate, suitable for beginners)
- 2011-12-11 21:42:59下载
- 积分: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
-
87657435876
java写的手机小游戏,黄金矿工2,附带源码。(Written in Java mobile phone games, 2 gold miners, with source code.)
- 2013-09-09 20:02:32下载
- 积分:1