代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/484772/6574595

htm 1.5.3.htm

Untitled Document
www.eeworm.com/read/484772/6574640

htm 1.5.3.htm

Untitled Document
www.eeworm.com/read/484781/6575037

c bujing.c

#include #define uchar unsigned char #define unit unsigned int uchar code tab[]={0x10,0x20,0x40,0x80};//单步4拍正走加电代码 uchar code tab1[]={0x80,0x40,0x20,0x10};//单步4拍反走加电代码 void d
www.eeworm.com/read/484825/6575446

m gcpgen1.m

function [u,i,j,df]=GCPgen(e,d,b,n,w,lamda) u=1+fix(unifrnd(0,n));i=e(u); while 1 j=1+fix(unifrnd(0,d+1)); if j~=i break; end end df=0; for v=1:n if e(v)==j
www.eeworm.com/read/484863/6575824

c text1.c

#include unsigned char i; unsigned char temp; unsigned char a,b; void delay(void) { unsigned char m,n,s; for(m=20;m>0;m--) for(n=20;n>0;n--) for(s=248;s>0;s--
www.eeworm.com/read/484863/6575829

txt 程序.txt

#include unsigned char i; unsigned char temp; unsigned char a,b; void delay(void) { unsigned char m,n,s; for(m=20;m>0;m--) for(n=20;n>0;n--) for(s=248;s>0;s--
www.eeworm.com/read/484435/6576194

lst_size

#! /usr/bin/perl $h = "[0-9A-F]"; $hh = "$h$h"; $s = "[rs\* ]"; $num = 0; while () { next unless /^ $h{4} /; $d = $'; if ($d =~ /^($hh)$s($hh)$s($hh)/) { $num += 3; # print "3 $d"; nex
www.eeworm.com/read/484452/6577090

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了 sbit P11 = P1^1; sb
www.eeworm.com/read/484452/6577324

c main.c

#define uchar unsigned char //定义一下方便使用 #define uint unsigned int #define ulong unsigned long #include //包括一个52标准内核的头文件 char code dx516[3] _at_ 0x003b;//这是为了仿真设置的 sbit P10=P1^
www.eeworm.com/read/484221/6582092

c q591.c

/* Q591 Box of Bricks: by yatsen*/ #include main() { int a[50],i,avg,move,s,n,Set=1; while (1) { scanf("%d",&n); if (n==0) break; for (i=0;i