代码搜索结果
找到约 10,000 项符合
3 的代码
ex3_3.m
%Example 3.3
clc
clear
% Here is the data: x in cm, L in mH
xdata = [0 0.2 0.4 0.6 0.8 1.0 1.2 1.4 1.6 1.8 2.0];
Ldata = [2.8 2.26 1.78 1.52 1.34 1.26 1.20 1.16 1.13 1.11 1.10];
%Convert
asm3-3.lst
A51 MACRO ASSEMBLER ASM3_3 07/20/2005 09:59:52 PAGE 1
MACRO ASSEMBLER A51 V7.09
OBJECT MODULE PLACED IN Asm3-3.OBJ
ASSEMBLER I
asm3-3.plg
礦ision2 Build Log
Project:
E:\SST51\Examples\Asm3-3\Asm3-3.uv2
Project File Date: 07/20/2005
Output:
Build target 'Target 1'
assembling Asm3-
asm3-3.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
asm3-3.asm
;==============================================================
; 文件名称: Asm3-3.asm
; 功能描述: 双字节除法. 使用'移位相减'的算法.
; R7R6÷R5R4-->R7R6(商)......R3R2(余数)
;======================================