代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/374863/9381325
h driver.h
/***********************************************************************
文件名: Driver.c
内容: 底层驱动程序
创建人: Bob Lee
创建日期: 2005-8-12
修改日期: 2005-8-12
版本: 1.00.000
******************************
www.eeworm.com/read/178515/9393996
c driver.c
/*******************************************************************************
* Copyright (c) 2006 PLX Technology, Inc.
*
* PLX Technology Inc. licenses this software under specific terms and
www.eeworm.com/read/372568/9503358
h driver.h
// Declarations for filter driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#define DRIVERNAME "MyFileFilter(zhangfan!)" // for
www.eeworm.com/read/372095/9521920
rc driver.rc
// Resource script for SMART_CARD driver
#include
#include "version.h"
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
// TODO Customize the following version resource appropriately
VS
www.eeworm.com/read/372095/9521927
res driver.res
www.eeworm.com/read/372095/9521949
h driver.h
// Declarations for Smart_Card driver
// Copyright (C) 1999, 2000 by Walter Oney
// All rights reserved
#pragma once
#define DRIVERNAME "SMART_CARD" // for use in messages
#define LDRIVERN
www.eeworm.com/read/372095/9521969
res driver.res
www.eeworm.com/read/371500/9552086
c driver.c
#include
#include
#include "ourhdr.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/* create a stream pipe to commun
www.eeworm.com/read/370831/9581309
c driver.c
#if !defined(__EBOS_H)
#include "ebos.h"
#endif
/*
*********************************************************************************************************
*