-
tanchishe
贪吃蛇是一款智力游戏,希望大家和我一起研究开发他!(tan chi she)
- 2016-08-25 18:28:17下载
- 积分:1
-
MineSweep
高仿win7的扫雷游戏,很适合初学者学习(High imitation win7 minesweeper game, it is suitable for beginners to learn)
- 2013-09-07 13:03:59下载
- 积分: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
-
Chess
简易的中国象棋游戏,用VC++.net编程(Chinese chess)
- 2013-03-11 08:43:04下载
- 积分:1
-
super-marry
超级玛丽的简单模拟程序,图形界面不是很美观,但原理可以看看(Super Mario simple simulation program, the graphical interface is not very beautiful, but the principle can take a look at)
- 2012-10-16 14:56:57下载
- 积分:1
-
Sqlite
转盘实例抽奖源码,为那些还在苦恼做点小游戏的玩家可以做的!(Examples draw turntable source, for those players still do a little game of distress can be done!)
- 2014-09-29 14:36:37下载
- 积分:1
-
greedy-snake
vs用c#语言编写的贪吃蛇小程序,可以拿来学习c#(vs c# language with Snake small program that can be used to learn c#)
- 2013-07-17 17:48:41下载
- 积分: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
-
CriPakTools-20190920
说明: SAOViewer and could extract the mod
- 2020-07-22 09:10:19下载
- 积分:1
-
排块游戏
一个简单的九宫格排块游戏:移动方块,使方块按从左到右、从上到下、从小到大顺序排列,即为成功。(A simple Nine-palace block game: moving the square, so that the square in order from left to right, from top to bottom, from small to large, is successful.)
- 2020-06-19 19:40:02下载
- 积分:1