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

搜索资源列表

  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 cluster environment. Without extract
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1838
    • 提供者:张哲
  1. JUZHENHUAN

    0下载:
  2. 能够实现基于动态数组的定义,从而达到矩阵的变换和乘法运算-can be achieved based on the definition of dynamic arrays, thereby achieving the transformation and matrix multiplication
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:27831
    • 提供者:yfm
  1. matrix_multiply

    0下载:
  2. 自己编写的任意矩阵相乘的DSP程序,运行在CCS环境,平台为TMS320C6416。主程序用C语言编写,子程序用汇编编写完成矩阵相乘功能。-prepare their arbitrary matrix multiplication, the DSP, the running of the CCS environment, TMS320C6416 platform. Main program with C language, the subroutine with a compilation co
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:366825
    • 提供者:王刚
  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. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34993
    • 提供者:沈刚
  1. recmutiple

    0下载:
  2. 编写一个应用程序实现二维矩阵的乘法操作 //程序功能:让用户输入两个整型矩阵,计算两个矩阵的乘积,输出结果-prepare applications to achieve a two-dimensional matrix multiplication operation / / procedural functions : allows users to import two integer matrix, two matrix calculation of the product, the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5289
    • 提供者:杨碧姗
  1. gengzheng

    0下载:
  2. 矩阵相乘的算法,请大家给点面子,也让我下载点东西,我本人能力不行,没有别的体面的奉献给大家了,希望大家体谅!-matrix multiplication, the algorithm to please everyone's face, let me also point to download things, not my ability, there is no other decent dedication to you, I hope you understand!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:3813
    • 提供者:李文科
  1. mul

    0下载:
  2. 在应用中常用矩阵相乘的定义算法对其进行计算。这个算法用到了大量的循环和相乘运算,这使得算法效率不高。而矩阵相乘的计算效率很大程度上的影响了整个程序的运行速度,所以对矩阵相乘算法进行一些改进是必要的。-commonly used in the application of the definition matrix multiplication algorithm for calculation. The algorithm uses a number of cycle and multiplic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10094
    • 提供者:黄波
  1. juzenlianchen

    0下载:
  2. 1.能实现不同的个数的矩阵连乘. 2.最后矩阵大小是8X8. 3是最优的矩阵相乘. 描 述:给定n 个矩阵{A1, A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2...An。矩阵A 和B 可乘的条件是矩阵A的列数等于矩阵B 的行数。若A 是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。-1. To achieve a number of different mat
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2785
    • 提供者:林小绵
  1. juzhenchengji

    0下载:
  2. 用vc++语言编程实现的矩阵乘积功能,有可视化界面。-vc used programming language of matrix multiplication function, visual interface.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11049
    • 提供者:王晨
  1. mathcoding

    0下载:
  2. C语言数学编程:包括叠代整除,阿姆斯特朗数,完数,乘法矩阵,多位阶乘,四分砝码等算法-C Programming Language Mathematics : iterative divisible including Armstrong, a few, several End, matrix multiplication, many factorial quarters algorithms such as weight
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4933
    • 提供者:
  1. Strassen_8

    0下载:
  2. Strassn关于两个矩阵相乘的算法,同过分治原理把两个n*n的矩阵阶各分解成四个n/2*n/2阶的矩阵,当分解出来的矩阵阶数等于2时,求借各个小矩阵,若阶数大与2,就递归的调用前面方法,直到分解成2*2的子矩阵为止。-Strassn on two matrix multiplication, the algorithm, with the governing principle over two n * n matrix of the band decomposed into 4 n / 2
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12750
    • 提供者:张斌
  1. Strassen11

    0下载:
  2. 矩阵相乘的Strassen算法,其中 乘积矩阵C = H*H,H =(hij)n*n 1. hij = , i,j=1,…8 2. i,j=1,…12 矩阵H =(hij)n*n自动生成,取小数点后面6位计算 -Strassen matrix multiplication, the algorithm, the product matrix C = H * H, H = (hij) n * n 1. hij =, i, j = 1, ... 2. i, j = 1, ...
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:16114
    • 提供者:巫俊强
  1. classicmatrix

    0下载:
  2. 矩阵的初始化,求逆,转置,输出,相加相减乘法等各种矩阵操作都可实现!!一定要下呦!-Matrix initialization, inverse, to home, output, combined subtract such as matrix multiplication operation can be achieved! ! Under strove must!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11426
    • 提供者:wang
  1. rmijuzheng

    0下载:
  2. 基于RMI分布计算实例(实现两个矩阵相乘)-RMI based distributed computing Example (2 matrix multiplication achieve)
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:29041
    • 提供者:王点
  1. 423123

    0下载:
  2. 提示用户输入一个3*4和4*5的矩阵,然后实现这两个矩阵的相乘运算,最后输出运算结果。-prompts the user to enter a 4 and 3 * 4 * 5 matrix, and then realize that the two matrix multiplication operation, Operational results of the final output.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1820
    • 提供者:肖肖
  1. crosslink

    0下载:
  2. 本程序是用十字链表来存储矩阵并实现两个矩阵的相乘-this procedure is used to store Chain Cross Matrix and achieve the matrix multiplication 2
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7582
    • 提供者:罗火光
  1. SuanFaShiYan

    0下载:
  2. 这是本科算法实验中的程序包括快速排序,GREED算法硬币找零算法,会场排序和矩阵相乘算法。-This is the algorithm experimental procedures including rapid sequencing, GREED algorithm coins have sought algorithm, venue Scheduling algorithm and matrix multiplication.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:16752
    • 提供者:sunhaikuo
  1. maoren

    0下载:
  2. 矩阵乘法动态规划 矩阵乘法动态规划-matrix multiplication dynamic programming matri x multiplication Dynamic Programming
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1202
    • 提供者:毛仁爱
  1. 矩阵相乘

    0下载:
  2. 这是一个用C实现矩阵相乘-This is the realization of a C matrix multiplication
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4513
    • 提供者:张小兵
  1. 11.c

    0下载:
  2. 矩阵相乘.zip - C语言源代码 矩阵相乘... - 本人这学期写八数码作业,采用三种人工智能算法,在-matrix multiplication. Zip-C language source code matrix multiplication ... - I wrote this semester eight digital operations, in three artificial intelligence algorithm, the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2814
    • 提供者:智成
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com