搜索资源列表
svdpackc++.tar
- 矩阵奇异分解(svd)最新c++版本,性能更稳定-matrix decomposition (svd) c latest version of a more stable performance
svd.cpp
- compute single value decomposition of a matrix in c
svd[1].cpp
- The document describes an AP library adapted for c++. The AP library for c++ contains a basic set of mathematical functions and collection classes needed to run the programs from the ALGLIB website.
svd分解
- svd分解 c++
svd资源包
- c语言的源代码,关于svd的
svd
- 奇异值分解的c语言程序,可以直接运行,高效简单易于理解-Singular value decomposition of the c language program can be run directly, simple and easy to understand effective
main
- 用c语言实现矩阵的svd分解算法实例 很有用-Using c language svd matrix decomposition algorithm is useful examples
113172210svd
- svd随着计算机网络的不断发展,多媒体信息的版权保护问题变得十分突出,已成为一个非常紧迫的议题。数字水印技术是实现版权保护的一种非常有效的方法,已经成为信息隐藏领域的一个热门方向。本文着重讨论了数字水印技术在数字图像中的应用,特别地,对于基于神经网络和svd的自适应的数字水印技术进行了深入的研究与实验。首先比较全面地介绍了数字水印技术的发展历史、现状、基本模型、特征、分类、现有的主要的算法和应用,并对数字水印的发展前景做出了一个展望。接着阐述了神经网络和奇异值分解( svd)的相关理论。利用图像
svd
- 这是一种基于奇异分解的数字水印代码包括嵌入、提取代码。效果图都包含在内了良好的鲁棒性-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
svdpackc.tar
- svd 算法代码 This directory contains instrumented svdPAcKc Version 1.0 (ANSI-c) programs for compiling within the "svdrun" scr ipt. The "svdsum" scr ipt can be run after all output files of the form <dataset>.outN, where N=1,2,... have been
svd.cpp
- This svd source code implementation in c++ , the zip file contain the ap file ,more detail ,please see the ap library adapted for c++ in the zip file.also there is faq to answer your question.-svd source code implementation in c++ , This is the
33753153svd
- 有关稀疏矩阵的svd算法(c语言版),非常有用,欢迎下载-The sparse matrix svd algorithm (c language version)
svd.c
- svd算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-svd algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
shoushou-svd
- svd程序 首先是householder变换为上双对角矩阵,然后再是QR分解得到奇异值-svd c++
svd
- 数学建模中svd算法实现正交矩阵的分解讲义及c++代码-Mathematical modeling of orthogonal matrix svd decomposition algorithm c++ code and lecture notes
svd-MOD
- c环境下实现矩阵的奇异值分解,实际验证之后证明效果不错-Singular value decomposition of the matrix c environment, proof of good results after the actual verification
pca-cPP-svd-algorithm
- 主成分分析的c++实现使用奇异值分解svd算法-Principal component Analysis based on svd algorithm ,used c++
svd c算法
- TXT格式,c语言的svd算法,源码,基本不需要进行修改。
svd_c++
- c++实现矩阵的svd分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于svd分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using c++ language realizes the svd decomposition of matrix,as well as the basic o
svd
- svd的简单实现。用于学习。用c语言实现的。(A simple implementation of svd. Used for learning)