代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/292726/8337773
readme
Linux* Base Driver for the Intel(R) PRO/1000 Family of Adapters
===============================================================
June 27, 2006
Contents
========
- In This Release
- Identifying Your
www.eeworm.com/read/292726/8337820
7 e1000.7
.\" LICENSE
.\"
.\" This software program is released under the terms of a license agreement between you ('Licensee') and Intel. Do not use or load this software or any associated materials (collecti
www.eeworm.com/read/171592/9745749
doc sysprg.doc
Copyright 1991-1993 R.A. Burgess
Systems Programming
This section is aimed squarely at the MMURTL systems programmer. It describes writing message based system services and device drivers. Us
www.eeworm.com/read/148383/12469238
nr target.nr
'\" t
.so wrs.an
.\" pc/target.nr - Pentium/2/3/4 target-specific documentation
.\"
.\" Copyright 1984-2002 Wind River Systems, Inc.
.\"
.\" modification history
.\" --------------------
.\" 01a,18jul
www.eeworm.com/read/238192/13903170
7 e1000.7
.\" LICENSE
.\"
.\" This software program is released under the terms of a license agreement between you ('Licensee') and Intel. Do not use or load this software or any associated materials (collecti
www.eeworm.com/read/105272/15672798
txt 3c90x.txt
Instructions for use of the 3C90X driver for EtherBoot
Original 3C905B support by:
Greg Beeley (Greg.Beeley@LightSys.org),
LightSys Technology Services, Inc.
February 11, 1999
Updates
www.eeworm.com/read/105179/15675859
readme
Release notes for the Linux Sound Driver 2.4
--------------------------------------------
NOTE! The sound driver is a part of the Linux kernel distribution also.
Check that your kernel doesn't have
www.eeworm.com/read/105052/15679147
txt 3c90x.txt
Instructions for use of the 3C90X driver for EtherBoot
Original 3C905B support by:
Greg Beeley (Greg.Beeley@LightSys.org),
LightSys Technology Services, Inc.
February 11, 1999
Updates
www.eeworm.com/read/192685/8362470
txt 实时错误[microsoft][odbc 驱动程序管理器]未发现数据源名称并且未指定默认驱动程序.txt
将 conn.ConnectionString = "driver={Microsoft Access Driver(*.mdb)};" & "DBQ=" & "d:\database\phone.mdb" 一 句 改 成 :
conn.ConnectionString = "driver={Microsoft Access Driver (*.mdb)};" & "DBQ=" & "
www.eeworm.com/read/192685/8362510
txt 如何实现将excel表中的数据自动存储进sqlserver数据库中.txt
'TSQL:OPENROWSET
dim adoConnection as new adodn.connection
'set adoConnection=Server.CreateObject("ADODB.Connection")
adoConnection.Open "Provider=SQLOLEDB.1;Persist Security Info=Tr