搜索结果
找到约 84 项符合
Trace 的查询结果
按分类筛选
- 全部分类
- 技术资料 (14)
- 其他 (8)
- Linux/Unix编程 (7)
- 单片机开发 (6)
- matlab例程 (5)
- 单片机编程 (4)
- 文章/文档 (3)
- PCB相关 (2)
- 书籍源码 (2)
- 其他书籍 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 数学计算 (2)
- 微处理器开发 (2)
- 系统设计方案 (2)
- 书籍 (1)
- 其他 (1)
- 行业应用文档 (1)
- Linux/uClinux/Unix编程 (1)
- DSP编程 (1)
- 数值算法/人工智能 (1)
- 仿真技术 (1)
- 软件工程 (1)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 编辑器/阅读器 (1)
- 网络 (1)
- 嵌入式/单片机编程 (1)
- 人工智能/神经网络 (1)
- 生物技术 (1)
- Windows CE (1)
- VC书籍 (1)
- 并行计算 (1)
- 人物传记/成功经验 (1)
- 3G开发 (1)
- 精品软件 (1)
技术资料 NIOSII调试技巧
本文详细介绍了NIOSII调试的技巧,包括断点调试、指令单步调试、观察结构变量、TRACE等调试技巧
Linux/Unix编程 看n2实例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows
看n2实例 #Create a simulator object
set ns [new Simulator]
#Define different colors for data flows
#$ns color 1 Blue
#$ns color 2 Red
#Open the nam trace file
set nf [open out-1.nam w]
$ns namtrace-all $nf
set f0 [open out0.tr w]
set f1 [open out1.tr w]
#Define a finish procedure
proc finish {} ...
人工智能/神经网络 This source code is about the basic sorting algorithm implemented in C#. The algorithms included are
This source code is about the basic sorting algorithm implemented in C#. The algorithms included are Bubble Sort, Insertion Sort, Selection Sort. User can trace how s the sorting algorithm works.
人物传记/成功经验 多内核和多线程SoC带来新的调试挑战---硬件设计、调试高级阶段技术讨论
多内核和多线程SoC带来新的调试挑战---硬件设计、调试高级阶段技术讨论,Trace功能--解决SOC内核调试的有效途径
单片机开发 There are three ways of specifying an immediate dump Immediate dumps can be specified using the AL
There are three ways of specifying an immediate dump
Immediate dumps can be specified using the ALTER SESSION command
ALTER SESSION SET EVENTS
immediate trace name dump level level
Immediate dumps can be specified in ORADEBUG
ORADEBUG DUMP dump level
微处理器开发 Sharp 1850 的驱动程序
Sharp 1850 的驱动程序,此程序能够完成flash loader 的具体算法,此算法已经在ARM Developer Suite v1.2编译并且用trace32工具测试通过
技术资料 基于水印追踪技术的入侵检测系统的研究
探讨了如何以主动响应方式应付网络入侵行为,本文提出了一种新颖的入侵检测系统----基于水印追踪技术的入侵检测系统WTIDS(Watermark Trace Intrusion Detectio
嵌入式/单片机编程 本文档主要介绍Q.931协议基本知识
本文档主要介绍Q.931协议基本知识,及在日常的维护中使用HDLCMON抓取的呼叫消息流程Trace的分析方法,并根据不同的问题及现象,提供简单的分析解决方法
行业应用文档 遗传算法代码
在实际应用中,利用遗传算法处理多目标优化问题,initPop=initializega(10,[0 9],'fitness');
[x endPop,bPop,trace]=ga([0 9],'fitness',[],initPop,[1e-6 1 0],'maxGenTerm',25,'normGeomSelect',[0.08],'arithXover',[2 0],'nonUnifMutation',[2 25 3])
MATLAB代码
数学计算 Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports th
Mapack可用来做矩阵运算
Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank, Condition, Trace, Cholesky, LU, QR, Single V ...