代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/324725/13249814
pas dxdockconsts.pas
{*******************************************************************}
{ }
{ Developer Express Visual Component Library
www.eeworm.com/read/138202/13249929
m findnextpath.m
function f=findnextpath(xiaoqu)
global content Q adj data;
m=length(content);
n=m;
high=6.2;
for ii=1:15
if adj(content(m),ii)~=0
high=data(content(m),1);
end
end
while m>0
www.eeworm.com/read/324661/13253267
c 4x4.c
#include
void delay(void);
unsigned char checkkey(void);
unsigned char key(void);
void main()
{
unsigned char code table[]={0x28,0xeb,0x32,0x62,0xe1,0x64,0x24,0xea,0x20,0x60,0xA0,0x2
www.eeworm.com/read/239802/13256375
c 1602cd.c
#include
sbit P2_0=P2^0;
sbit P2_5=P2^5;
sbit P2_6=P2^6;
sbit P2_7=P2^7;
#define LCM_RW P2_6 //定义引脚
#define LCM_RS P2_5
#define LCM_E P2_7
#define LCM_Data P3
#define Busy 0x80 //用于检
www.eeworm.com/read/239724/13259464
c process.c
#include
void process(char * buf, char * pg[])
{
int i = 0;
char * pscan = buf;
pg[i++] = buf;
while (*pscan++ != '\n')
{
if (*pscan == ' ')
www.eeworm.com/read/324509/13260291
cpp cpp1.cpp
#include
int yushu(int x[],int b[],int d)
{
int i,product=1,m[3],M[3],j,res=0;
for(i=0;i
www.eeworm.com/read/324353/13269698
txt 第二章.txt
CCBADDACABBBACCDDDBCDBBBBADBC
00:20:00
1.下面表达式的值的类型为( )
(short)8/9.2*5
(A) short
(B) int
(C) double
(D) float
**************
2.定义整型变量int n=456,表达式的值为6的是( )
(A) n/10%10
(B) (n-n/100*100)/
www.eeworm.com/read/324342/13271044
cpp yufa.cpp
#include
#include
#include
scaner();
char prog[80],token[8];
char ch,a='a';
int syn=0,p,m,n,sum;
char *rwtab[6]={"begin","if","then","while","do","end"};
void m
www.eeworm.com/read/324231/13278103
c test.c
#include
#define uchar unsigned char
#define uint unsigned int
sbit P0_7=P0^7;
void delay(uint x);
void main(void)
{
uchar code tab1[6]={0xc0,0xf9,0xa4,0xb0,0x99,0x92};
uchar