代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/129991/14213327

txt fir complex 16-bit data with complex 32-bit accumulate..txt

*=============================================================================== * * TEXAS INSTRUMENTS, INC. * * Complex FIR * * Revision Date: 2/3/97 * * USAGE This routine is C Callable and
www.eeworm.com/read/129991/14213343

txt divides two 32 bit values and returns their quotient and remai.txt

DIVMODU32 * * Revision Date: 07/15/97 * * USAGE This routine is C Callable and can be called as: * * struct divmodu divmodu32(unsigned int a, unsigned int b); * * a --- unsigned numerato
www.eeworm.com/read/129735/14230656

c adaptive.c

/* Program for adaptive filtering using the least means square adaptation */ #include #include #include #include #include void initial_graph
www.eeworm.com/read/231328/14238833

asm vectors_11.asm

*Vectors_11.asm Vector file for interrupt-driven program .ref _c_int11 ;ISR used in C program .ref _c_int00 ;entry address .sect "vectors" ;section for vectors RESET_R
www.eeworm.com/read/231318/14239067

asm vectors_11.asm

*Vectors_11.asm Vector file for interrupt-driven program .ref _c_int11 ;ISR used in C program .ref _c_int00 ;entry address .sect "vectors" ;section for vectors RESET_R
www.eeworm.com/read/128938/14271975

lst count.lst

A51 MACRO ASSEMBLER COUNT 03/20/2004 11:37:26 PAGE 1 MACRO ASSEMBLER A51 V7.01 OBJECT MODULE PLACED IN count.OBJ ASSEMBLER IN
www.eeworm.com/read/128758/14279680

c file.c

/*C************************************************************************** * NAME: file.c *---------------------------------------------------------------------------- * Copyright (c) 20
www.eeworm.com/read/128591/14289907

asm exec82.asm

Counter EQU 59H ;计数器,显示程序通过它得知现正显示哪个数码管 FIRST EQU P2.7 ;第一位数码管的位控制 SECOND EQU P2.6 ;第二位数码管的位控制 DISPBUFF EQU 5AH ;显示缓冲区为5AH和5BH ORG 0000H AJMP START ORG 000BH ;定时器T0的入口 AJMP DISP ;显示程序
www.eeworm.com/read/229467/14336780

htm viewthread_poll.htm

var max_obj = $maxchoices; var p = 0; function checkbox(obj) { if(obj.checked) { p++; for (var i = 0; i < poll.el
www.eeworm.com/read/229331/14344425

vhd tb_quad.vhd

-- TBTOP.vhd -- ----------------------------------------------------- -- Test Bench for Quadrature Encoder -- ----------------------------------------------------- -- (c) ALSE - Bert Cuzeau --