搜索资源列表

  1. booth

    0下载:
  2. 用c++实现对于计算机原理中比较重要的布思乘法的实现原理展示-using c + + computer for the more important principle of multiplication of Booth display Principle
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1458
    • 提供者:源斌
  1. xapp371

    1下载:
  2. xilinx里的乘法器ip核程序,booth乘法 wallace tree算法 4-2压缩编码 超前进位加法
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:87798
    • 提供者:王凯
  1. multiplier

    0下载:
  2. 在MAXPLUSII下实现BOOTH算法,可以进行任意位K×K的乘法-BOOTH algorthim implemented in the MAXPLUSII environment, which can carry out arbitrary bits multiplication.
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-11
    • 文件大小:147456
    • 提供者:
  1. 定点运算器

    0下载:
  2. 实现二进制定点运算: 1.定点整数补码加法 2.定点整数补码减法 3.定点小数Booth补码一位乘法 4.定点小数原码一位除法(加减交替法) 5.定点小数补码一位除法(加减交替法) 6.定点小数原码一位乘法 7.定点小数原码两位乘法 8.定点整数原码乘法 9.定点整数原码除法-achieve binary fixed point operations : 1. Sentinel integra
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-11
    • 文件大小:359424
    • 提供者:陈婷
  1. booth_mul

    0下载:
  2. 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的Booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。-a 16 to be completed with symbols/unsigned multiplication of the number of binary multipliers.
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-11
    • 文件大小:19456
    • 提供者:*
  1. booth

    0下载:
  2. 用c++实现对于计算机原理中比较重要的布思乘法的实现原理展示-using c++ computer for the more important principle of multiplication of Booth display Principle
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:源斌
  1. 16bit_booth_multiplier_STG

    0下载:
  2. verilog程序,实现两个16bit数乘法,采用booth算法,基于状态机实现,分层次为datapath和controller两个子模块,testBench测试通过-verilog procedures, two 16bit multiplication, the algorithm used booth. Based on the state machine achieved at different levels for data
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:
  1. dingdianchengfaqisheji

    0下载:
  2. 目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实
  3. 所属分类:软件工程

    • 发布日期:2024-06-11
    • 文件大小:381952
    • 提供者:少华
  1. Booth_encoder

    0下载:
  2. 为提高乘法运算速度本设计采用Booth算法,Booth编码算法的优点有两个:一是减少了部分积的个数;二是可同时适用于有符号数运算和无符号数运算。-To improve the speed of multiplication using the Booth algorithm design, Booth encoding algorithm has two advantages: First, to reduce the number o
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:周涛
  1. mul_booth

    0下载:
  2. 基于BOOTH的32位快速乘法器的设计源码-BOOTH-based 32-bit fast multiplier design source
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-11
    • 文件大小:2048
    • 提供者:df
  1. xapp371

    0下载:
  2. xilinx里的乘法器ip核程序,booth乘法 wallace tree算法 4-2压缩编码 超前进位加法-Xilinx multiplier ip
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-11
    • 文件大小:87040
    • 提供者:王凯
  1. Booth

    0下载:
  2. java实现booth算法, 简单的无符号乘法就是“移位加”。 -java achieve booth algorithm, a simple unsigned multiplication is the " transposition."
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:
  1. booth_logic

    0下载:
  2. 设计了一种利用逻辑电路来实现booth乘法的电路。简单明了,是veirlog初学者很好的学习资料。-Design a logic circuit to realize the use of multiplication circuits booth. Simple and clear, is a good learning experience for beginners veirlog information.
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:htpq
  1. Booth_mul4_v

    0下载:
  2. 四位BOOTH乘法器 Booth算法(布斯算法),一个比较推荐的带符号乘法算法-Booth_mul4
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-11
    • 文件大小:155648
    • 提供者:eric
  1. mul4

    0下载:
  2. 利用BOOTH算法实现4位乘法运算,使乘法由简单的移位和加法完成。其中包含了MUL4源代码和Test代码,已通过仿真验证-BOOTH Algorithm 4 using multiplication, so that the shift from simple multiplication and addition completed. MUL4 which contains the source code and Test code
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-06-11
    • 文件大小:6144
    • 提供者:邓军
  1. chengfa-verilog

    0下载:
  2. booth乘法器verilog代码.利用移位和加法来实现乘法-verilog
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-11
    • 文件大小:141312
    • 提供者:王林
  1. booth

    0下载:
  2. 布斯公式求补码乘法的算法,用VHDL语言编写-booth algrithm, work out the 2 s complement mulitplier using VHDL
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:1024
    • 提供者:mike
  1. booth

    0下载:
  2. 比较好的带符号数乘法的方法是布斯(Booth)算法。它采用相加和相减的操作计算补码数据的乘积。Booth算法对乘数从低位开始判断,根据两个数据位的情况决定进行加法、减法还是仅仅移位操作。判断的两个数据位为当前位及其右边的位(初始时需要增加一个辅助位0),移位操作是向右移动。-Signed multiplication better way to Booth (Booth) algorithm. It uses the sum and s
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-11
    • 文件大小:446464
    • 提供者:jj
  1. 第一次实验booth乘法

    0下载:
  2. mars上运行的booth乘法器,包括报告以及代码(Booth multiplier running on Mars)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-11
    • 文件大小:1195008
    • 提供者:ifrost
  1. multi_booth

    0下载:
  2. booth乘法器,实现普通booth乘法算法(Booth multiplier to implement the common Booth multiplication algorithm)
  3. 所属分类:VHDL编程

    • 发布日期:2024-06-11
    • 文件大小:330752
    • 提供者:深蓝浅蓝eva
« 12 »

源码中国 www.ymcn.org