代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/463825/7174755

txt ll_rw_blk.c.txt

1 /* 2 * linux/kernel/blk_dev/ll_rw.c 3 * 4 * Copyright (C) 1991, 1992 Linus Torvalds 5 */ 6 7 /* 8 * This handles all read/write requests to block devices 9 */ 10
www.eeworm.com/read/463561/7178356

ip-up

#!/bin/sh # # This file was created when you ran 'ppp -s'. # # This file /etc/ppp/ip-up is run by pppd when there's a successful ppp # connection. # # Put any commands you want run after a
www.eeworm.com/read/461294/7229673

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/458682/7291534

html devproc.html

/dev and /proc
www.eeworm.com/read/458682/7291647

sh soundcard-on.sh

#!/bin/bash # soundcard-on.sh # Script author: Mkarcher # http://www.thinkwiki.org/wiki ... # /Script_for_configuring_the_CS4239_sound_chip_in_PnP_mode # ABS Guide author made minor changes and
www.eeworm.com/read/457219/7331846

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/455050/7378414

sh dist.sh

#! /bin/sh ## This is a quick example listen-exec server, which was used for a while to ## distribute netcat prereleases. It illustrates use of netcat both as a ## "fake inetd" and a syslogger, and h
www.eeworm.com/read/454275/7395338

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/454200/7396986

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/453263/7423177

cpp qextserialport.cpp

/*! \class QextSerialPort \version 1.0.0 \author Stefan Sander A cross-platform serial port class. This class encapsulates a serial port on both POSIX and Windows systems. The user will be