代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/131676/14133456
c cc1.c
/*
** Small-C Compiler -- Part 1 -- Top End.
** Copyright 1982, 1983, 1985, 1988 J. E. Hendrix
** All rights reserved.
*/
#include
#include "notice.h"
#include "cc.h"
/*
** mis
www.eeworm.com/read/131670/14133532
c shell.c
/*
* 这个 shell 是 UNIX v6 的 sh 在 POSIX 环境下的重新实现。
* UNIX v6 是受 BSD 许可证保护的自由软件,其中 sh 的原作者是 Ken Thompson。
* 余对这个 shell 的语法做了细微修改,对代码做了注释和重写。
* 余对这个程序和相关文档不做任何担保,放弃一切权利,不承担任何责任和义务。
*
* 最近的修订∶ 20 ...
www.eeworm.com/read/131587/14136445
txt 实验一.txt
#include
#include
#include
#include
int a=0,b=0,c=0,d=0,e=0,f=0,g=0,h=0,i,j=0,m=0,l=0,p=0;
char line[200];
www.eeworm.com/read/233666/14143396
c bc_debug.c
/*********************************** MODULE INFO ****************************
Device : AT90S2333
File name : BC_debug.c
Ver nr. : 1.0
Description : UART report
www.eeworm.com/read/233636/14144576
c 4广告灯的左移右移.c
#include //4广告灯的左移右移
unsigned char i;
unsigned char temp;
unsigned char a,b;
void delay(void)
{
unsigned char m,n,s;
for(m=20;m>0;m--)
for(n=20;n>0;n--)
for(s=24
www.eeworm.com/read/233636/14144587
c 6报警产生器.c
#include //6.报警产生器
bit flag;
unsigned char count;
void dely500(void)
{
unsigned char i;
for(i=250;i>0;i--)
{
_nop_();
}
}
void main(void)
www.eeworm.com/read/131369/14148187
c gprstest.c
/***************************************
* sj-ldx *
***************************************/
# include
# include
www.eeworm.com/read/233487/14149675
c target.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/233476/14149808
c 1.c
#include"at89x51.h"
void ms(unsigned int Delay)
{
unsigned int a;
for(;Delay>0;Delay--)
{
for(a=0;a
www.eeworm.com/read/131306/14151553
c 学生管理系统.c
#include
#include
#include
#define LEN sizeof(struct student)
typedef struct student
{ int num;
char name[15];
char glade[10];
int math;
int eng;
int comp