代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/292919/8324849
c loop.c
#include "calld.h"
#include
static void cli_done(int);
static void child_done(int);
/*
* One bit per client cxn, plus one for listenfd;
* modified by loop() and cli_done()
*/
static fd_
www.eeworm.com/read/292919/8325739
c loop.c
#include "apue.h"
#define BUFFSIZE 512
static void sig_term(int);
static volatile sig_atomic_t sigcaught; /* set by signal handler */
void
loop(int ptym, int ignoreeof)
{
pid_t child;
int nread;
www.eeworm.com/read/392544/8336373
c loop.c
#include "calld.h"
#include
static void cli_done(int);
static void child_done(int);
/*
* One bit per client cxn, plus one for listenfd;
* modified by loop() and cli_done()
*/
static fd_
www.eeworm.com/read/392544/8337636
c loop.c
#include "apue.h"
#define BUFFSIZE 512
static void sig_term(int);
static volatile sig_atomic_t sigcaught; /* set by signal handler */
void
loop(int ptym, int ignoreeof)
{
pid_t child;
int nread;
www.eeworm.com/read/173430/9658664
c loop.c
/* vi: set sw=4 ts=4: */
/*
* Utility routines.
*
* Copyright (C) 1999,2000,2001 by Erik Andersen
*
* This program is free software; you can redistribute it and/or modify
*
www.eeworm.com/read/269691/11082985
c loop.c
#include "calld.h"
#include
static void cli_done(int);
static void child_done(int);
/*
* One bit per client cxn, plus one for listenfd;
* modified by loop() and cli_done()
*/
static fd_
www.eeworm.com/read/269691/11083781
c loop.c
#include "apue.h"
#define BUFFSIZE 512
static void sig_term(int);
static volatile sig_atomic_t sigcaught; /* set by signal handler */
void
loop(int ptym, int ignoreeof)
{
pid_t child;
int nread;
www.eeworm.com/read/268315/11143097
rar loop.rar
www.eeworm.com/read/265994/11247060
asm loop.asm
;程序名:LOOP.ASM
;功能:从键盘输入一个5*7的矩阵,输出一个用B表示的王字来
MLENGTH EQU 35
DATA SEGMENT
BUFFER DB MLENGTH,'$';设置缓冲区
STR DB 'Now,you can input values to a 5*7 matrix:',0DH,0AH,'$'
STRING DB 'Please input a valu
www.eeworm.com/read/335529/12519151
c loop.c
//****************************************************************************
//
// LOOP.C - ADC to DAC loopback code to test the ADC interface.
//
// Copyright (c) 2001 Cirrus Logic, Inc.
//
//*****