代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/203884/15349940
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/203451/15359094
cpp splint.cpp
void splint(double xa[], double ya[], double y2a[], int n, double& x, double& y)
{
int klo,khi,k;
double h,a,b,aaa,bbb;
klo = 1;
khi = n;
loop: if (khi - klo > 1 )
{
k = (khi +
www.eeworm.com/read/203023/15367769
lst led8.lst
A51 MACRO ASSEMBLER LED8 03/23/2006 08:29:37 PAGE 1
MACRO ASSEMBLER A51 V6.12
OBJECT MODULE PLACED IN .\led8.OBJ
ASSEMBLER I
www.eeworm.com/read/202979/15368496
txt performs an n element dot product.txt
**===============================================================================
*
* TEXAS INSTRUMENTS, INC.
*
* DOTP_SQR
*
* Revision Date: 05/07/97
*
* USAGE This routine is C Callable
www.eeworm.com/read/202979/15368502
txt divides two unsigned 32 bit values and returns their quotient and remainder.txt
*TEXAS INSTRUMENTS, INC.
*
* 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);
www.eeworm.com/read/202979/15368506
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/202979/15368511
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/202329/15386215
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/200258/15436073
asv huber_m_nlos.asv
% NLOS mitigation based on Huber M estimation
% 2007.3.18
% written by Tang Hong
% IEEE Trans. On signal processing,vol47,No.4, 1999
% " robust Huber adaptive filter"
% clc;
clear;
www.eeworm.com/read/113743/15449136
cls vrental_engine.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject