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

搜索资源列表

  1. 矩阵求逆的c语言算法

    1下载:
  2. 通过利用c语言编程实现了对矩阵求逆的操作,可以大大简化用户的某些操作
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-04
    • 文件大小:902
    • 提供者:ja20_09ck
  1. luinverse.rar

    0下载:
  2. 矩阵求逆的算法 用的是LU分解法 是比较简单的矩阵求逆算法,Matrix inversion algorithm is used in LU decomposition method is relatively simple matrix inversion algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1411
    • 提供者:ruru
  1. nijuzheng 求矩阵的逆矩阵

    1下载:
  2. 求矩阵的逆矩阵,不用递归,就可输出任何输入矩阵的逆矩阵。用C++写的。算法思路绝对清晰易懂。-Find inverse of a matrix, without recursion, can you export any of the input matrix matrix. Written in C++. Algorithm ideas absolutely lucid.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-27
    • 文件大小:2048
    • 提供者:guiyongmao
  1. c

    0下载:
  2. C语言的数值计算源代码集合,包括矩阵计算、方程求根、插值等算法-C language source code for a collection of numerical calculation, including the matrix calculation, equation Roots, interpolation algorithms。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:8709
    • 提供者:Royal
  1. mat_lib

    0下载:
  2. 二维矩阵方面的库- Two-dimensional matrix aspect storehouse
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-09
    • 文件大小:124286
    • 提供者:站长
  1. Calculate

    0下载:
  2. 一个多功能计算器calc,包含了代数运算、矩阵运算等功能-A multi-function calculator calc, contains algebra, matrix operations and other functions
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:75152
    • 提供者:站长
  1. include

    0下载:
  2. C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试, C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试-this is a C language code aboue Matrix Invert and Transport, this is classic code about Matrix Invert
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3714
    • 提供者:梁明
  1. Matrix

    1下载:
  2. C++实现的矩阵类,可以很方便地调用,并附文档说明-Matrix
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-11-06
    • 文件大小:36155
    • 提供者:liuli
  1. Matrix_Inverse

    1下载:
  2. 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1042
    • 提供者:zhang
  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
    • 文件大小:5530
    • 提供者:vivi
  1. matrix-c

    0下载:
  2. 自己写的稀疏矩阵,使用十字链表实现,C语言编写。-Write a sparse matrix, the underlying data structure is Cross-List, using C program language.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3805
    • 提供者:bupteinstein
  1. 极化矩阵转换

    1下载:
  2. 极化SAR数据各种矩阵间的转换,包括S、T、K、C矩阵。为matlab代码
  3. 所属分类:matlab例程

  1. C-Matrix

    0下载:
  2. C-矩阵,除去第一行、第一列、最后一列外都为0.这样一个C-矩阵可以压缩存储为一维数组,先逐行再第一列的顺序。并且支持存储搜索功能。-C-matrix, removing the first row, first column, the last column are zero outside, so a C-matrix can be stored as a compressed one-dimensional array, then the order of the first column
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:970
    • 提供者:dongyuan
  1. 矩阵相乘

    0下载:
  2. 输入矩阵的行数列数及其具体的值,计算矩阵相乘。C语言实现
  3. 所属分类:数值算法/人工智能

  1. EigenTest

    0下载:
  2. C++矩阵处理工具——Eigen3工具包,其内部封装了很多矩阵类,可以在C++环境轻松进行矩阵处理(与操作系统无关,window,linux均可)。(C++ matrix processing tool - Eigen3 toolkit, which encapsulates a lot of matrix classes, can be easily carried out in the C++ environment matrix processing (unrelated to the o
  3. 所属分类:数学计算

    • 发布日期:2017-12-31
    • 文件大小:4883456
    • 提供者:naruto1992
  1. 稀疏矩阵转置

    0下载:
  2. ·在矩阵中,若数值为0的元素数目远远多于非0元素的数目,并且非0元素分布没有规律时,则称该矩阵为稀疏矩阵,并用三元组表表示。该算法只扫描两遍原三元组表,就能够获得稀疏矩阵的转置矩阵(In matrix, if the number of elements 0 is far more than the number of non 0 elements, and the distribution of non 0 elements is not regular, it is called spars
  3. 所属分类:数学计算

    • 发布日期:2018-01-06
    • 文件大小:6338560
    • 提供者:静守成雯
  1. xishuMatrixAdd

    0下载:
  2. 以三元组表示稀疏矩阵A,B,试编写矩阵相加的算法,结果存放在C矩阵。(Three tuples are represented by the sparse matrix A, B, and the matrix addition algorithm is written. The results are stored in the C matrix.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-19
    • 文件大小:429056
    • 提供者:wy07
  1. C常用算法程序集(第二版)

    0下载:
  2. 针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。(The effective algorithm commonly used in engineering and preparation, the main contents include polynomia
  3. 所属分类:数值算法/人工智能

  1. eigen-eigen-5a0156e40feb

    0下载:
  2. C++矩阵工具库,可以执行矩阵的加减乘除、矩阵的各种分解,矩阵的特征值和特征向量,速度适中(C++ matrix tool library, can perform various matrix decomposition, add, subtract, multiply and divide matrix, eigenvalue and eigenvector, moderate speed)
  3. 所属分类:数学计算

    • 发布日期:2018-04-30
    • 文件大小:3064832
    • 提供者:gcz1162
  1. C数值算法集

    1下载:
  2. 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:6230016
    • 提供者:呵呵打
« 12 3 4 5 6 7 8 9 10 ... 44 »
搜珍网 www.dssz.com