巫魔世界是一個被墻所環繞的二維格子世界,相鄰格子相通,洞穴在左下角。每一個格子可以包含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