Location:
Search - Multiplication
Search list
Description: C语言源代码 矩阵相乘-C language source code matrix multiplication
Platform: |
Size: 11264 |
Author: 王伟 |
Hits:
Description: 这是一个用C实现矩阵相乘-This is the realization of a C matrix multiplication
Platform: |
Size: 4096 |
Author: 张小兵 |
Hits:
Description: 清华计算机组成原理电子教案:乘除运算-Tsinghua Computer electronic templates Principle : multiplication and division operations
Platform: |
Size: 495616 |
Author: 高名 |
Hits:
Description: 初学者实现矩阵乘法,觉得矩阵乘法简单但很实用,写的不是很高效,可以下载下来研究研究哦。-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.
Platform: |
Size: 1024 |
Author: |
Hits:
Description: 矩阵运算实矩阵相乘复矩阵相乘实矩阵求逆的全选主元高斯约当法-matrix calculation real matrix multiplication complex matrix multiplication matrix inversion is a wholly-elected PCA Gaussian about when France, etc.
Platform: |
Size: 16384 |
Author: 樊继东 |
Hits:
Description: 求解矩阵链相乘的问题,通过动态规划的方法,来求解该问题,使得矩阵链的相乘的运算最少。-chain matrix multiplication to solve the problem through dynamic programming methods to solve the problem, making the chain matrix multiplication operator at least.
Platform: |
Size: 1024 |
Author: 韩希先 |
Hits:
Description: C语言实现的矩阵的常用计算!包括:矩阵乘法,加法,求逆,转置,开方等等!-C language used in the calculation of matrix! Including : matrix multiplication, addition, the inverse transfer home, prescribing, etc.!
Platform: |
Size: 5120 |
Author: 周晓尧 |
Hits:
Description: 由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-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
Platform: |
Size: 1024 |
Author: 小康 |
Hits:
Description: 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
Platform: |
Size: 3643392 |
Author: 李春晖 |
Hits:
Description: 该源代码利用计算机模拟乘法竖式 计算阶乘
将每位数子保存在用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
Platform: |
Size: 3072 |
Author: 杨浩 |
Hits:
Description: 并行矩阵乘法。用于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.
Platform: |
Size: 2048 |
Author: 张哲 |
Hits:
Description: 能够实现基于动态数组的定义,从而达到矩阵的变换和乘法运算-can be achieved based on the definition of dynamic arrays, thereby achieving the transformation and matrix multiplication
Platform: |
Size: 1771520 |
Author: yfm |
Hits:
Description: 这是一个矩阵乘法 程序,按要求输入矩阵后可实现矩阵间的叉乘、点乘-This is a matrix multiplication multiplication procedure, as required input matrix matrix would be achieved by the fork, take points
Platform: |
Size: 34816 |
Author: 沈刚 |
Hits:
Description: 基于RMI分布计算实例(实现两个矩阵相乘)-RMI based distributed computing Example (2 matrix multiplication achieve)
Platform: |
Size: 28672 |
Author: 王点 |
Hits:
Description: 一个命令行运算器源代码
用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 = |- |* |/| ^ ^
Platform: |
Size: 165888 |
Author: 李柳静 |
Hits:
Description: 本程序代码是用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
Platform: |
Size: 3072 |
Author: 超哥 |
Hits:
Description: the booth algorithm to implement the 32bits multiplication.-the booth algorithm to implement the 32bit 's multiplication.
Platform: |
Size: 56320 |
Author: 王琪 |
Hits:
Description: 3X3矩阵乘法的VHDL程序实现!对初学者有很大的帮助!-3X3 matrix multiplication VHDL program! For beginners is a great help!
Platform: |
Size: 4096 |
Author: 温暖感 |
Hits:
Description: 99乘法表,这个简单的小程序对C语言初学者来说是很好的练习程序-99 multiplication table, this simple little program on the C language for beginners is a good practice procedures
Platform: |
Size: 1024 |
Author: zhangchun |
Hits:
Description: 基于C语言的,在共享内存的并行机上使用OpenMP并行环境实现矩阵乘法-C-based, shared memory parallelism using OpenMP on a parallel machine environment to achieve the matrix multiplication
Platform: |
Size: 1024 |
Author: 苗高洁 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
50
»