代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/326893/13110728
c no_cont.c
#include
void main()
{
int counter;
printf("\nEven values\n");
for (counter = 1; counter
www.eeworm.com/read/326893/13110780
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/326892/13111161
c sereerom.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//串行flash操作函数(X5045/93LC66B)
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//***********
www.eeworm.com/read/326892/13111300
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/326872/13111928
h user.h
//#include"STC12C5412AD.H"
void delay(unsigned int count) using 0
{
unsigned int bdata j;
while(count--!=0)
{
for(j=0;j
www.eeworm.com/read/326870/13112146
h user.h
//#include"STC12C5412AD.H"
void delay(unsigned int count) using 0
{
unsigned int bdata j;
while(count--!=0)
{
for(j=0;j
www.eeworm.com/read/326867/13112275
h user.h
//#include"STC12C5412AD.H"
void delay(unsigned int count) using 0
{
unsigned int bdata j;
while(count--!=0)
{
for(j=0;j
www.eeworm.com/read/140062/13112479
cpp qcksrt.cpp
void qcksrt(int n, double arr[])
{
int m = 7; int nstack = 50; int fm = 7875; int fa = 211;
int fc = 1663; double a,fmi = 0.00012698413;
int istack[51];
int jstack = 0;
int i,j,
www.eeworm.com/read/140062/13112484
cpp sort2.cpp
void sort2(int n, double ra[], double rb[])
{
int l,ir,i,j;
double rra,rrb;
l = n / 2 + 1;
ir = n;
do
{
if (l > 1)
{
l = l - 1;
rra = ra[l];
www.eeworm.com/read/140062/13112493
cpp indexx.cpp
void indexx(int n, double arrin[], int indx[])
{
int i,j,l,ir,indxt;
double q;
for (j = 1; j