文件名称:游戏编程中的人工智能技术 源码

介绍说明--下载内容均来自于网络,请自行研究使用

本书是人工智能游戏编程的一本指南性读物,介绍在游戏开发中怎样应用遗传算法和人工神经网络来创建电脑游戏中所需要的人工智能。书中包含了许多实用例子,所有例子的完整源码和可执行程序都能在随书附带的光盘上找到。光盘中还有不少其他方面的游戏开发资料和一个赛车游戏演示软件。
   本书讲解的原理通俗易懂,介绍程序详细周到,很适用于游戏编程者自学之用,也可以作为游戏培训教材使用(本书实际已被国内外许多游戏培训单位用作指定教材)。 对于任何希望了解遗传算法和人工神经网络等人工智能技术的各行业人员,特别是要实际动手做应用开发的人员,都是一本值得一读的好书。
目录 · · · · · ·
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 游戏编程中的人工智能技术.rar 列表
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\Executables\HelloWorld1.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\Executables\HelloWorld2.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\Executables\HelloWorld3.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\Executables\HelloWorld4.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\Executables\window_open.wav
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld1\HelloWorld1.dsp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld1\HelloWorld1.dsw
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld1\HelloWorld1.ncb
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld1\HelloWorld1.opt
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld1\main.cpp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld2\defines.h
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld2\HelloWorld2.dsp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld2\HelloWorld2.dsw
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld2\main.cpp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld3\defines.h
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld3\HelloWorld3.dsp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld3\HelloWorld3.dsw
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld3\main.cpp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld3\window_open.wav
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld4\defines.h
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld4\HelloWorld4.dsp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld4\HelloWorld4.dsw
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld4\main.cpp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter01\HelloWorld4\window_open.wav
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\Bouncing Balls with Timer.dsw
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\Bouncing Balls with Timer.ncb
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\Bouncing Balls with Timer.opt
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\CTimer.cpp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\CTimer.h
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\defines.h
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\main.cpp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\utils.cpp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Bouncing Balls with Timer\utils.h
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\Bouncing Balls with Timer.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\GDI_Backbuffer2.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\GDI_LINES.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\GDI_LINES2.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\GDI_NoBackBuffer.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\GDI_Polygon.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\GDI_Polygon2.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\GDI_Text.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\Resources_Cursors.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\Resources_Dialog_box2.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\Resources_Icons.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\Resources_Menus.exe
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\wav1.wav
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\wav2.wav
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\Executables\window_open.wav
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\GDI_BackBuffer\defines.h
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\GDI_BackBuffer\GDI_BackBuffer.dsp
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\GDI_BackBuffer\GDI_BackBuffer.dsw
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\GDI_BackBuffer\GDI_BackBuffer.ncb
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\GDI_BackBuffer\GDI_BackBuffer.opt
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\GDI_BackBuffer\GDI_BackBuffer.plg
游戏编程中的人工智能技术\AI Techniques\example_code\Chapter02\GDI_BackBuffer\main.cpp
游戏编程中的人工智能技术\AI Techniqu

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org