代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/431721/8659648
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/431721/8659651
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/431721/8659762
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/287823/8666965
c ssp.c
/*****************************************************************************
* ssp.c: SSP C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/431566/8667404
c sy.c
#include
sbit K1=P3^0;
sbit L1=P1^0;
sbit K2=P3^1;
sbit L2=P1^1;
sbit K3=P3^2;
sbit L3=P1^2;
void main(void)
{
while(1)
{
if(K1==0)
{
L1=0; //灯亮
}
else
{
L1=1; //灯灭
}
if(
www.eeworm.com/read/431529/8669810
txt 脚本功能.txt
*****************************************************************************
* KScript脚本语言 关键字 *
*------------------------------------------------
www.eeworm.com/read/431529/8669961
txt 脚本功能.txt
*****************************************************************************
* KScript脚本语言 关键字 *
*------------------------------------------------
www.eeworm.com/read/387489/8671559
txt sort.txt
Procedure SORT(N:integer; var RA:array of real);
Label 99;
var
I,J,L,IR:integer; RRA:real;
begin
L:= N div 2 + 1;
IR:=N;
While true do
begin
If L > 1 Then
www.eeworm.com/read/287357/8690411
c 74.c
/*
打印魔方阵,魔方阵是指这样的方阵,
它的每一行,每一列和对角线之和均相等。
例如:三阶魔方阵
8 1 6
3 5 7
4 9 2
*/
#include
int mofang()
{
int a[15][15],i,j,k,p,m,n;
p=1;
while(p==1)
{
printf("请输入n,(
www.eeworm.com/read/387310/8693680
c 8atk.c
#include "math.h"
double atk(x,y,n,t,eps)
int n;
double t,eps,x[],y[];
{ int i,j,k,m,l;
double z,xx[10],yy[10];
z=0.0;
if (n