代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/155627/11859818

m zxysf.m

clear i=1; sum1=0; a=[0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/258466/11859940

c text1.c

/********基于AT89S52单片机的多功能智能函数信号发生器******************* *********制作人:04电子信息工程 何贵平******************************** *********完成时间:2007年9月20日*************************************/ #include #
www.eeworm.com/read/155627/11859984

asv bijiao14.asv

clear i=1; sum0=0; a=[0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/344792/11859986

v loop2.v

module loop2; integer i; initial begin i=0; while(i
www.eeworm.com/read/155627/11860013

asv zxysf.asv

clear i=1; sum1=0; a=[0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/155627/11860044

m zxysf.m

clear i=1; sum1=0; a=[0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/344778/11860750

c 0316bak1.c

static bit R67 @0x06@7:rpage 0; static bit R66 @0x06@6:rpage 0; static bit upWP @0x06@5:rpage 0; static bit downWP @0x06@4:rpage 0; static bit R63 @0x06@3:rpage 0; static bit R62 @0x06@2:rp
www.eeworm.com/read/258461/11861698

c console.c

/********************************************************************* * * Console Routines * ********************************************************************* * FileNam
www.eeworm.com/read/258434/11864034

c initvars.c

#include #include #include #include #include #include /**** init_globals(fp, names, types, ...) ** ** public domain by Raymond
www.eeworm.com/read/258434/11864071

c xstrcmp.c

/* ** xstrcmp() - compares strings using DOS wildcards ** 'mask' may contain '*' and '?' ** returns 1 if 's' matches 'mask', otherwise 0 ** public domain