simulation

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:1469KB
下载次数:8
上传日期:2009-06-07 08:58:42
上 传 者hxd8244
说明:  5对5机器人3D仿真足球,希望和你们一起交流学习,仿真足球
(5 5 robot 3D simulation of football, and you want to learn together, simulation soccer)

文件列表:
strategy source_sample\Debug\StdAfx.obj (55408, 2009-06-07)
strategy source_sample\Debug\StdAfx.sbr (434144, 2009-06-07)
strategy source_sample\Debug\Strategy.bsc (1188864, 2009-06-07)
strategy source_sample\Debug\Strategy.dll (311404, 2009-06-07)
strategy source_sample\Debug\Strategy.exp (736, 2009-06-07)
strategy source_sample\Debug\Strategy.ilk (319000, 2009-06-07)
strategy source_sample\Debug\Strategy.lib (2268, 2009-06-07)
strategy source_sample\Debug\Strategy.obj (117708, 2009-06-07)
strategy source_sample\Debug\Strategy.pch (2374484, 2009-06-07)
strategy source_sample\Debug\Strategy.pdb (746496, 2009-06-07)
strategy source_sample\Debug\Strategy.sbr (0, 2009-06-07)
strategy source_sample\Debug\vc60.idb (82944, 2009-06-07)
strategy source_sample\Debug\vc60.pdb (184320, 2009-06-07)
strategy source_sample\StdAfx.cpp (295, 2009-06-06)
strategy source_sample\StdAfx.h (802, 2009-06-06)
strategy source_sample\Strategy.cpp (97267, 2009-06-06)
strategy source_sample\Strategy.dsp (4390, 2009-06-06)
strategy source_sample\Strategy.dsw (541, 2002-02-07)
strategy source_sample\Strategy.h (2343, 2003-01-09)
strategy source_sample\Strategy.opt (54784, 2009-06-06)
strategy source_sample\Strategy.plg (2014, 2009-06-07)
strategy source_sample\Debug (0, 2009-06-07)
strategy source_sample\Release (0, 2009-04-02)
strategy source_sample (0, 2009-06-06)

Important!!!!!!! You have to use the new 'Strategy.h' file to create correct DLL file for Robot Soccer v1.5a What you have to do is just replace your old 'Strategy.h' file to new 'Strategy.h' file which is in this folder. --------------------------------------------------------------------------------------------- The Strategy project is based on the Win32 DLL wizard option in VC++. It contains a sample strategy and can be compiled down and placed in the Director folder to be used. Developers can use this project as a starting point for developing a DLL-based strategy. The project creates a Strategy.dll file, however, any file name should be acceptable as long as the Director program allows users to select their own strategy DLLs. The Strategy.h file contains the function prototypes which will be exported from the DLL: Create, Strategy, and Destroy. And also the Environment structure. The Environment structure is passed into the Strategy function and is used to access information about the robots, ball and field. It can also be used to set the velocities of the robots. Global data is not possible in the DLL as both robot teams may wish to use the same DLL file. So a user structure can be allocated and assigned to the userData field in Environment.h. Because user data only needs to be allocated once it can be done in the Create function which is called once when the Xtra is loaded. The user data can be freed in the Destroy function which is called when the Xtra is unloaded.

近期下载者

相关文件


收藏者