-
bomb-game
扫雷游戏的C++代码,适用于学习C++的初学者,有助于理解程序,提升能力。(
Minesweeper game C++ code, suitable for beginners to learn C++, to help understand the process, enhance the capacity.
Minesweeper game C++ code, suitable for beginners to learn C++, to help understand the process, enhance the capacity.)
- 2014-01-03 10:24:46下载
- 积分:1
-
Russia1.2
俄罗斯方块,加了图片!
一样的俄罗斯方块,
不一样的感觉(Russian box, add the pictures! Like the Russian box, and not the same feeling)
- 2007-03-07 16:57:08下载
- 积分:1
-
C#版小游戏之对对碰
用C#编写 代码详细 。实现了简单的消消乐程序,图片精美,有音效。
- 2022-03-26 06:22:03下载
- 积分:1
-
Chess_Easy
基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。(design the chess game by use Visual C++ , Socket technology, Mutil Thread.)
- 2013-09-17 19:04:26下载
- 积分:1
-
c语言贪吃蛇,tc图形库
这是一个纯c语言编写的贪吃蛇游戏,图形库使用的是TC图形库,运行之前先要装下,都在压缩包里面。想学习这方面的同学可以看看
- 2022-06-13 00:58:38下载
- 积分: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
-
贪吃蛇
实现贪吃蛇的上下左右移动,暂停和退出,食物的随机生成,吃到食物后的分数增加。(To achieve the movement of snake, eat food, integral record.)
- 2018-07-05 19:53:07下载
- 积分:1
-
中国象棋源码
运用vc开发的界面象棋游戏,主要运用基本的vc 函数编写.可帮助vc朋友运用算法及函数调用,进一步理解vc的机理.(use vc development of the interface chess games, primarily using basic function vc prepared. Friends can help vc used algorithm and function call, vc further understand the mechanism.)
- 2005-05-24 14:11:28下载
- 积分:1
-
lianliankan
连连看的VB源代码,想要学习的朋友们赶紧了(VB code of lianlinakan ,a famous game in China)
- 2010-01-01 20:35:33下载
- 积分:1
-
EL
说明: 武林外传EL半成品.易语言新手看了就可以手(Swordsman EL semi-finished products)
- 2014-07-14 18:32:36下载
- 积分:1