-
AngryBird
实现简单的模拟angry birds小游戏(Simple analog angry birds game)
- 2012-05-25 10:21:48下载
- 积分:1
-
Puzzle-cPP
说明: 自己写的拼图游戏,vs2008,附带音乐和鼠标点击音乐(Write your own jigsaw puzzle, vs2008, incidental music and music mouse clicks)
- 2011-04-06 15:20:05下载
- 积分: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
-
Android_主角移动与地图平滑滚动
主角移动与地图平滑滚动,觉得不错,推荐给大家(Android_ movement and smooth rolling of the map)
- 2018-06-02 22:37:03下载
- 积分:1
-
snake
用java写的贪吃蛇小游戏,可以实现类似于掌机版的功能(Snake game written in java, you can achieve similar functionality of the handheld version)
- 2012-12-03 12:07:10下载
- 积分:1
-
KeysHitGame
用c#做的打字小游戏,对学习.NET的同学可能有所帮助(With c# To do the typing game, for learning. NET may be helpful to students)
- 2008-04-13 21:45:47下载
- 积分:1
-
BrickOut
这是用C#语言,.net平台所做的一个弹球的小游戏,是一个不错的了解windows编程的东西。(This is the C# language. Net platform doing a little game of pinball, is a good understanding of windows programming things.)
- 2005-08-22 17:24:01下载
- 积分:1
-
C-Programming-Language-Snake-
C语言程序设计:贪吃蛇程序源代码用TC2.0编译(C Programming Language: Snake program source code, compiled with TC2.0)
- 2011-04-22 16:44:10下载
- 积分:1
-
新版贪吃蛇(可连网)
用开发的新版贪吃蛇游戏,支持连网功能,并可由玩家选择主角的外观和食物的外观.(with the development of the new Snake games, support networking function, players can choose from the protagonist's appearance and the appearance of the food.)
- 2005-07-23 19:42:44下载
- 积分:1
-
RPG
rpg小游戏例程,单文档类,图像类和小游戏的人物角色(the rpg game routine, single document class, image class, small game characters)
- 2013-04-11 09:25:59下载
- 积分:1