代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/339483/12230522
sh background-loop.sh
#!/bin/bash
# background-loop.sh
for i in 1 2 3 4 5 6 7 8 9 10 # First loop.
do
echo -n "$i "
done & # Run this loop in background.
# Will sometimes execute after second loop.
ec
www.eeworm.com/read/339483/12231510
sh nested-loop.sh
#!/bin/bash
# nested-loop.sh: Nested "for" loops.
outer=1 # Set outer loop counter.
# Beginning of outer loop.
for a in 1 2 3 4 5
do
echo "Pass $outer in outer loop."
echo "---------
www.eeworm.com/read/251528/12339445
m kf_loop.m
%KF_LOOP Performs the prediction and update steps of the Kalman filter
% for a set of measurements.
%
% Syntax:
% [MM,PP] = KF_LOOP(X,P,H,R,Y,A,Q)
%
% In:
% X - Nx1 initial estimate f
www.eeworm.com/read/149714/12355638
d loop_ip.d
loop_ip.o: /cygdrive/e/Ubicom/sdk/pkg/ipStack/src/loop_ip.c \
/cygdrive/e/Ubicom/sdk/pkg/ipOS/include/ipOS.h \
/cygdrive/e/Ubicom/sdk/pkg/ipHAL/include/ipHAL.h config/config.h \
/cygdrive/e/U
www.eeworm.com/read/149714/12355728
o loop_ip.o
www.eeworm.com/read/337613/12357022
h loop_del.h
/*------------------------------------------------------------------*-
Loop_Del.H (v1.00)
------------------------------------------------------------------
- See Loop_Del.C for detai
www.eeworm.com/read/337613/12357036
c loop_del.c
/*------------------------------------------------------------------*-
Loop_Del.c (v1.00)
------------------------------------------------------------------
One possible implementatio
www.eeworm.com/read/337613/12357040
lst loop_del.lst
C51 COMPILER V6.10 LOOP_DEL 04/19/2001 11:19:48 PAGE 1
C51 COMPILER V6.10, COMPILATION OF MODULE LOOP_DEL
OBJECT MODULE PLACED I
www.eeworm.com/read/129891/14219081
c,v loop.c,v
head 1.1;
branch ;
access ;
symbols ;
locks ;
comment @ * @;
1.1
date 94.01.17.14.59.29; author rstevens; state Exp;
branches ;
next ;
desc
@@
1.1
log
@08Dec93 version fo
www.eeworm.com/read/129891/14219225
c read_loop.c
/* include loop1 */
#include "sntp.h"
/* *INDENT-OFF* */
static int check_loop(struct sockaddr *, socklen_t);
static int check_dup(socklen_t);
static char buf1[MAXLINE], buf2[MAXLINE];
static