代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/376114/9330845

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/376028/9338065

htm 4.9.htm

www.eeworm.com/read/375927/9342050

cpp 高斯列主消去法.cpp

#include #include float yhf(float a[][3],int i,float b[3]) {float s=0;int m; for(m=i+1;m
www.eeworm.com/read/375920/9342728

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/375078/9373434

c jianpan.c

#include unsigned char code table[]={0x3f,0x06,0x5b,0x4f, 0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,
www.eeworm.com/read/374989/9376527

c 3-2.c

#include main() { int sum=0, i=1; while(i
www.eeworm.com/read/374416/9406775

m gs.m

function [x,st]=gs(a,b,n,x1) D=zeros(n,n); L=zeros(n,n); U=zeros(n,n); for i=1:n for j=1:n if j==i D(i,j)=a(i,j); end if j
www.eeworm.com/read/374416/9406814

m jac.m

function [x,st]=jac(a,b,n,x1) D=zeros(n,n); L=zeros(n,n); U=zeros(n,n); for i=1:n for j=1:n if j==i D(i,j)=a(i,j); end if j
www.eeworm.com/read/374291/9412340

cpp 测试.cpp

//语法分析器实验 #include #include #include typedef struct { char R; char r; int flag; }array; typedef struct { char E; char e; }charLode; typedef struct {
www.eeworm.com/read/178173/9415875

cpp aesaux.cpp

/* ------------------------------------------------------------------------- Copyright (c) 2001, Dr Brian Gladman , Worcester, UK. All rights reserved. LICENSE TERMS