资源简介

游戏编程中的人工智能技术源代码

资源截图

代码片段和文件信息

#include 

//-----------------------------------------------------------------------
//  
//  Name: HelloWorld example project
//  
//  Author: Mat Buckland 2002
//
//  Desc: HelloWorld in a dialogue box
//
//------------------------------------------------------------------------

int WINAPI WinMain( HINSTANCE hInstance
                    HINSTANCE hPrevInstance
                    LPSTR lpCmdLine
                    int nCmdShow)
{
    MessageBox(NULL “Hello World!“ “MsgBox“ 0);
    
return 0;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      36864  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\Executables\HelloWorld1.exe

     文件     172132  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\Executables\HelloWorld2.exe

     文件     172132  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\Executables\HelloWorld3.exe

     文件     172132  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\Executables\HelloWorld4.exe

     文件     161186  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\Executables\window_open.wav

     文件       3971  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld1\HelloWorld1.dsp

     文件        547  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld1\HelloWorld1.dsw

     文件      41984  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld1\HelloWorld1.ncb

     文件      48640  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld1\HelloWorld1.opt

     文件        541  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld1\main.cpp

     文件        102  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld2\defines.h

     文件       4033  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld2\HelloWorld2.dsp

     文件        547  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld2\HelloWorld2.dsw

     文件       3862  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld2\main.cpp

     文件        102  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld3\defines.h

     文件       4109  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld3\HelloWorld3.dsp

     文件        547  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld3\HelloWorld3.dsw

     文件       4706  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld3\main.cpp

     文件     161186  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld3\window_open.wav

     文件        102  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld4\defines.h

     文件       4109  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld4\HelloWorld4.dsp

     文件        547  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld4\HelloWorld4.dsw

     文件       4877  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld4\main.cpp

     文件     161186  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter01\HelloWorld4\window_open.wav

     文件        575  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter02\Bouncing Balls with Timer\Bouncing Balls with Timer.dsw

     文件      25600  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter02\Bouncing Balls with Timer\Bouncing Balls with Timer.ncb

     文件      37888  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter02\Bouncing Balls with Timer\Bouncing Balls with Timer.opt

     文件       2749  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter02\Bouncing Balls with Timer\CTimer.cpp

     文件        975  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter02\Bouncing Balls with Timer\CTimer.h

     文件        213  2003-11-18 18:44  [源代码].[游戏编程中的人工智能技术](AI.Techniques.for.Game.Programming)\Chapter02\Bouncing Balls with Timer\defines.h

............此处省略632个文件信息

评论

共有 条评论