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

搜索资源列表

  1. multiplication

    0下载:
  2. 用线性链表实现两个多项式的相乘,将结果以一般多项式的表示显示出来-Linear chain to achieve the multiplication of two polynomials, the results in general show that the polynomial
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1355
    • 提供者:gahn
  1. Addition_multiplication

    0下载:
  2. This MIPS program performs addition and multiplication operations for any two input numbers with fraction, via differentiating left and right hand sides and performing the specified operation.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-13
    • 文件大小:2308
    • 提供者:crion
  1. Polynomial-multiplication

    0下载:
  2. 用两个链表存储多项式分别存储两个多项式,并进行多项式的乘法将结果用链表存储起来-Storage list with two separate storage of two Polynomials Polynomials and polynomial multiplication results stored by list
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1878
    • 提供者:李瑞
  1. Multiplication

    0下载:
  2. 四个方向的九九乘法表,用ASP实现的,通过控制台打印出来-Multiplication table of the four direction
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:21589
    • 提供者:何景
  1. LinearAlgebra

    0下载:
  2. 线性代数基本实现,各种基础的线性代数计算接口(加减乘除、求逆、求秩、最大线性无关组)以及矩阵的特征值特征向量的计算(QR方法)。含有设计文档。-The basic realization of linear algebra, and linear algebra calculation based interface (addition and subtraction multiplication and division, inverse, and rank, the largest grou
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:293444
    • 提供者:李昂
  1. modifiedBoothMultiplier

    0下载:
  2. verilog code for modified booth multiplication using maxplus2
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:691
    • 提供者:ehsan
  1. Matrixmultiplication

    0下载:
  2. 矩阵乘法并行算法的MPI源程序,以文本文件形式输入输出-MPI parallel algorithm source code of Matrix multiplication,input and output in the form of txt files
  3. 所属分类:MPI

    • 发布日期:2017-03-27
    • 文件大小:3554
    • 提供者:Jurihui
  1. product_final

    0下载:
  2. program for multiplication of two 4 bit binary numbers... If you have any doubt,then mail me at prem_bombay@yahoo.co.in -program for multiplication of two 4 bit binary numbers... If you have any doubt,then mail me at prem_bombay@yahoo.co.in
  3. 所属分类:Project Design

    • 发布日期:2017-04-02
    • 文件大小:758
    • 提供者:Sumit
  1. MultMat2

    0下载:
  2. This project implements a matrix multiplication in block. This source code is implemented in Visual Basic.NET
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:84010
    • 提供者:marciors
  1. juzhen

    0下载:
  2. 动态规划实现矩阵链相乘 使用动态规划,实现矩阵链的相乘,减少了代价-Dynamic programming to achieve matrix-chain multiplication
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:620
    • 提供者:haozhanzhu
  1. juzhenchengfa

    0下载:
  2. 该程序为在一个并行计算矩阵乘法的程序,需要在LINUX中安装MPI函数包。大家可以学习一下,感受一下并行计算的原理-The program for the calculation of matrix multiplication in a parallel process, you need to install the MPI function LINUX package. We can learn about and experience the principle of parallel
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:147817
    • 提供者:稀有品种
  1. FastCplxMuply

    0下载:
  2. This zip folder contains the verilog code for fast complex multiplication source code and its test bench
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:1211
    • 提供者:Jaganathan
  1. multiplication

    0下载:
  2. 实现天文数字的乘法操作 以控制台方式运行 可以在加密解密算法中作为函数块运用-big number multiplication
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:546493
    • 提供者:柯贤良
  1. matrix

    0下载:
  2. matrix multiplication in linux
  3. 所属分类:Communication

    • 发布日期:2017-04-10
    • 文件大小:732
    • 提供者:ali.ali
  1. cannon1

    0下载:
  2. cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:1023
    • 提供者:周济
  1. cuda_matmult_opt

    0下载:
  2. CUDA matrix multiplication 3 different optimization schemes are included (loop unrolling, data prefetching, thread granularity)
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:15569
    • 提供者:mghs
  1. mpi_matmult

    0下载:
  2. MPI matrix multiplication with two versions (one is broad cast method and another one is systolic method)
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:3161
    • 提供者:mghs
  1. Multiplication

    0下载:
  2. A program that process the multiplication table of a given dimension of a given numbers. Usually binary formulation from the abstract algebra is needed for this program.
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:1312
    • 提供者:Eilana
  1. matrix_multiplier_with_memory

    0下载:
  2. A matrix is a rectangular table of elements,which can be any number or abstract quantities that can be added and multiplied. Matrix multiplication is the operation of multiplying a matrix with a scalar or another matrix, which is simple fuction widel
  3. 所属分类:Project Design

    • 发布日期:2017-05-21
    • 文件大小:6389141
    • 提供者:chen-che,wemg
  1. parallel_matrix_multiply_demo

    0下载:
  2. 基于MPI得并行矩阵乘法 Cannon算法实现 该程序基于 Boost 和 MPI 实现了Cannon 算法实现对矩阵得并行求积。 -MPI-based parallel matrix multiplication may Cannon algorithm implementation of the program and the MPI-based Boost algorithm achieved Cannon was parallel to the matrix of quadratur
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:1980202
    • 提供者:李劲松
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com