代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/297233/8040045
h linux.h
/* Definitions for SPARC running Linux-based GNU systems with ELF.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Contributed by Eddie C. Dost (ecd@skynet.be)
This file is part of GNU
www.eeworm.com/read/297233/8040094
t-linux
LIBGCC1 =
CROSS_LIBGCC1 =
# We don't want to build .umul, etc., because gnu/Linux provides them,
# which means that libgcc1-test will fail for cross-compiler.
LIBGCC1_TEST =
www.eeworm.com/read/297175/8048473
ver_linux
#!/bin/sh
# Before running this script please ensure that your PATH is
# typical as you use for compilation/istallation. I use
# /bin /sbin /usr/bin /usr/sbin /usr/local/bin, but it may
# differ on yo
www.eeworm.com/read/196747/8063081
gif linux.gif
www.eeworm.com/read/397117/8066242
linux-test
www.eeworm.com/read/296950/8068848
chm linux.chm
www.eeworm.com/read/396620/8098112
ico system (linux).ico
www.eeworm.com/read/196264/8109134
makefile-linux
#
# makefile for svm_light
#
# Thorsten Joachims, 2002
#
# Thanks to Ralf Herbrich for the initial version.
#
JAVAHOME =/usr/lib/j2sdk-1.4.2
# CFLAGS= -g -Wall -pedantic # debugging C-Compiler fl
www.eeworm.com/read/396375/8110501
txt linux.txt
实验一、二参考程序段
实验一 进程管理
(1) 进程的创建
编写一段程序,使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上显示一个字符:父进程显示字符“a”:子进程分别显示“b”和“c”。试观察记录屏幕上显示结果,并分析原因。
#include
int main()
{
int p1 ,p2 ...
www.eeworm.com/read/396258/8117956