代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/287194/8710959
c 15hbub.c
#include "string.h"
void hbub(p,n,k,m)
char *p[];
int k,m,n;
{ int j,i;
char *d;
if (kn-1) m=n-1;
while (k
www.eeworm.com/read/287194/8710961
c 15ckey.c
void ckey(p,n,k,m)
int n,k,m;
HEAPSORT *p[];
{ int i,l;
HEAPSORT *w;
void pcsift();
if (kn-1) m=n-1;
l=m-k+1;
for (i=l/2-1; i>=0; i--)
www.eeworm.com/read/287194/8711042
c 3rab1.c
int rab1(a,b,r)
int a,b,*r;
{ int k,l,m,i,p;
k=b-a+1; l=2;
while (l
www.eeworm.com/read/387013/8712003
c pca_pwm.c
#include "pca.h"
void main()
{
Init_Device();
while(1);
}
www.eeworm.com/read/286954/8735127
c twodim.c
# include
void main()
{
int array[16][16];
int i, j, k, m, n;
/* 变量初始化 */
m = 1;
while(m == 1)
{
printf("请输入n(0
www.eeworm.com/read/286953/8736168
c fstreql.c
int fstreql(char far *str1, char far *str2)
{
while ((*str1 == *str2) && (*str1))
{
str1++;
str2++;
}
return((*str1 == NULL) && (*str2 == NULL));
}
www.eeworm.com/read/430645/8736482
txt 数组排序.txt
int length;
read length;
int x[length];
read x;
write x;
int i = 1;
while (ix[k]) {
int a = x[j];
x[j] = x[k];
x[k] =
www.eeworm.com/read/430611/8737384
pas ctdcompr.pas
unit ctdCompr;
interface
{$INCLUDE ctdDefs.inc}
uses Windows, Classes, Consts, SysUtils;
procedure CtdCompress(InStr, OutStr: TStream);
procedure CtdExpand(InStr, OutStr: TStream);
www.eeworm.com/read/386439/8747304
c 00-99count.c
// 程序功能:简单计数器,具有按键去抖动动能
// 2008 单片机复习资料
#include
unsigned char code table[]={0x3f,0x06,0x5b,0x4f,0x66,
0x6d,0x7d,0x07,0x7f,0x6f};
unsigned char Count;