CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 矩阵相乘

搜索资源列表

  1. test

    0下载:
  2. 设计出的两个任意维数矩阵相乘的三种优化算法,包括矩阵分治和strassen算法-Design of the two matrices of arbitrary dimension of the three optimization algorithms, including matrix algorithm for partition and strassen
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1210
    • 提供者:liuyan
  1. Matrix1

    0下载:
  2. 矩阵各种运算,包括矩阵加减,矩阵相乘,矩阵求逆,和转置-matrix
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:13178
    • 提供者:廖春华
  1. cannon

    0下载:
  2. 并行算法,矩阵相乘,MPI。 cannon.c-MPI,MUTPLAY cannon.c
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2668
    • 提供者:lbo
  1. Matrics

    0下载:
  2. 算法实验之矩阵相乘,对比普通算法和strassen算法的运行时间差异-just as it s sald above!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1369
    • 提供者:wxw_s_life
  1. Cannon

    0下载:
  2. 佳能矩阵相乘算法,利用了openmp与C++技术-Canon matrix multiplication algorithm, use openmp and C++ technology
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-25
    • 文件大小:1194
    • 提供者:施俊
  1. alg_3

    0下载:
  2. 快速傅立叶变换计算多项式,strassen算法计算矩阵相乘,以及其和普通多项式、矩阵乘法的比较-Fast Fourier Transform calculation of polynomial, strassen matrix multiplication algorithm, and its and ordinary polynomials, matrix multiplication comparison
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:3022
    • 提供者:linqingyang
  1. SparseMatrixArithmeticUnit

    0下载:
  2. 现一个稀疏矩阵运算器。以“带行逻辑链接信息”的三元组表作为稀疏矩阵的存储结构;实现两个矩阵相加、相减、相乘运算;运算结果要求以阵列形式输出-Is a sparse matrix arithmetic unit. The " belt line of logical link information" triples table as sparse matrix storage structure to achieve two matrices are added togeth
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:11009
    • 提供者:罗向鹏
  1. matrixMul_v1-2

    0下载:
  2. 利用CUDA进行矩阵相乘的运算,对已有的教程上的程序进行了改进,效率得到提高(需要设置VS才能运行)-matrix multiplication via CUDA
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:1061648
    • 提供者:wanggang
  1. translateandrotate

    0下载:
  2. 题目:编程实现 多边形的平移、旋转变换 要求:不能调用OpenGL的变换函数,如glTranslatef, glRotatef,glScalef。要求通过矩阵相乘的方式,自 己计算出变换后几何图形的坐标。-do it without glTranslatef and glRotatef
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:2179
    • 提供者:jenny
  1. sparsematrix

    0下载:
  2. 这是一个数据结构的实验,关于稀疏矩阵相乘的实现-This is a data structure of the experiment, on the realization of sparse matrix multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:225126
    • 提供者:saber
  1. mycannon

    0下载:
  2. 该程序是基于cannon算法实现的矩阵相乘运算,运行平台VS2005,需要设置环境变量。-The program is based on the cannon algorithm matrix multiplication operation, operation platform, VS2005, need to set environment variables.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:1447
    • 提供者:魏亭
  1. vector_matrix_multiplication

    0下载:
  2. 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
  3. 所属分类:MPI

    • 发布日期:2017-04-10
    • 文件大小:1446
    • 提供者:qq
  1. complex1

    0下载:
  2. 复数相乘,两个复数矩阵相乘时,可以将它们的实部与虚部分别相乘,然后相加。-complex
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:1208790
    • 提供者:zhangjuanjuan
  1. code

    0下载:
  2. 从键盘输入两个矩阵,输出这两个矩阵和这两个矩阵相乘的矩阵,图书管理系统的一小部分 要求能 登陆 注册 推出 登陆要有次数限制(失败三次退出程序等),注册信息要求写入到文本文件里保存,已知圆半径r=2.5 圆柱高h=4,求圆的周长,面积,圆球体积,圆柱体积,用cin输入要计算的项目,然后输出计算结果,输入输出时要有文字提示,求1!+2!。。。+10!c语言代码,贪吃蛇游戏的C语言代码,求几个带权字符的哈夫曼编码,本打字游戏可进行英文,其它字符和全部字符的打字训练,每次训练若干个字符并进行打字时间,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:16044
    • 提供者:wangdongdong
  1. strass

    0下载:
  2. 解决矩阵相乘,能节约时间,减少时间复杂程度,提高算法的效率,而且应用密码学很广泛。-Solve the matrix multiplication, can save time, reduce the time complexity and improve the efficiency of the algorithm, and the application of cryptography is very wide.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1359
    • 提供者:lily
  1. suanfa

    0下载:
  2. 包括4个算法问题: 1、船的最大载重 2、动态规划货郎但问题 3、符号三角形 4、MPI矩阵相乘问题-Including the four algorithm problem: one, the ship' s maximum load 2, dynamic programming street vendor but the question three, symbols triangle 4, MPI matrix multiplication problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:3419
    • 提供者:mao
  1. matrix_multiplication

    0下载:
  2. 2阶矩阵相乘,本人原创,代码功能以及实现细节详见注释-2 order matrix multiplication, I original, code functions and implement details see annotation
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6242
    • 提供者:David
  1. trmul

    0下载:
  2. 是一个关于矩阵相乘的程序,用户可以输入两个矩阵,然后就会显示结果-Is a process of matrix multiplication, the user can input two matrices, then the results will be displayed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:694
    • 提供者:liuyanli
  1. compiler_homework

    0下载:
  2. 我大一时候的作业,实现了以下功能: 用16位8086汇编语言编写下列程序之一: a) 两矩阵相加 b) 求Fibonacci数列 c) 输入一个正整数n, 输出1-n之间的所有素数 d) 矩阵相乘 e) 把一个十进制小数转换成IEEE754格式并输出的程序, 要求从键盘输入一个十进制小数,最后在在屏幕上输出IEEE754格式二进制码的序列.-When my freshman year of operations, realization of the fol
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:11958
    • 提供者:czxu
  1. rect_multi

    0下载:
  2. 实现两个矩阵相乘的函数,重在学习用多维数组作为实参数时,形参该如何表达-Achievement of the two matrix multiplication function, focusing on learning to use multi-dimensional array as a real parameter, the parameter to express
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:531
    • 提供者:浪飞人海
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »
搜珍网 www.dssz.com