CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - svd c

搜索资源列表

  1. svdpackc++.tar

    0下载:
  2. 矩阵奇异分解(svd)最新c++版本,性能更稳定-matrix decomposition (SVD) c latest version of a more stable performance
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:81.65kb
    • 提供者:样反
  1. solveequation

    0下载:
  2. 由c语言编写的解非线性方程,线性方程组代码,包括LSQR,SIRT,SVD等算法源代码
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:9.36kb
    • 提供者:胡治权
  1. svd[1].cpp

    0下载:
  2. 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.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:71.35kb
    • 提供者:大宾
  1. svd_cpp

    0下载:
  2. 用C++写的 SVD 奇异值分解算法,用于学习与研究。-Written in C++ SVD algorithm for learning and research.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9.22kb
    • 提供者:yong
  1. svdpackc.tar

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:512.77kb
    • 提供者:leespoon
  1. svd.cpp

    2下载:
  2. 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-05-22
    • 文件大小:85.66kb
    • 提供者:leespoon
  1. svd.c

    0下载:
  2. SVD算法可用来求解大多数的线性最小二乘法问题.对矩阵进行奇异值分解。-SVD algorithm is used to solve most of the linear least squares problem. Of the matrix singular value decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:5.4kb
    • 提供者:vivi
  1. alglib-2.5.0.cpp

    0下载:
  2. alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1020.79kb
    • 提供者:Cheng
  1. shoushou-svd

    0下载:
  2. svd程序 首先是householder变换为上双对角矩阵,然后再是QR分解得到奇异值-svd C++
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2.28kb
    • 提供者:jundu
  1. svd

    0下载:
  2. 数学建模中svd算法实现正交矩阵的分解讲义及c++代码-Mathematical modeling of orthogonal matrix svd decomposition algorithm c++ code and lecture notes
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:3.26mb
    • 提供者:李和瀚
  1. SCD_CPP

    1下载:
  2. 数值计算中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 t
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-19
    • 文件大小:6.2kb
    • 提供者:鲁力
  1. SVD-MOD

    0下载:
  2. C环境下实现矩阵的奇异值分解,实际验证之后证明效果不错-Singular value decomposition of the matrix C environment, proof of good results after the actual verification
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:2.26kb
    • 提供者:张明
  1. svdfeature-1.1.6

    0下载:
  2. CF svdFeature, 基于C++开发的,利用svd奇异矩阵分解建立的协同过滤工具箱。可以解决常用的所有协同过滤问题。对于推荐系统的建立至关重要,是很好的学习和使用的工具箱。协同滤波也是最有机器学习感觉的方法之一,我们大家都爱它!-CF svdFeature, a well performed toolkit of confiltering method based on svd, which is developed using C++ programming language. It
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-11-07
    • 文件大小:1.04mb
    • 提供者:xiebiwei
  1. SVDLIBC-win

    1下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-11-01
    • 文件大小:42.48kb
    • 提供者:Elif Keir
  1. SVD C算法

    0下载:
  2. TXT格式,C语言的svd算法,源码,基本不需要进行修改。
  3. 所属分类:数学计算/工程计算

  1. SVD

    0下载:
  2. SVD算法的c++实现,通过这个算法可以解决匹配问题。-SVD algorithm c++ achieve, through this algorithm can solve the matching problem.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:631kb
    • 提供者:曹鹏
  1. ksvd_src

    1下载:
  2. k-svd算法的实现,采用c++语言实现的一个基于K-svd算法的图像消噪程序-k-svd with c++ written for image de-noising
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:24.35kb
    • 提供者:牛犇犇
  1. SVD_CPP

    0下载:
  2. C++写的svd程序,供学习参考-C++ svd written procedures for study and reference. . . . . . . . .
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:4.75kb
    • 提供者:王飞飞
  1. svdcPP

    0下载:
  2. 奇异值分解 svd c++ 源码 输入矩阵A,分解矩阵的秩K 输出U,S,V -Singular Value Decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-28
    • 文件大小:10.77kb
    • 提供者:zgx
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30kb
    • 提供者:东篱
« 12 »
搜珍网 www.dssz.com