代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/127781/6000723
h uncompress.h
/*
* linux/include/asm-arm/arch-mx1ads/uncompress.h
*
*
*
* Copyright (C) 1999 ARM Limited
* Copyright (C) Shane Nay (shane@minirl.com)
*
* This program is free software; you can redistribu
www.eeworm.com/read/127679/6003388
h debug.h
/*****************************************************************************
@(#) debug.h,v strxnet-0_9_2-4(0.9) 2004/04/05 12:37:53
-------------------------------------------------------------
www.eeworm.com/read/126430/6016610
c hunt.c
void hunt(xx,n,x,jlo)
float x,xx[];
unsigned long *jlo,n;
{
unsigned long jm,jhi,inc;
int ascnd;
ascnd=(xx[n] > xx[1]);
if (*jlo n) {
*jlo=0;
jhi=n+1;
} else {
i
www.eeworm.com/read/126430/6016718
c piksr2.c
void piksr2(n,arr,brr)
float arr[],brr[];
int n;
{
int i,j;
float a,b;
for (j=2;j 0 && arr[i] > a) {
arr[i+1]=arr[i];
brr
www.eeworm.com/read/126430/6016861
c select.c
#define SWAP(a,b) temp=(a);(a)=(b);(b)=temp;
float select(k,n,arr)
float arr[];
unsigned long k,n;
{
unsigned long i,ir,j,l,mid;
float a,temp;
l=1;
ir=n;
for (;;) {
if (ir
www.eeworm.com/read/126430/6016893
c crank.c
void crank(n,w,s)
float *s,w[];
unsigned long n;
{
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
www.eeworm.com/read/126430/6017222
c hunt.c
void hunt(float xx[], unsigned long n, float x, unsigned long *jlo)
{
unsigned long jm,jhi,inc;
int ascnd;
ascnd=(xx[n] > xx[1]);
if (*jlo n) {
*jlo=0;
jhi=n+1;
} els
www.eeworm.com/read/126430/6017308
c sprstp.c
void sprstp(float sa[], unsigned long ija[], float sb[], unsigned long ijb[])
{
void iindexx(unsigned long n, long arr[], unsigned long indx[]);
unsigned long j,jl,jm,jp,ju,k,m,n2,noff,inc,iv;
www.eeworm.com/read/126430/6017330
c piksr2.c
void piksr2(int n, float arr[], float brr[])
{
int i,j;
float a,b;
for (j=2;j 0 && arr[i] > a) {
arr[i+1]=arr[i];
brr[i+1]=
www.eeworm.com/read/126430/6017473
c select.c
#define SWAP(a,b) temp=(a);(a)=(b);(b)=temp;
float select(unsigned long k, unsigned long n, float arr[])
{
unsigned long i,ir,j,l,mid;
float a,temp;
l=1;
ir=n;
for (;;) {
if (ir