搜索:Driver
找到约 1,919 项符合「Driver」的查询结果
结果 1,919
按分类筛选
- 全部
- 技术资料 (406)
- 驱动编程 (306)
- Linux/Unix编程 (148)
- 单片机开发 (136)
- Windows CE (84)
- 嵌入式Linux (83)
- 微处理器开发 (67)
- 其他 (54)
- 嵌入式/单片机编程 (48)
- 其他嵌入式/单片机内容 (46)
- 其他书籍 (45)
- USB编程 (39)
- VIP专区 (34)
- VxWorks (33)
- 网络 (30)
- 单片机编程 (29)
- 电子书籍 (21)
- 汇编语言 (20)
- DSP编程 (18)
- VC书籍 (15)
- 电源技术 (14)
- Java编程 (13)
- 系统设计方案 (13)
- 操作系统开发 (12)
- VHDL/FPGA/Verilog (12)
- 软件设计/软件工程 (12)
- 串口编程 (11)
- 文章/文档 (11)
- 通讯/手机编程 (10)
- 接口技术 (8)
- 中间件编程 (8)
- uCOS (6)
- Delphi控件源码 (6)
- Windows Mobile (6)
- MTK (6)
- 行业应用文档 (5)
- 学术论文 (5)
- 开发工具 (5)
- 文件格式 (5)
- Jsp/Servlet (5)
- 技术书籍 (4)
- 源码 (3)
- 软件 (3)
- 加密解密 (3)
- 驱动程序 (3)
- 软件工程 (3)
- 模拟电子 (3)
- 教程资料 (3)
- 编译器/解释器 (3)
- 行业发展研究 (3)
- 人物传记/成功经验 (3)
- 手册 (2)
- 多媒体处理 (2)
- 数据库系统 (2)
- 仿真技术 (2)
- 资料/手册 (2)
- 磁盘编程 (2)
- 技术管理 (2)
- 通讯编程文档 (2)
- 人工智能/神经网络 (2)
- FlashMX/Flex源码 (2)
- 书籍 (1)
- 其他 (1)
- C/C++语言编程 (1)
- 无线通信 (1)
- 设计相关 (1)
- 书籍源码 (1)
- 实用工具 (1)
- ARM (1)
- 工控技术 (1)
- 教程资料 (1)
- 教程资料 (1)
- 可编程逻辑 (1)
- 压缩解压 (1)
- Internet/网络编程 (1)
- Modem编程 (1)
- 语音压缩 (1)
- *行业应用 (1)
- 企业管理 (1)
- CA认证 (1)
- 数学计算 (1)
- 其他数据库 (1)
- 数据结构 (1)
- Java书籍 (1)
- Delphi/CppBuilder (1)
- 并口编程 (1)
- 交通/航空行业 (1)
- TAPI编程 (1)
- Oracle数据库 (1)
- SQL Server (1)
- 并行计算 (1)
https://www.eeworm.com/dl/633/169039.html
Java编程
用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上
用jsp编写的网上测试系统。
(1)以“Windows身份验证模式”连接SQL Server数据库。
(2)需要安装SQL Server 的补丁SP3。
(3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。
(4)出试卷路径为 http://localhost:8080/chap22/chujuan. ...
https://www.eeworm.com/dl/502/31383.html
单片机编程
XA-S3的IIC接口的驱动器软件程序(C语言)
The XA-S3 is a member of Philips Semiconductors’ XA (eXtended Architecture) family of high performance 16-bit single-chip Microcontrollers. The XA-S3 combines many powerful peripherals on one chip. Therefore, it is suited for general multipurpose high performance embedded contro ...
https://www.eeworm.com/dl/970932.html
技术资料
深度解析STM32_USB-FS-Device_Lib库
STM提供给我们的The USB-FS-Device library固件库,它由STM32_USB FS_Device_Driver和Application Interface layer两个部分组成。
其中STM32_USB-FS_Device_Driver这层管理USB的硬件设备和USB标准协议的直接交互,它又由Low Layer 和Medium Layer两个层组成;Application Interface layer-High Layer这 ...
https://www.eeworm.com/dl/619/165337.html
Linux/Unix编程
Six objects here: The document you re reading & its Chinese version Set of "HWDesign" includes
Six objects here:
The document you re reading & its Chinese version
Set of "HWDesign" includes all hardware design files
"SWDesign" includes all software design files(firmware/driver and maybe applications as well)
Set of "Documents" includes files of main part of thesis ...
https://www.eeworm.com/dl/cadence/ebook/167104.html
电子书籍
This book introduces embedded systems to C and C++ programmers. Topics include testing memory device
This book introduces embedded systems to C and C++ programmers. Topics include testing memory devices, writing and erasing Flash memory, verifying nonvolatile memory contents, controlling on-chip peripherals, device driver design and implementation, optimizing embedded code for s ...
https://www.eeworm.com/dl/653/187149.html
嵌入式Linux
tvp5150视频编解码芯片驱动程序
tvp5150视频编解码芯片驱动程序,cpu通过i2c控制该芯片,将驱动程序放入driver/i2c/chips目录下,并且在makefile文件中加入该驱动编译即可。
https://www.eeworm.com/dl/619/187474.html
Linux/Unix编程
Linux 2.4内核字符设备驱动开发实例。 是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动
Linux 2.4内核字符设备驱动开发实例。
是Linux下驱动开发人员再好不过的参考源码。编译之后加载驱动,附有测试程序进行驱动的测试!
Linux kernel 2.4 char device driver
example.
https://www.eeworm.com/dl/618/363800.html
驱动编程
This utility has two views: (a) one view that will show you the entire PnP enumeration tree of devic
This utility has two views: (a) one view that will show you the entire PnP enumeration tree of device objects, including relationships among objects and all the device s reported PnP characteristics, and (b) a second view that shows you the device objects created, sorted by drive ...
https://www.eeworm.com/dl/648/366564.html
单片机开发
* The keyboard is assumed to be a matrix having 4 rows by 6 columns. However, this code works for an
* The keyboard is assumed to be a matrix having 4 rows by 6 columns. However, this code works for any
* matrix arrangements up to an 8 x 8 matrix. By using from one to three of the column inputs, the driver
* can support "SHIFT" keys. These keys are: SHIFT1, SHIFT2 and SHIFT3.
https://www.eeworm.com/dl/678/425343.html
系统设计方案
This application note describes how to connect Ethernet interface with NXP LPC2000 series ARM MCU. R
This application note describes how to connect Ethernet interface with NXP LPC2000 series ARM MCU. Reference schematics and Ethernet driver source code is attached, with RTL8019AS as Ethernet controller. The document also shows how to configure uClinux Ethernet options in LPC22xx ...