代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/303047/13823306
c sh101.c
#include
sbit gate=P2^0; // 定义P2-0口
void main(void)
{
unsigned int i,j;
while(1)
{
for(i=1000;i>0;i--)
for(j=1000;j>0;j--); // 双重循环,延时约1秒
gate=!gate; // 对P-0口取反,控制小灯的
www.eeworm.com/read/302727/13828219
m convexhull.m
function q = convexhull(p)
%reurn the subset of points that lie on the convex hull for 2 or 3 dimensions
if ( isfield(p, 'boundary') )
q = p;
for viewLoop = 1:length(p),
www.eeworm.com/read/302710/13828281
txt 实验程序.txt
#include
#include
#include
using namespace std;
//随机数产生函数
int Random(int n)
{
int *a=new int[n],j=0;
srand((unsigned)time(NULL));
for(int i=0;i
www.eeworm.com/read/302696/13828464
c hwjs.c
#include"reg52.h"
sbit hw=P1^2;
delay(){
int i,j,k;
for(i=0;i
www.eeworm.com/read/302585/13831634
c netutil.c
/* Network utility functions for 'TCP/IP Lean' (c) Iosoft Ltd. 2000 */
#include
#include
#include
#include
#include "ethernet.h"
#include "netutil.h"
www.eeworm.com/read/302352/13837260
txt suxingjiance.txt
#include
#pragma comment(lib,"NTLLIB.lib") //使用NTL静态库
void wait();//控制台下,屏幕暂停
long witness(const ZZ& n, const ZZ& x)//
{
ZZ m, y, z;
long j, k;
if (x == 0) return 0;
www.eeworm.com/read/302091/13842415
m ex3_11.m
sum=0;
cnt=0;
val=input('Enter a number (end in 0):');
while (val~=0)
sum=sum+val;
cnt=cnt+1;
val=input('Enter a number (end in 0):');
end
if (cnt > 0)
sum
mean=sum/cn
www.eeworm.com/read/301847/13847560
cpp firs.cpp
/********************************* LL1.CPP *************************************/
/*-----------------------------------------------*/
#include"LL1.h"
/*-------------------main function-------