代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/360208/10106265
doc linux_c.doc
www.eeworm.com/read/164463/10106352
h linux_logo.h
/* $Id: linux_logo.h,v 1.5 1998/07/30 16:30:58 jj Exp $
* include/linux/linux_logo.h: This is a linux logo
* to be displayed on boot.
*
* Copyright (C) 1996 Larry Ewing
www.eeworm.com/read/164463/10106356
h coda_linux.h
/*
* Coda File System, Linux Kernel module
*
* Original version, adapted from cfs_mach.c, (C) Carnegie Mellon University
* Linux modifications (C) 1996, Peter J. Braam
* Rewritten for Linux 2.1
www.eeworm.com/read/360005/10112462
txt linux-pictureinconsole.txt
在<mark>Linux</mark>控制台下显示JPEG图像
1、引言
通常情况下,在<mark>Linux</mark>控制台下是无法查看图像文件的,要想查看图像文件,比如要查看JPEG格式的图像文件,可能必须启动X-Windows,通过GNOME或者KDE之类的桌面管理器提供的图像查看工具查看图片内容。那么,能不能有办法在控制台下面简单地浏览图像内容呢。实际上,这是完全可以的。在<mark>Linux</mark>下有一个名为zgv的看图软件就是工作在控制台 ...
www.eeworm.com/read/164371/10112707
bin linux_boot.bin
www.eeworm.com/read/359739/10126586
readme-linux-patch
To build YAFFS in the Linux kernel tree you need to run the patch-ker.sh
script from the yaffs source directory, giving your choice as to whether
you wish to copy (c) or link (l) the code and the path
www.eeworm.com/read/359611/10134098
pdf linux网络编程.pdf
www.eeworm.com/read/359595/10134600
chm 练成linux高手.chm
www.eeworm.com/read/359595/10134746
pdf linux菜鸟过关.pdf
www.eeworm.com/read/359567/10137486
linux-gcc makefile.linux-gcc
#!/usr/make
#
# Makefile for SQLITE
#
# This is a template makefile for SQLite. Most people prefer to
# use the autoconf generated "configure" script to generate the
# makefile automatically. But th