Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - multiply
Search - multiply - List
矩阵连乘算法,实现几个矩阵相乘的最优顺序,并计算出复杂度-matrix continually multiply algorithm, achieving several matrix multiplication, the optimal sequence and calculated complexity
Date : 2008-10-13 Size : 1.3kb User : rice

矩阵连乘问题 对多个矩阵连乘时 的消耗进行分析-matrix continually multiply problems for a number of matrix continually multiply the consumption analysis
Date : 2008-10-13 Size : 839byte User : 邵柏波

本上载源码解决了16位二进制数的乘法,32为除以16位二进制数的除法-uploaded the source code to solve the 16 binary multiplication of the number, 32 to 16 divided by the number of binary division
Date : 2008-10-13 Size : 4.65kb User : guorui

1.能实现不同的个数的矩阵连乘. 2.最后矩阵大小是8X8. 3是最优的矩阵相乘. 描 述:给定n 个矩阵{A1, A2,...,An},其中Ai与Ai+1是可乘的,i=1,2…,n-1。考察这n个矩阵的连乘积A1A2...An。矩阵A 和B 可乘的条件是矩阵A的列数等于矩阵B 的行数。若A 是一个p x q矩阵,B是一个q * r矩阵,则其乘积C=AB是一个p * r矩阵,需要pqr次数乘。-1. To achieve a number of different matrix continually multiply. 2. The final size of a 8x8 matrix. 3 is the best matrix multiplication. Description : given n matrix (A1, A2 ,..., An), and Ai Ai is a mere, i = 1,2 ..., n-1. N explore the link matrix product ... An A1A2. Matrices A and B can either condition is out of the matrix A few matrix B is the number of rows. If A is a p x q matrix B is a matrix q * r, its product C = AB is a p * r matrix, the number required by pqr.
Date : 2008-10-13 Size : 2.72kb User : 林小绵

这是一个关于距阵相乘的算法,希望对大家有用!-This is one of the matrix multiply algorithm, we want to help!
Date : 2008-10-13 Size : 1.16kb User : fangrui

大数相乘的源代码,使用C++在VC环境中实现.-multiply large numbers of the source code, the use of C in the VC environment to achieve.
Date : 2008-10-13 Size : 7.69kb User : 刘志铭

大数相乘算法,使用C++语言在VC下实现.-large numbers multiply algorithm, the use of C language in the VC achieve.
Date : 2008-10-13 Size : 3.03kb User : 刘志铭

我们的一个数据结构的课程设计,计算一元稀疏距阵的计算器,即是一元多项式的相加\\相减\\相乘\\求导\\求X值\\...还有利用彩色文本形式编写的一个界面.非常的好看,使用也方便-the data structure of a curriculum design, calculation of one yuan sparse matrix of calculators, serves yuan polynomials together \\ subtract \\ multiply \\ derivative \\ for the value of X \\ ... There color text prepared by the an interface. very pretty, ease of use
Date : 2008-10-13 Size : 73.67kb User : 刘建聪

一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two matrix 2. inverse of a matrix. 3. multiply of two matrix. etc.-based on two-dimensional chain of sparse matrix model semi-plate design of Class A's template parse matrix. Key technology : bin. 2-m linked matrix. constructors : 1.normal constuctor 2.copy constuctor. 3.ass ignment constructor. Basic operator : 1. addition (sub) 2 matrix of two. inverse of a ma trix. 3. multiply of two matrix. etc
Date : 2008-10-13 Size : 6.97kb User : 狄中泉

用链表求300的阶乘,并且返回链表节点的个数.-used for the factorial 300, and returned to the linked list node number.
Date : 2008-10-13 Size : 6.22kb User : 李小跳

C++语言的复数与矩阵运算库,编写工程类软件必备。包括矩阵乘、加、数乘、逆等-C language in the plural and matrix operations for the preparation of engineering software required. Including matrix multiplication, Canada, multiply, the inverse
Date : 2008-10-13 Size : 9.14kb User : 杨文海

目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实现方案3 —— 二位 10、设计示例2 —— 16位、阵列 11、设计示例3 —— 32位、 迭代、阵列 1、 实现方案1 —— 乘、加一步走 2、 实现方案2 —— 乘、加两步走-Contents : 0, an agreement, an unsigned multiplication number two, a few multiplication symbols 3, Andrew Bruce algorithm (Booth algorithm) 4. Gao (High Radix), Andrew Bruce algorithm 5, 6 iterative algorithm, the realization of multiplication -- iterative 7, Implementation of multiplication -- Array 8, multiply-add nine, design examples 1 -- 8 spaces, an iterative, Implementation 1 -- one, two unsigned achieve program 2 -- 1, 3, Andrew Bruce, Implementation 3 -- 2 10 design examples 2 -- 16 spaces, 11 arrays, design examples 3 -- 32 spaces, iterative, an array achieve program 1 -- x, plus step two, achieving program 2 -- x, plus two-step
Date : 2008-10-13 Size : 373.74kb User : 少华

完整的矩阵类,实现的功能如下: 方阵、拷贝构造、初始化,分配矩阵数据的内存,并全部置0、将方阵初始化为方阵、设置矩阵个元素的值、得到知道元素的值、获取矩阵的列数、获取矩阵的行数、获取矩阵的数据、获取指定行的向量、获取指定列的向量、重载运算符 = 、重载运算符 ==、重载运算符 !=、重载运算符 +、重载运算符 - 重载运算符 数乘*、重载运算符 矩阵相乘* 矩阵转置。-integrity of the matrix type, function as follows : Lineup, copy structure, initialization, distribution matrix of data memory, All the home 0 to initialize arrays of arrays installed matrix elements of value, be aware of the value elements, Access Matrix number, access to the Matrix a few, access to the data matrix, the designated access vector, The designated access vector, heavy Operators =, operator == heavy, heavy load Operators! =, heavy Operators, Heavy Operators - Heavy Operators multiply *, heavy Operators matrix multiplication * matrix transpose.
Date : 2008-10-13 Size : 2.86kb User : dingdong

用动态规划算法实现的多段图程序,利用数组存储路径长度。
Date : 2008-10-13 Size : 1.5kb User : 杨文超

利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
Date : 2008-10-13 Size : 1.24kb User : danielwood

DL : 0
大数乘法函数Multiply: 输入:两个任意长度的10进制整数序列字符串,如4567891234567890或者101 输出:一个10进制整数序列字符串,为所输入两个数的乘积,如4567891234567890*101=461357014691356890
Date : 2008-10-13 Size : 914byte User : 李明

大数乘法,计算大整数的乘法的c++源代码
Date : 2008-10-13 Size : 1.48kb User : 高岩

好用的浮点乘法器,可完成32位IEEE格式的浮点乘法,经过仿真通过
Date : 2008-10-13 Size : 1.07kb User : gulu

谈静艳(645564194) 11:26:50 航天二院新增一个项目小组: 207所 微波室 硬件组 信息与通信工程 硕士 1-2人 实习内容为射频系统联调 请有意向的同学今天将姓名,班级反馈给我。并自行准备好简历和3分钟的自我介绍,明天一起参加航天二院的面试。
Date : 2008-10-13 Size : 4.11kb User : 臧寿鸿

乘法器的vhdl语言描述.本人调试已经通过
Date : 2008-10-13 Size : 29.29kb User : hjj
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.