-
white_black_game
经典的黑白棋游戏,采用VC编写,界面不是很好!(classic games, using VC prepared interface is not very good!)
- 2006-06-11 18:20:24下载
- 积分:1
-
SuperMario
Flex编写的超级玛丽游戏源码,可供初学者学习使用(Flex source code written in Super Mario games, for beginners to learn to use)
- 2011-10-17 16:10:10下载
- 积分: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
-
MyTetris
Java 实现的俄罗斯方块小游戏,采用MVC模式开发的(Tetris game using java,with MVC pattern)
- 2011-10-30 19:42:11下载
- 积分:1
-
Test
MFC平台
打砖块游戏代码
面向对象程序设计思想编写
(MFC platform BrickBreaker design object-oriented programming code written)
- 2021-01-10 13:28:51下载
- 积分:1
-
JavaDesign
21点小游戏,本游戏用于无聊时消遣用,欢迎各位同志下载(the game of 21)
- 2012-06-17 22:31:25下载
- 积分:1
-
fangkuai
说明: 俄罗斯方块。最经典的益智游戏,不仅可以学习,还能增加想要的功能(Tetris. The most classic puzzle game can not only learn, but also increase the function you want)
- 2010-04-14 10:37:25下载
- 积分:1
-
zhongguoxiangqiCPP
c语言版本中国象棋,完美实现经典象棋的c语言程序源代码。(c language version of Chinese chess, the perfect realization of the classic chess c language program source code.)
- 2013-09-29 16:14:03下载
- 积分:1
-
trade
俄罗斯方块,对c++ builder 初学者有一定好处。(Tetris, the c++ builder for beginners there are certain advantages.)
- 2012-01-01 20:08:34下载
- 积分:1
-
feixingqi
简单的小游戏,飞行棋,用MFC制作的,可以顺利的完成这个游戏.(Simple games, flight chess, made with MFC, you can smoothly complete the game.)
- 2021-01-04 09:48:55下载
- 积分:1