-
MGgame
迷宫游戏~~~算法!!!!!供新手参考!!参考!!!!!(~ ~ ~ Algorithm for maze game! ! ! ! ! Reference for the novice! ! Reference! ! ! ! !)
- 2011-04-19 17:07:09下载
- 积分:1
-
MazeSolverSource
mazesolvefr is the game developed using csharp
- 2011-06-13 18:54:32下载
- 积分:1
-
RussiaBlock
自己编写的俄罗斯方块,供大家参考!是在VS环境下创建的,使用C#语言编写。虽然简单但是对于初学者是很实用的。里面有很多简单但容易理解的类和对象,可以很轻松的学习游戏的开发。著作权归作者所有。
(I have written Tetris, for your reference! In the VS environment is created, using the C# language. Simple but very useful for beginners. There are so many simple but easy to understand classes and objects, you can easily learn to develop the game. All the copyright.)
- 2015-11-28 10:51:31下载
- 积分: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
-
DuckHunt
js的初级游戏,duckhunter,本来想放移动设备上用 结果性能不太好(duck hunter)
- 2013-08-27 15:34:16下载
- 积分:1
-
eluosifangkuai
这是一款基于C#语言的模拟俄罗斯方块的源码,游戏背景及关卡都可以自己设置(This is a simulation language based on C# source code for Tetris, the game background and can set up their own checkpoints)
- 2011-05-29 00:43:49下载
- 积分:1
-
PuzzzleGame
Game in Csharp to demonstrate students about game programming.
- 2012-07-30 03:33:32下载
- 积分:1
-
Snake-source-code
本程序是一个贪吃蛇的程序,可以实现贪吃蛇游戏的基本功能(This program is a Snake' s program, you can achieve the basic functions of the Snake game)
- 2013-03-04 16:31:24下载
- 积分:1
-
kongjingyouxi-
C语言 矿井游戏源码矿井游戏源码矿井游戏源码(Mine game source Mine game source Mine game source Mine game source )
- 2017-05-11 11:18:22下载
- 积分:1
-
MineSweep
高仿win7的扫雷游戏,很适合初学者学习(High imitation win7 minesweeper game, it is suitable for beginners to learn)
- 2013-09-07 13:03:59下载
- 积分:1