LabVIEW是一種程序開發環境,由美國國家儀器(NI)公司研制開發的,類似于C和BASIC開發環境,但是LabVIEW與其他計算機語言的顯著區別是:其他計算機語言都是采用基于文本的語言產生代碼,而LabVIEW使用的是圖形化編輯語言G編寫程序,產生的程序是框圖的形式。
上傳時間: 2017-03-13
上傳用戶:fandeshun
Qt/Embedded的安裝(本人親自安裝步驟) 準備源碼包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded應用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安裝包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安裝包, 它將產生x11開發環境所需要的兩個工 具) 假設把源碼包解壓所在/root/build-arm下 1安裝tmake 進入tmake-1.11目錄 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安裝Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed
標簽: Embedded Qt Makefile tmake
上傳時間: 2013-12-22
上傳用戶:sk5201314
MATLAB 7簡介 02、MATLAB 7的安裝 03、基本使用方法 04、數值向量和數組 05、字符串、單元數組和結構 06、數值計算功能 07、符號運算 08、圖形處理 09、GUI圖形設計 10、MATLAB 7程序設計
上傳時間: 2017-03-20
上傳用戶:teddysha
開發流程相關文檔,可行性研究報告.DOC ,操作手冊(GB8567——88).doc,數據庫設計說明書(GB8567——88).doc,軟件需求說明書(GB856T——88).doc,模塊開發卷宗(GB8567——88).doc
上傳時間: 2017-03-26
上傳用戶:helmos
RS糾錯編碼原理及其實現方法[第三版] 鑒于很多讀者來信,特別是初學者對于如何求得RS生成多項式g[x]不是甚理解,特給出計算g[x]的MATLAB程序。
上傳時間: 2014-12-05
上傳用戶:lxm
Although some FX1-based devices may use the FX1鈥檚 CPU to process USB data directly (Port I/O Mode), most applica- tions use the FX1 simply as a conduit between the USB and external data-processing logic (e.g., an ASIC or DSP, or the IDE controller on a hard disk drive).
標簽: Although directly devices process
上傳時間: 2014-01-08
上傳用戶:2467478207
Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, you are to output the shortest path between any two given vertices. Input is the adjacency matrix and the two vertices. You must output the path.
標簽: Multiplicative undirected Shortest measured
上傳時間: 2017-04-08
上傳用戶:邶刖
MATLAB implementation of time series prediction Based on the VQTAM method described in the following papers: G. A. Barreto & A. F. R. Araujo (2004) "Identification and Control of Dynamical Systems Using the Self-Organizing Map" IEEE Transactions on Neural Networks, vol. 15, no. 5.
標簽: implementation prediction described following
上傳時間: 2013-12-22
上傳用戶:windwolf2000
LDPC碼既低密度奇偶校驗碼(Low Density Parity Check Code,LDPC),它由Robert G.Gallager博士于1963年提出的一類具有稀疏校驗矩陣的線性分組碼,不僅有逼近Shannon限的良好性能,而且譯碼復雜度較低, 結構靈活,是近年信道編碼領域的研究熱點,目前已廣泛應用于深空通信、光纖通信、衛星數字視頻和音頻廣播等領域。LDPC碼已成為第四代通信系統(4G)
上傳時間: 2013-12-24
上傳用戶:lunshaomo
1999年,David G. Lowe提出SIFT算法的英文文章,研究圖像拼接的應該仔細讀一下。
標簽: 1999
上傳時間: 2017-04-24
上傳用戶:181992417