DSK5510 LAB3 multiply
资源简介:DSK5510 LAB3 multiply
上传时间: 2013-12-17
上传用户:kernaling
资源简介:Add and subtract to multiply by in addition to calculator VC source code
上传时间: 2015-11-13
上传用户:rocketrevenge
资源简介:DSK5510 Mcbsp端口用作SPI部分的C代码
上传时间: 2016-02-10
上传用户:stampede
资源简介:厦门大学软件工程专业 c sharp 试验题 LAB3.内容全英文.
上传时间: 2013-12-18
上传用户:Amygdala
资源简介:利用OPENMP实现矩阵相乘的C程序。Demonstrates a matrix multiply using OpenMP.
上传时间: 2014-01-02
上传用户:ayfeixiao
资源简介:大数乘法函数multiply: 输入:两个任意长度的10进制整数序列字符串,如4567891234567890或者101 输出:一个10进制整数序列字符串,为所输入两个数的乘积,如4567891234567890*101=461357014691356890
上传时间: 2016-05-07
上传用户:二驱蚊器
资源简介:jos LAB3代码,是操作系统课程实验的代码,由bochs模拟
上传时间: 2016-08-31
上传用户:wcl168881111111
资源简介:給 DSK5510 DIP LED AIC23
上传时间: 2013-12-25
上传用户:kytqcool
资源简介:DSK5510 LAB4 Convolution2
上传时间: 2017-03-10
上传用户:lvzhr
资源简介:This code can use to multiply two matrices in Parallel computer enviroment.c
上传时间: 2013-12-16
上传用户:xiaoyunyun
资源简介:A Fraction class that has the ability to add, subtract, multiply, divide and show various statistics of the fraction.
上传时间: 2013-12-30
上传用户:alan-ee
资源简介:spartan3e microblaze软核使用范例教程LAB3源代码
上传时间: 2017-03-27
上传用户:duoshen1989
资源简介:A Parallel program to multiply two matrices using Parallel Virtual Machine(PVM).Also a document to install PVM in linux is attached.Follow the steps carefully.Surely it will work.
上传时间: 2013-12-15
上传用户:lhc9102
资源简介:A Fraction class that has the ability to add, subtract,multiply and divide .
上传时间: 2013-12-23
上传用户:shizhanincc
资源简介:unsigned and signed multiply circuit implement.
上传时间: 2013-12-15
上传用户:dianxin61
资源简介:With shift add way to implement multiply harware circuit.
上传时间: 2014-10-29
上传用户:chongcongying
资源简介:a verilog programmed multiply unit algorithm
上传时间: 2017-07-19
上传用户:zhangyigenius
资源简介:verilog multiply algorithm
上传时间: 2017-07-19
上传用户:xiaoyunyun
资源简介:DSP28335例程 LAB3-timer0_LED是我买得板子的出厂例程,值得一看。
上传时间: 2015-11-21
上传用户:zuodb
资源简介:纹理映射在计算机图形计算中属于光栅化阶段,处理的是像素,主要的特点是数据的吞吐量大,对实时系统来说转换的速度是一个关键的因素,人们寻求各种加速算法来提高运算速度。传统的方法是用更快的处理器,并行算法或专用硬件。随着数字技术的发展,尤其是可编...
上传时间: 2013-04-24
上传用户:yxvideo
资源简介:本章将介绍μ’nSP™系列单片机的应用领域,具体讲述SPCE061A单片机在通讯、语音领域里的应用,并详细给出了有关系统的电路原理图、程序流程图以及程序代码,供读者参考。 μ’nSP™家族产品具有电源电压范围和工作速率范围较宽、集成度高、性能价格比高以及...
上传时间: 2014-01-26
上传用户:qb1993225
资源简介:一种基于二维链表的稀疏矩阵模半板类设计 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 matr...
上传时间: 2013-12-13
上传用户:lwwhust
资源简介:Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
上传时间: 2016-05-03
上传用户:kernaling
资源简介:(1) 设计和编写代表矩阵的Matrix类。该类包括矩阵行列数变量int rows和int cols,矩阵数据数组double data[][],构造方法Matrix()、Matrix(int rows,int cols)、Matrix(int rows,int cols,double data[][]),获取某元素值的方法getData(int row,int col),...
上传时间: 2016-08-19
上传用户:qiao8960
资源简介:cordic methods describe essentially the same algorithm that with suitably chosen inputs can be used to calculate a whole range of scientific functions including sin, cos, tan, arctan, arcsin, arccos, sinh, cosh, tanh, arctanh, log, exp, sq...
上传时间: 2017-03-02
上传用户:litianchu
资源简介:karatsuba multiplication using vectors. O(n^l.6). Base 10. To change to higher bases like 10000 you have to change the multiply order.
上传时间: 2014-01-25
上传用户:han_zh
资源简介:Fast Fourier Transform power point The rectangular window introduces broadening of any frequency components [`smearing鈥? and sidelobesthat may overlap with other frequency components [`leakage鈥?. 鈥he effect improves as Nincreases 鈥...
上传时间: 2017-03-25
上传用户:change0329
资源简介:DATAS SEGMENT w dw 0 keybuf db 255 db 0 db 255 dup(0) ;定义键盘输入需要的缓冲区 DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov...
上传时间: 2015-04-02
上传用户:wcc0310