代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/400742/11569722
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
#include // 字符串头文件。主要定义了
www.eeworm.com/read/157808/11662476
cpp qextserialport.cpp
/*!
\class QextSerialPort
\version 0.70 (pre-alpha)
\author Wayne Roth
A cross-platform serial port class.
This class encapsulates a serial port on both POSIX and Windows systems. The user wil
www.eeworm.com/read/260417/11726493
c w9966.c
/*
Winbond w9966cf Webcam parport driver.
Copyright (C) 2001 Jakob Kemi
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU
www.eeworm.com/read/346479/11742502
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
PROJECT="the Check unit test framework"
TEST_TYPE=-f
FILE=
www.eeworm.com/read/346237/11759765
xpppoem_helptext
usage: xpppoem [-options ...]
xload lookalike program displaying a histogram of DSL throughput.
where options include:
-display dpy X server on which to display
-geometry geom s
www.eeworm.com/read/156735/11780722
c ll_rw_blk.c
/*
* linux/kernel/blk_dev/ll_rw.c
*
* (C) 1991 Linus Torvalds
*/
/*
* This handles all read/write requests to block devices
*/
#include
#include
#include