-
MGgame
迷宫游戏~~~算法!!!!!供新手参考!!参考!!!!!(~ ~ ~ Algorithm for maze game! ! ! ! ! Reference for the novice! ! Reference! ! ! ! !)
- 2011-04-19 17:07:09下载
- 积分:1
-
banoi
汉诺塔问题的递归求解.利用递归思想简单解决方法.(Recursive Tower of Hanoi problem solving. The use of recursive thinking of a simple solution.)
- 2007-10-03 15:52:05下载
- 积分:1
-
matchman
火柴人对打游戏的文件配置,说明,源代码等等,内容非常丰富啊(Matches people fighting game configuration files, description, source code, etc., the content is very rich ah)
- 2007-09-17 21:11:43下载
- 积分: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
-
WarCrafe
一个基于Wind32的游戏实例,对于学习和运用c++ 编写游戏是一个很好的参考(A game based Win32 and it is useful for you study the game programming)
- 2011-05-26 07:42:28下载
- 积分:1
-
MahjongGame
说明: 本章实现了一个完整的四人网络麻将游戏,该程序集服务器与客户端功能与一体。本章主要介绍了非对等的网络服务功能的建立,传输信息的序列化,建立虚拟的三维空间,绘制图形和显示位图,在内存中创建位图和绘制图形等。
(This chapter implements a complete network of four mahjong game, the assembly server and client-side functionality and integration. This chapter focuses on the non-reciprocal function of the establishment of network services, transmission of information sequences, building a virtual three-dimensional space, drawing graphics and display bitmaps, create a bitmap in memory and drawing graphics.)
- 2010-03-29 22:58:03下载
- 积分:1
-
六款小游戏代码
包括贪吃蛇,俄罗斯方块,扫雷,推箱子,连连看,拼图六款小游戏代码(Including the Snake, the Russian box, mine clearance, Sokoban, Lianliankan, six puzzle game code)
- 2020-06-26 03:00:02下载
- 积分:1
-
AngryBird
实现简单的模拟angry birds小游戏(Simple analog angry birds game)
- 2012-05-25 10:21:48下载
- 积分:1
-
YOUXI
vc++写的另一类型的小游戏俄罗斯方块,希望大家喜欢,请跟我联系(vc++ written by another type of game the Russian box, hope everyone likes, please contact with me)
- 2008-05-10 13:30:35下载
- 积分:1
-
Single-version-of-Tetris
俄罗斯方块单人版(使用简单的图形库实现了游戏的画面,图片可以自己在对应位置保存)(Single version of Tetris)
- 2015-04-18 18:30:35下载
- 积分:1