CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Multiplication
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Multiplication - List
[
Mathimatics-Numerical algorithms
]
矩阵相乘
DL : 0
C语言源代码 矩阵相乘-C language source code matrix multiplication
Update
: 2025-02-19
Size
: 11kb
Publisher
:
王伟
[
Documents
]
矩阵相乘
DL : 0
这是一个用C实现矩阵相乘-This is the realization of a C matrix multiplication
Update
: 2025-02-19
Size
: 4kb
Publisher
:
张小兵
[
Documents
]
06 乘除运算
DL : 0
清华计算机组成原理电子教案:乘除运算-Tsinghua Computer electronic templates Principle : multiplication and division operations
Update
: 2025-02-19
Size
: 484kb
Publisher
:
高名
[
Mathimatics-Numerical algorithms
]
矩阵乘法
DL : 0
初学者实现矩阵乘法,觉得矩阵乘法简单但很实用,写的不是很高效,可以下载下来研究研究哦。-beginners achieve matrix multiplication, a simple matrix multiplication think it is practical and writing is not very efficient and can be downloaded from studies oh.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
[
Algorithm
]
矩阵的运算
DL : 0
矩阵运算实矩阵相乘复矩阵相乘实矩阵求逆的全选主元高斯约当法-matrix calculation real matrix multiplication complex matrix multiplication matrix inversion is a wholly-elected PCA Gaussian about when France, etc.
Update
: 2025-02-19
Size
: 16kb
Publisher
:
樊继东
[
Data structs
]
Matrix_Chain
DL : 0
求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.
Update
: 2025-02-19
Size
: 1kb
Publisher
:
韩希先
[
Algorithm
]
矩阵包
DL : 0
C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
Update
: 2025-02-19
Size
: 5kb
Publisher
:
周晓尧
[
Data structs
]
动态规划-矩阵连乘
DL : 0
由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best combination of a way, and then the implementation of matrix multiplication
Update
: 2025-02-19
Size
: 1kb
Publisher
:
小康
[
Algorithm
]
1024位大整数相乘(N次方)取模
DL : 0
1024位的大整数进行相乘(N方)取模,是RSA密钥算法的一部分。其中,我对十进制,二进制的高效转换部分非常满意-1024 for the large integer multiplication (N) The tray is RSA key part of the algorithm. Which, I decimal, binary conversion efficiency is very satisfactory
Update
: 2025-02-19
Size
: 3.47mb
Publisher
:
李春晖
[
Data structs
]
dashujiecheng
DL : 0
该源代码利用计算机模拟乘法竖式 计算阶乘 将每位数子保存在用new分配的一长字符数组里 在本人的机子上可计算30000!的精确值 用时近60秒-the source code used a computer simulation multiplication calculation factorial shaft will be preserved for each digit used in the distribution of a new long arrays of characters in my machine on computable 30,000! The precise value of time spent nearly 60 seconds
Update
: 2025-02-19
Size
: 3kb
Publisher
:
杨浩
[
Algorithm
]
matmult
DL : 0
并行矩阵乘法。用于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 extracting passwords.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
张哲
[
Mathimatics-Numerical algorithms
]
JUZHENHUAN
DL : 0
能够实现基于动态数组的定义,从而达到矩阵的变换和乘法运算-can be achieved based on the definition of dynamic arrays, thereby achieving the transformation and matrix multiplication
Update
: 2025-02-19
Size
: 1.69mb
Publisher
:
yfm
[
Data structs
]
multiplyofarrys
DL : 0
这是一个矩阵乘法 程序,按要求输入矩阵后可实现矩阵间的叉乘、点乘-This is a matrix multiplication multiplication procedure, as required input matrix matrix would be achieved by the fork, take points
Update
: 2025-02-19
Size
: 34kb
Publisher
:
沈刚
[
JSP/Java
]
rmijuzheng
DL : 0
基于RMI分布计算实例(实现两个矩阵相乘)-RMI based distributed computing Example (2 matrix multiplication achieve)
Update
: 2025-02-19
Size
: 28kb
Publisher
:
王点
[
MPI
]
Cal_do
DL : 0
一个命令行运算器源代码 用C++写的命令行运算器,支持加、减、乘、除、乘方和小括号(可嵌套),乘方的符号是^^,因为在WINDOWS的命令行模式下^是一个连接符。 用法:cal expression expression = expression op expression expression = (expression) op = + | - | * | / | ^^ -a command line computing devices with source code written in C command line computing, and support for addition, subtraction, multiplication and addition. involution and small brackets (available nested), the involution is the symbol ^ ^. because of the Windows command line mode ^ website is a link. Usage : cal expression expression expression op = expr 34th expression = (expression) op = |- |* |/| ^ ^
Update
: 2025-02-19
Size
: 162kb
Publisher
:
李柳静
[
Other
]
shuzhifenxikechengsheji
DL : 0
本程序代码是用c/c++编写的,主要功能是实现多项式的加、减、乘、除,采用指针和链表,算法参考了其他书上的,但是代码全部是由自己写的,只是在出错处理上不是太严格-the code is c/c prepared by the main function is a polynomial, plus or minus, multiplication and addition, Listless and indicators used, the algorithm as a reference book, but all the code is written by ourselves, the only error handling is not too strict
Update
: 2025-02-19
Size
: 3kb
Publisher
:
超哥
[
VHDL-FPGA-Verilog
]
Lab20
DL : 0
the booth algorithm to implement the 32bits multiplication.-the booth algorithm to implement the 32bit 's multiplication.
Update
: 2025-02-19
Size
: 55kb
Publisher
:
王琪
[
VHDL-FPGA-Verilog
]
matrix3x3
DL : 0
3X3矩阵乘法的VHDL程序实现!对初学者有很大的帮助!-3X3 matrix multiplication VHDL program! For beginners is a great help!
Update
: 2025-02-19
Size
: 4kb
Publisher
:
温暖感
[
VC/MFC
]
99-multiplication-table
DL : 0
99乘法表,这个简单的小程序对C语言初学者来说是很好的练习程序-99 multiplication table, this simple little program on the C language for beginners is a good practice procedures
Update
: 2025-02-19
Size
: 1kb
Publisher
:
zhangchun
[
MPI
]
matrix-multiplication-based-OpenMp-
DL : 0
基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
Update
: 2025-02-19
Size
: 1kb
Publisher
:
苗高洁
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.