代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/339659/12212249
doc 虚拟 linux.doc
www.eeworm.com/read/253411/12225173
linux make.defines.linux
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/sar/apue.2e
CC=gcc
COMPILE.c=$(CC) $
www.eeworm.com/read/253407/12225694
c linux_ptyopen.c
#include "apue.h"
#include
#ifndef _HAS_OPENPT
int
posix_openpt(int oflag)
{
int fdm;
fdm = open("/dev/ptmx", oflag);
return(fdm);
}
#endif
#ifndef _HAS_PTSNAME
char *
ptsname(int fdm
www.eeworm.com/read/151014/12239554
f cpu_linux.f
real*8 function cputime( t )
real*8 t
real*4 r
call getcpu( r )
cputime = r-t
end
www.eeworm.com/read/151014/12239640
f cpu_linux.f
real*8 function cputime( t )
real*8 t
real*4 t0,r
t0=t
call getcpu( t0, r )
cputime = r
end
www.eeworm.com/read/150963/12241639
chm linux 命令全集.chm
www.eeworm.com/read/150773/12263766
doc linux socket programming .doc
www.eeworm.com/read/338744/12286416
pdf linux--c.pdf
www.eeworm.com/read/150524/12288526
doc linux ref.doc
www.eeworm.com/read/252270/12290081
txt linux信号简介.txt
作者:softrain
email: softrain@edu.21cn.com
日期:2001-7-21 9:19:18
1) SIGHUP 本信号在用户终端连接(正常或非正常)结束时发出, 通常是在终端的控
制进程结束时, 通知同一session内的各个作业, 这时它们与控制终端
不再关联.
2) S