代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/327441/13078198
c preproc.c
/* `
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit
www.eeworm.com/read/140466/13079127
l tokens.l
%{
#include "y.tab.h"
extern int yylval;
%}
%%
"=" { return EQ; }
"!=" { return NE; }
"=" { return GE; }
"+" { retur
www.eeworm.com/read/140444/13080040
c xval-prep.c
/*************************************************************************/
/* */
/* Program to prepare data file for cross-validation */
/* ------------------------------------------------
www.eeworm.com/read/140442/13080149
c vecops.c
/*----------------------------------------------------------------------
File : vecops.c
Contents: some special vector operations
Author : Christian Borgelt
History : 16.09.1996 file creat
www.eeworm.com/read/140402/13083387
c ex1c.c
/*= ex1c.c =====================================================================
*
* Copyright (C) 2003, 2004 Nordic Semiconductor
*
* This file is distributed in the hope that it will be use
www.eeworm.com/read/140274/13091461
c string.c
/**********************************************************************
* 统计字符数,不包括最后的'\0'
**********************************************************************/
int strlen(const char *str)
{
int i
www.eeworm.com/read/242092/13095547
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/327175/13096380
cpp p297.cpp
#include "P267E.cpp"
template
void Graph::CriticalPath ( ) {
//在此算法中需要对邻接表中单链表的结点加以修改, 在各结点中增加一个int域cost, 记录该结点所表示的边
//上的权值。
int i;
www.eeworm.com/read/327128/13097584
cpp source.cpp
#include
#include
#include
#define NO 14//保留字个数
#define TXMAX 100//标识符表的长度(容量)
#define NMAX 14//数字允许的最长位数
#define AL 10//单词最长长度
#define AMAX 2047//寻址空间
#define LEV