代码搜索结果
找到约 110,635 项符合
Driver 的代码
driver.dep
# eMbedded Visual C++ Dependency File, included by Driver.vcn
!IF "$(CFG)" == "Driver - Win32 (WCE ARM) Release"
!ELSEIF "$(CFG)" == "Driver - Win32 (WCE ARM) Debug"
.\Filter.c : \
".\Fil
driver.c
#include "apue.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/*
* Create a stream pipe to communicate with the driver.
*/
if (s_pipe(pipe) < 0)
err_sys("can't create stream
driver.c
#include "apue.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/*
* Create a stream pipe to communicate with the driver.
*/
if (s_pipe(pipe) < 0)
err_sys("can't create stream
dmx-driver-2.lnp
"STARTUP.obj",
"DMX-DRIVER.obj"
TO "DMX-DRIVER-2.0"
dmx-driver-2.0.plg
礦ision2 Build Log
Project:
F:\DMX驱动器程序(20071229)\DMX-DRIVER-2.0.uv2
Project File Date: 01/01/2002
Output:
driver.c
/*
* drivers/usb/driver.c - most of the driver model stuff for usb
*
* (C) Copyright 2005 Greg Kroah-Hartman
*
* based on drivers/usb/usb.c which had the following copyrights:
*
driver.h
/* Types and constants shared between the generic and device dependent
* device driver code.
*/
#include
#include
#include "proc.h"
#include
driver.ex2
DRIVER.SYS─例子
若在CONFIG.SYS文件加入下面的命令行,则在系统中就可增加一个外部的720K
的驱动器:
? device=c:\dos\driver.sys /d:2
假设你要用单一的1.44MB的外部磁盘驱动器来把一软盘中的文件拷到另一软
盘,那么你必须要在CONFIG.SY
driver.h
// File: driver.h -*- c++ -*-
// Author: Suvrit Sra
// Date: 15 Nov, 2003
// The driver class for testing out the various SVD routines
// (c) Suvrit Sra 2004 All Rights Reserved
#ifndef _S_DRIVER_H