代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/126430/6017505
c crank.c
void crank(unsigned long n, float w[], float *s)
{
unsigned long j=1,ji,jt;
float t,rank;
*s=0.0;
while (j < n) {
if (w[j+1] != w[j]) {
w[j]=j;
++j;
} else {
for (jt=j+1;j
www.eeworm.com/read/126411/6017692
perf-script
#!/bin/bash
typeset -i m2 m1 M n2 n1 N m n
typeset -i MM=5 NN=5
case $# in
0) :
;;
1) MM=$1; NN=$1
;;
2) MM=$1; NN=$2
;;
*) echo 1>&2 "Usage: $0 [m [n]]"
;;
esac
EMPTYLINE=: # echo
www.eeworm.com/read/125688/6023818
h dpf_lib.h
/*
* Copyright (c) 1997 M.I.T.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
www.eeworm.com/read/125688/6024865
h queue.h
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/125688/6024994
pl locate.pl
#!/usr/bin/perl
$errpos = hex($ARGV[0])/4;
$ofs=0;
open (INPUT, "cc -E ncr.c 2>/dev/null |");
while ($_ = )
{
last if /^struct script \{/;
}
while ($_ = )
{
last if /^\}\;/;
www.eeworm.com/read/124989/6034761
pl banner.pl
#!/usr/bin/perl
while (1)
{
exit 0 if read(STDIN,$c,1) == 0;
last if ($cl eq "\031" && $c eq "\001");
$cl = $c;
}
kill 'STOP',$$;
exit 0
www.eeworm.com/read/124910/6037785
c getsysstats.c
/* Determine various system internal values, Linux/Sparc version.
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Schwab
www.eeworm.com/read/124522/6046648
java adler32.java
/* -*-mode:java; c-basic-offset:2; -*- */
/*
Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification,
www.eeworm.com/read/121089/6070559
c strcmps.c
/* strcmps - compare strings and ignore spaces */
#include
#include "..\h\tools.h"
/* compare two strings, ignoring white space, case is significant, return
* 0 if identical, 0 ot
www.eeworm.com/read/119340/6090100
java started.java
/*
* File : Started.java
* Created : 6 avr. 2004
* By : Olivier
*
* Azureus - a Java Bittorrent client
*
* This program is free software; you can redistribute it and/or modify