The Little Green BATS is the first and so far only Dutch team in the 3D simulation league. We are a group of graduate students from the department of AI at the University of Groningen, The Netherlands. Our team name is derived from the fact that the first 3D agents in the league were balls and from the very philosophical observation that Balls Are Truly Spheres (BATS). This abbreviation reminded us of our favorite song Little Green Bag by The George Baker Selection and so the whole team name was born. We entered the competition for the first time at the 10th edition of RoboCup at Bremen, Germany. unfortunately our hard work didn t pay off that time: already in the second round we got eliminated. However, after this we had a good base to build upon and the good time we had at the event and the nice community inspired us to continue and work hard for another year. This turned out to be defiantly worth it, because in 2007 in Atlanta we managed to become vice world champions!
標簽: simulation the Little league
上傳時間: 2014-12-07
上傳用戶:youlongjian0
本書揭示了C++程序員創建世界級軟件的奧秘。程序設計大師Herbert Schildt通過將C++語言廣泛應用于功能強大的編程任務中,全面展示了C++語言的多功能性,敏捷性,和藝術性。本書內容包括探索C++的功能,創建內存管理的垃圾回收器子系統,開發線程控制面板,建立譯碼器以擴展C++的功能,開發可斷點續傳的Internet文件下載工具,創建財務分析庫,用基于AI的搜索技術探索人工智能,建立定制的STL容器,以及開發Mini C++解釋程序。書中所有示例和項目的源代碼都可以從www.osborne.com 上免費下載。
上傳時間: 2014-01-10
上傳用戶:bruce5996
給定含有n 個元素的多重集合S = {a1, a2,., an } ,1 ≤ ai ≤ n ,1 ≤ i ≤ n ,每個元素在S 中出現的次數稱為該元素的重數。多重集S 中重數大于n/2 的元素稱為主元素。例如,S={2,2,4,2,1,2,5,2,2,8}。多重集S 的主元素是2,其重數為6。
上傳時間: 2016-08-20
上傳用戶:chongcongying
猜數字游戲,AI不怎么好看 但注重算法的實現,最近寫了一個猜數字的遊戲,和大家分享。 可是這些主要的目的在于研究猜數字,而非游戲本身,所以介面作的不是很好, 是文字模式的 .
標簽: 數字
上傳時間: 2016-08-28
上傳用戶:yan2267246
這個軟件是用Delphi 7開發的。 原本它是兩個人在紙面上玩的益智游戲,轉移到電腦上后我給它添加了人機對奕和網絡對戰的功能。 在本源碼中你可以看到電腦AI實現方法,ClientSocket,ServerSocket的使用,控件的編寫,ListBox的OwnerDraw的實現等等技巧。 請先安裝里面的GridPanel控件才可正常編譯。 永遠支持Delphi!
上傳時間: 2013-12-13
上傳用戶:netwolf
java五子棋人機對戰代碼,電腦的AI還是可以的,希望大家喜歡
上傳時間: 2014-01-19
上傳用戶:小鵬
As you have learnt that sleep( )/usleep()/nanosleep() are not good to delay a process. Timers can provide more accurate time control in applications. In this lab, you will explore POSIX timers and signal programming, experience the timer drift. The primary focus of this lab will be "time". The experiment will show you several methods to measure time in your applications.
標簽: nanosleep process Timers learnt
上傳時間: 2013-12-19
上傳用戶:huyiming139
Java版中國象棋人機對戰源代碼,作者將AI算法用得淋漓盡致,具有很高的學習研究價值。
上傳時間: 2016-11-28
上傳用戶:lijianyu172
本程序為自己在學習操作系統時獨立根據書上所述的銀行家算法制作而成,包括一個數組輸入函數(Sr()),數組輸出函數(Pr())和一個判斷函數(test()),并通過指針傳遞參數,可以自定義進程數目和資源種類數目(源程序限10個以內,可自行更改數組)。 注:本程序是在linux環境下通過gcc編譯器編譯成功的。若移植到windows環境下可能在漢字顯示部分出現亂碼。
上傳時間: 2016-12-07
上傳用戶:lhw888
This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat) % produces the final prediction error estimate (fpe), the effective number % of weights in the network if it has been trained with weight decay, % an estimate of the noise variance, and the Gauss-Newton Hessian. %
標簽: generalization calculates prediction function
上傳時間: 2016-12-27
上傳用戶:腳趾頭