代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/442831/7644060
c 12cplx.c
#include "stdlib.h"
int cplx(n,m,a,b,alpha,eps,x,xx,k,s,f)
int n,m,k;
void (*s)();
double a[],b[],alpha,eps,x[],xx[],(*f)();
{ double rn(double *);
int r,g,i,j,it,kt,jt,kk;
www.eeworm.com/read/442831/7644125
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
www.eeworm.com/read/442831/7644156
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/441234/7673575
pl0 test.pl0
/* Test.PL0 */
Program abc;
Integer x,y,z;
Real a,b;
Procedure ab(Var m,n:Integer;t:Real);
Begin
t:=n+m;
If m>n then n:=m else t:=m;
While n
www.eeworm.com/read/441215/7674442
pl0 test.pl0
/* Test.PL0 */
Program abc;
Integer x,y,z;
Real a,b;
Procedure ab(Var m,n:Integer;t:Real);
Begin
t:=n+m;
If m>n then n:=m else t:=m;
While n
www.eeworm.com/read/441045/7677058
pl get_src.pl
#!/usr/bin/perl
while ($input=) {
if ($input=~/^$ARGV[0]/) {
print $input;
}
}
www.eeworm.com/read/440994/7678242
txt 步进电机转动控制-集成驱动模块.txt
#include "reg51.h"
sbit p14=P1^4; //控制方向
sbit p15=P1^5; //驱动脉冲
sbit p16=P1^6; //脱机电平
sbit P3_4=P3^4; //控制百位
sbit P3_5=P3^5; // 控制十位
sbit P3_6=P3^6; // 控制个位
sbit P3_7=P3^7; // 确认键
un
www.eeworm.com/read/440387/7690030
cpp lcs存路径p2264.cpp
/*
poj 2264 比较经典的 LCS 存路径问题,
sunmoonstar_love 极力推荐
*/
#include
#include
using namespace std;
int f[2][71],i,j,n,la,lb,t;
string a,b,s[2][71],tmp;
int main()
www.eeworm.com/read/440268/7691299
c wanyong1.c
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit ALE=P2^3;
sbit START=P2^4;
sbit OE=P2^5;
sbit EOC=P3^7;
sbit xs=P1^7;
sbit key1=P3^5;
sbit ke
www.eeworm.com/read/440239/7691627
h hal.h
/******************************************************************************
* *
* **********