代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/299792/7832366
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/299792/7832436
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/399733/7839427
cpp warshall.cpp
#include
using namespace std;
int main()
{
int M[4][4];
int a = 0;
int b = 0;
int c = 0;
int d = 0;
int test;
while( a != 4 ){
a = 0;
cout
www.eeworm.com/read/399733/7839435
bak warshall.cpp.bak
#include < iostream >
using namespace std;
int main()
{
int M[4][4];
int a = 0;
int b = 0;
int c = 0;
int d = 0;
int test;
while( a != 4 ){
a = 0;
cout
www.eeworm.com/read/299576/7844604
cpp link.cpp
// 程序名:LINK.cpp
// 程序功能:用双链表实现长整数相加
// 作者:骆宏峰
// 日期:2006.11.6
// 版本:1.0
//
//
//对应主程序文件: main.cpp
// 对应类头文件:LINK.h
//
#include
#i
www.eeworm.com/read/399598/7845495
txt key.txt
if
int
for
while
do
return
break
continue
char
CString
double
www.eeworm.com/read/199432/7856325
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/299424/7860001
cpp ll(1)wenfa.cpp
#include
#include "conio.h"
#include
#include
#include
char str[10][10],yjs[20];
int number,flag[10]={0,0,0,0,0,0,0,0,0,0};
int Fflag[10]={0,0,0,0,0,0,0
www.eeworm.com/read/299411/7861047
c shudu.c
#include
void shudu(int m,int n,FILE *fp2);
int place(int m,int n);
int A[10][10];
main()
{
FILE *fp1,*fp2;
char c;
int i=1,j=1;
fp1=fopen("shudu.in","r");
fp2=fopen("shudu.out
www.eeworm.com/read/434450/7865928
awk asmgen.awk
# delete the opcode and comment fields of the output
# from the ASMGEN disassembler
NF < 1 || /^;/ {
print
next
}
$1 ~ /^;/ {
i = 2;
printf ("\t%s\t", $1)
while (i