搜索资源列表
booth
- 用c++实现对于计算机原理中比较重要的布思乘法的实现原理展示-using c + + computer for the more important principle of multiplication of Booth display Principle
Low_power_Modified_Booth_Multiplier
- 主題 : Low power Modified Booth Multiplier 介紹 : 為了節省乘法器面積、加快速度等等,許多文獻根據乘法器中架構提出改進的方式,而其中在1951年,A. D. Booth教授提出了一種名為radix-2 Booth演算法,演算法原理是在LSB前一個位元補上“0”,再由LSB至MSB以每兩個位元為一個Group,而下一個Group的LSB會與上一個Group的MSB重疊(overlap),Group中的位元。 Booth編碼表進行編碼(Booth
booth
- 这是我汇编语言课程设计的一点收获。实现了输入两个8位以内的二进制数,即可以二进制形式输出它们的乘积。-This is my assembly language curriculum design that harvest. Implementation of the two 8-bit input binary number within that binary form can export their product.
multi16
- 有符号16位乘法器。经典booth编码。拓扑结构为wallance树。加法器类型是进位选择加法器。-Number system: 2 s complement Multiplicand length: 16 Multiplier length: 16 Partial product generation: PPG with Radix-4 modified Booth recoding Partial product accumulation: Wallace t
mdipro
- 一、频道栏目和查询搜索功能 1、网站首页 - 预设了多功能搜索、楼市快讯、楼盘推荐、新房推荐、二手房推荐、出租信息推荐、分类资讯等版块 2、房产资讯 - 预设了十多个房产资讯分类,具有资讯首页、检索搜索等功能 3、楼盘 - 具有频道首页(分区域楼盘推荐)、楼盘查询和搜索、楼盘展台(详细介绍、图片展示、视频展示等) 4、新房 - 具有频道首页(分版块推荐)、新房组合搜索、楼盘展台户型展示等功能 5、二手房 - 具有频道首页、二手房搜索、需求信息搜索等功能 6、房
16bit-booth-multiplier
- 16bit booth multiplier
32bit_multiply
- 包含32为乘法器的设计,用verilog语言实现,包括booth编码的实现,booth乘法器的实现,3_2压缩器的实现,4_2压缩器的实现,华伦斯树的实现,以及两个testbench文件用于测试。-Contains 32 multiplier design, verilog language, including booth encoding implementations, booth multiplier implementations, 3_2 compressor implementat
eetop.cn_Booth_mutipler_v2
- 新型32位booth乘法器的实现,使用verilog的一种新型乘法器改进实现-The new 32 booth multiplier implementations
booth
- 简易明了的booth算法乘法器,实现4x4的快速乘法计算;-Simple and straightforward booth multiplier algorithm to achieve the 4x4 multiplication
SCR---Copy
- Booth.floating point multiplyer
my_booth_mp
- booth algotihm verilog design and test
ThePBoothPTollsPforPThee
- 数学建模,元胎自动机下的程序,很棒哦-math the booth tolls for thee
OldBooth
- MACOS的小游戏源代码,可以参考一下,用Object C编程的。-Old Booth
ZombieBooth
- MACOS的小游戏源程序,我自己编程的,用了object c语言。-Zombie booth
booth
- 基于booth算法的16位乘法器,通过减少部分积的运算次数提升速度。(The 16 bit multiplier based on the Booth algorithm improves the speed by reducing the number of arithmetic times of the partial product.)