-
mySnikeNew
贪吃蛇游戏,简单,适合初学者.可以加速,变粗(Snake game, simple and suitable for beginners. Can speed up, thick)
- 2011-01-16 18:09:37下载
- 积分:1
-
Simples-Base-Sudden-Attacker
simple base of game hack
- 2012-09-09 22:02:39下载
- 积分:1
-
c-yu-yan-(e-luo-si-fang-kuai)
俄罗斯方块是一款风靡全球的掌上游戏机和PC机游戏,它造成的轰动与创造的经济价值可以说是游戏史上的一件大事。它由俄罗斯人阿列克谢• 帕基特诺夫发明,故得此名。俄罗斯方块的基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。它看似简单却变化无穷,俄罗斯方块上手极其简单,但是要熟练地掌握其中的操作与摆放技巧,难度却不低。作为家喻户晓老少皆宜的大众游戏,其普及程度可以说是史上任何一款游戏都无法相比的。相信大多数人都还记得为它痴迷得茶不思饭不想的那个俄罗斯方块时代。由于俄罗斯方块具有的数学性、动态性与知名度,也经常拿来作为游戏程序设计的练习题材。(Tetris is a popular the global handheld console and PC games, it caused a sensation with the creation of economic value can be said that the game in the history of a major event. It invented by the Russians Alexey • Pajitnov, it was this name. The basic rules of Tetris moving, rotating and placing games automatically output a variety of boxes, arranged in a complete one or more lines and eliminate the score. It seems simple, but endless variations, Tetris is extremely simple to get started, but to be proficient in the operation and placed skills, the difficulty is not low. As the household ages Volkswagen games, its pervasiveness can be said that the history can not be compared to any game. I believe most people still remember it was obsessed tea does not think Rice did not want that Tetris era. Tetris has math, dynamic and well-known, often being used as the theme of game programming practice.)
- 2012-10-25 17:16:25下载
- 积分:1
-
TestDrawLine
Java 连连看游戏,简单,源码 (Java, Snake game, simple, source)
- 2013-08-29 15:15:25下载
- 积分: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
-
pintu
c++开发的拼图小游戏,喜欢的朋友进来看看(c++ developed puzzle game, like friends come to see)
- 2013-06-04 14:33:50下载
- 积分:1
-
guessing-game
用c语言写的猜数字游戏,源码共享给大家,方便大家学习!(A guessing game in C programming language; there is the source code for everyone to share and facilitate learning!)
- 2013-06-04 15:54:52下载
- 积分:1
-
dandan
一个基于 easyX图形函数库的 实现及时制弹弹堂效果的小游戏 源码(a easy game in easyX an windows API )
- 2013-06-15 14:38:55下载
- 积分:1
-
skyblue_BoxMan
推箱子 源代码 大家可以参考学习一下……我爱vc(Sokoban everyone can refer to the source code to learn about ... ... I love vc)
- 2009-02-07 21:53:45下载
- 积分:1
-
chinachess
本文主要研究基于Java 技术的中国象棋游戏的分析与设计,对中国象棋游戏特殊的行棋规则给予了细致的分析与理解,设计出了一种实时可行的行棋规则,从移动范围、移动方向和穿越障碍几个方面重新描述行棋规则,基于Java技术通过计算机模拟实现了中国象棋特殊的行棋规则算法,设计出了一种可行的方法,使每个棋子的行棋路线都严格遵循本身的行棋规则,游戏的实战对弈得以实现,通过实验运行,证明这种限定棋子行棋路线的方法是可行的,并得到了预期的目标(This paper studies the analysis and design of the Chinese chess game based on Java technology, a special line chess rules of Chinese chess game to give the detailed analysis and understanding to design a real-time feasible line chess rules, from the range of movement, direction of movementand through the obstacles to re-describe the line chess regulation)
- 2012-04-23 22:29:26下载
- 积分:1