代码搜索:while
找到约 10,000 项符合「while」的源代码
代码结果 10,000
www.eeworm.com/read/470729/6906771
cpp csshelper.cpp
/*
* This file is part of the CSS implementation for KDE.
*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
*
* This library is free software; you can redistribute it and/or
* modify it un
www.eeworm.com/read/470800/6908698
cpp textin1.cpp
// textin1.cpp -- reading chars with a while loop
#include
int main()
{
using namespace std;
char ch;
int count = 0; // use basic input
cout
www.eeworm.com/read/470800/6908986
cpp textin1.cpp
// textin1.cpp -- reading chars with a while loop
#include
int main()
{
using namespace std;
char ch;
int count = 0; // use basic input
cout
www.eeworm.com/read/470566/6913886
h util.h
/*---------------------------------------------------------------
* Copyright (c) 1999,2000,2001,2002,2003
* The Board of Trustees of the University of Illinois
www.eeworm.com/read/470200/6914678
c tempsen.c
//====================================================================
//
// Author : ADI - Apps
//
// Date : November 2001
//
// File : TempUart.c
//
// Hardware
www.eeworm.com/read/470239/6916974
c ledls.c
#include
sbit K1=P0^1;
void delay(unsigned int z)
{
unsigned int x,y;
for(x=z;x>0;x--)
for(y=110;y>0;y--);
}
main()
{
K1=1;
delay(2000);
K1=0;
delay(2000);
www.eeworm.com/read/470247/6917056
c 1.c
#include
#define L 300 //表示300cm
#define PE 2 /*5V/256=0.0195V 转换精度,没有用上*/
#define ST P3_2
#define OE P3_0
#define EOC P3_1
void main(
www.eeworm.com/read/470353/6919090
c 舵机.c
/*-----------------------------------------
-----------------------------------------*/
#include
#define uchar unsigned char
#define uint unsigned int
/*-------------------------
www.eeworm.com/read/469930/6920900
c putchar.c
/*
* This file is part of the C-51 Compiler package
* Copyright (c) KEIL ELEKTRONIK GmbH and Franklin Software Inc. 1993
*
* PUTCHAR.C: This routine is the general character output of C-51
www.eeworm.com/read/470055/6923823
cpp nbtheory.cpp
// nbtheory.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "nbtheory.h"
#include "modarith.h"
#include "algparam.h"
#include