-
finguess
VB编写的图形界面的猜拳小游戏,供初学者参考。(Program for "finger guess game", by Visual Basic.)
- 2013-09-27 11:19:17下载
- 积分:1
-
LifeGame
生命游戏(LifeGame),利用VBA实现,在Excel中运行,以单元格模拟图形界面(Game of Life (LifeGame), implemented using VBA running in Excel cell simulation graphical interface)
- 2012-12-12 15:53:49下载
- 积分:1
-
farm
一款基于PYTHON语言,用VIZARD软件写的小游戏 操作上类似于打地鼠 实际上是赚钱开农场的剧情 有排行榜 表妹说..挺好玩的(A small game, based on Python, written by Vizard.)
- 2020-06-30 07:00:01下载
- 积分:1
-
sPCK
完美世界游戏客户端pck解包打包工具,同时支持cup更新包解包。(Perfect world game client PCK unpack packaging tools, at the same time support CPU update package.
)
- 2013-10-24 15:03:00下载
- 积分:1
-
TETRIS
此文档为visual c++平台实现俄罗斯方块的部分参考代码。已经通过调试通过。(This document is visual c++ platform Tetris part reference code. Has passed through debugging.)
- 2013-10-23 21:46:26下载
- 积分:1
-
src8
WP7摇晃PiggyBank源码 (Visual C#)(WP7 shake PiggyBank source (Visual C#))
- 2013-06-26 06:37:27下载
- 积分: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
-
TestDrawLine
Java 连连看游戏,简单,源码 (Java, Snake game, simple, source)
- 2013-08-29 15:15:25下载
- 积分:1
-
ersDesign
本人做的俄罗斯方块游戏,java语言,图形界面,是课程设计时做的(I do Tetris game, java language, graphical interface, the design of the course do)
- 2012-12-09 10:57:04下载
- 积分:1
-
zuma
祖玛小游戏 实现基本功能 基本算法 给大家参考一下 地图两种圆形 和 直线(Zuma game to achieve the basic functions basic algorithm to refer to two kinds of circular and linear maps)
- 2013-09-02 22:50:26下载
- 积分:1