搜索资源列表
DCT_32.rar
- 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用
ARMzhiling
- ARM 指令集寄存器和处理器模式(26-bit 体系) 寄存器和处理器模式(32-bit 体系) 程序状态寄存器和操纵它的指令 寄存器装载和存储指令 算术和逻辑指令 移位操作 乘法指令 比较指令 分支指令 条件执行 软件中断指令-ARM instruction set processor registers and model (26-bit system) and the processor registers mode (32-bi
multiply
- 本上载源码解决了16位二进制数的乘法,32为除以16位二进制数的除法-uploaded the source code to solve the 16 binary multiplication of the number, 32 to 16 divided by the number of binary division
dingdianchengfaqisheji
- 目录: 0、 约定 1、 无符号数一位乘法 2、 符号数一位乘法 3、 布思算法(Booth algorithm) 4、 高基(High Radix)布思算法 5、 迭代算法 6、 乘法运算的实现——迭代 7、 乘法运算的实现——阵列 8、 乘加运算 9、 设计示例1 —— 8位、迭代 1、 实现方案1 —— 一位、无符号 2、 实现方案2 —— 一位、布思 3、 实现方案3 —— 二位 10、设计示例2 —— 16位、
sadct
- adi 汇编写的2维FDCT程序,分成两个1D-DCT,每个1D-DCT 使用12次乘法和32次加法-Sa'adi compilation of the two-dimensional writing FDCT procedures, divided into two 1D - DCT. Each one D-12 DCT use multiplication and 32 Adder
DSP_C5416_floatpoint
- 实现16位DSP TMSC5416 32位浮点数乘法,ASM汇编文件。CCS编译-achieve 16 TMSC5416 DSP floating point multiplication 32, ASM compilation document. CCS compiler
bignum
- 由于计算机存储的限制,当其所存储的数大于32位时,就会有溢出,该程序只要是实现大数加法 减法 乘法。-computer storage limitations, when it stored more than 32 a few hours, there will be a spillover, The procedure is as long as the majority addition subtraction multiplication.
ARM20064414343
- · 寄存器和处理器模式(26-bit 体系) · 寄存器和处理器模式(32-bit 体系) · 程序状态寄存器和操纵它的指令 · 寄存器装载和存储指令 · 算术和逻辑指令 · 移位操作 · 乘法指令 · 比较指令 · 分支指令 · 条件执行 · 软件中断指令 · APCS (ARM 过程调用标准) · 编写安全的 32-bit 代码的基本规则 · IEEE 浮点指令 · 汇编器伪指令 · 指令快速查找 · ARM 指令格式
floatmul
- 采用VERILOG 语言进行设计 实现32位浮点数乘法运算 结果已经验证过 放心使用
multiply
- 好用的浮点乘法器,可完成32位IEEE格式的浮点乘法,经过仿真通过
caiheng
- 利用Verilog实现32位浮点数的乘法,并且已通过验证.-Using Verilog to achieve 32-bit floating point multiplication, and has been verified.
mul(FLP)
- 一个32位元的浮点数乘法器,可将两IEEE 754格式的值进行相乘-A 32-bit floating-point multipliers, can be two format IEEE 754 values multiplied
CPPmathgame
- 自动出题20以内退位减法,并进行了创新设计 1) 可以自动出题进位加法题目,如:3+8=?,或?+8=16 或7+?=12。 2) 可以自动出乘法 如: 2*5=?或?*5=35或8*?=32。 3) 随机决定当前题目是进位加法、乘法和退位减法题目。-Automatic title 20 or less the abdication subtraction, and the innovative design 1) can be automatically out of the
DCT_32
- 快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the multiplication number of times are least, may insert the encoder and the decoding use
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
MUL32B
- 两个32位无符号整数的乘积的汇编程序 注意乘法的错位相加-Two 32-bit unsigned integer the product of the compilation process of dislocation multiplication sum attention
32bits_multiple
- 改程序实现了C8051F120混合信号片上系统32位乘法,提高了在C8051上实现乘法的精度,较少了计算误差-Reform process to achieve the C8051F120 mixed-signal system-on-chip 32-bit multiplication to improve the C8051 to achieve precision multiplication, the calculation error of less
ARMInstructionSet-CN
- ARM指令集中文版。其中包括了:寄存器和处理器模式(26-bit 体系) ,寄存器和处理器模式(32-bit 体系) ,程序状态寄存器和操纵它的指令 ,寄存器装载和存储指令,算术和逻辑指令,移位操作,乘法指令,比较指令,分支指令,条件执行,软件中断指令等。-ARM Instruction Set-CN.rar
leastsquares
- 1. 一般最小二乘法 3 1.1. 一次计算最小二乘算法 3 1.2. 递推最小二乘算法 3 2. 遗忘因子最小二乘算法 6 2.1. 一次计算法 6 2.2. 递推算法 6 3. 限定记忆最小二乘递推算法 9 4. 偏差补偿最小二乘法 11 5. 增广最小二乘法 13 6. 广义最小二乘法 15 7. 辅助变量法 17 8. 二步法 19 9. 多级最小二乘法 21 10. Yule-Walker辨识算法 23 Matlab程序附录 24
floatmux
- 32位浮点乘法,希望大家能提出修改意见。(32-bit floating point multiplication)