代码搜索:while

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

代码结果 10,000
www.eeworm.com/read/312357/13612752

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/312292/13613935

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c)
www.eeworm.com/read/312292/13613984

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c) 1
www.eeworm.com/read/312292/13613997

c strings.c

/****************************************************************/ /* */ /* strings.c */ /* */ /* Global String Handling Functions */ /* */ /* Copyright (c)
www.eeworm.com/read/312211/13615874

cpp hunt.cpp

#include "nr.h" void NR::hunt(Vec_I_DP &xx, const DP x, int &jlo) { int jm,jhi,inc; bool ascnd; int n=xx.size(); ascnd=(xx[n-1] >= xx[0]); if (jlo < 0 || jlo > n-1) { jlo=-1; jhi
www.eeworm.com/read/312169/13616903

cpp bodyskip.cpp

// Listing 6.5 // Demonstrates skipping the body of // the while loop when the condition is false. #include int main() { int counter; std::cout
www.eeworm.com/read/312062/13619670

cpp 页面置换算法.cpp

// 页面置换算法.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include #include int npage=20;//请求页面数 int mpage=3;//内存中最大页面数 int pagequeue[
www.eeworm.com/read/311844/13624707

c 16.c

#include /*定义待排序数组的最大长度*/ #define MAX 100 /*———————————————————————直接插入排序——————————————————————————*/ void InsertSort(int *R,int n) { /* 对数组R中的元素R[1]..R[n-1]按递增序进行插入排序*/ int i,j
www.eeworm.com/read/311844/13624809

c 60.c

#include "stdio.h" #include "string.h" int Fmod(int x,int r,int p); int IptoInt(char *ip); int e,d=1,n; int main(int argc,char *argv[]) { int ip,fai,p=43,q=59,ch1,i=0,j=0,edch,dech=0;
www.eeworm.com/read/311844/13624812

bak 60.c.bak

#include "stdio.h" #include "string.h" int Fmod(int x,int r,int p); int IptoInt(char *ip); int e,d=1,n; int main(int argc,char *argv[]) { int ip,fai,p=43,q=59,ch1,i=0,j=0,edch,dech=0;