代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/237003/13983484
in plot_benchmarks.m.in
function plot_benchmarks(hostname)
% function plot_benchmarks(hostname)
%
% $Id: plot_benchmarks.m.in,v 1.2 2004/03/22 11:03:40 patricg Exp $
%
% Copyright (c) 2001 Patrick Guio
www.eeworm.com/read/235660/14057740
c file.c
/*C**************************************************************************
* NAME: file.c
*----------------------------------------------------------------------------
* Copyright (c) 20
www.eeworm.com/read/235660/14058080
lst file.lst
C51 COMPILER V7.20 FILE 03/24/2007 10:02:41 PAGE 1
C51 COMPILER V7.20, COMPILATION OF MODULE FILE
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/235435/14072048
vhd ramd1616.vhd
-- output of CoreGen module generator
-- $Header: syncramVHT.vhd,v 1.3 1998/06/15 16:22:07 tonyw Exp $
-- *****************************************************************
-- Copyright 1997-1998 -
www.eeworm.com/read/132718/14077050
vhd pll.vhd
--///////////////////////////////////////////////////////////////////////////
--///////////////////////////////////////////////////////////////////////////
--/
--/ File : pll.vhd
--/ Author : P
www.eeworm.com/read/132541/14085414
java complete2_1.java
package questions.c2;
public class Complete2_1 {
public static void main( String[] args ){
outer_loop:
for( int i = 0; i
www.eeworm.com/read/234917/14093996
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/204483/15337654
c ufft.c
/*
* fft.c
*
* Unix Version 2.4 by Steve Sampson, Public Domain, September 1988
*
* This program produces a Frequency Domain display from the Time Domain
* data input; using the Fast Fourier Tra