搜索结果
找到约 63 项符合
trace 的查询结果
按分类筛选
- 全部分类
- Linux/Unix编程 (7)
- matlab例程 (5)
- 单片机开发 (5)
- 其他 (5)
- 单片机编程 (4)
- 文章/文档 (3)
- PCB相关 (2)
- 可编程逻辑 (2)
- Internet/网络编程 (2)
- 书籍源码 (2)
- 其他书籍 (2)
- 数学计算 (2)
- 系统设计方案 (2)
- 技术资料 (2)
- 嵌入式综合 (1)
- 源码/资料 (1)
- 数值算法/人工智能 (1)
- 软件工程 (1)
- 生物技术 (1)
- 人工智能/神经网络 (1)
- 人物传记/成功经验 (1)
- 网络 (1)
- VC书籍 (1)
- 3G开发 (1)
- 嵌入式/单片机编程 (1)
- 编辑器/阅读器 (1)
- DSP编程 (1)
- 仿真技术 (1)
- 行业应用文档 (1)
- 其他 (1)
- 书籍 (1)
- 精品软件 (1)
可编程逻辑 pcb layout design(台湾硬件工程师15年经验
PCB LAYOUT 術語解釋(TERMS)1. COMPONENT SIDE(零件面、正面)︰大多數零件放置之面。2. SOLDER SIDE(焊錫面、反面)。3. SOLDER MASK(止焊膜面)︰通常指Solder Mask Open 之意。4. TOP PAD︰在零件面上所設計之零件腳PAD,不管是否鑽孔、電鍍。5. BOTTOM PAD:在銲錫面上所設計之零件腳PAD,不管是否鑽孔、電鍍。6. POSITIV ...
matlab例程 无线仿真Matlab代码
无线仿真Matlab代码,Matlab scripts to generate input trace files. Changed in January 2005
单片机开发 Debussy是NOVAS Software, Inc(思源科技)發展的HDL Debug & Analysis tool
Debussy是NOVAS Software, Inc(思源科技)發展的HDL Debug & Analysis tool,這套軟體主要不是用來跑模擬或看波形,它最強大的功能是:能夠在HDL source code、schematic diagram、waveform、state bubble diagram之間,即時做trace,協助工程師debug。
可能您會覺的:只要有simulator如ModelSim就可以做debug了,我何必再學 ...
书籍源码 zemax源码: This DLL models a standard ZEMAX surface type, either plane, sphere, or conic The surfac
zemax源码:
This DLL models a standard ZEMAX surface type, either plane, sphere, or conic
The surface also demonstrates a user-defined apodization filter
The filter is defined as part of the real ray trace, case 5
The filter can be used at the stop to produce x-y Gaussian apodization similar to t ...
人工智能/神经网络 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.
书籍源码 Visual.C++程序设计技巧与实例--配套光盘 第10章 ACITVEX 本章共有两个实例: 1. RegActiveX编程注册ActiveX控件 2. PJ牌九ActiveX控件制作实例
Visual.C++程序设计技巧与实例--配套光盘
第10章 ACITVEX
本章共有两个实例:
1. RegActiveX编程注册ActiveX控件
2. PJ牌九ActiveX控件制作实例
第11章 调试技术
本章共有两个实例:
1. ConsoleTrace在控制台程序中使用TRACE宏
2. MemLeakCheck内存泄漏的例子
第12章 VC数据库编程
本章共6个实例:
1. MyOdbcSample使用ODBC ...
其他书籍 ollydbg完全教程。OllyDbg 是一种具有可视化界面的 32 位汇编-分析调试器。它的特别之处在于可以在没有源代码时解决问题
ollydbg完全教程。OllyDbg 是一种具有可视化界面的 32 位汇编-分析调试器。它的特别之处在于可以在没有源代码时解决问题,并且可以处理其它编译器无法解决的难题。
一,什么是 OllyDbg?
二,一般原理[General principles]
三,反汇编器[Disassembler]
四,分析器[Analysis]
五,Object扫描器[Object scanner]
六, ...
人物传记/成功经验 多内核和多线程SoC带来新的调试挑战---硬件设计、调试高级阶段技术讨论
多内核和多线程SoC带来新的调试挑战---硬件设计、调试高级阶段技术讨论,Trace功能--解决SOC内核调试的有效途径
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 ...
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 {} ...