代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/353618/6317655
c console.c
#include "AT91RM9200.h"
#include "def.h"
#include "config.h"
#include "console.h"
#include "utils.h"
extern volatile U32 StTick;
void delay(U32 ms)
{
U16 i;
i = AT91C_BASE_TC0->TC_RC>>
www.eeworm.com/read/382398/6321409
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/120515/6322029
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/436766/6322415
cpp merge.cpp
#include
#include
int a[500];
void mergesort(int a[],int l,int u);
void merge(int a[],int l1,int u1,int l2,int u2);
void main()
{
int z;
clrscr();
cout
www.eeworm.com/read/436766/6322416
txt sched.txt
Code :
// Header file for Cpu scheduling
#include
#include
#include
class cpuschedule
{
int n,Bu[20];
float Twt,Awt,A[10],Wt[10],w;
public:
//Getting
www.eeworm.com/read/217212/6322439
l test.l
/*这是一个测试程序*/
Program abc;
Integer x,y,z; /*变量声明*/
Real a,b;
array x[13,2], y[5];
const m=10,v=3.0, u=false;
function ab(Integer i,m;Real t) /*过程*/
Begin
t:=n+m;
www.eeworm.com/read/349201/6323442
txt led paomadeng.txt
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
sbit P11 = P1^1;
sbit P12 = P1^2;
s
www.eeworm.com/read/369578/6325218
c uart.c
/*---------------------------------------------------------------------------------
Project : Test for 2410
Author : Kreal@163.net
Creation Date : 04-04-15
Revision
www.eeworm.com/read/134488/6325845
txt 入库close代码(检验并更新库存表片段).txt
pack
flag=0
select ruku
go top
do while !eof()
select kucun
go top
do while !eof()
if ruku.物资编号=kucun.物资编号
go top
exit
else
skip
if eof()
flag=1
select ruku
www.eeworm.com/read/134488/6325851
txt 出库close代码(检验是否有错,并更新库存).txt
pack
flag=0
select chuku
go top
do while !eof()
select kucun
go top
do while !eof()
if chuku.物资编号=kucun.物资编号
go top
exit
else
skip
if eof()
flag=1
select ch