-
white_black_game
经典的黑白棋游戏,采用VC编写,界面不是很好!(classic games, using VC prepared interface is not very good!)
- 2006-06-11 18:20:24下载
- 积分:1
-
Double-version-of-Tetris
俄罗斯方块双人版(对应图片位置自己下载图片)(Double version of Tetris)
- 2015-04-18 18:32:12下载
- 积分:1
-
MineCraft
独立游戏 minecraft 的源代码 及服务器 源代码.(The minecraft independent game source code and the server source code.)
- 2012-07-24 14:14:36下载
- 积分:1
-
chinachess
本文主要研究基于Java 技术的中国象棋游戏的分析与设计,对中国象棋游戏特殊的行棋规则给予了细致的分析与理解,设计出了一种实时可行的行棋规则,从移动范围、移动方向和穿越障碍几个方面重新描述行棋规则,基于Java技术通过计算机模拟实现了中国象棋特殊的行棋规则算法,设计出了一种可行的方法,使每个棋子的行棋路线都严格遵循本身的行棋规则,游戏的实战对弈得以实现,通过实验运行,证明这种限定棋子行棋路线的方法是可行的,并得到了预期的目标(This paper studies the analysis and design of the Chinese chess game based on Java technology, a special line chess rules of Chinese chess game to give the detailed analysis and understanding to design a real-time feasible line chess rules, from the range of movement, direction of movementand through the obstacles to re-describe the line chess regulation)
- 2012-04-23 22:29:26下载
- 积分:1
-
六款小游戏代码
包括贪吃蛇,俄罗斯方块,扫雷,推箱子,连连看,拼图六款小游戏代码(Including the Snake, the Russian box, mine clearance, Sokoban, Lianliankan, six puzzle game code)
- 2020-06-26 03:00:02下载
- 积分:1
-
贪吃蛇
贪吃蛇游戏,用C#编写的程序。我也是从csdn上面下载来的。(Snake game, written with C# program. I downloaded it from CSDN too.)
- 2017-11-08 11:06:24下载
- 积分:1
-
Hangman
非图形版的小巧玲珑的Hangman!
不一样的感觉!(non-graphic version of the small size of Hangman! Not the same feeling!)
- 2006-07-29 04:57:12下载
- 积分:1
-
Russia
用netbeans俄罗斯方块功能的实现,可以使用(Tetris using netbeans functions to achieve)
- 2011-11-24 10:21:01下载
- 积分: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
-
XIAOQIUf
在使用TURBO C学习时编写的贪球游戏
功能十分简单
但是确是劳动的成果
希望大家支持(TURBO C in the use of study prepared by greedy ball game features a very simple but it is the outcome of the labor I hope you will support)
- 2009-01-09 20:57:12下载
- 积分:1