代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/398147/8002114
asm sub5.asm
;
; file: sub5.asm
; Subprogram to C interfacing example
%include "asm_io.inc"
; subroutine calc_sum
; finds the sum of the integers 1 through n
; Parameters:
; n - what to sum up to (at [ebp
www.eeworm.com/read/297646/8006080
asm mytest3.asm
pa55 equ 0dc00h-200h+218h
pb55 equ 0dc00h-200h+219h
p55ctl equ 0dc00h-200h+21bh
data segment
d1 db 'please press the keyboard:$'
tab dw 0fefeh,'c' ;书P150页有此定义
dw 0fefdh,'d'
www.eeworm.com/read/197267/8007725
asm pwm产生程序.asm
;//标题:PWM产生程序 //
;//-------------------------------------------------------------------------------------------------------------//
;12MHZ晶振,使PWM输出为1KHZ,定时中断数设为N=10即每0。01ms中断一次,则TH1=FFH,TL1=F6H,由于设定
www.eeworm.com/read/197261/8008763
m caphomepna2.m
load f.dat
load H1.mat
load H2.mat
logh1=20*log10(abs(H1(1:1025)));
logh2=20*log10(abs(H2(1:1025)));
SNR1=logh1+140-72;
SNR2=logh2+140-72;
figure(4)
plot(f,SNR1,f,SNR2)
grid
xlabel('Frequenc
www.eeworm.com/read/297225/8042983
sdi tem.sdi
,,,ORG 0000H
0000,02 00 40,, JMP START
,,, ORG 0040H
0040,,START,START:
0040,12 07 52,, LCALL ZHUANHUAN
0043,D2 B0,, SETB P3.0
0045
www.eeworm.com/read/297225/8043122
asm tem.asm
ORG 0000H
JMP START
ORG 0040H
START:
LCALL ZHUANHUAN
SETB P3.0
SETB P3.1
SETB P3.2
SETB P2.0
SETB P2.1
SETB P2.2
www.eeworm.com/read/297039/8058133
m disprog.m
function disprog(i,N,steps);
%DISPROG Display progression of a loop.
% DISPROG(i,N,steps) displays the progression of a loop.
%
% I : loop variable
% N : final value of i
% STEPS : number of d
www.eeworm.com/read/297035/8058765
asm prog0-2.asm
ORG 0000H
START MOV R1,#00H
$1 DJNZ R1,$1
MOV SP,#60H
LOOP MOV P1,#00H
CALL DELAY
MOV P1,#FFH
CALL DELAY
S
www.eeworm.com/read/297034/8059127
m disprog.m
function disprog(i,N,steps);
%DISPROG Display progression of a loop.
% DISPROG(i,N,steps) displays the progression of a loop.
%
% I : loop variable
% N : final value of i
% STEPS : number of d