代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/291252/8431731
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/189495/8467325
sco-notes
August 18th, 1999
SCO UnixWare 7.1 Specific Notes:
--------------------------------
o Device names are:
/dev/cdrom/cdromN CD-ROM devices.
/dev/{dsk,rdsk}/cNbNtNdNXN Disk devices.
/dev/fd/
www.eeworm.com/read/189472/8467837
sh bel.sh
wavp /mnt/music/processed/effect/laser.wav > /dev/null &> /dev/null
www.eeworm.com/read/189071/8491112
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/189063/8492107
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/188898/8509397
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/433256/8535953
-
#include
using namespace std;
void test(); //main()不能作为模版类的友元,所以...
template
class base {
friend void test();
public:
T* pub;
T* pri;
private:
void fx(void);
};
te
www.eeworm.com/read/188490/8536791
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/388975/8560603
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/388975/8560740
c sink.c
/*
*
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2008 Marcel Holtmann
*
*
* This program is free