功能:編寫的計算皮亞諾相關系數 開發語言:ruby 調用:correlate(x,y) 其中,x,y為需要計算相關度的向量 調用示例: a = [3, 6, 9, 12, 15, 18, 21] b = [1.1, 2.1, 3.4, 4.8, 5.6] c = [1.9, 1.0, 3.9, 3.1, 6.9] c1 = correlate(a,a) # 1.0 c2 = correlate(a,a.reverse) # -1.0 c3 = correlate(b,c) # 0.8221970228 puts c1#,c2,c3
上傳時間: 2013-12-18
上傳用戶:skfreeman
網上選課程序:a.使用JSP/Servlet開發,b.數據保存可使用文件,最好使用數據庫。
上傳時間: 2013-12-25
上傳用戶:ynwbosss
Visual tracking is one of the key components for robots to accomplish a given task in a dynamic environment, especially when independently moving objects are included. This paper proposes an extension of Adaptive Visual Servoing (hereafter, AVS) for unknown moving object tracking. The method utilizes binocular stereo vision, but does not need the knowledge of camera parameters. Only one assumption is that the system need stationary references in the both images by which the system can predict the motion of unknown moving objects. The basic ideas how we extended the AVS method such that it can track unknown moving objects are given and formalized into a new AVS system. The experimental results with proposed control architecture are shown and a discussion is given.
標簽: components accomplish tracking dynamic
上傳時間: 2013-12-11
上傳用戶:lizhen9880
Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than any other major language used today. Java I/O is the first and still the only book to fully expose the power and sophistication of this library.
標簽: cross-platform language powerful provide
上傳時間: 2014-01-07
上傳用戶:pompey
用雙向鏈表實現任意位數的正負整數或小數的加法、減法和乘法運算以及對文件的相關操作。 文件說明: 給定的文件a*.txt為第一個數,b*.txt為第二個數,要求加法產生的結果存儲在add*.txt中,減法產生的結果存儲在sub*.txt中,乘法產生的結果存儲在mult*.txt中,*為對應的一組數據。
上傳時間: 2014-01-09
上傳用戶:zhouchang199
In order to install DotNetNuke and a supporting database you will need either Windows 2003 Server or Windows XP (development only). This book covers a basic install of DotNetNuke using a SQL Server database as the Data Provider. You will need to have access to either SQL Server 2000 or MSDE (develop- ment only) on the same machine or a remote machine. To participate in the development chapters, you will need Visual Studio .NET 2003.
標簽: DotNetNuke supporting database install
上傳時間: 2013-11-25
上傳用戶:onewq
用類編寫的連續輸出幾個小寫英文字母a,如果繼續則輸出b,如果不繼續則終止。以此類推。
上傳時間: 2017-06-25
上傳用戶:變形金剛
目前流行的功率放大器除采用集成電路功放外幾乎都是用分立元件構成的OCL電路。基本電路由差動輸入級、電壓放大級、電流放大級(推動級)、功率輸出級和保護電路組成。附圖A是結構框、圖B是實用電路例圖,有結構簡單的基本電路形式,也有增加了輔助電路和補償電路的復雜電路形式。
標簽: 功放電路圖
上傳時間: 2013-08-05
上傳用戶:change0329
"'龍門'智能中醫處方平臺"是由龍門中醫軟件工作室開發的免費軟件,1.0版包括如下功能:a生成、管理中醫處方.b根據《藥典》對用藥劑量、配伍禁忌進行檢查c調用方劑一千四百余首;根據病名查看中醫內、婦、兒、外科教科書281種疾病的常見分型及治療方法.d支持用戶錄入自擬方及自己的證治經驗;等等。注意:運行此軟件需要先下載安裝access runtime 2007,這是微軟提供的一款免費軟件。詳情請看:http://zhan.renren.com/longmensoft
上傳時間: 2013-08-01
上傳用戶:誰偷了我的麥兜
? 計算方法: 1) A值(相位)的計算:根據設置的相位值D(單位為度,0度-360度可設置),由公式A=D/360,得出A值,按四舍五入的方法得出相位A的最終值; 2) B偏移量值的計算:按B=512*(1/2VPP-VDC+20)/5; 3) C峰峰值的計算:按C=VPP/20V*4095;
上傳時間: 2013-11-18
上傳用戶:xdqm