代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/109799/15548262
v loop3.v
module loop3;
integer i;
initial begin
i=0;
repeat(4)
begin
$display ("i=%h",i);
i=i+1;
end
end
endmodule
www.eeworm.com/read/105663/15661827
c picture_loop.c
#include
#include
#include
#include
#include
#include
#include "camserv.h"
#include "camconfig.h"
#include "camshm.h"
#include "vide
www.eeworm.com/read/105663/15661829
c main_loop.c
#include
#include
#include
#include
#include
#include "camserv.h"
#include "camconfig.h"
#include "socket.h"
#include "mainloop.h"
#include "sock
www.eeworm.com/read/104056/15710959
c fnmatch_loop.c
/* Copyright (C) 1991, 1992, 1993, 1996, 1997, 1998, 1999, 2000, 2001,
2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/103960/15715644
c loop.poll.c
#include "call.h"
#include
#include
/* Copy everything from stdin to "remfd",
* and everything from "remfd" to stdout. */
#define BUFFSIZE 512
void
loop(int remfd)
{
int b
www.eeworm.com/read/103960/15715783
c loop.select.c
#include "opend.h"
#include
void
loop(void)
{
int i, n, maxfd, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
fd_set rset, allset;
FD_ZERO(&allset);
/* obtain fd
www.eeworm.com/read/103960/15715784
c loop.poll.c
#include "opend.h"
#include
#include
void
loop(void)
{
int i, n, maxi, listenfd, clifd, nread;
char buf[MAXLINE];
uid_t uid;
struct pollfd *pollfd;
if ( (pollfd = ma
www.eeworm.com/read/103328/15737219
c mixvm_loop.c
/* -*-c-*- -------------- mixvm_loop.c :
* Implementation of mix vm command loop.
* ------------------------------------------------------------------
* $Id: mixvm_loop.c,v 1.10 2002/04/08 01:59:3
www.eeworm.com/read/103328/15737223
h mixvm_loop.h
/* -*-c-*- ---------------- mixvm_loop.h :
* Declarations for functions controlling the mixvm loop.
* ------------------------------------------------------------------
* $Id: mixvm_loop.h,v 1.1 20
www.eeworm.com/read/100585/15870683
c loop.poll.c
#include "call.h"
#include
#include
/* Copy everything from stdin to "remfd",
* and everything from "remfd" to stdout. */
#define BUFFSIZE 512
void
loop(int remfd)
{
int b