CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - multiplier

搜索资源列表

  1. largeint_multi

    0下载:
  2. 从文件读入两个很大的整数,做乘法后将结果存入第三个文件。乘数被乘数均可溢出,结果绝对精确。-Reading from the document into two large integers, the result will do multiplication into the third document. Multiplicand multiplier may overflow, the result is absolutely accurate.
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 交通灯程序《数字电路EDA入门-VHDL程序实例》---交通灯程序例子,,C-C++
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:3801
    • 提供者:林章复
  1. 解线性规划的用乘数的单纯形法

    0下载:
  2. 解线性规划的用乘数的单纯形法-linear programming solution using the multiplier Simplex Method
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2209
    • 提供者:启东
  1. 8bit_multi_pipeline

    0下载:
  2. 8 bit multiplier with pipeline design, mainly for studying and learning purpose
  3. 所属分类:数据库编程

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

    0下载:
  2. booth乘法器: 16*16有符号乘法器,Booth编码,简单阵列,Ripple Carry Adder
  3. 所属分类:VHDL编程

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

    0下载:
  2. 8*8乘法器及其测试:采用booth编码的乘法器:1. ultipler_quick_add_4 即4位的并行全加器,在这里主要起了两个作用:第一个是在求部分积单元时,当编码为3x时用来输出部分积;另外一个是在将部分积加起来时,求3到6位时所用到。 2. ultiplier_quick_add_5 即5位的并行全加器,这里用来分别计算积的7到11位和12到16位。 3. ultiplier_unit_4 这个模块是用来实现部分积的,每一个模块实现一个部分积的4位,因此一个部分
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:9989
    • 提供者:chenyi
  1. 16位快速乘法器

    1下载:
  2. VHDL语言实现的16位快速乘法器-VHDL of 16 rapid Multiplier
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:2964
    • 提供者:乔安山
  1. multi_vhdl

    0下载:
  2. 四位乘法器的VHDL源程序-four Multiplier VHDL source
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1073
    • 提供者:张庆辉
  1. Low_power_Modified_Booth_Multiplier

    0下载:
  2. 主題 : 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
  3. 所属分类:汇编语言

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

    4下载:
  2. 求解约束优化问题增广拉格朗日乘子法源程序
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1379
    • 提供者:dong
  1. radix4_multiplier

    0下载:
  2. 54x54-bit Radix-4 Multiplier based on Modified Booth Algorithm
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:751167
    • 提供者:汤江逊
  1. custom_mul

    0下载:
  2. vhdl编写的硬件乘法器-prepared by the VHDL hardware multiplier
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:1578
    • 提供者:刘陆陆
  1. The Linux Kernel API

    0下载:
  2. The Linux Kernel API是学习linux编程必备资料,学会API那么做软件开发就会事半功倍。-The Linux Kernel API is learning linux programming required information, and learn to do it API software development will multiplier.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:172740
    • 提供者:yxl
  1. 经典高速乘法器IP

    1下载:
  2. 乘法器是硬件设计中的很常见也很重要的一个模块,它的VHDL硬件实现很好的解决了软件编程中做乘法速度慢的问题,在实时高速系统应用中或DSP软核或数字信号处理硬件实现算法中,经常能使用到乘法器,所以经典的高速乘法器IP 很有参考价值-Multiplier is a common and important module in hardware designing.Its VHDL addresses the low speed of multiplication in software progra
  3. 所属分类:VHDL编程

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

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

    • 发布日期:2008-10-13
    • 文件大小:147366
    • 提供者:阿剑
  1. 嵌入式系统试验报告-乘法器-VHDL语言

    0下载:
  2. 嵌入式系统的乘法器试验报告 包括源代码 用VHDl语言编写-Embedded System multiplier test report including source code language used VHDl
  3. 所属分类:VHDL编程

    • 发布日期:2008-10-13
    • 文件大小:9869
    • 提供者:康抗
  1. Adder , Multiplier

    0下载:
  2. 所属分类:其他嵌入式/单片机内容

  1. 数字时钟管理器,xilinx公司开发板集成时钟

    0下载:
  2. 数字时钟管理器,xilinx公司开发板集成时钟,实现分频、倍频等功能。-Digital clock managers, xilinx development board integrated clock divider, multiplier, and other functions.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2017-03-24
    • 文件大小:7271
    • 提供者:lima
  1. c17_GF_multiple.rar

    0下载:
  2. 精通verilog HDL语言编程源码之3--伽罗华域乘法器设计,Proficient in language programming verilog HDL source of 3- Galois field multiplier design
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:1686
    • 提供者:李平
  1. cf.rar

    0下载:
  2. 乘法器功能 直接实现两个数字信号的相乘~,Multiplier features two digital signal direct implementation of the multiplication ~
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:15878
    • 提供者:周祥娟
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com