利用OPENMP實現(xiàn)矩陣相乘的C程序。Demonstrates a MATRIX multiply using OpenMP.
標簽: Demonstrates multiply OPENMP MATRIX
上傳時間: 2014-01-02
上傳用戶:ayfeixiao
This function obtains a unitary MATRIX Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gives a way to generate a MATRIX with given eigenvalues and diagonal elements. By Daniel Perez Palomar (last revision: May 10, 2004). Feel free to distribute this file as it is (without including any modifications).
標簽: diag function obtains unitary
上傳時間: 2013-12-19
上傳用戶:dsgkjgkjg
1) Write a function reverse(A) which takes a MATRIX A of arbitrary dimensions as input and returns a MATRIX B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the MATRIX A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
標簽: dimensions arbitrary function reverse
上傳時間: 2016-04-16
上傳用戶:waitingfy
runs Kalman-Bucy filter over observations MATRIX Z for 1-step prediction onto MATRIX X (X can = Z) with model order p V = initial covariance of observation sequence noise returns model parameter estimation sequence A, sequence of predicted outcomes y_pred and error MATRIX Ey (reshaped) for y and Ea for a along with inovation prob P = P(y_t | D_t-1) = evidence
標簽: MATRIX observations Kalman-Bucy prediction
上傳時間: 2016-04-28
上傳用戶:huannan88
MATRIX ssl代碼,包括客戶端和服務器端源程序,可以在vc.net2003上編譯
上傳時間: 2014-01-01
上傳用戶:wfeel
MATRIX Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
標簽: Multiplication Transposition following assembly
上傳時間: 2016-05-03
上傳用戶:kernaling
貪吃蛇*要點分析: *1)數(shù)據(jù)結(jié)構(gòu):MATRIX[][]用來存儲地圖上面的信息,如果什么也沒有設置為false, * 如果有食物或蛇,設置為true;nodeArray,一個LinkedList,用來保存蛇的每 * 一節(jié);food用來保存食物的位置;而Node類是保存每個位置的信息。 *2)重要函數(shù): * changeDirection(int newDirection) ,用來改變蛇前進的方向,而且只是 * 保存頭部的前進方向,因為其他的前進方向已經(jīng)用位置來指明了。 其中newDirection * 必須和原來的direction不是相反方向,所以相反方向的值用了同樣的奇偶性。在測試 * 的時候使用了direction%2!=newDirection%2 進行判斷。 * moveOn(),用來更新蛇的位置,對于當前方向,把頭部位置進行相應改變。如果越界, * 結(jié)束;否則,檢測是否遇到食物(加頭部)或身體(結(jié)束);如果什么都沒有,加上頭部, * 去掉尾部。由于用了LinkedList數(shù)據(jù)結(jié)構(gòu),省去了相當多的麻煩。
標簽: MATRIX 貪吃蛇 分 數(shù)據(jù)結(jié)構(gòu)
上傳時間: 2014-06-14
上傳用戶:cjf0304
Matlab code for the solution to Riccati MATRIX difference equations associated with the Kalman filter
標簽: associated difference equations the
上傳時間: 2014-06-12
上傳用戶:釣鰲牧馬
美國標準化組織和馬里蘭大學共同開發(fā).實現(xiàn)java MATRIX包. JAMA由六個java類組成:MATRIX, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了廣泛的構(gòu)造函數(shù),豐富的get,set訪問子MATRIX和元素MATRIX. 基本的矩陣操作有:矩陣的加,乘,矩陣范數(shù).和提供了方便的打印矩陣的方法. 提供了五個基本的矩陣分離類.可以通過MATRIX類調(diào)用它們來進行線性計算,翻轉(zhuǎn)和其它矩陣方法.
標簽: CholeskyDecomposition java LUDecomposition MATRIX
上傳時間: 2014-01-16
上傳用戶:123456wh
matlab的在離散方式的圖像縮放MATLAB 的名稱源自 MATRIX Laboratory ,由美國MathWorks公司推出。它是一種科學計算軟件,專門以矩陣的形式處理數(shù)據(jù)。 MATLAB 將高性能的數(shù)值計算和可視化集成在一起,構(gòu)成了一個方便的、界面友好的用戶環(huán)境,并提供了大量的內(nèi)置函數(shù)。
標簽: Laboratory matlab MATLAB MATRIX
上傳時間: 2013-12-30
上傳用戶:杜瑩12345
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1