代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/426674/9004751
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/426674/9005461
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]
www.eeworm.com/read/426674/9005765
asm dotp4afunc.asm
;Dotp4afunc.asm Multiply two arrays. Called from dotp4a_init.asm
;A4=x address,B4=y address,A6=count(size of array),B3=return address
.def dotp4afunc ;dot product function
.text
www.eeworm.com/read/426674/9005774
log cc_build_debug.log
--------------------------- Loop_print.pjt - Debug ---------------------------
"C:\TI\C6000\CGTOOLS\BIN\cl6x" -g -k -o3 -fr"C:/ti/myprojects/Loop_print/" -@"Debug.lkf" "c6xdskinit.c"
[c6xdskinit.c
www.eeworm.com/read/426674/9005823
asm sine8_intr.asm
;******************************************************************************
;* TMS320C6x ANSI C Codegen Version 4.10 *
;* Date/Time created: Tue Oct 23 10:47
www.eeworm.com/read/426674/9005827
c sine8_intr.c
//sine8_intr.c Sine generation using 8 points, f=Fs/(# of points)
//Comm routines and support files included in C6xdskinit.c
short loop = 0;
short sin_table[8] = {0,707,1000,707,0,-707,-1000,-707
www.eeworm.com/read/283542/9008522
html page226.html
第8章 文件句柄功能与磁盘
body {
background-color: #c0c0c0;
}
www.eeworm.com/read/426516/9016705
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/382449/9026443
asm flashled2.asm
;p1口8个跑马灯的另外一个程序。
;**************************************************************************
;* Date : 2004.4.20 *
;* Support Mb:0735-2197559
www.eeworm.com/read/283255/9033460
asm 统计最多频数.asm
CODE SEGMENT
ASSUME CS:CODE
BEGIN: PUSH CS
POP DS
PUSH CS
POP ES
MOV DI,2000H
CLD
MOV AL,-12
STOSB
MOV AL,12