代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/338459/12306349

c dac0808.c

#include"reg51.h" #include"intrins.h" void main(void) { unsigned char i=0; unsigned int j=0,k=0; while(1) { for(i=0;i
www.eeworm.com/read/338459/12306396

c da.c

#include #include"intrins.h" void main() { unsigned int i; unsigned int j; P2=0; while(1) { for(i=0;i
www.eeworm.com/read/338439/12307402

txt 1136.txt

题1136:因式分解程序如下: void YSFJ(_int64 x) { _int64 i; pnum=0; i=2; while( x>1 && i*i
www.eeworm.com/read/150181/12307522

c uart.c

/*= uart.c ===================================================================== * * Copyright (C) 2004 Nordic Semiconductor * * This file is distributed in the hope that it will be useful, bu
www.eeworm.com/read/251916/12311423

cpp fftdll.cpp

#include "fftdll.h" #include #include #define M_PI 3.1416 void fft(double *xr,double *xi,int n) { int i,j,a,b,k; int ep,arg,mt,s0,s1; double pr,pi,ph,t1,t2;
www.eeworm.com/read/251915/12311462

c atmega8.c

/*=================================== AtMega8.c ===================================*/ #include"g2300.h" /*================================ ================================*/ unsigned char cons
www.eeworm.com/read/251885/12313784

c ddh.c

/* ------------------------------------------------------------------------- * This program illustrates a linked-list algorithm for tallying a * discrete-data histogram for data read from standard
www.eeworm.com/read/150072/12317835

cpp qcksrt.cpp

void qcksrt(int n, double arr[]) { int m = 7; int nstack = 50; int fm = 7875; int fa = 211; int fc = 1663; double a,fmi = 0.00012698413; int istack[51]; int jstack = 0; int i,j,
www.eeworm.com/read/150072/12317841

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/150072/12317849

cpp indexx.cpp

void indexx(int n, double arrin[], int indx[]) { int i,j,l,ir,indxt; double q; for (j = 1; j