代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/181921/9226978
txt 八转十.txt
#include
main()
{ char *p,s[6];int n;
p=s;
gets(p);
n=0;
while(*(p)!='\0')
{n=n*8+*p-'0';
p++;}
printf("%d",n);
}
www.eeworm.com/read/378183/9247901
dat vfpdat34.dat
格式: COPY TO ARRAY[FIELDS][][FOR][WHILE]
----
功能: 将当前表选定的数据复制到表示的数组之中,但不复制备注型字段.
----
www.eeworm.com/read/378183/9248046
dat vfpdat31.dat
格式: REPLACEWITH[ADDITIVE][,WITH[ADDITIVE]...[][FOR][WHILE]
功能: 在当前表的指定记录中,将有关字段的值用相应的表达式值来替换.若与等选项都缺省,只对当前记 ---- 录的有关字段进行替换.
www.eeworm.com/read/181403/9256051
c mspi.c
/*********************************************************************
*
* Master SPI routintes
*
*********************************************************************
* Fil
www.eeworm.com/read/181346/9257642
in symbol.in
int
func
while
do
if
then
else
true
false
const
id
{
}
;
,
=
!
&
|
<
/
www.eeworm.com/read/377828/9261092
cpp sort.cpp
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* sort.cpp -- test and time sorting algorithms
Input lines: algnum n mod
Output lines: algnum n mod
www.eeworm.com/read/377828/9261124
c rotate.c
/* Copyright (C) 1999 Lucent Technologies */
/* From 'Programming Pearls' by Jon Bentley */
/* rotate.c -- time algorithms for rotating a vector
Input lines:
algnum numtests n rotdist
algnum:
www.eeworm.com/read/377497/9273889
m 文字识别.m
I0=imread('8.jpg');% 必须为二值图像
I=im2bw(I0,0.4);
[y0 x0]=size(I);
Range=sum((~I)');
Hy=0;
for j=1:y0
if (Range(j)>=1)
Hy=Hy+1;
end
end
RangeX=sum((~I));
Wx=0;
for i=1:x0