代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/157814/11661859
txt ch8_4.txt
void bubble_sort(JD r[],int n)
{ int m,i,j,flag=1;
JD x;
m=n-1;
while((m>0)&&(flag==1))
{ flag=0;
for(j=1;jr[j+1].key)
{ flag=1;
www.eeworm.com/read/157814/11661917
txt ch5_20.txt
JD *zxxsh(JD *bt)
{ JD *p,*pr,*s[M],*t;
int i=0;
t=(JD *)malloc(sizeof(JD));
t->lt=0;
t->rt=1;
t->rc=t;
if(bt==NULL)
t->lc=t;
else
{ t->lc=bt;
pr=t;
www.eeworm.com/read/347481/11662812
h inifile.h
/*************************************************************
copywrite (c) Michael Zhao 2002
For Unix and Linux, but not limited to them.
[ History ]
2003-05-
www.eeworm.com/read/347458/11664223
c bo4-3.c
/* bo4-3.c 串采用块链存储结构(由c4-3.h定义)的基本操作(16个) */
void InitString(LString *T)
{ /* 初始化(产生空串)字符串T。另加 */
(*T).curlen=0;
(*T).head=NULL;
(*T).tail=NULL;
}
Status StrAssign(LString *T,ch
www.eeworm.com/read/347427/11666309
c main.c
#include
#include "tlc549.h"
void main( )
{
unsigned char a;
char j;
unsigned int m;
a=tlc549get();
P1=a;
for(j=8;j>0;j--)
{
P1=P1
www.eeworm.com/read/347378/11670452
cpp database.cpp
#include "stdafx.h"
#include
BOOL fGetRecord(HANDLE hFile,char *pRecord)
{
char Buf[2];
unsigned long len;
*pRecord=0;
while (1)
{
ReadFile(hFile,Buf,1,&len,NULL);
www.eeworm.com/read/347331/11674119
c 2410lib.c
//===================================================================
// File Name : 2410lib.c
// Function : S3C2410 PLL,Uart, LED, Port Init
// Program : Shin, On Pil (SOP)
// Date : Marc
www.eeworm.com/read/347310/11674664
cpp nbl.cpp
#include
#include
#define max 64
int main(int argc, char* argv[])
{
char str[max],nbl[max],stack[max],ch;
int i,j,t,top;
printf("**************************
www.eeworm.com/read/157615/11681842
c 44blib.c
#include "44b.h"
#include "44blib.h"
#include "def.h"
#include "option.h"
#include
#include
#include
#include
#include
#define STACKSI