-
贪吃蛇
贪吃蛇游戏,用C#编写的程序。我也是从csdn上面下载来的。(Snake game, written with C# program. I downloaded it from CSDN too.)
- 2017-11-08 11:06:24下载
- 积分:1
-
skyblue_Rect
这是一款俄罗斯方块游戏,用Visual C++编程实现。(This is a Tetris game, with the Visual C++ programming.)
- 2013-05-18 16:18:28下载
- 积分:1
-
MyTetris
Java 实现的俄罗斯方块小游戏,采用MVC模式开发的(Tetris game using java,with MVC pattern)
- 2011-10-30 19:42:11下载
- 积分:1
-
MazeSolverSource
mazesolvefr is the game developed using csharp
- 2011-06-13 18:54:32下载
- 积分:1
-
GreedSnake
java小游戏贪吃蛇,两个文件无注释,经测试可编译运行(java game Snake, the two paper-free notes, compiled by the test run)
- 2009-06-24 16:49:15下载
- 积分:1
-
GuessNumber
说明: 猜数字游戏
计算机随机产生一个无重复数字的四位数
若所猜的数位置与数字均正确,会显示一个A,若数字对位置不对,会显示一个B.(Number guessing game is a computer randomly generated four-digit number without repetition by the guess that if the number of locations and figures are correct, will show an A, if the number of position wrong and they' ll show a B.)
- 2021-03-22 08:19:17下载
- 积分: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
-
BouncingBall
用java的acm库做的一个弹跳球的小游戏,适合初学者(The acm library with java to do a bouncing ball game, suitable for beginners)
- 2013-07-07 22:08:39下载
- 积分:1
-
paopaozhuizong
QQ堂游戏中实现 泡泡追踪的小软件 自己使用说明在内部程序自带中 自己查看(QQ Tang game in a small bubble tracking software for use in their own internal procedures in their view)
- 2013-07-18 08:28:09下载
- 积分:1
-
Tetris
用python语言写的俄罗斯方块,经典,大家可以看看玩玩(Python language used to write Tetris, the classic, we can look at play)
- 2014-04-17 09:45:21下载
- 积分:1