代码搜索:Loop
找到约 10,000 项符合「Loop」的源代码
代码结果 10,000
www.eeworm.com/read/452252/7443988
exe loop.exe
www.eeworm.com/read/449773/7496570
loop1
www.eeworm.com/read/449773/7496620
loop3
www.eeworm.com/read/449773/7496630
loop4
www.eeworm.com/read/449773/7496667
loop2
www.eeworm.com/read/449030/7519965
s loop.s
# loop.s - An example of the loop instruction
.section .data
output:
.asciz "The value is: %d\n"
.section .text
.globl _start
_start:
movl $100, %ecx
movl $0, %eax
loop1:
addl %ecx, %eax
www.eeworm.com/read/443526/7630933
wav loop.wav
www.eeworm.com/read/289562/7805597
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/289562/7806042
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;