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

搜索资源列表

  1. 简易的矩陣加密編编码法

    0下载:
  2. 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.81kb
    • 提供者:刘亮
  1. OperationsofMatrix

    0下载:
  2. performs one of the matrix-vector operations y := alpha*A*x + beta*y, or y := alpha*A *x + beta*y, where alpha and beta are scalars, x and y are vectors and A is an m by n matrix-performs one of the matrix-vector operati ons y : = alpha * A * x * y
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2.26kb
    • 提供者:刘俊
  1. OpenMP_exercise

    1下载:
  2. 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algori
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:234.43kb
    • 提供者:luoang
  1. multiThread-win2

    0下载:
  2. windows下利用多线程编实现矩阵的乘法,充分利用资源以提高运算的效率。-compiled under windows using multi-threaded matrix multiplication to achieve full use of resources to improve the efficiency of operations.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:939byte
    • 提供者:朱锐
  1. os2

    0下载:
  2. linux下多线程矩阵运算,使用posix线程库-multi-threaded matrix operations under linux, using posix thread library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:146.2kb
    • 提供者:陈云卿
  1. CreateSMatrix

    0下载:
  2. 一个实现矩阵的基本运算的函数,可运行稀疏矩阵的想加,想减,乘以及转置等运算-Function of a matrix operation run sparse matrix would like to add, want less, multiply and transpose operations
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-06
    • 文件大小:1.8kb
    • 提供者:john smith
  1. Matrix

    0下载:
  2. C++实现几种基本的矩阵运算,包含头文件直接调用,包含矩阵转置、求逆、相乘几个通用操作-C++ implementation of several basic matrix operations, direct calls to include the header file, contains the matrix transpose, inverse, multiplied a few general-purpose operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-01
    • 文件大小:229.81kb
    • 提供者:黄小伟
  1. matrix_operations

    0下载:
  2. Program to make mathematical operations with a square matrix.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-10
    • 文件大小:1.37kb
    • 提供者:David
  1. testdzp

    0下载:
  2. linux c对点阵屏的相关操作实现,可以对显示在点阵屏上的文字进行左对齐、右对齐、居中对齐,方便实用。-realization of the related operations linux c lattice screen can display text on the dot matrix screen were left justified, right-justified, centered, convenient and practical.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.19kb
    • 提供者:张栋
  1. matrix-manipulation

    0下载:
  2. 矩阵运算器 运用vb语言,能够实现矩阵的加法,乘法,矩阵的转置,矩阵的秩-Matrix operations using vb language, to achieve matrix addition, multiplication, matrix transpose, rank of matrix
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:281.02kb
    • 提供者:文青
  1. MATLABMatrix-and-matrix-operations

    0下载:
  2. 本节系统阐述:一、二维数值数组的创建、寻访;数组运算和矩阵运算的区别;实现数组运算的基本函数;多项式的表达、创建和操作;常用标准数组生成函数和数组构作技法;高维数组的创建、寻访和操作;非数NaN、“空”数组概念和应用;关系和逻辑操作。-Commonly used standard array generation function and fabric techniques High dimensional array to create, search and operation The nu
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-26
    • 文件大小:214.11kb
    • 提供者:刘洋
  1. Matrix-Operations

    0下载:
  2. 可以进行矩阵的各种计算,非常简单、方便、实用!-Matrix of various calculations can be made very simple, convenient and practical!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1.05kb
    • 提供者:matianming
  1. db_utilities_indexing

    0下载:
  2. defgroup LMIndexing (LM) Indexing Utilities (Order Statistics, Matrix Operations).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.03kb
    • 提供者:cedpdh
  1. vl_types

    0下载:
  2. \file lower_mat_op_to_vec.cpp Breaks matrix operation expressions down to a series of vector operations. -\file lower_mat_op_to_vec.cpp Breaks matrix operation expressions down to a series of vector operations.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.08kb
    • 提供者:lkjenher
  1. juzhenyunsuanqandtushuguanlixitong

    0下载:
  2. 基于单文档的windows编程,实现矩阵运算器和图书管理系统,初学 练手-Implement matrix operations based on a single document and library management system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3.25mb
    • 提供者:严阿勇
  1. meghod-kezresent

    0下载:
  2. 关于所有矩阵运算的,可以提供给涉及到定位时用到举证,有很好的参考价值(About all the matrix operations, can provide involves positioning used when proof, have a very good reference value)
  3. 所属分类:系统编程

    • 发布日期:2017-12-23
    • 文件大小:97kb
    • 提供者:insranqiaded
搜珍网 www.dssz.com