代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/391255/8413672

asm display.asm

; ************************* ; * 电子屏字符显示器 * ; * "电子设计" * ; ; ************************* ;
www.eeworm.com/read/391151/8418645

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/391151/8419334

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/391151/8419633

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/391151/8419647

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/391151/8419722

asm sine8_intr.asm

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

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/391067/8423361

txt 汇编.txt

——引自XXX高人语录 我总是想这样去做,可每每照猫画虎反类犬 以下摘自 老罗的缤纷天地之《组合语言之艺术》 这里下载 http://asp.7i24.com/netcool/laoluo/collections/index.htm 直接下载 http://asp.7i24.com/netcool/laoluo/collections/downlo
www.eeworm.com/read/391040/8426158

lst pwm.lst

ASEM-51 V1.2 Copyright (c) 1996 by W.W. Heinz PAGE 1 MCS-51 Family Cross Assembler A S E M - 5 1
www.eeworm.com/read/191613/8426767

cpp ex0425.cpp

// Programming with C++, Second Edition, by John R. Hubbard // Copyright McGraw-Hill, 2000 // Example 4.25 on page 75 // Using a flag to break out of nested loops #include // def