Welcome![Sign In][Sign Up]
Location:
Search - Absolute M

Search list

[Crack Hack简易的矩陣加密編编码法

Description: 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位置上。这一步称为全选主元。 m(k, k) = 1 / m(k, k) m(k, j) = m(k, j) * m(k, k),j = 0, 1, ..., n-1;j != k m(i, j) = m(i, j) - m(i, k) * m(k, j),i, j = 0, 1, ..., n-1;i, j != k m(i, k) = -m(i, k) * m(k, k),i = 0, 1, ..., n-1;i != k 最后,根据在全选主元过程中所记录的行、列交换的信息进行恢复,恢复的原则如下:在全选主元过程中,先交换的行(列)后进行恢复;原来的行(列)交换用列(行)交换来恢复。-algorithm introduced in the matrix inversion process is very common, which are mainly used for Billboard matrix. In accordance with the definition of the method of calculating multiplication, seriously affecting the performance. The need for a large number of Billboard matrix operations, matrix inversion optimization can significantly improve performance. Here we introduce the matrix inversion algorithm called full-elected PCA Gauss-Jordan and France. Gauss-Jordan and France (all elected PCA) inversion of the following steps : First, for k from 0 to n-1 for the following steps : from the first trip k, k started out the bottom right corner Subarray largest absolute selected elements, and element remember meeting the line and out, the adoption OK exchange and the exchange out of its exchange
Platform: | Size: 2877 | Author: 刘亮 | Hits:

[Special Effectsexhaustive

Description: 穷尽 块匹配算法 motionsEstAnalysis.m Script to execute all Algorithms motionEstES.m Exhaustive Search Algorithm costFuncMAD.m Mean Absolute Difference Function minCost.m minimum cost among macro blocks motionComp.m motion compensated image creator imgPSNR.m finds image PSNR w.r.t. reference
Platform: | Size: 7254 | Author: 田卉 | Hits:

[Crack Hack简易的矩陣加密編编码法

Description: 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位置上。这一步称为全选主元。 m(k, k) = 1 / m(k, k) m(k, j) = m(k, j) * m(k, k),j = 0, 1, ..., n-1;j != k m(i, j) = m(i, j) - m(i, k) * m(k, j),i, j = 0, 1, ..., n-1;i, j != k m(i, k) = -m(i, k) * m(k, k),i = 0, 1, ..., n-1;i != k 最后,根据在全选主元过程中所记录的行、列交换的信息进行恢复,恢复的原则如下:在全选主元过程中,先交换的行(列)后进行恢复;原来的行(列)交换用列(行)交换来恢复。-algorithm introduced in the matrix inversion process is very common, which are mainly used for Billboard matrix. In accordance with the definition of the method of calculating multiplication, seriously affecting the performance. The need for a large number of Billboard matrix operations, matrix inversion optimization can significantly improve performance. Here we introduce the matrix inversion algorithm called full-elected PCA Gauss-Jordan and France. Gauss-Jordan and France (all elected PCA) inversion of the following steps : First, for k from 0 to n-1 for the following steps : from the first trip k, k started out the bottom right corner Subarray largest absolute selected elements, and element remember meeting the line and out, the adoption OK exchange and the exchange out of its exchange
Platform: | Size: 3072 | Author: 刘亮 | Hits:

[matlabfreqz_m

Description: 求取系统的绝对幅度响应、相对的db值幅度响应、相位响应和群延时响应的函数 % %db为相对振幅(dB) %mag为绝对振幅 %pha为相位响应 %grd为群延时 %w为频率样本点向量 %b为Ha(z)分子多项式系数(对FIR而言,b=h) %a为Hz(z)分母多项式系数(对FIR而言,a=1) %-strike rate system in response to the absolute and relative value range db response phase and group delay response to the response function%% db relative amplitude (dB)% mag as the absolute amplitude% of MTS Phase Response% for the group delay grd% w frequency of sample points for the vector b Ha% (z) elements polynomial coefficient (F IR, b = h)% for a Hz (z) denominator polynomial coefficient (right FIR, a = 1)%
Platform: | Size: 1024 | Author: 吴江华 | Hits:

[matlabkalman_filter_Simu

Description: 数值的kalman滤波程序,绝对完整。完全-Values kalman filtering process, absolute integrity. Completely
Platform: | Size: 229376 | Author: | Hits:

[Othersome-ebooks-for-mac-developers

Description: 关于苹果机开发的电子书:1.Apple.Mac.OS.X.Development.Tools.Overview.Jun.2003.eBook 2.Apple.The.Objective.C.Programming.Language.Dec.2006.eBook 3.Apress.AppleScript.The.Comprehensive.Guide.to.Scripting.and.Automation.on.Mac.OS.X.2nd.Edition.Sep.2006.eBook-BBL 4.Apple.A.Quick.Tour.of.Xcode.Aug.2003.eBook 5.FreeBook.AppleScript.for.Absolute.Starters.Mar.2003.eBook 6.FreeBook.Become.an.Xcoder.Start.Programming.the.Mac.use.Objective-C.Apr.2006.eBook-err
Platform: | Size: 21768192 | Author: 徐怡南 | Hits:

[Othernwpumanmachineinterface

Description: 西北工业大学软件与微电子学院人机界面全套课件,解压后有30多M,绝对的齐全,下了决不后悔!-Northwestern Polytechnical University Institute of Software and Microelectronics, a full set of human-machine interface software, decompression after more than 30 M, absolute and complete, under the never regret!
Platform: | Size: 27521024 | Author: 陈志 | Hits:

[SCM12864

Description: LCD12864串行控制方式,绝对好的资料, (C语言)-LCD12864 serial control mode, the absolute good information, (C language)
Platform: | Size: 1024 | Author: 石头 | Hits:

[Special Effectsexhaustive

Description: 穷尽 块匹配算法motionsEstAnalysis.m Script to execute all AlgorithmsmotionEstES.m Exhaustive Search AlgorithmcostFuncMAD.m Mean Absolute Difference FunctionminCost.m minimum cost among macro blocksmotionComp.m motion compensated image creatorimgPSNR.m finds image PSNR w.r.t. reference-Exhaustive block matching algorithm motionsEstAnalysis.m Script to execute all AlgorithmsmotionEstES.m Exhaustive Search AlgorithmcostFuncMAD.m Mean Absolute Difference FunctionminCost.m minimum cost among macro blocksmotionComp.m motion compensated image creatorimgPSNR.m finds image PSNR wrt reference
Platform: | Size: 7168 | Author: 田卉 | Hits:

[ARM-PowerPC-ColdFire-MIPSPXA255

Description: intel的PXA255芯片的中文资料,绝对详细的说明整块芯片的任何部件以及寄存器的设置和使用,是难得的资料,12M的文件足以看到它的份量了-The PXA255 chips intel Chinese data, the absolute detail of the entire chip, as well as any components register to set up and use, the information is a rare, 12M documents sufficient to see it the weight of the
Platform: | Size: 13447168 | Author: 周智江 | Hits:

[Game Enginemir2_cqfir_map

Description: www.cqfir.com传奇2的地图编辑器代码,保证质量,绝对编译通过 D7环境 绝对是学习传奇地图格式的经典典范-www.cqfir.com Legends 2 map editor code, ensure the quality, absolutely compiler environment through D7 absolute legend map formats are studying the classic example of
Platform: | Size: 187392 | Author: tonyyock | Hits:

[matlabSinger

Description: Singer 机动目标跟踪算法的MATLAB仿真程序,绝对好用.请先解压,其中: target_movement.m文件为目标运动模型文件. Singer.m为主程序文件.-Singer maneuvering target tracking algorithm MATLAB simulation program, the absolute ease of use. Please decompression, in which: target_movement.m paper documents for the target motion model. Singer.m the main program files.
Platform: | Size: 6144 | Author: 苏东北 | Hits:

[Special EffectsTDLMS

Description: 图像处理中应用非常广泛的二维最小均方误差算法(TDLMS)。绝对好用!-Image Processing is widely used two-dimensional MMSE algorithm (TDLMS). Absolute ease of use!
Platform: | Size: 1024 | Author: yuxi | Hits:

[Special Effectsabsmin

Description: absmin.m程序,求矩阵的每个元素的绝对值然后求其非零的最小值(绝对原创)-absmin.m procedures, and each element of the matrix and then the absolute value of the minimum value for the non-zero (absolute original)
Platform: | Size: 26624 | Author: shiyun | Hits:

[OtherLAD-MATLAB

Description: 《最小一乘回归系数估计及其MATLAB实现》2007 王福昌 胡顺田 张艳芳-The Coefficient Estimation of Least Absolute Deviation Regression and Implementation in M ATLAB
Platform: | Size: 212992 | Author: 晓柳 | Hits:

[Othermatlab_utilities

Description: 自己用的Kalman滤波工具箱。包含52个m文件。绝对物有所值!-Own use of the Kalman filter toolbox. Containing 52 m files. Absolute value for money!
Platform: | Size: 38912 | Author: 张培 | Hits:

[matlabBlockMatchingAlgoMPEG

Description: Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short description of the m files in this zip motionsEstAnalysis.m Script to execute all Algorithms motionEstES.m Exhaustive Search Algorithm motionEstTSS.m Three Step Search Algorithm motionEstNTSS.m New Three Step Search Algorithm motionEstSESTSS.m Simple And Efficient Search Algorithm motionEst4SS.m Four Step Search Algorithm motionEstDS.m Diamond Search Algorithm motionEstARPSm Adaptive Root Pattern Search Algorithm costFuncMAD.m Mean Absolute Difference Function minCost.m minimum cost among macro blocks motionComp.m motion compensated image creator imgPSNR.m finds image PSNR w.r.t. reference image The test images can be found at http://cc.usu.edu/~arohb/caltrain.zip-Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short description of the m files in this zip motionsEstAnalysis.m Script to execute all Algorithms motionEstES.m Exhaustive Search Algorithm motionEstTSS.m Three Step Search Algorithm motionEstNTSS.m New Three Step Search Algorithm motionEstSESTSS.m Simple And Efficient Search Algorithm motionEst4SS.m Four Step Search Algorithm motionEstDS.m Diamond Search Algorithm motionEstARPSm Adaptive Root Pattern Search Algorithm costFuncMAD.m Mean Absolute Difference Function minCost.m minimum cost among macro blocks motionComp.m motion compensated image creator imgPSNR.m finds image PSNR w.r.t. reference image The test images can be found at http://cc.usu.edu/~arohb/caltrain.zip
Platform: | Size: 118784 | Author: Yashil | Hits:

[Multimedia DevelopMicrowave_Engineering_3e_-_David_M_Pozar

Description: M.Pozar的大作:微波工程(第三版)(中译本),是微波工程领域的绝对经典著作!-M. Pozar’s masterpiece: Microwave Engineering (third edition) (in translation), is an absolute classic in the field of microwave engineering!
Platform: | Size: 24665088 | Author: 王一 | Hits:

[matlabofdm2_v04.m

Description: OFDM的性能仿真,绝对的好资料,在LTE和OFMDA中都有运用。-OFDM-performance simulation, the absolute good information, both in LTE and OFMDA in use.
Platform: | Size: 3072 | Author: ama | Hits:

[Game Programm

Description: 能玩贪吃蛇游戏,综合性强,可玩性高,绝对不错。(You can play snake game, comprehensive, high playability, absolute good.)
Platform: | Size: 1024 | Author: 聂才淦 | Hits:
« 12 »

CodeBus www.codebus.net