搜索资源列表
CLA8
- 一个超前进位加法器的Verilog实现,内含测试文件,可以综合,非常有参考价值
Verilog16
- 16位加法器,需要的拿去,经仿真试验成功的
adder_tree
- 这是一个利用FPGA来实现加法器的算法,利用加法树的概念!
adder
- 长整数加法器,实现长整数加法。开发环境为C++。
yyxsdxs
- 本程序是采用数据结构的算法实现一元稀疏多项式加法器的功能
EmpAdmin
- 一个简单的算法加法器-a simple algorithm Adder
jfqs_multiplier
- 使用加法器树乘法器实现8位乘法运算,VHDL语言予以实现
PLUS
- MFC实现加法器,优化了界面,可实现大数运算,并且有初始设定-MFC achieve plus device
1001
- 加法器,实现两个整数相加并输出结果!两个整数用a, b表示-failed to translate
adder
- 加法器,简单的加法计算器程序,用vb语言实现-Adder, a simple addition calculator program using vb language implementation
ALU_6502
- 这个数据是使用cadence工具来做的8位CPU的全加法器
yunchengxu
- 内附几十种小程序,有状态机、比较器、波形发生器、乘法器、加法器、步进电机控制器等,希望大家能用的上。-Containing dozens of small programs, for reference,This is about FPGA,a tool ,we can study,but in ourselves.
wuxianjiafa
- 无限制位数的加法器,只能两个数相加(站长,二十个字也太长了吧)-Unlimited digit adder can only add two numbers (head, twenty words sound too long)
jiafaqi
- 加法器是产生数的和的装置。加数和被加数为输入,和数与进位为输出的装置为半加器。若加数、被加数与低位的进位数为输入,而和数与进位为输出则为全加器。-Adder is generated and the number of devices. Addend and the summand input, and digital and carry the output device is a half adder. If the addend, the progress of summand bits
trans_sigPnoisePinterference
- 根据直扩原理,首先有随机数发生器产生一系列二进制信息数据(+1,-1),每个信息比特重复Lc次,Lc对应每个信息比特所包含的伪码片数,包含每一比特Lc次重复的序列与另一个随机数发生器产生的PN序列c(n)相乘。然后在该序列上叠加高斯白噪声和形式为i(n)=Acosw0n余弦干扰下次信号,切余弦干扰信号的振幅满足条件A<Lc。在解调器中进行与PN序列的互相关运算,并且将组成各信息比特的Lc个样本进行求和。加法器的输出送到判决器,将信号与门限值0进行比较,确定传送的数据为+1还是-1,计数器用
DOSCalculator
- dos 加法器 实现先乘除后加减,先括号内再括号外的依次运算。-dos adder to achieve the first after the addition and subtraction multiplication and division, first in brackets followed by further operations outside the parentheses.
95637012Multiplier
- 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。- This file contains all the entity-architectures for a complete-- k-bit x k-bit Booth multiplier.-- the design makes use of
jiafaqi
- 改程序实现了简单的加法器功能,很容易完成加法运算。-Reform program to achieve a simple adder function, it is easy to complete the addition.
GUI-Adder
- MATLAB GUI 实现的一个简单加法器 GUI入门必学-MATLAB GUI Adder for selfstudy
加法器GUI
- 基于Matlab软件的GUI功能创建加法器,含有M文件源程序,请参考。