代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/261384/11650819
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "nbtheory.h"
#include "modarith.h"
#include
#include
NAMESPACE_BEGIN(Crypto
www.eeworm.com/read/347607/11655520
c console.c
#include "AT91RM9200.h"
#include "def.h"
#include "config.h"
#include "console.h"
#include "utils.h"
extern volatile U32 StTick;
void delay(U32 ms)
{
U16 i;
i = AT91C_BASE_TC0->TC_RC>>
www.eeworm.com/read/157814/11661712
c ch8_3.c
#include
#define T 3
typedef struct
{ int key;
/* float info;*/
}JD;
void shellsort(JD r[],int n,int d[])
{ int i,j,k;
JD x;
k=0;
while(k
www.eeworm.com/read/157814/11661721
txt ch6_2.txt
void traver(TD g[],int n)
{ int i;
static int visited[M];
for(i=1;i
www.eeworm.com/read/157814/11661735
c ch8_5.c
#include
typedef struct
{ int key;
/* float info;*/
}JD;
void qksort(JD r[],int t,int w)
{ int i,j,k;
JD x;
if(t>=w) return;
i=t; j=w; x=r[i];
while(i
www.eeworm.com/read/157814/11661746
c ch8_10.c
#include
#define D 3
typedef struct node
{ int key;
/* float info;*/
int link;
}JD;
int radixsort(JD r[],int n)
{ int i,j,k,t,p,rd,rg,f[10],e[10];
for(i=1;i
www.eeworm.com/read/157814/11661747
txt ch8_9.txt
void mergesort(JD r[],int n)
{ int i,s=1;
JD t[M];
while(s
www.eeworm.com/read/157814/11661752
txt ch8_10.txt
#define D 3
typedef struct node
{ int key;
float info;
int link;
}JD;
int radixsort(JD r[],int n)
{ int i,j,k,t,p,rd,rg,f[10],e[10];
for(i=1;i
www.eeworm.com/read/157814/11661778
c ch6_20.c
#include
#include
#define M 20
#define MAX 100
typedef struct node
{ int vex;
int length;
struct node *next;
}JD;
typedef struct tnode
{ int vexdata;
int
www.eeworm.com/read/157814/11661821
txt ch7_4.txt
#define M 100
int h(int k)
{ return(k%97);
}
int slbxxcz(int t[],int k)
{ int i,j=0;
i=h(k);
while((j