代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/412185/11211525
lst irdacom.lst
A51 MACRO ASSEMBLER IRDACOM 01/17/2005 16:33:28 PAGE 1
MACRO ASSEMBLER A51 V7.02a
OBJECT MODULE PLACED IN IrDACom.OBJ
ASSEMBLER
www.eeworm.com/read/412167/11212657
asm prog19.asm
; PROG19 - Poll a button and turn on an LED
;
; This Application Turns on an LED and Loops forever afterward.
;
; Myke Predko
; 98.02.18
;
; Hardware Notes:
; 80C520 Running at 1 MHz
;
www.eeworm.com/read/412167/11212698
asm prog29c.asm
; PROG29B - Working through the Emulator
;
; Start with the Serial Interface.
;
; PROG29C - Start Doing the Data Interface
;
; PROG29B - Start with the Command Line Interface. Upon Return
www.eeworm.com/read/412167/11212792
asm prog7.asm
; PROG7 - Accessing Bits
;
; This Program Reads and Writes individual Bits in the Bit Addressable Area
; of the Scractchpad RAM (Addresses 020 to 02F) and the I/O Ports.
;
; This program wil
www.eeworm.com/read/412167/11212794
asm prog45.asm
; PROG45 - Poll a button and turn on an LED
;
; This Application Turns on an LED and Loops forever afterward.
;
; Myke Predko
; 98.02.18
;
; Hardware Notes:
; 80C520 Running at 1 MHz
;
www.eeworm.com/read/266735/11213856
asm 03b2.asm
DATA SEGMENT
ORG 1000H
H1 DB 20 DUP(?)
DATA ENDS
CODE SEGMENT
ASSUME CS:CODE,DS:DATA
START PROC FAR
STT:PUSH DS
SUB AX,AX
PUSH AX
;==============================
MOV SI,1000H
www.eeworm.com/read/266311/11232328
txt ami_1.txt
老师给了一个程序,是编写AMI码编码还有功率谱密度计算的,如下:
%AMI码的功率谱
%时间单位 us 频率单位 MHz 码元速率 Mb/s
clear all
close all
k=input('取样点数=2^k,k=[14]');
if isempty(k),
k=14;
end
N=2^k; %采样点数
L=64; %每码元采样点数
M=N/L; %码元数