搜索资源列表

  1. magnitude

    0下载:
  2. Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:12.61kb
    • 提供者:郝晋
  1. magnitude

    0下载:
  2. Verilog HDL: Magnitude For a vector (a,b), the magnitude representation is the following: A common approach to implementing these arithmetic functions is to use the Coordinate Rotation Digital Computer (CORDIC
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:12kb
    • 提供者:郝晋
  1. expt91_multi8x8

    0下载:
  2. 基于fpga和sopc的用VHDL语言编写的EDA移位相加硬件乘法器-FPGA and SOPC based on the use of VHDL language shift EDA add hardware multiplier
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-11-30
    • 文件大小:35kb
    • 提供者:多幅撒
  1. OPERATION_UNIT

    0下载:
  2. 本程序为加密芯片内部加密运算单元部分,包括32位减法器、移位寄存器、加/减法器、寄存器等,对密码芯片运算部分设计具有一定指导意义-The procedure for encryption chip unit internal encryption algorithms, including 32-bit subtraction, and shift register, add/subtraction, and register and
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:2kb
    • 提供者:zhaohongliang
  1. multiplyingunit

    0下载:
  2. 其乘法器原理是:乘法通过逐项移位相加原理来实现,从被乘数的最低位开始,若为1,则乘数左移后与上一次的和相加;若为0,左移后以全零相加,直至被乘数的最高位-Its multiplier principle is: the sum of multiplication through each shift principle to achieve, from the lowest bit multiplicand to start, if 1
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:134kb
    • 提供者:张华
  1. mul

    0下载:
  2. 加法器树乘法器结合了移位相加乘法器和查找表乘法器的优点。它使用的加法器数目等于操作数位数减 1 ,加法器精度为操作数位数的2倍,需要的与门数等于操作数的平方。 因此 8 位乘法器需要7个15位加法器和64个与门-Adder tree multiplier multiplier combination of shift and add multiplier advantage of look-up table. It uses the a
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:肖毅
  1. qfq

    0下载:
  2. 移位相加乘法器设计。附有工程实例及ppt说明。-Add multiplier design shift. Ppt with example and descr iption.
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:1.65mb
    • 提供者:fddib
  1. CORDIC

    0下载:
  2. 用VHDL语言,利用迭代移位算法cordic实现告诉加法功能 -Using VHDL language, using iterative shift algorithm to achieve told additive function cordic
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:455kb
    • 提供者:rain
  1. shiftadd

    0下载:
  2. BOOTH ALGORITM IN VHDL AND SHIFT ADD MULTIPLICATION
  3. 所属分类:软件工程

    • 发布日期:2024-11-30
    • 文件大小:257kb
    • 提供者:SHRAYANTH
  1. mutiplier_4bits

    0下载:
  2. 通过移位相加,实现两个数的相乘。通过一个内部寄存器存储得到的积。--- it multiplies a 5_bit multiplicand by a 5_bit multiplier to give -- an 8_bit product -- -- aim: to master the method of mutiplier "shift and add to realize the mutiplier" --
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:lw
  1. 8multipler

    0下载:
  2. 用VHDL实现8位移位相加乘法器,从被乘数的最低位开始,若为1,则乘数左移后与上次的和相加;若为0,左移后以全0相加,直至被乘数的最高位。-VHDL 8-bit shift by adding the multiplier to achieve, starting from the lowest multiplicand, if 1, then left after the multiplier and add the last if
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:ruanxioafei
  1. 34105908-Multipliers-Using-Vhdl

    0下载:
  2. ABSTRACT: Low power consumption and smaller area are some of the most important criteria for the fabrication of DSP systems and high performance systems. Optimizing the speed and area of the multiplier is a major d
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:371kb
    • 提供者:phitoan
  1. yiwei

    0下载:
  2. proteus仿真,移位点阵,8*8led发光二极管,并加keil文件。用了不后悔-proteus simulation, the shift lattice, 8* 8led light-emitting diode, and add the keil file. Do not regret it used
  3. 所属分类:软件工程

    • 发布日期:2024-11-30
    • 文件大小:57kb
    • 提供者:何金武
  1. mul8bit_shift_add

    0下载:
  2. 移位相加8位乘法器,含有每个模块的详细说明-Shift and add 8-bit multiplier, and contains a detailed descr iption of each module
  3. 所属分类:软件工程

    • 发布日期:2024-11-30
    • 文件大小:195kb
    • 提供者:fay
  1. multiply_shift_add

    0下载:
  2. 基于移位相加运算的乘法器设计,完整的设计工程文件在multiply_shift_add文件夹下-Multiplier design based on shift and add operations, complete design engineering file multiply_shift_add file folder
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:1.43mb
    • 提供者:xiebaiyuan
  1. Binary_to_BCD_Converter

    0下载:
  2. This is a binary to BCD convert designed by using the “shift and add-3 algorithm”. The verilog code of basic cell add-3 is also included in this file.
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:9kb
    • 提供者:WPI
  1. Multiply8-6

    0下载:
  2. FPGA verilog用移位相加的方式来实现8位的乘法器-FPGA verilog With shift and add a way to achieve 8 multiplier
  3. 所属分类:VHDL编程

    • 发布日期:2024-11-30
    • 文件大小:232kb
    • 提供者:李潇
  1. Windons_Cos_Candle

    0下载:
  2. 1.升余弦窗首尾8点数据值:12bit-> 1-1RAM_OUT_CNT_RN10 formal 采用移位相加的方式来取代相乘运算,节省资源。 -1 liter inclusive 8:00 cosine window data values​ ​ : 12bit-> 1-1RAM_OUT_CNT_RN10 formal using shift and add a way to replace mult
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:1kb
    • 提供者:李潇
  1. jiajianchengchu

    0下载:
  2. 4.移位相加式十进制硬件乘法器电路, 要求:输入两个1位十进制数,利用移位相加法计算它们的乘积,显示乘数、被乘数和积。-The shift and add type decimal hardware multiplier circuit, Requirements: Enter both a decimal number, and calculate their product using a shift-add method,
  3. 所属分类:其他小程序

    • 发布日期:2024-11-30
    • 文件大小:3.48mb
    • 提供者:vincychf
  1. shift-and-add

    0下载:
  2. 使用多张低分辨率的图像,shift and add 进行插值运算生成一张恢复后的高分辨率图像-The use of multiple low-resolution images, shift and add interpolating operation generate a restored high resolution image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-11-30
    • 文件大小:18kb
    • 提供者:刘洒
« 12 3 4 »

源码中国 www.ymcn.org