The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
標(biāo)簽: iterations performs Bailey number
上傳時間: 2014-01-05
上傳用戶:libenshu01
復(fù)活節(jié)計算 int y, n, a, q, b, m, w, d, mm = 4; y = atoi(argv[1]); n = y-1900; a = fmod(n,19);
上傳時間: 2021-07-09
上傳用戶:scfan2004
X(t)=Asin(2*pi *f *t+ q)+n(t) 估計其中的參數(shù)為A,f, q。n(t)為隨機(jī)噪聲,服從正態(tài)分布。 其他的具體見附件中的程序
上傳時間: 2013-12-18
上傳用戶:225588
范德蒙行列式求解方法,VANDER(X[],W[],Q[],N),在子過程Vander中實(shí)現(xiàn)。
上傳時間: 2015-08-29
上傳用戶:fnhhs
用FFT分別計算Xa(n) (p=8, q=2)與Xb(n) (a =0.1,f =0.0625)的16點(diǎn)循環(huán)卷積和線性卷積。
上傳時間: 2013-12-09
上傳用戶:lizhizheng88
單純形法算法,int K,M,N,Q=100,Type,Get,Let,Et,Code[50],XB[50],IA,IAA[50],Indexg,Indexl,Indexe float Sum,A[50][50],B[50],C[50]
標(biāo)簽: 50 Indexg Indexe Indexl
上傳時間: 2013-12-22
上傳用戶:頂?shù)弥?/p>
替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G F K P 明文 X Y Z T S V I HAVE A DREAM!# 密文?? 用ARM編程實(shí)現(xiàn)替代加密。
標(biāo)簽: 加密
上傳時間: 2016-07-17
上傳用戶:qq521
局部放電的n-q-phi和dltU處理程序,還有其他的一些有用的程序
標(biāo)簽: n-q-phi dltU 局部放電 處理程序
上傳時間: 2013-12-18
上傳用戶:huangld
RSA算法 :首先, 找出三個數(shù), p, q, r, 其中 p, q 是兩個相異的質(zhì)數(shù), r 是與 (p-1)(q-1) 互質(zhì)的數(shù)...... p, q, r 這三個數(shù)便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 這個 m 一定存在, 因?yàn)?r 與 (p-1)(q-1) 互質(zhì), 用輾轉(zhuǎn)相除法就可以得到了..... 再來, 計算 n = pq....... m, n 這兩個數(shù)便是 public_key ,編碼過程是, 若資料為 a, 將其看成是一個大整數(shù), 假設(shè) a < n.... 如果 a >= n 的話, 就將 a 表成 s 進(jìn)位 (s
標(biāo)簽: person_key RSA 算法
上傳時間: 2013-12-14
上傳用戶:zhuyibin
此版本是在網(wǎng)上廣為流傳的 二級文件系統(tǒng) 基礎(chǔ)上制作的.重新編寫了塊操作等模塊,修正了N多BUG. 實(shí)現(xiàn)的命令有 ls-列目錄 md-創(chuàng)建目錄 cd-進(jìn)入子目錄 mf-創(chuàng)建文件 cat-顯示文件內(nèi)容 del-刪除文件 vi-簡單文件編輯 reg-注冊用戶管理 q-退出 超級雷電
上傳時間: 2015-05-12
上傳用戶:jackgao
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1