代码搜索:lInux
找到约 10,000 项符合「lInux」的源代码
代码结果 10,000
www.eeworm.com/read/379711/9181432
linux readme.linux
Sound Driver version 2.4 for Linux
----------------------------------
NOTE! The sound driver is now a part of the Linux kernel distribution.
Check that your kernel doesn't have more recent versi
www.eeworm.com/read/379658/9190575
linux readme.linux
NOTES ON USING AND RECOMPILING SSPROPC UNDER LINUX
sspropc and the associated FFTW libraries were compiled using gcc
version 3.4.4 and Matlab version 7.0.4
In order to use the program, you must
www.eeworm.com/read/182802/9190686
pdf linux进程.pdf
www.eeworm.com/read/182665/9196634
txt linux.txt
一个典型的桌面<mark>Linux</mark>系统包括3个主要的软件层---<mark>linux</mark>内核、C库和应用程序代码。
内核是唯一可以完全控制硬件的层,内核驱动程序代表应用程序与硬件之间进行会话。内核之上是C库,负责把POSIX API转换为内核可以识别的形式,然后调用内核,从应用程序向内核传递参数。应用程序依靠驱动内核来完成特定的任务。
在设计嵌入式应用的时候,可以不按照这种层次,应用程序越过C库直接和 ...
www.eeworm.com/read/378952/9211936
h linux.h
/*
** Special compatibility definitions for linux.
**
** On the linux platform, several IP-related structures have
** different names. Also some of the structure fields have
** other names, although t
www.eeworm.com/read/181916/9227297
linux-kylix
#
# qmake configuration for linux-kylix
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on release incremental link_prl
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
QMAKE_CC =
www.eeworm.com/read/181916/9227328
linux-kcc
#
# qmake configuration for linux-kcc
#
# Written for KAI C++ 4.0f for GNU/Linux
#
# This product has been discontinued, use Intel C++ instead.
#
# From the KAI C++ man page for Linux:
# --[no_]thread
www.eeworm.com/read/181916/9227355
linux-pgcc
#
# qmake configuration for linux-pgcc
#
# Written for the Portland Group compiler 5.1
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on release link_prl
QT += core gui
QMAKE_CC
www.eeworm.com/read/181916/9227373
linux-g++
#
# qmake configuration for linux-g++
#
MAKEFILE_GENERATOR = UNIX
TEMPLATE = app
CONFIG += qt warn_on release incremental link_prl
QT += core gui
QMAKE_INCREMENTAL_STYLE = sublib
QMAKE_CC = gc
www.eeworm.com/read/181916/9227385
linux-icc
#
# qmake configuration for linux-icc
#
# Written for Intel C++ 5.0.1, 6.0.1, 7.0 and 8.0 for GNU/Linux
#
# Note: Some of the remarks from the Intel compiler are disabled (even
# with 'warn_on' specif