代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/299792/7832418

c 15chap.c

void chap(p,n) int n; char p[]; { int i,mm; char t; void csift(); mm=n/2; for (i=mm-1; i>=0; i--) csift(p,i,n-1); for (i=n-1; i>=1; i--) { t=p[0]; p
www.eeworm.com/read/299792/7832420

c 15hqck.c

#include "15hbub.c" void hqck(p,n,k,m) int n,k,m; char *p[]; { int i0,*i; void hsplit(); i=&i0; if (kn-1) m=n-1; if (m-k>10) { hsplit(p,k
www.eeworm.com/read/399771/7838115

c i2cwrites.c

#include #include char i2c_writestr(unsigned char *ptr) { while( *ptr ) { if( SSPCON1bits.SSPM3 ) { if(i2c_writechar( *ptr )) { return (-3);
www.eeworm.com/read/299689/7839077

c 2.c

#include //预处理命令 void main(void) //主函数名 { //这是第一种注释方式 unsigned int a; //定义变量a为int类型 /* 这是第二种注释方式 */ do{ //do while组成循环 for (a=0; a
www.eeworm.com/read/299682/7839438

m dajiama.m

function y=dajiama(a,b,n) %产生伽马随机分布的数据,a、b为随机分布的参数,数据量为n %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % k=1; if(a
www.eeworm.com/read/199578/7843890

c temperature.c

/********************************************************************* Author : ADI - Apps www.analog.com/MicroConverter Date : Sept. 2005 File : Temper
www.eeworm.com/read/199576/7843934

c pot.c

/********************************************************************* Author : ADI - Apps www.analog.com/MicroConverter Date : Sept. 2005 File : pot.c
www.eeworm.com/read/199563/7845158

c test3pin.c

#define uchar unsigned char #define uint unsigned int #define ulong unsigned long #include sbit MCLK=P3^5; sbit SCLK=P3^6; sbit SDA=P3^7; uchar bdata DATA; sbit BIT0=DATA^0; sbit B
www.eeworm.com/read/199563/7845185

lst test3pin.lst

C51 COMPILER V7.07 TEST3PIN 06/08/2005 02:52:56 PAGE 1 C51 COMPILER V7.07, COMPILATION OF MODULE TEST3PIN OBJECT MODULE PLACED I
www.eeworm.com/read/199482/7849085

cpp bch2bps.cpp

#include "stdafx.h" /* convert bivariate w Chebyshev series to w Power series */ #ifndef lint static const char SCCSID[]="@(#)bch2bps.c 4.5 94/03/22 GIE REL"; #endif #include "projects.h" #include