-
Triton
Triton game, modification of pyton or snake
- 2012-08-18 04:48:48下载
- 积分:1
-
shuduchenshi
数独程式原代码,对学习数独编程很有帮助!(few independent program source code, to learn a number of useful programming alone!)
- 2007-02-13 12:59:09下载
- 积分:1
-
demining
使用QT实现扫雷,包括中键等功能。界面风格与windows扫雷类似(To use QT achieve demining, including the key functions)
- 2013-01-24 13:45:13下载
- 积分:1
-
2012de6.8
2012超级模块 希望大家支持一下啊 2012超级模块 希望大家支持一下啊 (The 2012 super module.)
- 2015-05-02 04:17:46下载
- 积分:1
-
AdvInAbat
说明: 一个采用VC+DX8.0编程的2D游戏, 有一定的可玩性.
游戏主题: 屠宰场.
同时, 对于学习DX和VC也有一定的帮助
(using VC DX8.0 a 2D game programming, a certain degree of fun. The game theme : the slaughterhouse. Meanwhile, the study also DX and VC can help)
- 2005-10-13 17:11:32下载
- 积分:1
-
Tetris-game
《C++高级语言程序设计案例与实践辅导(北京市高等教育精品教材立项项目配套教材)》-案例分析:俄罗斯方块游戏(" C++ Advanced Language Program Design Case and Practice Guidance (Beijing Higher quality materials Projects of supporting materials)" - Case Study: Tetris game)
- 2014-08-25 10:37:03下载
- 积分:1
-
PUZZLE
The 8-puzzle problem
- 2010-02-20 16:00:21下载
- 积分: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
-
TETRIS
此文档为visual c++平台实现俄罗斯方块的部分参考代码。已经通过调试通过。(This document is visual c++ platform Tetris part reference code. Has passed through debugging.)
- 2013-10-23 21:46:26下载
- 积分:1
-
ChildrenOnlineGame_FinalNewFinal
这是一款基于VC制作的儿童游戏 界面舒适(This is a VC-based game interface making children comfortable)
- 2011-07-29 16:58:15下载
- 积分:1