代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/197983/7958667
c text1.c
#include
//#include
sbit TXD=P0^4;
sbit RXD=P0^5;
#define uchar unsigned char
char code tab[]={0xFC,0x60,0xDA,0xF2,0x66,0xB6,0xBE,0xE0,0xFE,0xF6};
void portInitiate(void
www.eeworm.com/read/197983/7958706
c c8051f340.c
#include
#include
sbit TXD=P0^4;
sbit RXD=P0^5;
#define uchar unsigned char
char code tab[]={0xFC,0x60,0xDA,0xF2,0x66,0xB6,0xBE,0xE0,0xFE,0xF6};
void portInitiate(void)
www.eeworm.com/read/298476/7959918
asv exe3.asv
%exe3;
clear;
number=0;
for x=3:2:299;
flag=1;i=1;j=3;n=0;
while j
www.eeworm.com/read/298476/7959975
m exe3.m
%test;
clear;
number=0;
for x=3:2:299;
flag=1;i=1;j=3;n=0;
while j
www.eeworm.com/read/298428/7961751
c no_cont.c
#include
void main()
{
int counter;
printf("\nEven values\n");
for (counter = 1; counter
www.eeworm.com/read/298428/7961782
c chrcnt.c
int chrcnt(const char *string, int letter)
{
int count = 0;
while (*string)
if (*string == letter)
count++;
return(count);
}
www.eeworm.com/read/298358/7965261
txt 直流电机可控硅调速源程序.txt
#i nclude
#define uchar unsigned char
#define uint unsigned int
uchar zhishi[]={0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90}; /*显示码*/
uint a,b;
bit mod=1;
uchar i,j;
void jian
www.eeworm.com/read/197855/7965580
c main.c
/* 标准文档模板 */
#include "Stdio.h"
#include "Conio.h"
#include
#define NULL 0
struct usernode{ /*用户结点定义*/
int struction; /*1为管理员,0为普通用户*/
char n