搜索:Embedded Debugging
找到约 1,161 项符合「Embedded Debugging」的查询结果
结果 1,161
按分类筛选
- 全部
- 技术资料 (319)
- 其他书籍 (90)
- 嵌入式/单片机编程 (90)
- Windows CE (53)
- 单片机开发 (41)
- 其他嵌入式/单片机内容 (40)
- Linux/Unix编程 (37)
- 嵌入式Linux (36)
- 其他 (31)
- 单片机编程 (30)
- 软件设计/软件工程 (28)
- 微处理器开发 (25)
- VIP专区 (23)
- 学术论文 (22)
- 嵌入式综合 (22)
- 系统设计方案 (20)
- 电子书籍 (18)
- 精品软件 (17)
- VC书籍 (16)
- 软件工程 (15)
- 可编程逻辑 (13)
- 行业发展研究 (11)
- VHDL/FPGA/Verilog (10)
- 书籍 (10)
- 压缩解压 (9)
- 教程资料 (6)
- 编译器/解释器 (6)
- 网络 (6)
- Windows Mobile (6)
- IAR (6)
- DSP编程 (5)
- *行业应用 (5)
- 汇编语言 (5)
- matlab例程 (5)
- 技术书籍 (4)
- ARM (4)
- 驱动编程 (4)
- 技术管理 (4)
- 文章/文档 (4)
- Modem编程 (3)
- Java编程 (3)
- 文件格式 (3)
- USB编程 (3)
- VxWorks (3)
- 中间件编程 (3)
- 电源技术 (2)
- 接口技术 (2)
- Linux/uClinux/Unix编程 (2)
- 通讯/手机编程 (2)
- 操作系统开发 (2)
- 书籍源码 (2)
- 技术教程 (2)
- 开发工具 (2)
- 通信网络 (2)
- 源码/资料 (2)
- 串口编程 (2)
- 其他数据库 (2)
- 通讯编程文档 (2)
- uCOS (2)
- Delphi控件源码 (2)
- 加密解密 (1)
- 驱动程序 (1)
- 其他文档 (1)
- 资料/手册 (1)
- 行业应用 (1)
- 实用工具 (1)
- 教程资料 (1)
- Internet/网络编程 (1)
- Applet (1)
- CA认证 (1)
- Java书籍 (1)
- J2ME (1)
- 其他行业 (1)
- Symbian (1)
- RFID编程 (1)
- 3G开发 (1)
- 软件 (1)
https://www.eeworm.com/dl/fpga/doc/32650.html
教程资料
基于FPGA+DSP模式的智能相机设计
针对嵌入式机器视觉系统向独立化、智能化发展的要求,介绍了一种嵌入式视觉系统--智能相机。基于对智能相机体系结构、组成模块和图像采集、传输和处理技术的分析,对国内外的几款智能相机进行比较。综合技术发展现状,提出基于FPGA+DSP模式的硬件平台,并提出智能相机的发展方向。分析结果表明,该系统 ...
https://www.eeworm.com/dl/kbcluoji/40231.html
可编程逻辑
基于FPGA+DSP模式的智能相机设计
针对嵌入式机器视觉系统向独立化、智能化发展的要求,介绍了一种嵌入式视觉系统--智能相机。基于对智能相机体系结构、组成模块和图像采集、传输和处理技术的分析,对国内外的几款智能相机进行比较。综合技术发展现状,提出基于FPGA+DSP模式的硬件平台,并提出智能相机的发展方向。分析结果表明,该系统 ...
https://www.eeworm.com/dl/624/142447.html
串口编程
CBC下写的串口编程
CBC下写的串口编程,API函数实例
I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming a ...
https://www.eeworm.com/dl/566/35803.html
嵌入式综合
基于ARM和GPRS的远程监测终端设计
提出了一种通用的远程监测终端的设计方法。终端具有模块化的数据采集功能,并采用ARM9处理器和Linux操作系统,用Qt/Embedded编写终端应用程序,使其具有良好的人机交互界面,并对数据进行分析处理,采用GPRS(通用无线分组业务)无线通信技术将处理过的数据发往监测中心,存入数据库。
...
https://www.eeworm.com/dl/kbcluoji/39383.html
可编程逻辑
Nios II软件构建工具入门
Nios II软件构建工具入门
The Nios® II Software Build Tools (SBT) allows you to construct a wide variety of
complex embedded software systems using a command-line interface. From this
interface, you can execute Software Built Tools command utilities, and use scripts
other tools ...
https://www.eeworm.com/dl/516/447485.html
DSP编程
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal
In C Algorithms for Real-Time DSP, author Paul M. Embree presents a complete guide to digital signal processing techniques in the C programming language. This book is structured in such a way that it will be most useful to the engineer who is familiar with DSP and the C language, ...
https://www.eeworm.com/dl/531/197415.html
操作系统开发
shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数
shell 程序要求实现的shell支持以下内部命令:
1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。
2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的 ...
https://www.eeworm.com/dl/522298.html
书籍
Service+Robotics+within+the+Digital+Home
Over the past few decades there has been an exponential growth in service robots
and smart home technologies, which has led to the development of exciting new
products in our daily lives. Service robots can be used to provide domestic aid for
the elderly and disabled, serving var ...
https://www.eeworm.com/dl/655/465118.html
微处理器开发
The MINI2440 is an effecient ARM9 development board with a comprehensive price, it characterizes sim
The MINI2440 is an effecient ARM9 development board with a comprehensive price, it characterizes simple method and high performance-price ratio. Based on the Samsung S3C2440 microprocessor, it embodies professional stable CPU core power source chip and reset chip to ensure the st ...
https://www.eeworm.com/dl/833150.html
技术资料
基于嵌入式Linux的Qt图形程序实战开发(Qt4)
嵌入式Linux发行版上的Qt属于Qt的Embedded Linux分支平台(本文简称为Qt/E)。Qt/E在原始Qt的基础上,做了许多出色的调整以适合嵌入式环境。同桌面版的Qt/X11相比,嵌入式的Qt/E很节省内存,因为它不需要X server或是Xlib库,它在底层摒弃了Xlib,采用Framebuffer(帧缓冲)作为底层图形接口。Qt/E的应 ...