登录
首页 » Visual Basic » 20081122805172

20081122805172

于 2010-07-07 发布 文件大小:875KB
0 144
下载积分: 1 下载次数: 3

代码说明:

  教你如何编写游戏中计算机控制的角色 资源类别: VB源码¦游戏 (Teach you how to write computer games in the role of resource control type: VB source ¦ Games)

文件列表:

20081122805172
..............\Carrier.vbp,0,2001-09-29
..............\Carrier.vbw,0,2001-10-01
..............\Images
..............\......\Map
..............\......\...\Main.bmp
..............\......\...\Main.psp,0,2001-09-27
..............\......\...\Main3.bmp
..............\......\...\Main3_m.bmp
..............\......\...\Main4.bmp
..............\......\...\Main4_m.bmp
..............\......\...\Main5.bmp,0,2001-09-19
..............\......\...\Main5_m.bmp,0,2001-09-19
..............\......\...\map1.bmp,0,2001-09-27
..............\......\...\map2.bmp,0,2001-09-27
..............\......\...\Mask.exe,0,2001-09-20
..............\......\Mask.exe,0,2001-09-20
..............\......\Peds
..............\......\....\Mask.exe,0,2001-09-20
..............\......\....\Ped1.bmp
..............\......\....\Ped1_m.bmp
..............\......\....\Ped2.bmp
..............\......\....\Ped2_m.bmp
..............\......\....\Ped3.bmp
..............\......\....\Ped3_m.bmp,0,2001-09-27
..............\......\....\Ped4.bmp,0,2001-09-27
..............\......\....\Ped4_m.bmp,0,2001-09-27
..............\......\....\Ped5.bmp,0,2001-09-28
..............\......\....\Ped5_m.bmp,0,2001-09-28
..............\......\....\Ped6.bmp,0,2001-09-28
..............\......\....\Ped6_m.bmp,0,2001-09-28
..............\......\Player.bmp
..............\......\Player_m.bmp
..............\......\Shadow.bmp
..............\Main.frm,0,2001-09-29
..............\Main.frx,0,2001-09-27
..............\modGraphics.bas,0,2001-09-29
..............\modPathfinder.bas,0,2001-09-26
..............\modPeds.bas,0,2001-09-28
..............\modPlayer.bas,0,2001-09-29
..............\Publics.bas,0,2001-09-26

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

发表评论

0 个回复

  • Minecraft多功能压测-假人-motd-srv转发
    说明:  Minecraft 假人压测 SRV转发 代理IP获取(Minecraft Dummy pressure measurement SRV forwarding Proxy IP acquisition)
    2021-04-12 14:38:57下载
    积分:1
  • simple_boss
    一个简单的RPG游戏,为学习参考 Demonstrates access control under inheritance(Demonstrates access control under inheritance)
    2013-05-08 23:57:28下载
    积分:1
  • MFC-game-example
    说明:  [趣味程序导学Visual.Cpp].董未名.文字版MFC,全是游戏实例([gout program guiding Visual. Cpp]. Tung. Text version MFC weiming,All game example)
    2011-04-03 00:48:48下载
    积分:1
  • renju
    说明:  五子棋游戏。利用人工智能算法,基于VC++平台。单机游戏,( The use of artificial intelligence algorithms, based on VC++ platform. Stand-alone game,)
    2010-03-19 22:30:03下载
    积分:1
  • BaiRenNiuNiu
    网狐6602的百人游戏。希望对初学者或者游戏爱好者有所帮助(Fox Network 6602 hundred games. I hope to help beginners or gaming enthusiasts)
    2013-12-09 14:00:04下载
    积分:1
  • VCPPRpgGameStudy
    使用VC++编写的,RPG游戏学习例子,简单演示了,地图上2个NPC(或主角人物)相互跑动的过程(Using VC++ written in RPG games learning example, a simple demo on the map two NPC (or protagonist) running each other)
    2012-04-06 10:54:57下载
    积分:1
  • tanchishe1.2
    贪吃蛇小游戏,用C语言编写,简单有趣 (simple game)
    2012-08-16 12:54:59下载
    积分:1
  • lelss-linuuxi
    用linuX 下的C语言 运用CURSES开发的俄罗斯方方块游戏源码,非常好,这个是本人原创,值的参考 可直接使用。 (The C language under Linux using CURSES development of the Russian puzzle game source code, very good, this is my original, the value of the reference can be directly used.)
    2012-07-17 22:31:34下载
    积分:1
  • 旋转泡泡
    说明:  旋转泡泡,一款很不错的游戏源代码,界面做的很漂亮,贡献一下!(rotating bubble, a pretty good source of the game, so the interface is very beautiful, what contribution!)
    2005-12-30 11:02:39下载
    积分: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
  • 696516资源总数
  • 106914会员总数
  • 0今日下载