代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/241049/13174847
cpp sort2.cpp
void sort2(int n, double ra[], double rb[])
{
int l,ir,i,j;
double rra,rrb;
l = n / 2 + 1;
ir = n;
do
{
if (l > 1)
{
l = l - 1;
rra = ra[l];
www.eeworm.com/read/241049/13174856
cpp indexx.cpp
void indexx(int n, double arrin[], int indx[])
{
int i,j,l,ir,indxt;
double q;
for (j = 1; j
www.eeworm.com/read/241049/13174865
cpp sort.cpp
void sort(int n, double ra[])
{
int i,j,l,ir;
double rra;
l = int(n / 2) + 1;
ir = n;
do
{
if (l > 1)
{
l = l - 1;
rra = ra[l];
}
www.eeworm.com/read/241045/13177566
c http.c
/*
DM&P Mity-Mite Demo Program.
Copyright (C) 2002 by DM&P.
This file is from example code of DSock.
*/
#include "http.h"
#include "smtp.h"
#include "grlcd.h"
#include
#incl
www.eeworm.com/read/325814/13183128
c aplif.c
/*
*********************************************************************************************************
* File: aplif.C
* Contents:
*
* $Date: 04/06/06 Kimi v0.1
* 01
www.eeworm.com/read/240956/13185245
cpp 8_6.cpp
//8_6
char* strcpy(char* dest, const char* src)
{
char* pdest=dest;
char* psrc=(char*)src;
while(*pdest++ = *psrc++);
return dest;
}
www.eeworm.com/read/240951/13186411
m gcpgen1.m
function [u,i,j,df]=GCPgen(e,d,b,n,w,lamda)
u=1+fix(unifrnd(0,n));i=e(u);
while 1
j=1+fix(unifrnd(0,d+1));
if j~=i
break;
end
end
df=0;
for v=1:n
if e(v)==j
www.eeworm.com/read/240925/13187296
cpp sl306.cpp
// sl306.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "cmath"
int main()
{
int num=101,kf,i=2;
cout
www.eeworm.com/read/325661/13191616
c p1口控制继电器.c
#include
sbit Output = P1^0;
void Delay() {
unsigned int i;
for (i=0; i