1. Installation Uninstallation 2. Getting Started 3. Managing projects 4. Adding Files to the project 5. Managing Resources 6. Custom Designer Plugins 7. What s New
標簽: Uninstallation Installation Managing projects
上傳時間: 2017-05-12
上傳用戶:sk5201314
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.
標簽: well-known algorithm AdaBoost Adaptive
上傳時間: 2014-01-15
上傳用戶:qiaoyue
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files
標簽: well-known algorithm AdaBoost Adaptive
上傳時間: 2013-12-31
上傳用戶:jiahao131
可算sudoku的語法 規則很簡單, 9*9 的格子中,每列,每行數字不可重復。 每個 "3*3" 的 "Box" (共9個) 內的數字也不可重復。 附件是 eclipse java project, 請將你的算法寫在 SolvePuzzle() 內
標簽: sudoku
上傳時間: 2013-12-18
上傳用戶:wsf950131
完整的軟件學習--顯示器驅動視頻軟件,c語言完整project,keil編譯
上傳時間: 2017-05-21
上傳用戶:sjyy1001
This is IR (Infra-Red) learn module for home automation system. It can learn IR codes from different IR remotes, and then execute any assigned actions controlled by learned IR remote. This project was developed using Keil 8051 compiler. Processor - Atmel AT89C51 Frequency - 22.1184 Mhz (described as OSC_FREQ in "timer.h") Timer 0 - system timer (used for timeouts and delays) Also, look in folder /doc for additional information about IR codes formats and codes from different manufacturers.
標簽: learn automation Infra-Red different
上傳時間: 2017-05-30
上傳用戶:無聊來刷下
FFTGUI Demonstration of Finite Fourier Transform. FFTGUI(y) plots real(y), imag(y), real(fft(y)) and imag(fft(y)). FFTGUI, without any arguments, uses y = zeros(1,32). When any point is moved with the mouse, the other plots respond. Inspired by Java applet by Dave Hale, Stanford Exploration project, http://sepwww.stanford.edu/oldsep/hale/FftLab.html
標簽: FFTGUI real Demonstration Transform
上傳時間: 2017-06-05
上傳用戶:anng
使用函數實現簡單的八位處理器 軟件開發環境:ISE 7.1i 仿真環境:ISE Simulator 1. 這個實例實現通過ISE Simulator工具實現一個可以進行兩個八位操作數四種操作的簡單處理器; 2. 工程在project文件夾中,雙擊mpc.ise文件打開工程; 3. 源文件在rtl文件夾中,mpc.v為設計文件,mpc_tb.tbw是仿真波形文件; 4. 打開工程后,在工程瀏覽器中選擇mpc_tb.tbw,在Process View中雙擊“Simulation Behavioral Model”選項,進行行為仿真,即可得到仿真結果。
上傳時間: 2014-01-06
上傳用戶:mhp0114
典型實例10.8 字符LCD接口的設計與實現 軟件開發環境:ISE 7.1i 硬件開發環境:紅色颶風II代-Xilinx版 1. 本實例控制開發板上面的LCD的顯示; 2. 工程在\project文件夾里面 3. 源文件和管腳分配在\rtl文件夾里面 4. 下載文件在\download文件夾里面,.mcs為PROM模式下載文件,.bit為JTAG調試下載文件。
上傳時間: 2013-12-26
上傳用戶:shawvi
首先確認您的機器上已經安裝了VC6.0以上版本,要編譯生成可執行文件,需打開后綴名為dsw的文件,系統會默認用VC打開,然后選擇Build菜單下的Set Active Configuration選項,選擇project Configuration為Win32 Release,然后編譯項目,得到可執行文件。連接數據庫請參照第2章的方法,在ODBC數據源內添加Microsoft Access數據庫
上傳時間: 2013-11-26
上傳用戶:pompey