代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/422376/10638970

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/276849/10701828

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/421154/10752997

c n8250.c

/* OS- and machine-dependent stuff for the 8250 asynch chip on a IBM-PC */ #include #include #include #include "global.h" #include "mbuf.h" #include "proc.h" #incl
www.eeworm.com/read/349916/10782270

m coranaev.m

function [val] = coranaEval(sol) % function [val] = coranaEval(sol) % Determines the value of the Corana function at point sol. % This function is used in gademo2. % val - the value of the Corana
www.eeworm.com/read/275039/10838169

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 d
www.eeworm.com/read/274769/10853703

cpp qextserialport.cpp

/*! \class QextSerialPort \author Stefan Sander \author Michal Policht A cross-platform serial port class. This class encapsulates a serial port on both POSIX and Windows systems. The user w
www.eeworm.com/read/273826/10899693

sh autogen.sh

#!/bin/sh # Run this to generate configure, Makefile.in's, etc (autoreconf --version) < /dev/null > /dev/null 2>&1 || { (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "**E
www.eeworm.com/read/273025/10931229

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
www.eeworm.com/read/417128/11002502

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/270669/11030622

c n8250.c

/* OS- and machine-dependent stuff for the 8250 asynch chip on a IBM-PC */ #include #include #include #include "global.h" #include "mbuf.h" #include "proc.h" #incl