巫魔世界是一个被墙所环绕的二维格子世界,相邻格子相通,洞穴在左下角。每一个格子可以包含agent或物体。考虑到格子世界的大小对于本次问题的讨论不具绝对的影响,因此设定格子世界的行和列均为N,因此在本实验中,巫魔世界是一个N*N的二维格子,将世界中格子以行和列的二元组标示,因此洞穴入口在[1,1]。本程序实现了一个巫魔世界小游戏。
标签: 二维
上传时间: 2014-12-08
上传用户:Avoid98
本论文介绍了RoboCup机器人足球队2D仿真组的设计和实现,完成了 一个完整的符合RoboCup2D仿真组比赛要求的机器人足球队。首先介绍了 RoboCup和其仿真组比赛的背景,接着介绍了仿真组比赛的环境。从第三章 开始介绍了智能体(agent)的基本结构和球队设计的思想,并重点阐述如何设 计队员的各种场上能力,各球员间的配合策略,以及守门员的防守策略。此 外还完成了阵形的实现和转换,以及基本的场上教练的设计。最后通过比赛 对所完成的球队和使用的策略进行了分析和评估。
上传时间: 2016-03-12
上传用户:csgcd001
基于OFDM的无线宽带系统仿真It contains mainly two parts, i.e. link-level simulator and system-level simulator. Link-level simulator focus on a single-cell single-user scenario, where signal is transmitted from tx, and estimated at rx. Comparing the difference in tx/rx signal, the error rate can be found out. The output of the link-level simulator is the BLER/BER vs. SNR mapping table, that can be used for the system-level simulation. System-level simulator focus on a multi-cell multi-user scenario. For the sake of simplicity, it takes the mapping table aquired in the link-level simulation, measure the actural SNR, and finds the corresponding error rate.
标签: simulator i.e. system-level link-level
上传时间: 2016-03-15
上传用户:xsnjzljj
These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. http://www.soft234.com
标签: applications Especially developers create
上传时间: 2013-12-17
上传用户:erkuizhang
飞机订票系统,实现订票,退票,查询 the banking system relates to multi-threaded, socket programming, and Singleton design pattern. Notes for the complete source Gilmour, documentation, together with the development process
标签: 飞机
上传时间: 2016-04-02
上传用户:ma1301115706
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this method, and the standard debug API method it that this method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
标签: Exception ExcpHook Coldwind Monitor
上传时间: 2014-02-10
上传用户:jing911003
The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2. The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) output-(multi) input samples. The returned model has the form 1) if input1 is A11 and input 2 is A12 then output =f1(input1,input2) 2) if input1 is A21 and input 2 is A22 then output =f2(input1,input2) 看不懂,据高手说,非常有用。
标签: identification neuro-fuzzy implemented analysis
上传时间: 2014-01-12
上传用户:zgu489
This exercise is aimed at exploring how rate control and adaptation of carrier sense threshold can affect spatial reuse (and hence aggregate throughput) in a multi-hop network.
标签: adaptation exploring threshold exercise
上传时间: 2016-05-07
上传用户:D&L37
This zip file provides Getting Started quickly on the AT91RM9200 Evaluation Kit (AT91RM9200-EK) with Green Hills 3.6.1 Multi® 2000 Software Tool. Includes main.html file for help.
标签: 9200 Evaluation provides Getting
上传时间: 2013-12-26
上传用户:cuibaigao
BP算法 给定一个由N维向量X组成的集合,这些向量将是一个响应agent的感知处理单元计算出的特征向量。这些分量的值可以是数值,也可以是布尔值。这些动作也许是学习者所观察到的一个教师对一组输入的响应。这些相关的动作有时称为向量的“标号”或“类别”。集合与响应的标号组成“训练集合(training set)”.机器学习问题就是寻找一个函数。
上传时间: 2016-06-03
上传用户:waizhang