搜索资源列表
Strassen
- 利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
calculaterdesignusingMATLAB
- 是一个用MATLAB编写的计算器的程序实现加减乘除等运算-MATLAB is used to prepare the calculator program, such as addition and subtraction multiplication and division operations
cannon1
- cannon的并行算法,使用MPI编写的,对矩阵乘法的一种运算方法-cannon of the parallel algorithm using MPI written as a matrix multiplication of the methods of calculation
parallel_matrix_multiply_demo
- 基于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
polynomial
- 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
mat
- 计算OMP方法的矩阵,采用并行模拟运算。-omp matrix multiplication parallel
multiplication-formulas
- c++简单实现乘法口诀,运行环境为VC++。-Relize the multiplication formulas with c++,and the operating environment is vc++.
Long-decimal-multiplication
- 长小数的乘法实现,用字符串存储实现的,测试够 100 正确-Long decimal multiplication to achieve , with the string storage , and test enough 100 correct
Matrix-multiplication
- 矩阵乘法计算,实现矩阵的乘法运算程序。简单而实用。-The matrix multiplication, the matrix multiplication program. Simple and practical.
matrix-multiplication-algorithm
- 用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.
Matrix-multiplication
- 采用共享内存的矩阵乘法的CUDA实现,是一种并行实现方式-Matrix multiplication
99-multiplication-
- label标签上打印99乘法表,在winform窗口中添加label,然后再label上显示99乘法表-99 multiplication table printed on the label label
large-integer-multiplication
- 链表实现大整数乘法,其中以时间为种子随机产生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
multiplication-tables
- 输出9*9乘法口诀表,可以显示9*9乘法口诀表-Output 9* 9 multiplication tables, you can display 9* 9 multiplication tables
One-yuan-polynomial-multiplication
- 题目说明: 要求采用链表形式,求两个一元多项式的乘积:h3 = h1*h2。函数原型为:void multiplication( NODE * h1, NODE * h2, NODE * h3 )。 输入: 输入数据为两行,分别表示两个一元多项式。每个一元多项式以指数递增的顺序输入多项式各项的系数(整数)、指数(整数)。 例如:1+2x+x2表示为:<1,0>,<2,1>,<1,2>, 输出: 以指数递
matrix-multiplication
- 实现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
VHDL-Code-for-8-bit-Floating-Point-Multiplication
- VHDL Code for 8 bit Floating Point Multiplication
multiplication-table
- 一一得一,一二得二,再现乘法口诀表-Was an eleven, twelve have two. . . . . Reproduction multiplication tables
Multiplication
- 乘法口诀表。1*1到9*9,主要是这种功能,TC环境下运行。-Multiplication table. 1*1 to 9*9, this is the main function, running under TC environment.
Matrix-multiplication-
- 矩阵乘法,分治法,可以直接使用,程序简单-Matrix multiplication
