代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/271315/11000976
cpp substr.cpp
#include
#include
using namespace std;
ifstream fin("input.txt");
ofstream fout("output.txt");
void Maketree(int **a,int n)
{
int x,y,i;
for(i=1;i>x>>
www.eeworm.com/read/271274/11001255
cpp sortcompare.cpp
#include
#include
#include"iostream.h"
#define M 11
/********************************************/
/* 插入排序法 */
/*************************
www.eeworm.com/read/271270/11001400
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/271265/11001477
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/271264/11001529
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/271131/11005555
c strength.c
/*
strength.c
Base code written by: Dylan Syme, for Tele4363.
Edited and addapted by: Peter Tzannes
Compile
gcc -o strength.c
Run
www.eeworm.com/read/271037/11011197
input-basic-control
/* ======================================================== */
/* CONTROL FLOW AND CONDITIONAL BRANCHING */
/* */
/*
www.eeworm.com/read/270917/11019832
c 7dhrt.c
#include "math.h"
int dhrt(a,b,h,eps,x,m,f)
int m;
double a,b,h,eps,x[],(*f)();
{ int n,js;
double z,y,z1,y1,z0,y0;
n=0; z=a; y=(*f)(z);
while ((z
www.eeworm.com/read/270917/11019854
c 16hbsh.c
#include "string.h"
int hbsh(p,n,a,b,m)
int n,*m;
char a[],b[],*p[];
{ int i,j,k;
i=1; j=n;
while (i=0)&&(strcmp(p[k-1
www.eeworm.com/read/416598/11019872
c 44blib.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include
#include
#include
#include
#includ