CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Multiplication

搜索资源列表

  1. Strassen

    0下载:
  2. 利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1.53kb
    • 提供者:吕东
  1. calculaterdesignusingMATLAB

    0下载:
  2. 是一个用MATLAB编写的计算器的程序实现加减乘除等运算-MATLAB is used to prepare the calculator program, such as addition and subtraction multiplication and division operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:908byte
    • 提供者:songyunxia
  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
    • 文件大小:1023byte
    • 提供者:周济
  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
    • 文件大小:1.89mb
    • 提供者:李劲松
  1. polynomial

    1下载:
  2. Develop class Polynomial. The internal representation of a Polynomial is an array of terms. Each term contains a coefficient and an exponent, e.g., the term 2x4 has the coefficient 2 and the exponent 4. Develop a complete class containing proper
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:2.21kb
    • 提供者:wang
  1. mat

    0下载:
  2. 计算OMP方法的矩阵,采用并行模拟运算。-omp matrix multiplication parallel
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.7kb
    • 提供者:孔啸
  1. multiplication-formulas

    0下载:
  2. c++简单实现乘法口诀,运行环境为VC++。-Relize the multiplication formulas with c++,and the operating environment is vc++.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4.98kb
    • 提供者:王彬
  1. Long-decimal-multiplication

    0下载:
  2. 长小数的乘法实现,用字符串存储实现的,测试够 100 正确-Long decimal multiplication to achieve , with the string storage , and test enough 100 correct
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:819byte
    • 提供者:liujie
  1. Matrix-multiplication

    0下载:
  2. 矩阵乘法计算,实现矩阵的乘法运算程序。简单而实用。-The matrix multiplication, the matrix multiplication program. Simple and practical.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:2.35kb
    • 提供者:张恒
  1. matrix-multiplication-algorithm

    0下载:
  2. 用C++实现矩阵的连乘算法,这是一个完整的VC工程,该源码采用VC6.0编辑。-VC projects, the matrix multiplication algorithm, which is a complete C++ achieve the source code using the the VC6.0 edit.
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:1.18mb
    • 提供者:王伟
  1. Matrix-multiplication

    0下载:
  2. 采用共享内存的矩阵乘法的CUDA实现,是一种并行实现方式-Matrix multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:1.28kb
    • 提供者:李明
  1. 99-multiplication-

    0下载:
  2. label标签上打印99乘法表,在winform窗口中添加label,然后再label上显示99乘法表-99 multiplication table printed on the label label
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:165.71kb
    • 提供者:诺维茨基
  1. large-integer-multiplication

    0下载:
  2. 链表实现大整数乘法,其中以时间为种子随机产生1000位数,经过暂停继续产生第二个1000位数,使用回溯递归做乘法。-List realize large integer multiplication, in which time is 1000 bits randomly generated seed, after the suspension continue to generate a second 1000 digits, using recursive backtracking to d
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:1.6kb
    • 提供者:何硙卓
  1. multiplication-tables

    0下载:
  2. 输出9*9乘法口诀表,可以显示9*9乘法口诀表-Output 9* 9 multiplication tables, you can display 9* 9 multiplication tables
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3.6kb
    • 提供者:陈雨晨
  1. One-yuan-polynomial-multiplication

    0下载:
  2. 题目说明:   要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入:   输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。   例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出:   以指数递
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.1kb
    • 提供者:杨旭光
  1. matrix-multiplication

    0下载:
  2. 实现m*n矩阵和n*p矩阵相乘。m,n,p均小于10,矩阵元素为整数-Realization of m* n matrix and n* p matrix multiplication. m, n, p are less than 10, the matrix elements of an integer
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1.27kb
    • 提供者:yan bin
  1. VHDL-Code-for-8-bit-Floating-Point-Multiplication

    0下载:
  2. VHDL Code for 8 bit Floating Point Multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.86kb
    • 提供者:narender
  1. multiplication-table

    0下载:
  2. 一一得一,一二得二,再现乘法口诀表-Was an eleven, twelve have two. . . . . Reproduction multiplication tables
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:830kb
    • 提供者:
  1. Multiplication

    0下载:
  2. 乘法口诀表。1*1到9*9,主要是这种功能,TC环境下运行。-Multiplication table. 1*1 to 9*9, this is the main function, running under TC environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.76kb
    • 提供者:
  1. Matrix-multiplication-

    0下载:
  2. 矩阵乘法,分治法,可以直接使用,程序简单-Matrix multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.14kb
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com