n皇后問題的C++實現(附實驗報告),n可以自己修改,簡單易懂門檻相當低
標簽: 實驗報告
上傳時間: 2014-08-15
上傳用戶:kiklkook
一個用python編寫的N體模擬問題,采用Barnes-Hut算法,帶實時模擬和顯示計算,代碼寫得非常漂亮
上傳時間: 2016-03-31
上傳用戶:heart520beat
uC/OS-II是源碼公開的實時嵌入式內核,其性能完全可以與商業產品競爭。自1992年以來,全世界成千上萬的開發者已經成功地將uC/OS-II應用於各種系統。此份即為 uCOS-II 2.8源碼
上傳時間: 2013-11-25
上傳用戶:2404
TaskVision 應用程序展示了用于個人和公司相關任務管理的一個完整的 n 層應用程序。該示例附帶了用于運行某個私有任務服務器應用程序的隨時可運行的示范客戶端、全部客戶端源代碼,以及服務器安裝軟件包。
標簽: TaskVision 應用程序 運行 服務器
上傳時間: 2013-12-21
上傳用戶:123456wh
最近點對的隨機算法 算法時間達到O(n)非常完美的實現了隨機最近點對的功能
上傳時間: 2014-11-02
上傳用戶:onewq
最大李雅普諾夫指數的計算 該函數用來計算時間序列的最大Lyapunov 指數--Wolf 方法 % m: 嵌入維數 % tau:時間延遲 % data:時間序列 % N:時間序列長度 % P:時間序列的平均周期,選擇演化相點距當前點的位置差,即若當前相點為I,則演化相點只能在|I-J|>P的相點中搜尋
上傳時間: 2013-12-10
上傳用戶:hewenzhi
哈夫曼樹 設計2進制前綴編碼的方法如下. (1) 根據給定的n個字符以及相應的權值構造一棵最優二叉樹 (2) 二叉樹除了根結點以外,所有左邊的分支標記 0 ,右邊的分支標記為 1 (3) 對于每一種字符所對應的葉子結點找出到根結點的路徑,則從根結點到此葉子結點路徑上各分支字符組成的二進制數字串即為該字符的二進制前綴編碼.
上傳時間: 2013-12-16
上傳用戶:weiwolkt
MATLAB 下的數字信號處理實現示例 附錄一 信號、系統和系統響應 1、理想采樣信號序列 (1)首先產生信號 x(n),0<=n<=50
上傳時間: 2013-12-26
上傳用戶:mhp0114
多項式曲線擬合 任意介數 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
標簽: Least-squares arbitrary Purpose Builder
上傳時間: 2013-12-18
上傳用戶:宋桃子
n this demo, we show how to use Rao-Blackwellised particle filtering to exploit the conditional independence structure of a simple DBN. The derivation and details are presented in A Simple Tutorial on Rao-Blackwellised Particle Filtering for Dynamic Bayesian Networks. This detailed discussion of the ABC network should complement the UAI2000 paper by Arnaud Doucet, Nando de Freitas, Kevin Murphy and Stuart Russell. After downloading the file, type "tar -xf demorbpfdbn.tar" to uncompress it. This creates the directory webalgorithm containing the required m files. Go to this directory, load matlab5 and type "dbnrbpf" for the demo.
標簽: Rao-Blackwellised conditional filtering particle
上傳時間: 2013-12-17
上傳用戶:zhaiyanzhong