搜索资源列表

  1. booth.vhd

    0下载:
  2. this the source code for booth s multiplier. used to low power dsp architecture.-this is the source code for booth s multiplier. used to low power dsp architecture.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:nathan
  1. booth

    0下载:
  2. 运用Booth算法的乘法器实现,资源最优,精度较高。-how to implememt multiplier based on Booth algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wetta
  1. booth

    0下载:
  2. 比较好的带符号数乘法的方法是布斯(Booth)算法。它采用相加和相减的操作计算补码数据的乘积。Booth算法对乘数从低位开始判断,根据两个数据位的情况决定进行加法、减法还是仅仅移位操作。-Signed multiplication better approach is to Booth (Booth) algorithms. It uses the operation of addition and subtraction calcul
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:wangjun
  1. booth-16_16-multiplier

    0下载:
  2. 由verilog编写的利用booth编码的16*16有符号乘法器的代码,没有pipeline-a 16*16 multiplier with booth coding by verilog
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:pyc
  1. mult-64bit-booth.txt

    1下载:
  2. 64位booth乘法器,verilog HDL, zip文件,modelsim测试通过-64 booth multiplier, verilog HDL, zip files, modelsim test
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:94208
    • 提供者:cunxi
  1. 4bit-booth-multiplier

    0下载:
  2. four bit booth multiplier for testing software
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:10240
    • 提供者:sat
  1. booth-mutiplier

    0下载:
  2. booth乘法器的verilog实现及仿真。 内含verilog源码和modelisim仿真源码,清晰的实现了硬件乘法器,代码注释清晰-booth multiplier verilog verilog implementation and simulation contains the source code and modelisim simulation code, clear notes
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:513024
    • 提供者:孙浩
  1. _8-bit-booth-multiplier-pgm

    0下载:
  2. 8 BIT BOOTH MULTIPLIER
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:merina
  1. 16bit-booth-multiplier

    0下载:
  2. 16bit booth multiplier
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:francis
  1. booth

    0下载:
  2. 使用C语言实现 计算机原理中的booth算法 让大家更好的理解-Using C language to realize computer principle, let us better understand the booth algorithm
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:172032
    • 提供者:dazhao
  1. booth

    0下载:
  2. Booth multiplier to multiply 12 bit number
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:ganesh
  1. booth

    0下载:
  2. 简易明了的booth算法乘法器,实现4x4的快速乘法计算;-Simple and straightforward booth multiplier algorithm to achieve the 4x4 multiplication
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:kang
  1. booth

    0下载:
  2. 32*32 Booth multiplier
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:dzh
  1. booth-multiplier

    0下载:
  2. 布斯乘法器设计源码。。功能完善,modelsim仿真通过-Booth Multiplier source. . Perfect function, modelsim simulation through
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:松鼠
  1. booth

    0下载:
  2. booth算法的乘法器设置及实现,使用VHDL语言编写-booth algorithm multiplier setting and implementation using VHDL language
  3. 所属分类:DSP编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wanwan
  1. booth.tar

    0下载:
  2. Booth algorithm multiplier this project design booth multiplier by verilog language. you can open it by ISE and simulate.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:670720
    • 提供者:ali
  1. Booth

    0下载:
  2. This file contains all the entity-architectures for a complete k-bit x k-bit Booth multiplier. the design makes use of the new shift operators available in the VHDL-93 std -This file contains all the entity-architectures
  3. 所属分类:技术管理

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kar
  1. lab3

    0下载:
  2. booth算法移位乘 使用verilog(Booth algorithm shift multiply Verilog)
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:27648
    • 提供者:cadetblues
  1. code

    0下载:
  2. Due to its high modularity and carry-free addition, a redundant binary (RB) representation can be used when designing high performance multipliers. The conventional RB multiplier requires an additional RB partial prod
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:1292288
    • 提供者:ashokpamarthy
  1. Lab4

    0下载:
  2. 布斯(Booth)乘法器是一種透過編碼後再運算所得到較佳效能乘法器 請嘗試描述說明 1. 布斯乘法器原理 2. 布斯乘法器組成架構 3. 並嘗試完成布斯乘法器(The Booth multiplier is a better performance multiplier that is encoded and then computed Please try to describe the descr iption 1. B
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:68608
    • 提供者:dhfryytj
« 1 2 3 4 56 7 8 9 10 ... 15 »

源码中国 www.ymcn.org