代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/341401/12086461
frm do_loop.frm
VERSION 5.00
Begin VB.Form do_loop
Caption = "Form1"
ClientHeight = 2520
ClientLeft = 60
ClientTop = 345
ClientWidth = 4425
LinkTopic
www.eeworm.com/read/341401/12086463
vbp do_loop.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Form=do_loop.frm
Startup="do_loop"
HelpFile=""
Command32=""
Name="工程1"
HelpCont
www.eeworm.com/read/151476/12207303
hpp loop2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/151476/12207309
hpp loop1.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/151476/12207310
cpp loop2.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/151476/12207319
cpp loop1.cpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/253408/12225540
c loop.select.c
#include "opend.h"
#include
#include
void
loop(void)
{
int i, n, maxfd, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
fd_set rset, allset;
FD_ZERO(&al
www.eeworm.com/read/253408/12225543
c loop.poll.c
#include "opend.h"
#include
#if !defined(BSD) && !defined(MACOS)
#include
#endif
void
loop(void)
{
int i, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
s
www.eeworm.com/read/253405/12226041
c loop.poll.c
#include "call.h"
#include
#define BUFFSIZE 512
/*
* Copy everything from stdin to "remfd",
* and everything from "remfd" to stdout.
*/
void
loop(int remfd)
{
int bol, n, nread;
cha