Welcome![Sign In][Sign Up]
Location:
Search - svd decomposition c

Search list

[Other resourcesvdpackc++.tar

Description: 矩阵奇异分解(svd)最新c++版本,性能更稳定-matrix decomposition (SVD) c latest version of a more stable performance
Platform: | Size: 83607 | Author: 样反 | Hits:

[ADO-ODBCsvd.cpp

Description: compute single value decomposition of a matrix in c
Platform: | Size: 71010 | Author: 张记清 | Hits:

[Mathimatics-Numerical algorithmssvd

Description: 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
Platform: | Size: 9216 | Author: 董启文 | Hits:

[Algorithmsvdpackc++.tar

Description: 矩阵奇异分解(svd)最新c++版本,性能更稳定-matrix decomposition (SVD) c latest version of a more stable performance
Platform: | Size: 83968 | Author: 样反 | Hits:

[Mathimatics-Numerical algorithmssvdfit

Description: 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
Platform: | Size: 1024 | Author: 游江 | Hits:

[Data structsMatrix

Description: 很好用的有关矩阵的各种操作,包括求逆,特征值,特征向量,svd分解等-good part of the matrix of various operations including inverse, eigenvalues, eigenvectors, svd decomposition, etc.
Platform: | Size: 15360 | Author: 高纯玲 | Hits:

[ADO-ODBCsvd.cpp

Description: compute single value decomposition of a matrix in c
Platform: | Size: 70656 | Author: 张记清 | Hits:

[Special Effectssvd

Description: 这是一种基于奇异分解的数字水印代码包括嵌入、提取代码。效果图都包含在内了良好的鲁棒性-This is based on singular decomposition of a digital watermark embedded in the code including the extraction code. Plans have included the effect of a good robustness
Platform: | Size: 82944 | Author: wenping | Hits:

[MultiLanguage57320svd

Description: 奇异值分解源程序的一个程序,很不错的一个程序,欢迎使用-Singular value decomposition of a source program, it is a good program, Welcome
Platform: | Size: 9216 | Author: 先生 | Hits:

[CSharpmain

Description: 用C语言实现矩阵的SVD分解算法实例 很有用-Using C language SVD matrix decomposition algorithm is useful examples
Platform: | Size: 1024 | Author: zhangping | Hits:

[Algorithmsvd.c

Description: SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
Platform: | Size: 5120 | Author: vivi | Hits:

[File FormatSVD

Description: 奇异值分解的C语言程序,可以直接运行,高效简单易于理解-Singular value decomposition of the C language program can be run directly, simple and easy to understand effective
Platform: | Size: 2048 | Author: xingdi | Hits:

[Algorithmsvd

Description: 数学建模中svd算法实现正交矩阵的分解讲义及c++代码-Mathematical modeling of orthogonal matrix svd decomposition algorithm c++ code and lecture notes
Platform: | Size: 3419136 | Author: 李和瀚 | Hits:

[Mathimatics-Numerical algorithmsSCD_CPP

Description: 数值计算中SVD分解算法,其中包含SVD算法的C++实现头文件,源文件,程序测试代码,以及测试结果文件等,可以很好的帮助你理解SVD奇异值分解算法-Numerical calculation SVD decomposition algorithm, which the SVD algorithm C++ header files, source files, program testing code, and test results file can help you understand the SVD singular value decomposition algorithm
Platform: | Size: 6144 | Author: 鲁力 | Hits:

[matlabSVD-MOD

Description: C环境下实现矩阵的奇异值分解,实际验证之后证明效果不错-Singular value decomposition of the matrix C environment, proof of good results after the actual verification
Platform: | Size: 2048 | Author: 张明 | Hits:

[AlgorithmSVDLIBC-win

Description: SVDLIBC是一个使用Lanczos算法计算稀疏矩阵SVD(奇异值分解)的C语言函数库,原本在只能Linux下编译,这个版本是对其进行修改后的windows版本,可以在VC++或MinGW下使用。-SVDLIBC is a C library computing the SVD(Singular Value Decomposition) of a sparse matrix using the Lanczos Algorithm. Originally, it can only compile on Linux. However, with a little adjustment, this version of code can compile on Windows platform with either Visual C++ or MinGW for easy usage.
Platform: | Size: 43008 | Author: Elif Keir | Hits:

[Othersvd

Description: svd奇异值举证分解,c++实现举证的svd分解-svd singular value decomposition of proof, c++ achieve
Platform: | Size: 772096 | Author: 张明辉 | Hits:

[AlgorithmsvdcPP

Description: 奇异值分解 svd c++ 源码 输入矩阵A,分解矩阵的秩K 输出U,S,V -Singular Value Decomposition
Platform: | Size: 11264 | Author: zgx | Hits:

[Picture ViewerAtivnoisinmeans-c

Description: An adaptive image denoising technique based on the nonlocal means (NL-means) algorithm is investigated in this research. The proposed method first employs the singular value decomposition (SVD) method and the K-means clustering (Kmeans) technique for robust block classification in noisy images. Then, the local window is adaptively adjusted to match the local property of a block. Finally, a rotated block matching algorithm is adopted for better similarity matching. Experiment results are given to demonstrate the superior denoising performance of the proposed adaptive
Platform: | Size: 1118208 | Author: 杨松 | Hits:

[AlgorithmSVD_C++

Description: C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic operation of matrix "+, -, *, /", triangular decomposition, QR decomposition, matrix display, matrix transpose, matrix eigen value and eigen vector operation. And in Source.cpp, how to use these code was supplied, which is very convenient for you to quickly use these codes into your programming. For SVD decomposition, I had compare the result with that of MATLAB,and I found that when the columns of the matrix number > = line number,my code has no problem.)
Platform: | Size: 30720 | Author: 东篱 | Hits:
« 12 »

CodeBus www.codebus.net