Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to % Baddour s work: "Autoregressive modeling for fading channel simulation"
標(biāo)簽: autoregressive according simulate Rayleigh
上傳時(shí)間: 2013-12-02
上傳用戶(hù):tb_6877751
Distributed Median,Alice has an array A, and Bob has an array B. All elements in A and B are distinct. Alice and Bob are interested in finding the median element of their combined arrays.
標(biāo)簽: array B. Distributed has
上傳時(shí)間: 2013-12-25
上傳用戶(hù):洛木卓
% SSOR預(yù)處理的共軛梯度法求解方程Ax=b % 輸入?yún)?shù)說(shuō)明 % A 正定矩陣[n*n] % b 右邊向量 % omega SSOR預(yù)處理參數(shù)(0--2) % Times 迭代次數(shù) % errtol 給定誤差終止條件 % %輸出參數(shù) % NewX 方程Ax=b的x近似解 % avgerr 求解的當(dāng)前平均絕對(duì)誤差
標(biāo)簽: SSOR omega Times 預(yù)處理
上傳時(shí)間: 2013-12-19
上傳用戶(hù):一諾88
Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權(quán)可正可負(fù) 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法結(jié)束:dis即為所有點(diǎn)對(duì)的最短路徑矩陣 3)算法小結(jié):此算法簡(jiǎn)單有效,由于三重循環(huán)結(jié)構(gòu)緊湊,對(duì)于稠密圖,效率要高于執(zhí)行|V|次Dijkstra算法。時(shí)間復(fù)雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個(gè)判斷I,j是否有通路的矩陣。更簡(jiǎn)單的,我們可以把dis設(shè)成boolean類(lèi)型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來(lái)代替算法描述中的藍(lán)色部分,可以更直觀地得到I,j的連通情況。
標(biāo)簽: Floyd-Warshall Shortest Pairs Paths
上傳時(shí)間: 2013-12-01
上傳用戶(hù):dyctj
1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3, 6, 10> c) <10, 3, 15, 12, 7, 2> d) <7, 2, 4, 15, 20, 5>
標(biāo)簽: Matrix-chain following instances product
上傳時(shí)間: 2014-11-28
上傳用戶(hù):731140412
A System for Moving Object Detection and Shadow Extermination
標(biāo)簽: Extermination Detection System Moving
上傳時(shí)間: 2016-07-11
上傳用戶(hù):whenfly
高斯列主元素消去法求解矩陣方程AX=B,其中A是N*N的矩陣,B是N*M矩陣
上傳時(shí)間: 2017-01-01
上傳用戶(hù):lx9076
數(shù)值分析高斯——列主元消去法主程序 說(shuō)明如下: % a----input,matrix of coefficient % b----input,right vector % sol----output,returns the solution of linear equation
標(biāo)簽: input coefficient matrix vector
上傳時(shí)間: 2017-01-01
上傳用戶(hù):dancnc
1. 下列說(shuō)法正確的是 ( ) A. Java語(yǔ)言不區(qū)分大小寫(xiě) B. Java程序以類(lèi)為基本單位 C. JVM為Java虛擬機(jī)JVM的英文縮寫(xiě) D. 運(yùn)行Java程序需要先安裝JDK 2. 下列說(shuō)法中錯(cuò)誤的是 ( ) A. Java語(yǔ)言是編譯執(zhí)行的 B. Java中使用了多進(jìn)程技術(shù) C. Java的單行注視以//開(kāi)頭 D. Java語(yǔ)言具有很高的安全性 3. 下面不屬于Java語(yǔ)言特點(diǎn)的一項(xiàng)是( ) A. 安全性 B. 分布式 C. 移植性 D. 編譯執(zhí)行 4. 下列語(yǔ)句中,正確的項(xiàng)是 ( ) A . int $e,a,b=10 B. char c,d=’a’ C. float e=0.0d D. double c=0.0f
上傳時(shí)間: 2017-01-04
上傳用戶(hù):netwolf
音樂(lè)程序功能 如輸入A唱第一首歌 輸B唱另一首歌 輸X退出程序~
上傳時(shí)間: 2013-12-27
上傳用戶(hù):cainaifa
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1