PathPlannerApp Manual With Tutorial.doc is a path planning-tutorial that provides detailed explanation and pseudo-codes. In order to get the most out of the tutorial, you should start with the "PathPlannerApp.base" and avoid looking through the "PathPlannerApp.solution" untill you have completed the project.
標簽: planning-tutorial PathPlannerApp explanati Tutorial
上傳時間: 2014-10-31
上傳用戶:yimoney
尋找函數的全局極小值,global minimization of contrast function with random restarts the data are assumed whitened (i.e. with identity covariance matrix). The output is such that Wopt*x are the independent sources.
上傳時間: 2013-12-15
上傳用戶:康郎
This program demonstrates some function approximation capabilities of a Radial Basis Function Network. The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers and the variance for the network. Using the training samples, the weights multiplying each of the gaussian basis functions arecalculated using the pseudo-inverse (yielding the minimum least-squares solution). The resulting network is then used to approximate the function between the given "sample" points.
標簽: approximation demonstrates capabilities Function
上傳時間: 2014-01-01
上傳用戶:zjf3110
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
標簽: optimization demonstrate the traveling
上傳時間: 2015-07-12
上傳用戶:偷心的海盜
Example of a digital data transmission implementing GMSK modulation This Simulink model simulates as an example the transmission and reception of random digital data modulated with GMSK. The purpose of this model is to illustrate how part of the GSM transmission and reception works. It also measures the BER, affected by an AWGN channel
標簽: implementing transmission modulation simulates
上傳時間: 2015-07-12
上傳用戶:jiahao131
我搜索了這個網站,見提供的CD player都是 c++,delphi源程序的;我就提供一個用win32匯編寫的CD player。功能跟界面絕對不輸于用上面軟件編寫的,具體功能如下: 1. CD loop. 2. Track loop. 3. Random track play. 4. Track sample. 5. Play list. 6. Track select. 7. Master volume control. 8. CD Speaker volume controls. 9. Multiple CD drive support.
上傳時間: 2015-07-14
上傳用戶:遠遠ssad
本手冊是 Rainer s DHTML Library 產品的一部分。 本手冊針對的是已有一定網頁設計制作經驗的讀者。其目的是提供完整清晰的樣式表內容的快速索引及進階幫助。所以對于網頁制作和樣式表的基礎知識,僅簡單介紹,恕不贅述。 手冊提供了完整的 CSS2.0 的屬性(Properties)、規則(At-Rules)、偽類(Pseudo-Classes)、偽元素(Pseudo-Elements)、聲明(Declarations)、單位(Units)、選擇符(Selectors)的介紹。其內容涵括了 W3C 的 CSS2.0 標準,以及 Internet Explorer 和 Netscape 各自的私有內容。出于種種眾所周知的原因考慮,本手冊以瀏覽器的事實標準—— Internet Explorer 為主。 手冊中為幾乎所有的已被支持的屬性、偽類、單位等,除了基本的語法示范外,都度身制作了可以對照源代碼即時察看運行演示的實例。 本手冊的升級信息與版權聲明請參閱關于本書頁面。 限于篇幅,對于一些過于繁雜的相關內容,如動態樣式屬性(Dynamic Properties),濾鏡(Filters),行為(Behaviors)請參閱我的其它相關著作。 本書中涉及到的所有HTML對象(Object,Element),HTML屬性(Attributes)和特性(Properties)請參閱我的相關著作。
上傳時間: 2013-12-18
上傳用戶:hakim
Math.NET開源數學庫 C#實現 具體功能: - A linear algebra package, see MathNet.Numerics.LinearAlgebra. - A sparse linear algebra package, see MathNet.Numerics.LinearAlgebra.Sparse. - Non-uniform random generators, see MathNet.Numerics.Generators. - Distribution fonctions, see MathNet.Numerics.Distributions. - Statistical accumulator, see MathNet.Numerics.Statistics. - Fourier transformations, see MathNet.Numerics.Transformations. - Miscellaneous utilies (polynomials, rationals, collections).
標簽: LinearAlgebra Numerics MathNet algebra
上傳時間: 2015-07-24
上傳用戶:思琦琦
自己做的猜數字游戲, 用的是random, 很基本的一個程序
標簽: 數字
上傳時間: 2015-08-30
上傳用戶:xiaoxiang
Procedure TSPSA: begin init-of-T { T為初始溫度} S={1,……,n} {S為初始值} termination=false while termination=false begin for i=1 to L do begin generate(S′form S) { 從當前回路S產生新回路S′} Δt:=f(S′))-f(S) {f(S)為路徑總長} IF(Δt<0) OR (EXP(-Δt/T)>Random-of-[0,1]) S=S′ IF the-halt-condition-is-TRUE THEN termination=true End T_lower End End
標簽: Procedure init-of-T TSPSA begin
上傳時間: 2013-12-20
上傳用戶:shinesyh