代码搜索:Loop

找到约 10,000 项符合「Loop」的源代码

代码结果 10,000
www.eeworm.com/read/352501/10546320

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/352501/10546677

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/352501/10546689

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/352501/10546776

asm sine8_intr.asm

;****************************************************************************** ;* TMS320C6x ANSI C Codegen Version 4.10 * ;* Date/Time created: Tue Oct 23 10:47
www.eeworm.com/read/352501/10546784

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/423457/10558762

lst ts_led.lst

A51 MACRO ASSEMBLER TS_LED 12/25/2007 21:26:49 PAGE 1 MACRO ASSEMBLER A51 V7.08a OBJECT MODULE PLACED IN ts_led.OBJ ASSEMBLER
www.eeworm.com/read/278099/10570525

c rolldice.c

/* +++Date last modified: 05-Jul-1997 */ /*_|_| ROLLDICE.C _|_|_| A function to roll a definable number of dice (1 - 100), _|_|_| with a definable number of sides (2 to 255). _|_|_| No w
www.eeworm.com/read/278084/10575613

vhd 13_shl.vhd

function SHL( v2 : MVL7_VECTOR ; fill : MVL7 ) return MVL7_VECTOR is variable v1: MVL7_VECTOR (v2'high downto v2'low); variable shift_val: MVL7_VECTOR (v1'high downto v1'low);
www.eeworm.com/read/278084/10575857

vhd 62_gcd_stim.vhd

--**VHDL************************************************************* -- -- SRC-MODULE : TESTBENCH -- NAME : gcd_stim.vhdl -- VERSION : 1.0 -- -- PURPOSE : Testbench for GCD Benchmar
www.eeworm.com/read/277950/10591496

cpp 枚举.cpp

#include #include void main() { enum color_set{red,yellow,blue,white,black}; color_set color; int i,j,k,counter=0,loop; for(i=red;i