代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/151609/12187779
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/339471/12232790
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/339465/12233118
c xirc2ps_cs.c
/* [xirc2ps_cs.c wk 03.11.99] (1.40 1999/11/18 00:06:03)
* Xircom CreditCard Ethernet Adapter IIps driver
* Xircom Realport 10/100 (RE-100) driver
*
* This driver supports various Xircom CreditCa
www.eeworm.com/read/151101/12235228
c block2mtd.c
/*
* $Id: block2mtd.c,v 1.30 2005/11/29 14:48:32 gleixner Exp $
*
* block2mtd.c - create an mtd from a block device
*
* Copyright (C) 2001,2002 Simon Evans
* Copyright (C) 2
www.eeworm.com/read/339447/12235529
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
if [ ! -n "$AUTOMAKE" ]; then
AUTOMAKE=automake
fi
if [ ! -n "$AUTOCONF" ]; then
AUTOCONF=autoconf
fi
if [ ! -n "$ACLOCAL" ]
www.eeworm.com/read/339150/12255057
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 will be
www.eeworm.com/read/339051/12265306
c n8250.c
/* OS- and machine-dependent stuff for the 8250 asynch chip on a IBM-PC
* Copyright 1991 Phil Karn, KA9Q
*
* 16550A support plus some statistics added mah@hpuviea.at 15/7/89
*
* CTS hardware
www.eeworm.com/read/252679/12269173
configure
:
#!/bin/sh
# The above : is necessary on some buggy systems.
# configure: Guess values for system-dependent variables
# Output the flag definitions to the file "flags".
# Parameters: $1 = $CC, $2 =
www.eeworm.com/read/149908/12334233
c n8250.c
/* OS- and machine-dependent stuff for the 8250 asynch chip on a IBM-PC
* Copyright 1991 Phil Karn, KA9Q
*
* 16550A support plus some statistics added mah@hpuviea.at 15/7/89
*
* CTS hardware
www.eeworm.com/read/149574/12364948
loadfs
#!/bin/sh
rm -f /dev/SPI0
rm -f /dev/SPI1
mknod /dev/SPI0 c 123 0
mknod /dev/SPI1 c 123 1
insmod spi