代码搜索:while

找到约 10,000 项符合「while」的源代码

代码结果 10,000
www.eeworm.com/read/466955/7024888

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/466525/7026357

c stud.c

#include #include struct date {int year; int month; int day; }; struct student {char num[10]; char name[8]; struct date birthday; char sex; int score[6]; float a
www.eeworm.com/read/466339/7033996

cpp 迭代法执行回溯.cpp

/* 回溯法解题的一个显著特征是问题的解空间是在搜索过程中动态产生的 在任何时刻,算法只保存从根结点到当前扩展结点的路径 */ void IterativeBacktrack(void) { int t = l; while(t>0) { if(f(n,t)
www.eeworm.com/read/466461/7035358

c board_init.c

//----------------------------------------------------------------------------- // Software that is described herein is for illustrative purposes only // which provides customers with programming in
www.eeworm.com/read/466178/7040345

c ex4-5.c

#include #include #define byte unsigned char //中断服务程序 void keyinterrupt() interrupt 2 { int t; byte keycode,scancode,flag=0xff; t=5000; while(t--); if(INT1==1)
www.eeworm.com/read/466198/7040725

c doorbell.c

#include unsigned char t5hz; unsigned char t7hz; unsigned int tcnt; bit stop; bit flag; void main(void) { unsigned char i,j; TMOD=0x02; TH0=0x06;
www.eeworm.com/read/465779/7045947

m gg1.m

function result = gg1(x,M,N) xiao=min(x); da=max(x); MM=M; u=1; %进行数据标准化 XXX=(x-xiao(ones(MM,1),:))./(da(ones(MM,1),:)-xiao(ones(MM,1),:)); X=XXX'; XX(1,:)=1:M ; XX(2:N+1,:)=X; w=zeros(4,M
www.eeworm.com/read/465898/7048482

c 复件 timercom_step.c

#include #define uchar unsigned char #define uint unsigned int sbit opt=P0^3; //驱动器使能// sbit sp=P0^2; //脉冲 sbit dir=P0^1; //方向 sbit ena=P0^0; //步进机使能 sbit S2=P3^2; //启动键//
www.eeworm.com/read/465606/7050164

cpp bwfind.cpp

// Bwfind.cpp: implementation of the CBwfind class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "bw.h" #include "Bwfind.h" #ifdef _
www.eeworm.com/read/465648/7051344

c 44blib.c

#include #include #include #include #include #include "..\target\44b.h" #include "..\target\44blib.h" #include "..\target\def.h" #inclu