-
chap3-src
俄罗斯方块;EGAVGA.BGI文件必须与源程序在同一文件中。(Tetris)
- 2010-11-03 20:07:15下载
- 积分:1
-
tanchishe
一个简单的贪吃蛇,希望多初学者有点帮助,就用了for循环写的(A simple snake, hope to beginners a little help, the program only used for the cycle to write)
- 2017-04-19 18:58:22下载
- 积分:1
-
megatetris1
Super Tetris. Greateast Game. Have fun!
- 2010-01-07 21:34:11下载
- 积分:1
-
javaGuessing-game
猜数字游戏,java编码,Guessing game(Guessing game)
- 2011-11-14 19:57:02下载
- 积分:1
-
这是二维的Matlab贪吃蛇小程序-snake
说明: 这是二维的Matlab贪吃蛇小程序,操作简单易上手,十分适合学习(This is a two-dimensional Snake applet, easy to use and easy to use.)
- 2020-06-21 10:20:01下载
- 积分:1
-
ptdma
可把一块图片分割几部份,切片数量可由用户定制,游戏开始后顺序打乱,然后让你拼图。(A picture can be split into several parts, cut the number of user customization, upset the order after the start of the game, and then let you puzzle.)
- 2011-04-20 22:12:07下载
- 积分: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
-
Snake
贪吃蛇小游戏,C语言编写的,以前课程设计保留的,交流学习用(Snake game, C language, the previous curriculum design reserved, exchange of learning with)
- 2012-12-25 21:35:10下载
- 积分:1
-
multiagent
实现了一个吃豆人小游戏的功能,使用了多种搜索算法,包括DFS以及BFS等(Implements a Pac-Man game features, using a variety of search algorithms, including DFS and BFS, etc.)
- 2020-10-28 21:59:59下载
- 积分:1
-
Greedy-Snake
基于NIOS II的贪吃蛇游戏设计,有三种模式:普通模式、障碍物模式、双蛇模式(Greedy Snake)
- 2013-07-12 16:27:55下载
- 积分:1