CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - matrix a

搜索资源列表

  1. 2005102611013310480

    0下载:
  2. 最佳矩阵连乘 给定n个矩阵{A1,A2,…An},其中Ai与A i+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2…An。矩阵A和B可乘的条件是矩阵A的列数等于矩阵B的行数。若A是一个p×q矩阵,B是一个q×r矩阵,则其乘积C=AB是一个p×r矩阵,需要pqr次数乘。 由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序。例如,设3个矩阵{A1,A2,A3}的维数分别为10×100,100×5,和5×50。若按加括号方式((A1A2)A3)计算,3个矩阵连乘积
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6kb
    • 提供者:肿事右
  1. InvMat

    0下载:
  2. 利用矩阵的奇异值分解压缩图像,先将图像分块,对各块中的每个对应象素内积得到相关矩阵A,然后对A进行奇异值分解,选择n(n<N)个较大的特征值对应的特征向量,利用该向量与各块图像内积来压缩和恢复图像-matrix of singular value decomposition image compression, image first block of the block of each pixel corresponding to be associated with the plot
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:王志气
  1. gauss-C

    0下载:
  2. * 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵 * 输入: n----方阵A的行数 * a----矩阵A * m----矩阵B的列数 * b----矩阵B * 输出: det----矩阵A的行列式值 * a----A消元后的上三角矩阵 * b----矩阵方程的解X -out the main elements of Gaussian elimination method for solving matrix equ
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:xuyan
  1. numbermaze

    0下载:
  2. 数字迷宫游戏,即在一个九乘九的矩阵中填入1~9的数字,使得行,列以及3个小九宫格中的数字没有重复。下载后,用鼠标点击单元格进行初始数字的填充(也可以运行初始化,填充已经设定好的题目),然后单步运行。注意,在反复进行清除行,列,九宫格重复后,一定要多进行几回已知重复,否则,结果会出现问题。-figures maze games in a nine Jiucheng Enter the Matrix a nine-figure, making OK, out of three small previ
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27.34kb
    • 提供者:墨风
  1. matrix-

    0下载:
  2. 矩阵求逆,经典算法,全主元高斯约当法,经典源码,用途广泛-matrix inversion, classic algorithms, the main yuan Gaussian all about when France, classic source, a wide range of uses
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4.25kb
    • 提供者:李保磊
  1. 转置矩阵

    0下载:
  2. 转置矩阵是10*10矩阵A的转置矩阵A(t)-matrix is home to 10 * 10 A matrix transpose matrix A (t)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.44kb
    • 提供者:琉璃
  1. matrix.rar

    0下载:
  2. 2、 矩阵(二) 编写C++程序完成以下功能: (1) 假定矩阵大小为4×5(整型); (2) 矩阵空间采用new动态申请,保存在指针中; (3) 定义矩阵初始化函数,可以从cin中输入矩阵元素; (4) 定义矩阵输出函数,将矩阵格式化输出到cout; (5) 定义矩阵相加的函数,实现两个矩阵相加的功能,结果保存在另一个矩阵中; (6) 定义矩阵相减的函数,实现两个矩阵相减的功能,结果保存在另一个矩阵中; (7) 动态申请三个矩阵:A1、A2、A3; (8) 初始化A1、A2;
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:631byte
    • 提供者:bedding
  1. Matrix

    0下载:
  2. C#的程序,已经做好的了,就一简单的C#矩阵连乘的小程序,连界面程序源码都在的了-C# Procedures have been carried out of the, on a simple C# Matrix even by a small program, and even source interface procedures are of the
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:208.93kb
    • 提供者:
  1. matrix

    0下载:
  2. 矩阵运算可以实现矩阵运算的常见功能,方程组求解等功能。-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:908byte
    • 提供者:kokoc
  1. matrix

    0下载:
  2. 编写一个程序完成矩阵的乘法运算,要求1. 输入矩阵的阶数n(假设矩阵是方阵,即行列相等); 2. 输入矩阵的每个分量-Completion of the preparation of a matrix multiplication, 1. Enter the order of matrix n (assume that is a square matrix, that is, the ranks of the same) 2. Input matrix of each component
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:542byte
    • 提供者:风清扬
  1. Matrix

    0下载:
  2. It is a underlying C++ source code for Matrix function. I have developed a class Matrix which has different fuctions like multiplication addition, subtraction, transpose for N X N dimensional matrix. Determinant and cofactor will be added and already
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:4.02kb
    • 提供者:Hancy Samurai
  1. matrix

    0下载:
  2. 设有两个2*3矩阵a,b,重载运算符+,用于两个矩阵的加法运算,如c=a+b,设c也为2*3的矩阵。重载<< 和>>,用于输入输出矩阵。-There are two 2* 3 matrix a, b, overloaded operator+ for addition operation of two matrices, such as c = a+ b, c set for 2* 3 matrix. Overloading < < and> > f
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:584byte
    • 提供者:glfqss
  1. matrix

    0下载:
  2. 矩阵计算的一个简单计算,用于矩阵相加和相减。-Matrix, a simple calculation for the matrix add and subtract.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:6.91kb
    • 提供者:李保华
  1. Matrix

    0下载:
  2. 一个c# 矩阵类 非常实用 包含矩阵的各种运算-a class of matrix described by csharp,include all kinds of operater,such as (+,-,*)。
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:12.18kb
    • 提供者:liuyou
  1. matrix

    0下载:
  2. This program is to inverse a square matrix A(nxn).
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:1.44kb
    • 提供者:xinghaili
  1. matrix

    0下载:
  2. 矩阵乘法 给定两个矩阵 A 和 B,其中 A 是具有 M 行、K 列的矩阵, B 为 K 行、N 列的矩阵, A 和 B 的矩阵积为矩阵 C, C 为 M 行、N 列。矩阵 C 中第 i 行、第 j 列的元素 Cij 就是矩阵 A 第 i 行每个元素和矩阵 B 第 j 列每个元素乘积的和,即 要求:每个 Ci j 的计算用一个独立的工作线程,因此它将会涉及生成 M×N 个工作线程。主 线程(或称为父线程)将初始化矩阵 A 和 B,并分配足够的内存给矩阵 C,它将容纳矩阵 A 和 B
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:1kb
    • 提供者:leser
  1. Matrix

    0下载:
  2. 包含三个数据成员:行(int 类型),列(int 类型),一个指针变量。提供一个无参数传递的构造函数和一个包含两个参数传递的构造函数。提供一个成员函数,设置矩阵元素。(Contains three data members: row (int type), column (int type), and a pointer variable. Provides a constructor with no arguments and a constructor that contains two p
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1kb
    • 提供者:家鸽
  1. matrix

    0下载:
  2. Make a matrix / Can rewrite
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:790kb
    • 提供者:YYSSHH
  1. A-star(lua)

    0下载:
  2. 输入任意维矩阵,能够实现A-star路径搜索,代码简介明了(Input any dimension matrix, can realize A-star path search, code introduction is clear)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2kb
    • 提供者:范振雍
  1. Matrix

    0下载:
  2. A small program that takes the size and elements of an integer matrix and applies operations on it
  3. 所属分类:其他

    • 发布日期:2018-05-07
    • 文件大小:264kb
    • 提供者:Tryme
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com