代码搜索:乘法运算

找到约 9,367 项符合「乘法运算」的源代码

代码结果 9,367
www.eeworm.com/read/228369/14388171

pdf 定点乘法器.pdf

www.eeworm.com/read/227639/14418871

c 矩阵乘法动态规划.c

/* * File: multi.c * Description: 矩阵乘法动态规划 * Created: 10:20 2001-12-3 * Author: Justin Hou [mailto:justin_hou@hotmail.com] * */ #include #define N 7 int midd
www.eeworm.com/read/122580/14682175

c 矩阵乘法动态规划.c

/* * File: multi.c * Description: 矩阵乘法动态规划 * Created: 10:20 2001-12-3 * Author: Justin Hou [mailto:justin_hou@hotmail.com] * */ #include #define N 7 int midd
www.eeworm.com/read/121175/14767918

txt 浮点数乘法.txt

FMUL: LCALL FMLD MOV A,R6 MOV A,R7 XRL A,R7 MOV C,A.7 MOV 38H,C ;计算并暂存积的符号 LCALL DMUL ;调用定点无符号双字节乘法子程序 MOV A,R7 MOV C,A.7 MOV F0,C ;f0为规格化时第一次左移输入值 MOV A,@A
www.eeworm.com/read/217240/14973077

txt 3.3.3多字节乘法.txt

BRLN: MOV A,R7 MOV R2,A ADD A,R0 MOV R0,A MOV R3,#0 BRL1: DEC R0 MOV A,@R0 SWAP A MOV @R0,A MOV A,R3 XCHD A,@R0 MOV R3,A
www.eeworm.com/read/4755/39538

txt 3.3.3多字节乘法.txt

BRLN: MOV A,R7 MOV R2,A ADD A,R0 MOV R0,A MOV R3,#0 BRL1: DEC R0 MOV A,@R0 SWAP A MOV @R0,A MOV A,R3 XCHD A,@R0 MOV R3,A
www.eeworm.com/read/7196/107518

txt 3.3.3多字节乘法.txt

BRLN: MOV A,R7 MOV R2,A ADD A,R0 MOV R0,A MOV R3,#0 BRL1: DEC R0 MOV A,@R0 SWAP A MOV @R0,A MOV A,R3 XCHD A,@R0 MOV R3,A