搜索结果
找到约 419 项符合
Module 的查询结果
按分类筛选
- 全部分类
- 技术资料 (52)
- 单片机开发 (34)
- 单片机编程 (27)
- VHDL/FPGA/Verilog (23)
- Linux/Unix编程 (17)
- 系统设计方案 (16)
- 其他嵌入式/单片机内容 (14)
- 电源技术 (13)
- 嵌入式/单片机编程 (13)
- 其他书籍 (11)
- 其他 (10)
- 汇编语言 (9)
- 网络 (8)
- 通讯/手机编程 (7)
- matlab例程 (7)
- 文章/文档 (7)
- 通讯编程文档 (6)
- 操作系统开发 (6)
- DSP编程 (6)
- 通信网络 (5)
- 编译器/解释器 (5)
- VIP专区 (5)
- 软件工程 (4)
- 串口编程 (4)
- Delphi控件源码 (4)
- VC书籍 (4)
- 微处理器开发 (4)
- 电子书籍 (4)
- 嵌入式综合 (3)
- 无线通信 (3)
- 驱动编程 (3)
- USB编程 (3)
- Windows CE (3)
- 手机短信编程 (3)
- 嵌入式Linux (3)
- Java编程 (3)
- 软件设计/软件工程 (3)
- Jsp/Servlet (3)
- 书籍源码 (3)
- GPS编程 (3)
- 模拟电子 (2)
- 教程资料 (2)
- 传感与控制 (2)
- ARM (2)
- 可编程逻辑 (2)
- 数学计算 (2)
- Modem编程 (2)
- BREW编程 (2)
- 中间件编程 (2)
- 多国语言处理 (2)
- 压缩解压 (2)
- 加密解密 (2)
- Java书籍 (2)
- 其他行业 (2)
- 3G开发 (2)
- 文件格式 (2)
- 源码 (2)
- 手册 (2)
- 学术论文 (1)
- 技术书籍 (1)
- 测试测量 (1)
- 数据结构 (1)
- Internet/网络编程 (1)
- 其他数据库 (1)
- 人工智能/神经网络 (1)
- 交通/航空行业 (1)
- SQL Server (1)
- 企业管理 (1)
- RFID编程 (1)
- MySQL数据库 (1)
- 游戏 (1)
- 人物传记/成功经验 (1)
- CA认证 (1)
- 技术管理 (1)
- 数值算法/人工智能 (1)
- 接口技术 (1)
- 电子元器件应用 (1)
- 软件 (1)
- 书籍 (1)
- 论文 (1)
汇编语言 This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control si
This application report describes the use of Timer_A3 to decode RC5 and SIRC TV IR remote control signals. The decoder described in this report is interrupt-driven and operates a background function using specific features the Timer_A3. Only a small portion of the MSP430 CPU?s nonreal-time resources ...
DSP编程 Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each
Welcome to the software files for the ADS8361 to TMS320F2812!
There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders.
Modes I and III are explo ...
压缩解压 This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP
This library allows creating, modifying and extracting zip archives in the compatible way with PKZIP (2.5 and higher) and WinZip. Supported are all possible operations on the zip archive: creating, extracting, adding, deleting files from the archive, modifications of the existing archive. There is a ...
操作系统开发 Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems - Includes a FUSE filesy
Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems - Includes a FUSE filesystem module to access FAT volumes which uses the library
嵌入式Linux Linux 2.4.18 s3c2440 led driver 使用dev-C++撰寫
Linux 2.4.18 s3c2440 led driver
使用dev-C++撰寫,需要linux 2.4.18 kernel include,編譯完成後產生led module。
insmod main.o //安裝模組
mknod /dev/leds c 221 0
使用方法:
int main(int argc, char *argv[])
{
int testdev
//led test...
testdev = open("/dev/QuickMarkLed",O_RDWR)
ioctl(testdev, 2 ...
嵌入式Linux 基于arm7的uclinux嵌入式驱动程序源代码
基于arm7的uclinux嵌入式驱动程序源代码,
代码很全,包括如下目录:
adc、gpio、i2c、pwm、Simple Block Device Driver Module、Simple Char Device Driver Module、Simple Ethernet Device Driver Module、Simple Kernel Module、spi、zlg_ffs
其他嵌入式/单片机内容 Summary Many control applications require converting some analog input to a digital format. The ADC
Summary
Many control applications require converting some analog input to a digital format. The ADCINC12 User
Module is a general-purpose, 12-bit analog to digital converter (ADC) that does just that. This Application
Note is meant to be a simple introduction into its operation. The steps required t ...
单片机开发 /***************************************************************************************************
/***************************************************************************************************
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 ...
VC书籍 To use the ATLTrace tool: Debug an MFC or ATL project select Start from the Debug menu. Selec
To use the ATLTrace tool:
Debug an MFC or ATL project select Start from the Debug menu.
Select MFC/ATL Trace Tool in the Tools menu.
Expand the tree control list in the Trace List window. Here you will see the running application, any modules within that application, and the trace categories fo ...