代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/148556/12459935
java instructionhandler.java
//this class decode the instruction-string from the server program, then translate the string to real instructions that is
//readable by the client program
public class instructionHandler{
public
www.eeworm.com/read/148544/12461037
c adc.c
#include
#include
#define VREF 2.5
u16 data;
void main(void){
GPIO_Config(GPIO1, 0x0001, GPIO_HI_AIN_TRI); // P1.0: Analog Input
ADC12_Init();
www.eeworm.com/read/148511/12461939
txt 13.1.6单片机多机通信.txt
#include
#define uchar unsigned char
#define SLAVE 0x02
#define NUMB 16
uchar idata rbuffer[16]
uchar idata tbuffer[16]={“master transmit”}
void error(void)
{
SBUF=0xff;
whi
www.eeworm.com/read/336232/12462572
c main.c
extern void fft(int);
#define N 1024
void main()
{
test();
while(1);
}
www.eeworm.com/read/249890/12463620
inl nonlinearequation.inl
//NonLinearEquation.inl 非线性方程(组)求解函数(方法)定义
// Ver 1.0.0.0
// 版权所有(C) 何渝, 2002
// 最后修改: 2002.5.31.
#ifndef _NONLINEAREQUATION_INL
#define _NONLINEAREQUATION_INL
//用二分法搜索方程f(x)=0在区间[a,b]内的全部实
www.eeworm.com/read/234803/14096655
c test.c
#include
#include"touch.h"
void Delay(unsigned int m)
{
unsigned int i;
for(; m>0; m--)
for(i=0; i
www.eeworm.com/read/234728/14098751
txt nealzane.txt
Welcome To Administrator's Page of Judge Online of ACM ICPC, Peking University
--------------------------------------------------------------------------------
Source
Problem Id:1048
www.eeworm.com/read/234693/14100155
c 4x4.c
#include
sbit P1_0=P1^0 ;
sbit P3_4=P3^4 ;
sbit P3_5=P3^5 ;
sbit P3_6=P3^6 ;
sbit P3_7=P3^7 ;
unsigned char code table[]={0x3f,0x06,0x5b,0x4f,
0x66,
www.eeworm.com/read/234679/14100425
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/234679/14100451
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