代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/402196/11541219
c 3-3.c
#include
main()
{
int sum=0, i=1;
do
{
sum=sum+i;
i=i+1;
}while(i
www.eeworm.com/read/401642/11552570
c bo4-3.c
/* bo4-3.c 串采用块链存储结构(由c4-3.h定义)的基本操作(16个) */
void InitString(LString *T)
{ /* 初始化(产生空串)字符串T。另加 */
(*T).curlen=0;
(*T).head=NULL;
(*T).tail=NULL;
}
Status StrAssign(LString *T,ch
www.eeworm.com/read/401271/11560057
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c)
www.eeworm.com/read/401271/11560088
c strings.c
/****************************************************************/
/* */
/* strings.c */
/* */
/* Global String Handling Functions */
/* */
/* Copyright (c) 1
www.eeworm.com/read/401210/11562258
c 2.21.c
#include
#include
void main (void)
{
int n,a[10],*ptr=a;
for( n = 0 ; n
www.eeworm.com/read/401210/11562383
lst main.lst
C51 COMPILER V7.06 MAIN 07/07/2005 15:15:35 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN ma
www.eeworm.com/read/401210/11562389
c main.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/401160/11563534
c 44blib.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\def.h"
#include "..\inc\option.h"
#include
#include
#include
#include
#includ