亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

DOT-matrix

  • 實驗描述:分布式數(shù)據(jù)庫的算法partition的具體實現(xiàn)。即通過該算法找到關(guān)系數(shù)據(jù)庫最優(yōu)分裂點

    實驗描述:分布式數(shù)據(jù)庫的算法partition的具體實現(xiàn)。即通過該算法找到關(guān)系數(shù)據(jù)庫最優(yōu)分裂點,使得結(jié)果最優(yōu)。 算法思想: 1、 首先根據(jù)所輸入的attribute usage matrix得到AQ( ) 2、 對CA矩陣中劃分點預(yù)先設(shè)在n-1處,并將屬性列分成兩個集合,TA和BA,TA中的元為:{ A1 、A2 …… An-1 },BA中的元素為:{ An} 3、 確定集合TQ、BQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, OQ=Q-{TQ BQ}。 4、 計算出CTQ、CBQ、COQ這些值,其中CTQ= ,CBQ= ,COQ= 5、 通過劃分點的第次移動分別計算出z=CTQ*CBQ-COQ2 6、 對取到的z的最大值處標(biāo)記,為分割點 7、 對CA進(jìn)行調(diào)整,重復(fù)計算得到最終z的最大值點,對CA矩陣進(jìn)行劃分 8、 對上述算法進(jìn)行修改,將得到的最大z值的分割點和次大的分割點都記錄下來,得到兩個分割,則將原有的屬性集劃分成三部分。 該算法的目的是找到獨(dú)立存取的屬性集合或者分別的應(yīng)用集。比如說,如果可以找到兩個屬性A1,A2,他們只是被q1讀取,而A3,A4被q2,q3讀取,這樣在分裂的時候可以確定。算法就是找到這些組。另外為了簡單化起見,我命令refj(qi)全部等于1.

    標(biāo)簽: partition 算法 實驗 分布式數(shù)據(jù)庫

    上傳時間: 2015-06-04

    上傳用戶:13160677563

  • 實驗描述:分布式數(shù)據(jù)庫的算法partition的具體實現(xiàn)。即通過該算法找到關(guān)系數(shù)據(jù)庫最優(yōu)分裂點(2個)

    實驗描述:分布式數(shù)據(jù)庫的算法partition的具體實現(xiàn)。即通過該算法找到關(guān)系數(shù)據(jù)庫最優(yōu)分裂點(2個),使得結(jié)果最優(yōu)。 1、 首先根據(jù)所輸入的attribute usage matrix得到AQ( ) 2、 對CA矩陣中劃分點預(yù)先設(shè)在n-1處,并將屬性列分成3個集合,TA和BA和MA, 3、 確定集合TQ、BQ,MQ和OQ,其中TQ={ qj| AQ(qi) TA},BQ= TQ={ qj| AQ(qi) BA}, MQ={ qj| AQ(qi) MA},OQ=Q-{TQ BQ}。 4、 計算出CTQ、CBQ、CMQ、COQ這些值,其中CTQ= ,CBQ= ,CMQ= ,COQ= 5、 通過劃分點的第次移動分別計算出z=CTQ*CBQ*CMQ-COQ3 6、 對取到的z的最大值處標(biāo)記,為分割點 7、 對CA進(jìn)行調(diào)整,重復(fù)計算得到最終z的最大值點,對CA矩陣進(jìn)行劃分 對上述算法進(jìn)行修改,將得到的最大z值的分割點和次大的分割點都記錄下來,得到兩個分割,則將原有的屬性集劃分成三部分。

    標(biāo)簽: partition 算法 實驗 分布式數(shù)據(jù)庫

    上傳時間: 2015-06-04

    上傳用戶:515414293

  • 尋找函數(shù)的全局極小值

    尋找函數(shù)的全局極小值,global minimization of contrast function with random restarts the data are assumed whitened (i.e. with identity covariance matrix). The output is such that Wopt*x are the independent sources.

    標(biāo)簽: 函數(shù) 全局

    上傳時間: 2013-12-15

    上傳用戶:康郎

  • Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree

    Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the well known wavelet transform of the given matrix. Daubechies wavelet coefficients are used for wavelet transform operation wahich is saved in wavcoeff.mat.

    標(biāo)簽: implements the wav Included

    上傳時間: 2015-06-23

    上傳用戶:愛死愛死

  • 使用pso求最小化一函數(shù) matlab程式碼

    使用pso求最小化一函數(shù) matlab程式碼,寫的非常簡潔(不到100行),且還包括了2維的圖形展示,和大家分享參考!!! 一起學(xué)習(xí)matlab和各種optimize methods 最小化:(x-15)^2+(y-20)^2 The swarm matrix is swarm(index, [location, velocity, best position, best value], [x, y components or the value component]) Author: Wesam ELSHAMY (wesamelshamy@yahoo.com) MSc Student, Electrical Enginering Dept., Faculty of Engineering Cairo University, Egypt

    標(biāo)簽: matlab pso 程式

    上傳時間: 2013-12-18

    上傳用戶:zhaiye

  • 平均因子分解法

    平均因子分解法,適用于正定矩陣First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition.

    標(biāo)簽: 分解

    上傳時間: 2013-12-24

    上傳用戶:啊颯颯大師的

  • 這是我學(xué)習(xí)《MATLAB程序設(shè)計與應(yīng)用》劉衛(wèi)國、陳昭平  一書時第一章和第二章的課后習(xí)題 目錄 exponential_e.m exsub.m fheritage.m initiali

    這是我學(xué)習(xí)《MATLAB程序設(shè)計與應(yīng)用》劉衛(wèi)國、陳昭平  一書時第一章和第二章的課后習(xí)題 目錄 exponential_e.m exsub.m fheritage.m initialise.m matrix.m matrix2.m matrixm.m matrix_c.m matrix_mul.m mult.m mywork1201.dll mywork1201.m normcdf_.m p41_4.m p41_5.asv p41_5.m p41_6.m p41_7.m p41_8.m p64_1.m p64_2.m p64_3.m p64_4.m p64_5.m p65_10_1.m p65_10_2.m p65_10_3.m p65_6.m p65_8.m

    標(biāo)簽: exponential_e fheritage initiali MATLAB

    上傳時間: 2015-08-11

    上傳用戶:x4587

  • java游戲編程導(dǎo)學(xué)系列三 使用說明 一個網(wǎng)絡(luò)俄羅斯方塊的游戲

    java游戲編程導(dǎo)學(xué)系列三 使用說明 一個網(wǎng)絡(luò)俄羅斯方塊的游戲,玩家可以在網(wǎng)絡(luò)的任何地方互相對戰(zhàn)。 注意:運(yùn)行這個應(yīng)用程序,需要安裝JRE(Java Runtime environment,java運(yùn)行 環(huán)境) 本章的資源文件包括: play.bat 讀者可以直接運(yùn)行這個批處理文件來運(yùn)行“網(wǎng)絡(luò)俄羅斯方塊”(請 注意在同一目錄下是否存在matrix.jar文件) matrix.jar 打包的“網(wǎng)絡(luò)俄羅斯方塊”游戲,它把所有網(wǎng)絡(luò)俄羅斯方塊游戲 的類和資源都集中到了一起,運(yùn)行時只要存在它就可以了。我們可以在控制 臺下通過命令行“java -jar matrix.jar”來運(yùn)行,也可以直接運(yùn)行play.bat 文件進(jìn)入游戲。 \matrix JBuilder的project文件 所有網(wǎng)絡(luò)俄羅斯方塊游戲的源碼和資源都 在這個目錄下面。讀者可以用JBuilder來打開matrix.jpx文件。 \JavaDoc示例 一個關(guān)于javadoc命令使用的例子。 a.java 示例代碼 \doc 是由示例程序生成的文檔

    標(biāo)簽: java 游戲編程 使用說明 俄羅斯方塊

    上傳時間: 2013-12-01

    上傳用戶:ardager

  • The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set o

    The MatlabBGL library fills a hole in Matlab s suite of algorithms. Namely, it provides a rich set of algorithms to work with graphs, as in graph theory graphs. The MatlabBGL package uses Matlab s native sparse matrix type as a graph and provides algorithms that work

    標(biāo)簽: algorithms MatlabBGL provides library

    上傳時間: 2014-11-17

    上傳用戶:zyt

  • 在SBC-2410X上運(yùn)行WindowsCE所涉及的文檔

    在SBC-2410X上運(yùn)行WindowsCE所涉及的文檔,工具等。 1.目錄: NBoot_Debug: 便攜式MATRIX IV 2410X單板機(jī)WINCE.NET4.2的啟動代碼,用于調(diào)用 EBOOT,Debug時用 NBoot_Release: 便攜式MATRIX IV 2410X單板機(jī)WINCE.NET4.2的啟動代碼,用于調(diào)用 WINCE,Release時用 2.文件: NBoot_Debug.bin: 便攜式MATRIX IV 2410X單板機(jī)WINCE.NET4.2的Debug啟動代碼二進(jìn)制文件 NBoot_Release.bin: 便攜式MATRIX IV 2410X單板機(jī)WINCE.NET4.2的Release啟動代碼二進(jìn)制文件 3.WindowsCE安裝指南

    標(biāo)簽: WindowsCE 2410 SBC 運(yùn)行

    上傳時間: 2013-12-18

    上傳用戶:Thuan

主站蜘蛛池模板: 娄底市| 来宾市| 措美县| 南昌市| 浠水县| 宝坻区| 昌图县| 高碑店市| 汽车| 湟源县| 习水县| 兴宁市| 北海市| 阿勒泰市| 离岛区| 新和县| 青龙| 和平县| 天等县| 辰溪县| 崇信县| 丽江市| 温宿县| 商都县| 唐海县| 临清市| 连云港市| 马关县| 洛浦县| 广丰县| 来宾市| 朝阳区| 彭山县| 宝丰县| 龙南县| 饶河县| 麟游县| 屏边| 沈丘县| 海阳市| 汝南县|