代码搜索:乘法运算
找到约 9,367 项符合「乘法运算」的源代码
代码结果 9,367
www.eeworm.com/read/155865/11842240
txt 3.3.2双字节乘法.txt
DBCDM:
MOV R2,#2
ADD A,R0
MOV R0,A
MOV R3,#0
LOOP:
DEC R0
MOV A,@R0
SWAP A
MOV @R0,A
MOV A,R3
XCHD A,@R0
MOV R3,A
DJNZ R2,LOOP
RET
www.eeworm.com/read/256132/12022030
txt 3.3.2双字节乘法.txt
DBCDM:
MOV R2,#2
ADD A,R0
MOV R0,A
MOV R3,#0
LOOP:
DEC R0
MOV A,@R0
SWAP A
MOV @R0,A
MOV A,R3
XCHD A,@R0
MOV R3,A
DJNZ R2,LOOP
RET
www.eeworm.com/read/255904/12047191
txt 3.3.2双字节乘法.txt
DBCDM:
MOV R2,#2
ADD A,R0
MOV R0,A
MOV R3,#0
LOOP:
DEC R0
MOV A,@R0
SWAP A
MOV @R0,A
MOV A,R3
XCHD A,@R0
MOV R3,A
DJNZ R2,LOOP
RET
www.eeworm.com/read/152862/12077219
txt 3.3.2双字节乘法.txt
DBCDM:
MOV R2,#2
ADD A,R0
MOV R0,A
MOV R3,#0
LOOP:
DEC R0
MOV A,@R0
SWAP A
MOV @R0,A
MOV A,R3
XCHD A,@R0
MOV R3,A
DJNZ R2,LOOP
RET
www.eeworm.com/read/341004/12114254
m 最小二乘法.m
clear all;
close all;
x1(1,1)=5.1418; x1(1,2)=0.5950;
x1(2,1)=5.5519; x1(2,2)=3.5091;
x1(3,1)=5.3836; x1(3,2)=2.8033;
x1(4,1)=3.2419; x1(4,2)=3.7278;
x1(5,1)=4.4427; x1(5,2)=3.8981;
x1(6,1)=4
www.eeworm.com/read/148511/12462347
txt 3.3.2双字节乘法.txt
DBCDM:
MOV R2,#2
ADD A,R0
MOV R0,A
MOV R3,#0
LOOP:
DEC R0
MOV A,@R0
SWAP A
MOV @R0,A
MOV A,R3
XCHD A,@R0
MOV R3,A
DJNZ R2,LOOP
RET
www.eeworm.com/read/227823/14410081
opt 最小二乘法.opt
www.eeworm.com/read/227823/14410083
dsp 最小二乘法.dsp
# Microsoft Developer Studio Project File - Name="最小二乘法" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Con
www.eeworm.com/read/227823/14410085
plg 最小二乘法.plg
Build Log
--------------------Configuration: 最小二乘法 - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\GIVENY~
www.eeworm.com/read/227823/14410086