搜索资源列表
soft-ice
- 强大的内存调试工具,主要用来跟踪调试内存的情况。-powerful memory debugging tools are mainly used for tracking the memory debugging.
APSoft+IRPTrace+v1.00.006
- 调试驱动程序,跟踪过滤,在线监控数据动态
344556775444
- 跟踪问题本质上是一个混合系统的状态估计问题[38】,即利用传感器的离散 观测来估计所感兴趣区域内目标个数和状态的过程,其中目标状态包括运动分量 (位置、速度、加速度)和属性信息(信噪比、谱特征,身份信息等)。目标跟 踪问题根据跟踪环境的不同可以分为单机动目标跟踪和多机动目标跟踪。-Tracking is essentially a hybrid system of the state estimation problem [38】, namely the use of sensors
PL0bianyiqi
- PL/0编译主要特点: 1.能够对编译和运行过程进行多种方式的单步跟踪 2.在编译时能显示编译程序的函数调用情况和各重要变量的值 3.设有联机文档,使用方便 4.界面友好,功能全面. 5.带有一个功能全面的源程序编辑器 6.采用多线程技术.-PL/0 Compiler main features: 1. To compile and run the process on a variety of ways, single-step tracking
Research-of-Visualization-of-C
- 分析C程序的函数调用机制,阐述函数调用可视化实现技术,并利用GNU编译器工具链跟踪函数,对函数调用进行可视化展示,从而有助于对复杂函数调用特别是递归调用中的算法设计、栈区使用、代码优化等内容的理解。- The thesis analyses the mechanism of function call in C program,explains the realization technology of Visualization of function call,and displays th