登录
首页 » Visual C++ » feiji

feiji

于 2016-05-31 发布 文件大小:283KB
0 164
下载积分: 1 下载次数: 6

代码说明:

  这是一款用c++编写的类似雷霆战机的游戏,可以实现多种功能(This is a similar written using c++ Thunder fighter game, you can achieve a variety of functions)

文件列表:

飞机1
.....\源代码
.....\......\Bitmap.cpp,2231,2013-12-02
.....\......\Bitmap.h,497,2013-12-02
.....\......\Bullet.cpp,3477,2013-12-02
.....\......\Bullet.h,1766,2013-12-02
.....\......\BulletSystem.cpp,3639,2013-12-02
.....\......\BulletSystem.h,508,2013-12-02
.....\......\CollisionSystem.cpp,3002,2013-12-02
.....\......\CollisionSystem.h,548,2013-12-02
.....\......\Display.cpp,1708,2013-12-02
.....\......\Display.h,464,2013-12-02
.....\......\Enermy.cpp,1865,2013-12-02
.....\......\Enermy.h,774,2013-12-02
.....\......\EnermySystem.cpp,2760,2013-12-02
.....\......\EnermySystem.h,512,2013-12-02
.....\......\FighterPlane.cpp,980,2013-12-02
.....\......\FighterPlane.h,409,2013-12-02
.....\......\Game.cpp,5075,2013-12-02
.....\......\game.dsp,5824,2005-06-12
.....\......\game.dsw,531,2005-05-14
.....\......\Game.h,75,2013-12-02
.....\......\game.ncb,132096,2016-05-03
.....\......\game.opt,49664,2016-05-03
.....\......\game.plg,2374,2016-05-03
.....\......\Game.rc,2977,2005-05-14
.....\......\Game.sln,897,2005-05-11
.....\......\Game.vcproj,9185,2005-06-07
.....\......\GameWorld.cpp,4538,2013-12-02
.....\......\GameWorld.h,963,2013-12-02

.....\......\picture.bmp.psd,271962,2005-06-07

.....\......\Player.cpp,1863,2013-12-02
.....\......\Player.h,516,2013-12-02
.....\......\pre_declaretion.h,292,2013-12-02
.....\......\Resource.h,986,2013-12-02

.....\......\Sprite.cpp,921,2013-12-02
.....\......\Sprite.h,641,2013-12-02
.....\......\stdafx.cpp,251,2013-12-02
.....\......\stdafx.h,827,2013-12-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wuziqiyouxi
    五子棋游戏,实现人工智能。单机游戏和多机游戏实现过程。(Backgammon games, achieve artificial intelligence. Single and multi-game machine game implementation process.)
    2013-12-09 19:04:44下载
    积分:1
  • paopaotang
    泡泡堂的单机版本,基本上还原了原版手感,添加了AI功能,具有一定娱乐性。(BNB stand-alone version)
    2015-09-07 01:57:01下载
    积分:1
  • c5
    Function: // riffle Description: // 洗牌,然后随机的得到9张牌,要求九张牌不能有重复. Calls: // Called By: // main() Table Accessed: //被修改的表(此项仅对于牵扯到数据库操作的程序) Table Updated: // 被修改的表(此项仅对于牵扯到数据库操作的程序) Input: //Card card[] 牌结构, int size 结构数组的大小 Output: //(Function:// riffle Description:// shuffle, and then randomly get nine cards, requiring nine cards can not be duplicated. Calls:// Called By:// main () Table Accessed:// modified table ( This only involves the operation of the database for the program) Table Updated:// modified table (this only involves the operation of the database for the program) Input:// Card card [] licensing structure, int size structure of the array size Output ://)
    2013-07-23 06:35:33下载
    积分:1
  • Visual C++网络建模与实现
    Visual C++网络游戏建模与实现(第2版)(Visual C++ Online games Modeling and Implementation (2nd edition))
    2020-06-26 00:40:02下载
    积分:1
  • caiquan
    石头,剪刀,布:设计一个游戏,让用户与计算机玩“石头,剪刀,布”游戏,要求:  程序能够统计玩的次数以及每一次的结果,说明是谁赢了,还是平了;  计算机出牌的最简单的方法是随机算法,请尝试考虑能不能设置一种分析用户出牌规律的算法,让计算机能够赢用户的几率大于50 。 (Rock, scissors, cloth: to design a game, let the user and the computer to play stone, scissors, cloth game, requirements:  program to play the number of statistics and the result of every time, that is who won, or flat  computer play the most simple way is random algorithm, please try to consider the user can set up a kind of analysis play rule algorithm, is greater than 50 chance to win the user s computer.)
    2020-07-04 13:20:02下载
    积分:1
  • TheTetrisGame
    经典游戏俄罗斯方块的一种简单实现,支持玩家信息的保存和统计。(A classic game of Tetris simple implementation, support the players the preservation of information and statistics.)
    2013-09-11 14:46:11下载
    积分:1
  • five
    五子棋的小程序,考虑了先手双三禁手的情况可以人和电脑,人和人,步数有统计,开始可以选择白旗或者黑棋(Gobang a small program, taking into account firstly the three pairs of hands can be cut and the computer, and the people, a few steps there are statistics, can choose to start a white flag or Black)
    2010-02-02 11:23:10下载
    积分:1
  • 2.3
    一个简单的猜数游戏程序:  利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。  利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上显示“输入的值小,请输入更大的数.”;如果inNum大于iNum,在屏幕上显示“输入的值大,请输入更小的数.”;如果inNum等于iNum,在屏幕上显示“猜对了.”,并结束运行。  猜测错误的时候,重新输入inNum,直到猜对为止。如果猜测10次后仍未猜对,显示“猜测次数已达10次,猜数失败.”,并结束程序的运行。 (A simple guessing game program:  use Math.random () method to generate double-type numbers between 0-1 dNum, will dNum into an integer between 0-100 iNum.  use KeyInput.readInt () method receives the keyboard input integer inNum. If inNum less than iNum, the screen " Enter the value of the small, enter the greater number." If inNum than iNum, the screen " Enter the value of the large number of smaller type." If inNum equal iNum, displayed on the screen, " guessed." and end the run.  guess wrong, re-enter inNum, until you guess it right up. If the guess was right 10 times not to show " guess the number has reached 10 times, guess the number of failures." And end the program.)
    2010-11-03 14:29:09下载
    积分:1
  • saolei
    非常非常具有可玩性、功能界面都无话说的VB扫雷游戏(Very very playable, functional interfaces are no words of mine VB game)
    2011-08-13 21:31:41下载
    积分:1
  • VB_Game_eluosiFangkuai
    经典的游戏俄罗斯方块,VB编写的全部源代码(classic game Tetris, VB prepared by the full source code)
    2006-08-06 10:53:01下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载