代码搜索:DEV

找到约 10,000 项符合「DEV」的源代码

代码结果 10,000
www.eeworm.com/read/383449/8945804

hsmicro

#!/bin/sh SOX=`which sox` HSTEST=`which hstest` if [ -z "$HSTEST" ] then HSTEST="./hstest" fi if [ -z "$1" ] then echo -e "Usage:\n\thsmicro [channel]" exit fi BDADDR=$1 CHANNEL=$2 $H
www.eeworm.com/read/427402/8948179

c hdlc.c

/* * HDLC driver for Motorola MPC8xx. */ #include #include #include #include #include #include #i
www.eeworm.com/read/284120/8965463

makedev

#!/bin/bash function makedev () { for dev in 0 1 2 3; do echo "/dev/$1$dev: char 81 $[ $2 + $dev ]" rm -f /dev/$1$dev mknod /dev/$1$dev c 81 $[ $2 + $dev ] chmod 666 /dev/$1$dev done # s
www.eeworm.com/read/283910/8979883

c stats.c

/*************************************************************************/ /* */ /* Statistical routines for C4.5 */ /* ----------------------------- */ /* */ /*********
www.eeworm.com/read/185888/8980088

sh autogen.sh

#!/bin/sh # Run this to generate all the initial makefiles, etc. srcdir=`dirname $0` PKG_NAME="the package." DIE=0 (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "**Error**: Y
www.eeworm.com/read/185581/9027868

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/185069/9058224

c pcitest.c

/* PCI BIOSコールサンプル PCITEST.C */ #include #include "pcifunc.h" /* PCI BIOSコールライブラリヘッダファイル */ void main(void) { int j,Bus,Dev,Func; unsigned char c; unsigned int i; unsigned lo
www.eeworm.com/read/184081/9122115

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
www.eeworm.com/read/281872/9128325

c wcfxsusb.c

/* * Wildcard S100U USB FXS Interface Zapata Telephony Driver * * Written by Mark Spencer * Matthew Fredrickson * * Copyright
www.eeworm.com/read/281872/9128367

c wcusb.c

/* * Wildcard S100U USB FXS Interface Zapata Telephony Driver * * Written by Mark Spencer * Matthew Fredrickson * * Copyright