代码搜索:Loop

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

代码结果 10,000
www.eeworm.com/read/361261/2947283

cpp x11_loop.cpp

/***************************************************************************** * x11_loop.cpp ***************************************************************************** * Copyright (C) 2003 the
www.eeworm.com/read/357319/3019525

pas sample - long loop.pas

unit U; function main: Integer; var I: integer; begin Result := 0; for i := 1 to 1000 do Result := square(i); end; function square(P: Integer): Integer; begin Result := P *
www.eeworm.com/read/350508/3124688

puu isakmp-pointer-loop.puu

begin 644 isakmp-pointer-loop.pcap MU,.RH0(`!````````````/__```!````DR;5/[_@!0!(````2``````$6D[H ME``"+6_:]@@`10``.H=E0`#S$0HB@:KY?H&J^5
www.eeworm.com/read/265946/4279358

xpm button-loop-2.xpm

/* XPM */ static char *button-loop-2[] = { /* width height num_colors chars_per_pixel */ " 30 20 29 1", /* colors */ ". c None", "# c #d7d7d7", "a c #8e8e8e", "b c #555555", "c
www.eeworm.com/read/263014/4306688

h sip_transport_loop.h

/* $Id: sip_transport_loop.h 974 2007-02-19 01:13:53Z bennylp $ */ /* * Copyright (C) 2003-2007 Benny Prijono * * This program is free software; you can redistribute it and/or
www.eeworm.com/read/263014/4306702

c transport_loop_test.c

/* $Id: transport_loop_test.c 974 2007-02-19 01:13:53Z bennylp $ */ /* * Copyright (C) 2003-2007 Benny Prijono * * This program is free software; you can redistribute it and/or
www.eeworm.com/read/263014/4306741

c sip_transport_loop.c

/* $Id: sip_transport_loop.c 974 2007-02-19 01:13:53Z bennylp $ */ /* * Copyright (C) 2003-2007 Benny Prijono * * This program is free software; you can redistribute it and/or
www.eeworm.com/read/162614/5530177

c tree-loop-1.c

/* PR tree-optimization/20640 */ /* After unrolling the loop, we'd turn some conditional branches into unconditional ones, but branch redirection would fail to compute the PHI args for the PHI
www.eeworm.com/read/162614/5530692

c sparc-loop-1.c

/* PR optimization/10157 */ /* Originator: Peter van Hoof */ /* { dg-do compile { target sparc*-*-* } } */ /* { dg-options "-O2 -ffast-math" } */ /* Verify that the loop optimi
www.eeworm.com/read/473001/6853864

f loop2f.f

SUBROUTINE loop2_F77(N, x, y, u) INTEGER i, N REAL*8 x(N), y(N), u DO i=1,N x(i)=y(i)/u END DO RETURN END SUBROUTINE loop2_F77Ov