-
消灭星星
说明: 在Windows平台上用C++开发的一款游戏,源代码已经打包(A game application developed with C++ progamming language on Windows OS.The source code is be contained.)
- 2020-06-18 14:40:02下载
- 积分:1
-
Tetris
俄罗斯方块,可以自定义形状,包含线程,托管,画图的方面的代码(Tetris, can custom shape, including thread, custody, drawing aspects of the code)
- 2012-03-18 00:39:55下载
- 积分:1
-
zhongguoxiangqiCPP
c语言版本中国象棋,完美实现经典象棋的c语言程序源代码。(c language version of Chinese chess, the perfect realization of the classic chess c language program source code.)
- 2013-09-29 16:14:03下载
- 积分:1
-
五子棋cc
实验课实现的简易五子棋人机对弈系统。可以选择不同难度。(A simple man-machine game system of Gobang is realized in the experimental course. You can choose different difficulties.)
- 2019-07-07 15:38:25下载
- 积分:1
-
ZLLK
一个简单的连连看游戏提供给大家,希望能给新手一些帮助(A simple Snake game available to everyone, I hope to give some help novice)
- 2013-12-18 21:05:29下载
- 积分:1
-
OJN-Necro-Comparision-[Source-Code]
This is Source Code of Tools to Comparing Correct OJN Files with Damaged OJN Files with OJNList Files, that files is used by O2Jam
- 2011-11-27 19:44:02下载
- 积分:1
-
doudihzu
是一款游戏,有很多级别的对手,你可以随便选择(Is a game, there are many levels of opponent, you could choose)
- 2011-08-02 21:24:51下载
- 积分:1
-
8queen
在一个8×8国际象棋盘上,有8个皇后,每个皇后占一格;要求皇后间不会出现相互"攻击"的现象,即不能有两个皇后处在同一行、同一列或同一对角线上。问共有多少种不同的方法。
本算法采用一维数组来进行处理。数组的下标i表示棋盘上的第i列,a[i]的值表示皇后在第i列所放的位置。如:a[1]=5,表示在棋盘的第一例的第五行放一个皇后。(8 × 8 in a chess set, there s eight, each accounting for a Queen s grid request will not be any mutual between Queen s attack phenomenon, that can not have two Queen s in the same line, the same row or the same diagonal. Asked the total number of different ways. This algorithm uses one-dimensional array to be processed. Array subscript i said i chessboard first out, a [i] value that s in the first place i listed by location. Such as: a [1] = 5, said the first cases in the chessboard of the fifth line of a Queen s release.)
- 2007-12-15 22:24:44下载
- 积分: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
-
gameTank
JAVA做的一个坦克大战,功能还算可以,比较适合学习(a game---java---)
- 2012-02-18 09:12:19下载
- 积分:1