代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/228948/14357114
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/127372/14357864
c cache.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/fs/cache.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21
www.eeworm.com/read/127261/14363802
sh create_bootdisk.sh
#!/bin/bash
# Author: Tomas Matejicek
if [ "$1" = "" -o ! -b "$2" -o ! -b "$3" ]; then
echo
echo "Copies all files from LiveCD to your disk and setup lilo"
echo "us
www.eeworm.com/read/127107/14379337
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/126718/14405924
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/227331/14431731
c par4chkd.c
/* FILE: par4chkd.c Copyright (c), Symmetric Research, 2001
Par4ch device driver functions for all OS's.
For Windows NT and Linux, the device driver must first be installed
by runni
www.eeworm.com/read/126027/14450866
c orinoco_cs.c
/* orinoco_cs.c 0.11b - (formerly known as dldwd_cs.c)
*
* A driver for "Hermes" chipset based PCMCIA wireless adaptors, such
* as the Lucent WavelanIEEE/Orinoco cards and their OEM (Cabletron/
*
www.eeworm.com/read/126027/14451204
memory
#!/bin/sh
#
# memory 1.28 2000/12/15 19:04:03 (David Hinds)
#
# Initialize or shutdown a PCMCIA memory device
#
# The first argument should be either 'start' or 'stop'. The second
# argument is the b
www.eeworm.com/read/126027/14451214
ftl
#!/bin/sh
#
# ftl 1.26 2001/01/01 21:13:39 (David Hinds)
#
# Initialize or shutdown an FTL memory device
#
# The first argument should be the action to be performed, and the
# second, the base name fo
www.eeworm.com/read/126027/14451359
pcinitrd
#!/bin/sh
#
# Utility for constructing PCMCIA initrd boot images
#
# Copyright (C) 1999 David A. Hinds -- dahinds@users.sourceforge.net
#
# pcinitrd 1.23 2000/07/25 18:31:31
#
RELEASE=""
ALL=""
SIZE=2