搜索:Module+Programming
找到约 2,280 项符合「Module+Programming」的查询结果
结果 2,280
按分类筛选
- 全部
- 其他书籍 (200)
- VC书籍 (176)
- 电子书籍 (98)
- Linux/Unix编程 (91)
- 技术资料 (59)
- Java编程 (49)
- 软件工程 (44)
- 其他 (41)
- 嵌入式/单片机编程 (41)
- 单片机开发 (41)
- Java书籍 (34)
- 软件设计/软件工程 (34)
- VHDL/FPGA/Verilog (27)
- 其他嵌入式/单片机内容 (27)
- 文章/文档 (26)
- matlab例程 (24)
- Windows CE (22)
- 书籍源码 (21)
- 驱动编程 (18)
- 游戏 (18)
- 网络 (18)
- 系统设计方案 (18)
- 人工智能/神经网络 (16)
- 微处理器开发 (16)
- 汇编语言 (15)
- 数学计算 (12)
- 串口编程 (8)
- 通讯编程文档 (8)
- 行业发展研究 (8)
- 操作系统开发 (7)
- Delphi控件源码 (7)
- DSP编程 (6)
- 数值算法/人工智能 (6)
- 通讯/手机编程 (6)
- 编译器/解释器 (6)
- 文件格式 (6)
- USB编程 (6)
- J2ME (6)
- Windows Mobile (6)
- 中间件编程 (6)
- 书籍 (6)
- 压缩解压 (5)
- Internet/网络编程 (5)
- SQL Server (5)
- 加密解密 (4)
- 手机短信编程 (4)
- 技术管理 (4)
- Symbian (4)
- JavaScript (4)
- C/C++语言编程 (3)
- 技术书籍 (3)
- 磁盘编程 (3)
- *行业应用 (3)
- 数据结构 (3)
- 其他行业 (3)
- Oracle数据库 (3)
- Modem编程 (2)
- SCSI/ASPI (2)
- 企业管理 (2)
- Applet (2)
- 多国语言处理 (2)
- 嵌入式Linux (2)
- STL (2)
- FlashMX/Flex源码 (2)
- GPS编程 (2)
- Jsp/Servlet (2)
- 3G开发 (2)
- 无线通信 (1)
- Windows编程 (1)
- 数据库系统 (1)
- 资料/手册 (1)
- 计算机相关 (1)
- 通信网络 (1)
- 嵌入式综合 (1)
- 模拟电子 (1)
- 教程资料 (1)
- 教程资料 (1)
- allegro (1)
- 可编程逻辑 (1)
- 编辑器/阅读器 (1)
- 语音压缩 (1)
- CA认证 (1)
- BREW编程 (1)
- 并口编程 (1)
- 交通/航空行业 (1)
- TAPI编程 (1)
- MySQL数据库 (1)
- 人物传记/成功经验 (1)
- RFID编程 (1)
- 软件 (1)
- 手册 (1)
https://www.eeworm.com/dl/542/488727.html
其他书籍
The primary purpose of this book is to explain various data-compression techniques using the C progr
The primary purpose of this book is to explain various data-compression techniques using the C programming language.
https://www.eeworm.com/dl/968470.html
技术资料
PM0063
STM32F100xx超值型产品闪存编程手册
(STM32F100xx value line Flash programming)
https://www.eeworm.com/dl/841986.html
技术资料
基于STM32F407的openmv项目源码及库
基于STM32F407的openmv###OpenMV (Open Machine Vision Module)OpenMV is an open-source tiny machine vision module based on an STM32F4xx ARM Cortex-M4 MCU and an OV9650 sensor, it's currently capable of doing face detection at 25FPS, color tracking at 30FPS+ and has USART interfa ...
https://www.eeworm.com/dl/835557.html
技术资料
Verilog的135个经典设计 实例
【例3.1]4位全加器module adder 4(cout,sum i na,i nb,cin);output[3:0]sum output cout;input[3:0]i na,i nb;input cin;assign(cout,suml=i na +i nb+ci n;endmodule【例3.2]4位计数器module count 4(out,reset,clk);output[3:0]out;input reset,cl k;regl 3:01 out;always ...
https://www.eeworm.com/dl/877440.html
技术资料
Visual.Studio.2010并行编程
This book exists to help Microsoft Visual Basic and Microsoft Visual C# developers understand
the core concepts of parallel programming and related technologies. It is especially
useful for programmers looking to take advantage of multicore architecture, which is
the current tren ...
https://www.eeworm.com/dl/619/297392.html
Linux/Unix编程
Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It us
Gambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use any other toolkit that a module is written for.
https://www.eeworm.com/dl/648/484628.html
单片机开发
Data logger Power transision function switch among different power modes based on new Renesus microc
Data logger Power transision function switch among different power modes based on new Renesus microcontroller. This module has been tested on the renesus develop board with different LED to indicate different power modes.
https://www.eeworm.com/dl/977892.html
技术资料
STM32_电子相框
基于STM32平台的数码相框程序,sd卡驱动SD_driver和FAT32文件系统FatFs - FAT file system module R0.07a工作正常。
https://www.eeworm.com/dl/677/141647.html
Windows Mobile
This a sample Bluetooth application which illustrates the use of Windows CE Bluetooth stack WinSock
This a sample Bluetooth application which illustrates the use of Windows CE
Bluetooth stack WinSock getsockopt/setsockopt programming interfaces.