代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/296097/8122258
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/332519/12750435
cpp event_loop.cpp
#include "event_loop.h"
#include
#ifdef WIN32
#include
int checkStdIn(void)
{
if(kbhit())
{
char c;
c = getch();
return 1;
www.eeworm.com/read/332519/12750449
h event_loop.h
#ifndef EVENT_LOOP_H_INCLUDED
#define EVENT_LOOP_H_INCLUDED
#include "sock.h"
class CSockList;
class CEventLoop
{
public:
CEventLoop(void);
~CEventLoop(void);
int run(void);
www.eeworm.com/read/332098/12779976
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
www.eeworm.com/read/332098/12780551
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/332098/12780555
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/331180/12841461
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/331180/12842028
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