代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/138504/13234384
c stoi.c
/* stoi.c -- More powerful version of atoi */
static char rcsid[] = "@(#)stoi.c 1.1 13:15:03 7/1/92 EFC";
#define islower(c) ( 'a'
www.eeworm.com/read/138433/13236321
m router.m
%配合floyd算法的后续程序,s为源点,t为宿点
%L为长度,R为路由
function [L,R]=router(D,path,s,t)
L=zeros(0,0);
R=s;
while 1
if s==t
L=fliplr(L);
L=[0,L];
return
end
L=[L,D(s,t)];
www.eeworm.com/read/324938/13237395
c 词法分析.c
#include
#include
char prog[80],token[8];
char ch;
int syn,p,m,n,sum,kk;
char *rwtab[6]={"begin","if","then","while","do","end"};
main()
{
p=0;
printf("\n please inpu
www.eeworm.com/read/324938/13237400
txt 新建 文本文档.txt
#include "stdio.h"
#include "string.h"
char prog[100],token[8],ch;
char *rwtab[6]={"begin","if","then","while","do","end"};
int syn,p,m,n,sum;
int kk;
factor();
expression();
yucu();
term();
www.eeworm.com/read/138406/13237446
h util.h
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/138378/13239222
h realint.h
/*=============================================
** 2005-8-22 **
** 识别实常数 **
** lizhu zhang **
=============================================*/
/*===================
www.eeworm.com/read/138258/13244379
c string.c
#include
void main()
{
char *t = "Going! Going! Gone!";
while(*t)
{
puts(t);
t++;
}
}
www.eeworm.com/read/324789/13245016
m ex3_11.m
sum=0;
cnt=0;
val=input('Enter a number (end in 0):');
while (val~=0)
sum=sum+val;
cnt=cnt+1;
val=input('Enter a number (end in 0):');
end
if (cnt > 0)
sum
mean=sum/cn
www.eeworm.com/read/324738/13248116
m deci22bin.m
%deci22bin.m
function y=deci22bin(x,t)
%十进制数x转化为二进制数,二进制数至少表示为t位
y=zeros(size(x,1),t);
for j=1:size(x,1)
i=1;
while x(j)>=0&i
www.eeworm.com/read/324727/13249454
pas dxdockconsts.pas
{*******************************************************************}
{ }
{ Developer Express Visual Component Library