搜索结果
找到约 170 项符合
Drivers 的查询结果
按分类筛选
- 全部分类
- 驱动编程 (36)
- Linux/Unix编程 (17)
- 嵌入式Linux (11)
- 其他书籍 (9)
- 单片机开发 (7)
- 其他嵌入式/单片机内容 (6)
- Windows CE (6)
- 技术资料 (6)
- 单片机编程 (5)
- VC书籍 (5)
- 电源技术 (4)
- 微处理器开发 (4)
- USB编程 (4)
- 其他 (4)
- 通讯/手机编程 (3)
- 软件设计/软件工程 (3)
- 操作系统开发 (3)
- 嵌入式/单片机编程 (3)
- 汇编语言 (2)
- 系统设计方案 (2)
- MTK (2)
- 书籍 (2)
- 其他文档 (1)
- 资料/手册 (1)
- 模拟电子 (1)
- 传感与控制 (1)
- 工控技术 (1)
- 接口技术 (1)
- 传真(Fax)编程 (1)
- 软件工程 (1)
- 手机短信编程 (1)
- 文章/文档 (1)
- Windows Mobile (1)
- 网络 (1)
- DSP编程 (1)
- Java编程 (1)
- VxWorks (1)
- GPS编程 (1)
- *行业应用 (1)
- 串口编程 (1)
- Delphi/CppBuilder (1)
- 编译器/解释器 (1)
- 磁盘编程 (1)
- 技术教程 (1)
- Linux/uClinux/Unix编程 (1)
- 行业应用 (1)
- 论文 (1)
- 手册 (1)
嵌入式Linux 基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动
基于linux kernel 2.6.20的UDA1341声音芯片的声卡驱动,在s3c2410 cpu下调试通过。
使用方法:源码树的根下新建local目录,并将其解压缩到该目录,修改源码树根下的Makefile文件的559行为:
vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) $(core-y) $(core-m) $(drivers-y) $(drivers-m) $(ne ...
Java编程 本类库包含了常规的数据库联结操作
本类库包含了常规的数据库联结操作,可以手动注册数据库在drivers.xml中。
本类库包含如下类:
-------------------------------------
DriverUtilities
loadDrivers():加载驱动程序,本类提供了mysql,oracle,sql server,access的数据库驱动,url记录。
isValidVendor(String ve ...
嵌入式Linux 1.under bootloader 1)cd your_dir/mrua_EM8620L_2.5.115.RC8_dev.arm.bootirq/MRUA_src/loader 2)将f
1.under bootloader
1)cd your_dir/mrua_EM8620L_2.5.115.RC8_dev.arm.bootirq/MRUA_src/loader
2)将flash_v3.c改名为flash.c替换原来的flash.c
3)编译
2.under linux kernel
1)cd armutils_2.5.108.0/build_arm/linux-2.4.22-em86xx/drivers/mtd
2)将mtdblock_v4.c改名为mtdblock.c替换原来的mtdblock.c
3)cd ...
单片机开发 /***************************************************************************************************
/***************************************************************************************************
The 4×4-keyboard drivers
*COMPANY NAME: WUYI UNIVERSITY
*MODULE NAME: Keyboard drivers
*WRITTEN BY: Pang Weicong
*FUNCTION DESCRIPTION: Keyboard input processing
*EDITION: The first edition V1.0 ...
汇编语言 All programs were tested using a breadboard containing a DS80C320, 32K Program memory, 32K Data me
All programs were tested using a breadboard containing a DS80C320,
32K Program memory, 32K Data memory, two 8-segment bar graph
LEDs/drivers, and an 11.0592 MHz crystal. The four 8-segment bar graph
LEDs/drivers were connected to ports 1, and 3 to display their
pins states.
驱动编程 The Lite Evaluation/Demonstration Kit is intended to illustrate use of the AN3042. The AN3042 is c
The Lite Evaluation/Demonstration Kit is intended to illustrate use of the
AN3042. The AN3042 is compliant to the PCI 2.1 Local Bus specification.
Included in the kit is a PCI add-in card, Windows drivers, demonstration
applications, and documentation of the hardware and software provided. The
m ...
单片机开发 As mentioned, most computers include a serial port. The only hardware setup required is connecting t
As mentioned, most computers include a serial port. The only hardware setup required is connecting the serial cable to the serial port on the PC and the serial port on the instrument. The serial instrument may include some hardware drivers or software utilities for communication, and should include ...
驱动编程 一下是注册表项 [HKEY_LOCAL_MACHINEDriversBuiltInSDMMC] "Dll"="sdmmc_loader.dll" "Prefix"="SML" "Order"=
一下是注册表项
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\SDMMC]
"Dll"="sdmmc_loader.dll"
"Prefix"="SML"
"Order"=dword:2
"Ioctl"=dword:4
"Class"=dword:01
"SubClass"=dword:80
"ProgIF"=dword:0
"DeviceID"=dword:1100
"VendorID"=dword:15b7
"FSD"="fatfsd.dll"
"Profile"="SDMMC"
"IClass"="{A4E7EDDA-E575-4252-9D6B- ...
驱动编程 GenDriver即簡單的資料流驅動程式
GenDriver即簡單的資料流驅動程式,雖未跟硬體溝通,但匯出10個進入點,可被任何Windows CE系統所載入。為讓系統載入GenDriver可在系統啟動時,加入任何[HKEY_LOCAL_MACHINE]\Drivers\Builtin下的項目,讓驅動程式載入,或撰寫一個應用程式,在別處建立驅動程式機碥並呼叫ActivateDevice ...