代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/323001/13358797
cpp e.cpp
#include
#include
using namespace std;
void add(int a[], int b[], int c[])
{
int t=0;
int i=1;
while(i
www.eeworm.com/read/136796/13359593
cpp 加密算法.cpp
//学校:武汉理工大学
//qq号:297416605
//姓名:万艳良
#include
void main()
{
char exit;
cout
www.eeworm.com/read/322856/13363555
c getifstats.c
/* $Id: getifstats.c,v 1.4 2007/02/07 22:14:46 nanard Exp $ */
/* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* (c) 2006 Thomas Bernard
* This software is subject
www.eeworm.com/read/136707/13364799
cpp zz.cpp
#include
#include
#include
NTL_START_IMPL
const ZZ& ZZ::zero()
{
static ZZ z;
return z;
}
const ZZ& ZZ_expo(long e)
{
www.eeworm.com/read/136624/13368252
txt test.txt
progRAM aaa;{ here is comment line }VAR
i,j23,kka: INTEGER;
x4t,asdf: REAL;
BEGIN
i:=3+5*2.09;
{comment:******}
if x4t * asdf 0 DO
IF i
www.eeworm.com/read/136587/13370367
h binarytree.h
#include
#include
#include
#include"stack.h"
#include"queue.h"
using namespace std;
struct Level{
int yLevel;
int xIndent;
};
templatec
www.eeworm.com/read/322705/13370641
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/136534/13372286
c bc_debug.c
/*********************************** MODULE INFO ****************************
Device : AT90S2333
File name : BC_debug.c
Ver nr. : 1.0
Description : UART report
www.eeworm.com/read/322617/13372741
txt chengxu.txt
//-------------------------------------------------------------------------------------
//函数声明,变量定义
//时间:2006年11月28日
//DS18B20好用程序 条件:11.0592晶振 TMDA 上拉4.7K电阻
//此程序已与2008.02.26完成
//-------------