-
snake
利用控制台操作实现界面贪吃蛇,功能具有代表性(use the perform of controlling to realise snake)
- 2012-11-09 00:16:58下载
- 积分: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
-
SimpleTetrisGame
说明: 俄罗斯方块 一道简易的俄罗斯方块的制作
附源代码(Tetris Tetris together simple source code for the production of by-laws)
- 2008-11-29 20:14:20下载
- 积分:1
-
JYNet
俄罗斯方块 联网版 不错很好,功能齐全。(Networked version of Tetris)
- 2011-10-01 09:48:17下载
- 积分:1
-
64574563464
易语言简易五子棋源码,游戏编程,很好的参考资料。有需要的下。(Easy language simple Gobang source, game programming, a good reference. There is a need to the next.)
- 2013-10-07 13:54:47下载
- 积分:1
-
XIAOQIUf
在使用TURBO C学习时编写的贪球游戏
功能十分简单
但是确是劳动的成果
希望大家支持(TURBO C in the use of study prepared by greedy ball game features a very simple but it is the outcome of the labor I hope you will support)
- 2009-01-09 20:57:12下载
- 积分:1
-
tanchishe2e53d2f2271b
MFC编写的贪吃蛇小游戏,适合MFC图形动画开发学习者学习。(Snake game written in MFC for MFC graphics and animation to the development of learners.)
- 2012-08-17 10:05:28下载
- 积分:1
-
GreedySnake
利用简单的数组、循环和条件结构,编写贪吃蛇游戏。(Using simple arrays, loops and conditional structures, preparation of Snake game.)
- 2015-09-05 16:51:14下载
- 积分:1
-
shuziyouxi
在数独高手的规则是要将9个数字填入一个9个小九宫格组成的9×9格子里。使得每一行,每一列和每个小九宫格里都有1-9的数字,并且每个数字在它所在的行、列以及每个小九宫格里面都只出现唯一一次。(Sudoku expert in the rules is to fill a 9 digit composed of nine small squares 9 × 9 grid yard. So that each row, each column and each have 1-9 small squares in the figures, and each figure in its row, column, and each small squares appear only inside the only time.)
- 2013-11-13 13:54:04下载
- 积分:1
-
Dodge_block
说明: 用Verilog实现的基于FPGA的简单避障游戏(A game based on FPGA,using Verilog)
- 2020-07-29 22:38:39下载
- 积分:1