代码搜索:Terminated

找到约 1,727 项符合「Terminated」的源代码

代码结果 1,727
www.eeworm.com/read/175540/9541689

lst temp.lst

MS-DOS C51 COMPILER V4.01 - Serial Number 88380275 COPYRIGHT KEIL ELEKTRONIK GmbH 1988 - 1993 *** ERROR 318 IN LINE 0: can't open file 'D:\DATUM\超幸练习\GUOLUCAIJI\CAIJI.C' C51 FATAL-ERROR - ACTION
www.eeworm.com/read/163761/10147046

c str_cli11.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE], recvline[MAXLINE]; while (Fgets(sendline, MAXLINE, fp) != NULL) { Writen(sockfd, sendline, 1); sleep(1); Writen
www.eeworm.com/read/163761/10147054

c str_cli08.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE], recvline[MAXLINE]; while (Fgets(sendline, MAXLINE, fp) != NULL) { Writen(sockfd, sendline, strlen(sendline)); if
www.eeworm.com/read/163761/10147057

c sigchldwait.c

#include "unp.h" void sig_chld(int signo) { pid_t pid; int stat; pid = wait(&stat); printf("child %d terminated\n", pid); return; }
www.eeworm.com/read/280135/10353411

cpp killprocess.cpp

LARGE_INTEGER ShortTime = {(ULONG)(-10 * 1000 * 100), -1}; // 100 milliseconds #define PS_SET_BITS(Flags, Flag) \ RtlInterlockedSetBitsDiscardReturn (Flags, Flag) #define PS_TEST_SET_BITS(F
www.eeworm.com/read/278507/10530086

c str_cli.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE], recvline[MAXLINE]; while (Fgets(sendline, MAXLINE, fp) != NULL) { Writen(sockfd, sendline, strlen(sendline)); if
www.eeworm.com/read/278507/10532255

c str_cli11.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE], recvline[MAXLINE]; while (Fgets(sendline, MAXLINE, fp) != NULL) { Writen(sockfd, sendline, 1); sleep(1); Writen
www.eeworm.com/read/278507/10532288

c str_cli08.c

#include "unp.h" void str_cli(FILE *fp, int sockfd) { char sendline[MAXLINE], recvline[MAXLINE]; while (Fgets(sendline, MAXLINE, fp) != NULL) { Writen(sockfd, sendline, strlen(sendline)); if
www.eeworm.com/read/278507/10532306

c sigchldwait.c

#include "unp.h" void sig_chld(int signo) { pid_t pid; int stat; pid = wait(&stat); printf("child %d terminated\n", pid); return; }
www.eeworm.com/read/159561/10639541

h sequence.h

/* * * All Contents Copyright 2000 by Jared Samet. All Rights Reserved. * */ #ifndef _SEQUENCE_H #define _SEQUENCE_H #define new DEBUG_NEW class CSequence { public: CSequenc