代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/185456/9036063
html page226.html
第8章 文件句柄功能与磁盘
body {
background-color: #c0c0c0;
}
www.eeworm.com/read/185455/9037159
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/382229/9041617
txt 流水灯.txt
LJMP MAIN
MAIN : MOV A ,#01H;
MOV P1 ,A;
LOOP : RL A;
LCALL DELAY;
MOV P1, A;
LJMP LOOP;
DELAY:
MOV R1 ,#255 ;
MOV R2 ,#255
HERE : DJNZ R1 ,HER
www.eeworm.com/read/185241/9047403
asm bits2prm.asm
*****************************************************************************
** Description: Bits2prm() in file.c **
**
www.eeworm.com/read/185241/9047481
asm copy.asm
*****************************************************************************
** Description: copy() in copy.c **
**
www.eeworm.com/read/185241/9047658
asm energy_old.asm
*****************************************************************************
** Description: energy_old() in agc.c **
**
www.eeworm.com/read/185241/9048211
asm ph_disp.asm
*****************************************************************************
** Description: ph_disp() in ph_disp.c **
**
www.eeworm.com/read/382086/9049958
log cc_build_debug.log
--------------------------- Loop_store.pjt - Debug ---------------------------
"C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_store" -@"Debug.lkf" "c6xdskinit.c"
[c6xdskinit.c]
www.eeworm.com/read/382086/9050570
asm fircircfunc.asm
;FIRcircfunc.asm ASM function called from C using circular addressing
;A4=newest sample, B4=coefficient address, A6=filter order
;Delay samples organized: x[n-(N-1)]...x[n]; coeff as h(0)...h[N-1]