代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/146188/12665214
c uart.c
/*= uart.c =========================================================================================
*
* Copyright (C) 2004 Nordic Semiconductor
*
* This file is distributed in the hope that i
www.eeworm.com/read/247320/12666126
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "nbtheory.h"
#include "modarith.h"
#include "algparam.h"
#include
www.eeworm.com/read/146173/12666257
cpp bo4-3.cpp
// bo4-3.cpp 串采用块链存储结构(由c4-3.h定义)的基本操作(16个)
void InitString(LString &T)
{ // 初始化(产生空串)字符串T。另加
T.curlen=0;
T.head=NULL;
T.tail=NULL;
}
Status StrAssign(LString &T,char *chars)
www.eeworm.com/read/333649/12667478
m 理想光子晶体的透射模宽度分布.m
%理想光子晶体的透射模宽度分布
clear
%计算透射谱(20层)
na=3.0;
nb=1.0 ;
a=1.0;
b=3.0;
c=0.001*pi/(na*a+nb*b);
x=[0,0,0,0];
z=[0,0,0,0];
for A=1:8100
ba=A*c*na*a;
bb=A*c*nb*b;
d1=cos(ba
www.eeworm.com/read/247267/12670017
c vim.c
/*
* $Id: vim.c,v 1.11 2003/12/23 02:27:46 darren Exp $
*
* Copyright (c) 2000-2003, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU General
www.eeworm.com/read/247267/12670067
c scheme.c
/*
* $Id: scheme.c,v 1.2 2002/02/17 06:04:32 darren Exp $
*
* Copyright (c) 2000-2002, Darren Hiebert
*
* This source code is released for free distribution under the terms of the
* GNU Genera
www.eeworm.com/read/333477/12678947
c console.c
#include "types.h"
#include "console.h"
#include "utils.h"
#include "board.h"
#include
#define CONSOLE_OUTPUT 1
unsigned int BaudParameters[6] = {4800, 9600, 19200, 384
www.eeworm.com/read/146073/12680257
bak 单位人数生成.bak
***各代表队的运动员总数的统计程序***********张冰**********
*!* set path to c:\zbydhxt
use 队员初始.dbf in 0 alias b1
use 单位初始.dbf in 0 alias b2
use 分组情况.dbf in 0 alias b3
use 性别.dbf in 0 alias b4
use 单位人数统计.dbf in 0
www.eeworm.com/read/146073/12680262
prg 单位人数生成.prg
***各代表队的运动员总数的统计程序***********张冰**********
*!* set path to c:\zbydhxt
use 队员初始.dbf in 0 alias b1
use 单位初始.dbf in 0 alias b2
use 分组情况.dbf in 0 alias b3
use 性别.dbf in 0 alias b4
use 单位人数统计.dbf in 0
www.eeworm.com/read/146070/12680529
cpp cpp.cpp
#include
#include
#include
#include
char a[50] ,b[50],d[200],e[10];
char ch;
int n1,i1=0,flag=1,n=5;
int total=0;/*步骤计数器*/
int E(