代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/320271/13429625
plk optbyte.plk
-yC:\NECTools32\DEV\
-bcl0s.lib
-bcl0sf.lib
OPTBYTE.rel
www.eeworm.com/read/319959/13438998
loadpwm
#!/bin/sh
rm -f /dev/PWM
mknod /dev/PWM c 125 0
insmod pwm
www.eeworm.com/read/319940/13439095
h rwbulk.h
HANDLE open_dev();
HANDLE open_file( char *filename);
www.eeworm.com/read/318282/13482168
bootstrap
#! /bin/sh
## bootstrap file for libdvbpsi -- Sam Hocevar
## $Id: bootstrap,v 1.5 2003/11/06 10:13:40 sam Exp $
set -x
set -e
# Get a sane environment, just in case
LANG=C
export LA
www.eeworm.com/read/316230/13527967
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
DIE=0
if [ -n "$GNOME2_PATH" ]; then
ACLOCAL_FLAGS="-I $GNOME2_PATH/share/aclocal $ACLOCAL_FLAGS"
PATH="$GNOME2_PATH/bin:$PATH"
ex
www.eeworm.com/read/315002/13554459
sh mount-orzimage.sh
#!/bin/sh
mount ../orzmicro.img ./disc \
-t msdos -o loop=/dev/loop0
www.eeworm.com/read/314908/13555918
cpp play.cpp
// Copyright (C) 1999-2001 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ