-
CrossGame
利用cocos2d-x引擎制作的十字消除类,益智游戏(Use cocos2d-x engine produced Cross eliminate class, puzzle games)
- 2013-10-09 08:48:38下载
- 积分:1
-
test
说明: qt实现打地鼠,使用了定时器,按钮,敲击音效(QT to beat hamsters)
- 2020-10-13 13:15:27下载
- 积分:1
-
新版贪吃蛇(可连网)
用开发的新版贪吃蛇游戏,支持连网功能,并可由玩家选择主角的外观和食物的外观.(with the development of the new Snake games, support networking function, players can choose from the protagonist's appearance and the appearance of the food.)
- 2005-07-23 19:42:44下载
- 积分:1
-
Windows游戏编程大师技巧(第二版)
windows下游戏编程的好书,需要的朋友可以下载(windows under game programming books, a friend in need can be downloaded)
- 2020-06-26 09:40:02下载
- 积分: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
-
PLAY-GAMMA
打字游戏 很简单 很简单 经典 SDK ( jian dan jingdia )
- 2014-06-04 23:00:27下载
- 积分:1
-
TowerDefensecocos2d-2.0-x-2.0.4
cocos 塔防游戏代码,非常完整,想学习的朋友可以参考(cocos tower defense game code, very complete, want to learn can refer a friend)
- 2020-07-04 02:00:01下载
- 积分:1
-
game3dlod_080617
该源码为Thatcher Ulrich的游戏引擎测试器。是一个实验性和非实验性的面向游戏和图形的代码的混杂集合。可以利用该引擎LOD四叉树的算法。在大型3D游戏中,大规模室外地形真实感渲染是个室外渲染引擎的核心部分。而实现一个大规模的地形渲染系统的关键是怎么简化地形,抛弃不必要的渲染动作(如看渲染不见的三角形和不必要的细节)来加快渲染速度。
该代码支持3D网络游戏,有客户端和服务器端,语言使用C++,支持Linux, WIN32,可以参考demo程序。
编译可以在WIN32下,有Visual Studio 2005/2003工程。(The source code for Thatcher Ulrich' s game engine tester. Is an experimental and non-experimental graphics-oriented games and the mixed set of code. Can make use of the engine Quadtree LOD algorithms. In large-scale 3D games, realistic rendering of large-scale outdoor terrain is outside the core of the rendering engine. And the realization of a large-scale terrain rendering system, the key is how to simplify terrain, abandoned rendering unnecessary action (such as not playing up to see the details of the triangle and unnecessary) to speed up the rendering speed. The code to support the 3D online games, there are client and server-side language to use C++, support for Linux, WIN32, can refer to demo program. WIN32 can compile under Visual Studio 2005/2003 project.)
- 2009-04-10 01:53:15下载
- 积分:1
-
cHitChecker_src
说明: 游戏的算法 碰撞检测 开发环境是VC 库DIRECTX8.1(games collision detection algorithm development environment for VC DIRECTX8.1)
- 2006-02-14 18:13:35下载
- 积分:1
-
gameScheme
小伟报名参加中央电视台的智力大冲浪节目,本次挑战赛吸引了众多参赛者,主持人为了表彰大家的勇气,先奖励每个参赛者m元。先不要太高兴!因为这些钱还不一定都是你的!接下来主持人宣布了比赛规则:
首先,比赛时间分为n个时段(n≤500),它又给出了很多小游戏,每个小游戏都必须在规定期限ti前完成(1≤ti≤n)。如果一个游戏没能在规定期限前完成,则要从奖励费m元中扣去一部分钱wi,wi为自然数,不同的游戏扣去的钱是不一样的。当然,每个游戏本身都很简单,保证每个参赛者都能在一个时段内完成,而且都必须从整时段开始。主持人只是想考考每个参赛者如何安排组织自己做游戏的顺序。作为参赛者,小伟很想赢得冠军,当然更想赢取最多的钱!注意:比赛绝对不会让参赛者赔钱!
(Xiaowei enroll CCTV intellectual big surf program, The Challenge has attracted many participants, we commend the courage to host first award each participant m, respectively. Let us not be too happy! Because these are not necessarily paying the money you! Then the host announced the rules of the game:
First, the game is divided into n time periods (n ≤ 500), it also gives a lot of games, each game must be completed before the specified period ti (1 ≤ ti ≤ n). If a game could not be completed before the specified period, the deduction from the fee m-ary part of the money in reward wi, wi is a natural number, different game deduct money is not the same. Of course, every game itself is very simple, to ensure that each participant can be completed within a period of time, but must start from the entire period. Moderator just want to quiz each participant how to make their own arrangements for the organization of the game in order. As a participant, Xiaowei wanted to win, of course, want t)
- 2013-12-01 20:10:44下载
- 积分:1