搜索资源列表
BigIntMultiplication
- 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左
jsjzucheng
- 这是我做的计算机组成原理的课程设计报告,内容有基本模型机的设计与实现和带移位运算的模型机的设计及实现。-This is my computer so the theory of curriculum design, as a basic model for the design and realization and shift operations with the machine model of the design and re
shejibaogao
- 具有移位运算功能的模型机设计实验报告-shift computing with the experimental model aircraft design report! !
CORDIC_mixer
- FPGA可实现的,使用cordic算法的NCO模块混频模块。该模块基于cordic原理,算法中只需要加法和移位运算既可以完成信号的混频功能-FPGA can be achieved, the use of the NCO cordic algorithm module mixing module. Cordic module based on the principle, the algorithm only needs Adder a
disyiwei
- 离散序列的移位运算,不知道能不能适用于CDMA扩频码时延的移位-discrete sequence of shift operations do not know can apply to delay CDMA code of shift
ALU
- 用VERILOG实现ALU,实现各种算术运算,逻辑运算,移位运算等
ALU
- ALU可以实现16种操作(包括加减乘除移位运算等)
CPU
- 使用verilog作为CPU设计语言实现单数据通路五级流水线的CPU。具有32个通用寄存器、一个程序计数器PC、一个标志寄存器FLAG,一个堆栈寄存器STACK。存储器寻址粒度为字节。数据存储以32位字对准。采用32位定长指令格式,采用Load/Store结构,ALU指令采用三地址格式。支持有符号和无符号整数加、减、乘、除运算,并支持浮点数加、减、乘、除四种运算,支持与、或、异或、非4种逻辑运算,支持逻辑左移、逻辑右移、算术右移、循环右
guiyingdeng
- 利用PWM和移位运算设计,并利用人眼的视觉 暂留现象产生移动,并拖影的动态发光效果
高斯分布
- 基于中心极限定理的高斯分布产生方法。获得均值为0,方差为1的标准正态分布,返回值落在[-3,3]之内的数据。使用移位运算加速算法的运行。
BigIntMultiplication
- 大整数乘法例子代码 /* 递归边界,如果是1位二进制数与1位二进制数相乘,则可以直接计算 */ /*累计做1位二进制乘法运算的次数*/ /* return (X*Y) */ /* 计算n的值 */ /* 把X和Y拆分开来,令X=A*2^(n/2)+B, 左移位运算,mod = 1<<(n/2) */ /* 计算XY=AC*2^n+(AD+CB)*2^(n/2)+BD */ /* 计算A*C,再向左
jsjzucheng
- 这是我做的计算机组成原理的课程设计报告,内容有基本模型机的设计与实现和带移位运算的模型机的设计及实现。-This is my computer so the theory of curriculum design, as a basic model for the design and realization and shift operations with the machine model of the design and re
Floating_Number
- 这是一个模拟单片机的要求,在cpu不支持浮点运算的情况下.计算精确的浮点数.本算法是把输入的字符串变成IEE754标准运算(如果要提高精确度的话,很方便).在运算过程只运用了移位,和加减运算.-This is a simulation of the single-chip microcomputer, the cpu does not support floating-point operations circumstances. th
shejibaogao
- 具有移位运算功能的模型机设计实验报告-shift computing with the experimental model aircraft design report! !
CORDIC_mixer
- FPGA可实现的,使用cordic算法的NCO模块混频模块。该模块基于cordic原理,算法中只需要加法和移位运算既可以完成信号的混频功能-FPGA can be achieved, the use of the NCO cordic algorithm module mixing module. Cordic module based on the principle, the algorithm only needs Adder a
disyiwei
- 离散序列的移位运算,不知道能不能适用于CDMA扩频码时延的移位-discrete sequence of shift operations do not know can apply to delay CDMA code of shift
ALU
- 用VERILOG实现ALU,实现各种算术运算,逻辑运算,移位运算等-Realize using Verilog ALU, realize a variety of arithmetic operations, logic operations, shift operations, etc.
ALU
- ALU可以实现16种操作(包括加减乘除移位运算等)-ALU can be 16 kinds of operations (including addition and subtraction multiplication and division shift operator, etc.)
CPU
- 使用verilog作为CPU设计语言实现单数据通路五级流水线的CPU。具有32个通用寄存器、一个程序计数器PC、一个标志寄存器FLAG,一个堆栈寄存器STACK。存储器寻址粒度为字节。数据存储以32位字对准。采用32位定长指令格式,采用Load/Store结构,ALU指令采用三地址格式。支持有符号和无符号整数加、减、乘、除运算,并支持浮点数加、减、乘、除四种运算,支持与、或、异或、非4种逻辑运算,支持逻辑左移、逻辑右移、算术右移、循环右
guiyingdeng
- 利用PWM和移位运算设计,并利用人眼的视觉 暂留现象产生移动,并拖影的动态发光效果-Use of PWM and displacement computing design and the use of the human eye