代码搜索:乘法运算
找到约 9,367 项符合「乘法运算」的源代码
代码结果 9,367
www.eeworm.com/read/120853/14785645
dat codetc23.dat
逻辑运算符
C语言提供三种逻辑运算符:
(1) && 逻辑与(相当于其他语言中的AND)
(2) || 逻辑或(相当于其他语言中的OR)
(3) ! 逻辑非(相当地其他语言中的NOT)
"&&"和"||"是双目运算符,它要求有两个运算量(操作数),如(a>b)&&(x>y),(a>b)||(x>y)."!"是单目运算符",只要求有一个运算量,如!(a>b
www.eeworm.com/read/289579/8542258
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/187980/8582886
pdf 大数乘法器.pdf
www.eeworm.com/read/429594/8801097
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/429594/8801106
txt 3.3.1单字节乘法.txt
www.eeworm.com/read/285298/8852643
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/285298/8852650
txt 3.3.1单字节乘法.txt
www.eeworm.com/read/284974/8881148
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/284974/8881152
txt 3.3.1单字节乘法.txt
www.eeworm.com/read/376627/9311862
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