代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/296062/8125885
h linux-inotify.h
/*
* Inode based directory notification for Linux
*
* Copyright (C) 2005 John McCutchan
*/
#ifndef _LINUX_INOTIFY_H
#define _LINUX_INOTIFY_H
#include
/*
* struct inotify_event
www.eeworm.com/read/195627/8137672
pdf linux菜鸟专用.pdf
www.eeworm.com/read/195623/8137728
pdf linux系统调用.pdf
www.eeworm.com/read/333724/12663152
c memmgr_linux.c
/*
* 内存管理实验程序残缺版 1.2.2
* 把一个数组模拟为内存,然后针对该块内存实现内存的分配和回收算法
* 作者:Sunner Sun
* 最后修改时间:2005-3-25 16:53
*/
#include
#define MEM_SIZE 80
char memory[MEM_SIZE];
void* GetBlock(u
www.eeworm.com/read/247283/12668145
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
www.eeworm.com/read/333050/12704802
txt touchsreen-linux.txt
s3c2410触摸屏驱动(2.6内核)分析2007-09-21 12:41驱动不是很多,在此把它贴出来然后加上必要的注释:
#include
#include
#include
#include
#include
#in
www.eeworm.com/read/246717/12707257
txt linux-process.txt
How the kernel sees a process
From the kernel point of view, a process is an entry in the process table. Nothing more.
The process table, then, is one of the most important data structures with
www.eeworm.com/read/246646/12716019
pdf linux_kernel.pdf
www.eeworm.com/read/332695/12743634