搜索资源列表

  1. 数据结构的稀疏矩阵运算器

    0下载:
  2. 利用十字链表的储存结构完成距阵的加,减,乘.数据结构实习题目,已完成选做内容.-use the storage structure to complete the matrix, plus or minus, riding. Internship topic data structure, so as to complete the election.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:24576
    • 提供者:陈大民
  1. 实验6 稀疏矩阵

    0下载:
  2. 利用三元组存储大规模稀疏矩阵并实现矩阵加减乘的运算。输入要求:三元组方式。运行环境C-mass sparse matrix storage and achieve matrix modified by the operator. Entry requirements : Triples way. C Runtime Environment
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:李一
  1. 稀疏矩阵运算器加减乘

    0下载:
  2. 以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:罗明会
  1. 动态规划矩阵连乘

    0下载:
  2. 矩阵连乘。 输出所需最小连乘次数和计算序列。 使用的是动态规划算法。-matrix continually multiply. The required minimum output frequency and continually multiply calculated sequence. Using the dynamic programming algorithm.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:轩哥哥
  1. matmult

    0下载:
  2. 并行矩阵乘法。用于mpi和openMP混合并行求解矩阵乘法问题。适用于分布共享存储cluster环境。无解压密码。-parallel matrix multiplication. OpenMP for mixed MPI and parallel matrix multiplication to solve the problem. Distribution applicable to the shared storage cluste
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:张哲
  1. multiplyofarrys

    0下载:
  2. 这是一个矩阵乘法 程序,按要求输入矩阵后可实现矩阵间的叉乘、点乘-This is a matrix multiplication multiplication procedure, as required input matrix matrix would be achieved by the fork, take points
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:34816
    • 提供者:沈刚
  1. DynamicProgramming

    0下载:
  2. 矩阵连乘问题。C语言编写。从别人的网址传载的,请注意不要用于商业目的。-matrix continually multiply problems. C language. Others from the website- contained, please take care not to be used for commercial purposes.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:张雪庆
  1. matrix_operation

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-this procedure can be completed matrix of input and output. Have the same number of rows and columns in the matrix between the additive and s
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:74752
    • 提供者:李然
  1. hl_strsn

    0下载:
  2. C++编写的高性能矩阵乘法的Stranssen算法,能够有效提高矩阵乘法的效率。-C preparation of high-performance Stranssen matrix multiplication algorithm, can effectively improve the efficiency of matrix multiplication.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:120832
    • 提供者:youliang
  1. 3

    0下载:
  2. 矩阵乘法,用运算符重载实现,用VC++编写-Matrix multiplication, using operator overloading to achieve with VC++ Prepared
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:228352
    • 提供者:sutao
  1. Matrix

    0下载:
  2. 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-This procedure to complete the matrix input and output. Have the same number of rows and rows of the matrix between the adder, subtraction. Co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:73728
    • 提供者:kexing
  1. Strassen

    0下载:
  2. 矩阵乘法是线性代数中最常见的运算之一,它在数值计算中有广泛的应用。若A和B是2个n×n的矩阵,则它们的乘积C=AB同样是一个n×n的矩阵。-Linear algebra matrix multiplication is the most common computing one of its numerical computation in a wide range of applications. If A and B are two
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:238592
    • 提供者:陈大哥
  1. MATPRO

    0下载:
  2. MPICH2+VC6.0 并行计算程序,实现矩阵乘法-MPICH2+ VC6.0 parallel computing procedures, the realization of matrix multiplication
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:157696
    • 提供者:liuyi
  1. Cannon

    0下载:
  2. 实现了矩阵乘法的cannon算法。用MPI编程,在并行环境中可运行-Cannon implements matrix multiplication algorithm. Programming with MPI, can run in parallel environment
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:李光瑞
  1. 3 计算器4x4矩阵键盘

    0下载:
  2. 简易计算器,利用4乘4矩阵键盘,51单片机在LED显示屏上实现简易计算器功能(Based on the 4 x 4 matrix keyboard, 51 microcontroller simple calculator functions on the LED display)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:208896
    • 提供者:lancc
  1. 第一次实验程序

    0下载:
  2. 矩阵乘法的不同循环方式的算法实现,比较了各种算法所用时间的长短(Matrix multiplication of different cycle mode algorithm, compared to the length of time used in various algorithms)
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:946176
    • 提供者:晚来的风66
  1. 矩阵连乘

    0下载:
  2. 以几个矩阵为例,使用C++实现矩阵连乘动态规划(With a few matrix as an example, the use of C++ to achieve the matrix with dynamic programming)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:206848
    • 提供者:荒芜_Demon
  1. juzhen

    0下载:
  2. 内容为C语言实现的矩阵求逆子函数,矩阵乘法子函数,加法,减法子函数,矩阵转置子函数(Including a.C file content for the C language matrix for inverse function)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:hnuduanyang
  1. 矩阵运算

    0下载:
  2. 本类包含常见的矩阵运算,如加减乘取逆等运算(Common matrix operations, such as addition and subtraction, multiplication and multiplication, etc.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:bbmmss
  1. 稀疏矩阵

    0下载:
  2. 稀疏矩阵用C++来实现加减乘功能并可以输出矩阵(C++ implementation of sparse matrix addition and subtraction)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:257024
    • 提供者:章鱼哥111
« 1 23 4 5 6 7 8 9 10 ... 33 »

源码中国 www.ymcn.org