Welcome![Sign In][Sign Up]
Location:
Search - trace.h

Search list

[Documentsasm源码

Description: asm源码 汇编引导程序 源程序 汇编初见面 名称 解释 格式 a (Assemble) 逐行汇编 a [address] c (Compare) 比较两内存块 c range address d (Dump) 内存16进制显示 d [address]或 d [range] e (Enter) 修改内存字节 e address [list] f (fin) 预置一段内存 f range list g (Go) 执行程序 g [=address][address...] h (Hexavithmetic) 制算术运算 h value value i (Input) 从指定端口地址输入 i pataddress l (Load) 读盘 l [address [driver seetor> m (Move) 内存块传送 m range address n (Name) 置文件名 n filespec [filespec...] o (Output) 从指定端口地址输出 o portadress byte q (Quit) 结束 q r (Register) 显示和修改寄存器 r [register name] s (Search) 查找字节串 s range list t (Trace) 跟踪执行 t [=address] [value] u (Unassemble) 反汇编 u [address ]或range w (Write) 存盘 w [address[driver sector secnum> ? 联机帮助 ? debug小汇编a命令 debug小汇编a命令是一个很有用的功能,许多的小程序都要他来做。 编一些小程序比汇编要来得方便,快洁。 在Debug中,中断是非常有用的,首先,让我们先了解一下中断。 所谓中断,其实,就是,当你做某事时,有人过来找你有其他事,你先放下手中的事(计算机中,称为保护现场) ,再去与叫你的那个人办事去,等完了,你又回,接着做刚才的事。这是个很通俗的讲法。 计算机在运行时,也会出现这种情况,我们叫之中断。 下面是他的一些常用中断向量的入口值详解:(记住哦,很用的...呵呵)
Platform: | Size: 17612 | Author: 525836987@qq.com | Hits:

[2D GraphicAMLE

Description: AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
Platform: | Size: 122880 | Author: liuqungen | Hits:

[Windows Developffmpeg_h264_vc

Description: ffmpeg中抽取的H.264解码器代码,解码速度比JM解码器快,增加了trace文件-ffmpeg H.264 decoder to extract the code, decoding speed faster than the JM decoder, an increase of trace files
Platform: | Size: 994304 | Author: fengye | Hits:

[Windows DevelopTrace.Window.src.ccrun.183681

Description: 记录日志的方法演示,调试用很方便,感谢小笨象提供 1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。 2,在需求输出信息的地方添加:dout(调试信息) 3,运行TRACEWindow.exe, 4,运行程序,当运行到dout(..)的地方,TRACEWindow就会收到信息了。-Method of logging demonstration, debugging is very easy to use, thanks pontian like to provide one, the dout.h to the file you want to debug, direct# include " dout.h" on the line. 2, where output demand added: dout (debug information) 3, run TRACEWindow.exe, 4, run the program, when run to dout (..) the place, TRACEWindow will receive the information.
Platform: | Size: 158720 | Author: martins | Hits:

[SCMTRACe

Description: mrp开发 往手机里打调试信息 建议将这段代码添加到应用公用的头文件里,例如:game.h //因为每次都打开关闭文件,执行次数过多,会影响执行速度。 //宏DEBUG_ON_APP trace的时候需要开启,发布版本的时候,请关闭-mrp development debug information to the phone to play suggested to the application of this common code in header files, for example: game.h// for each opening and closing files, perform too many times, will affect the speed of execution.// Macro DEBUG_ON_APP trace when the need for open, release time, turn off
Platform: | Size: 1024 | Author: xuhoa | Hits:

[VHDL-FPGA-VerilogSystem_Demons

Description: 0.最简单的SystemC程序:hello, world. 1.用SystemC实现D触发器的例子,同时也演示了如何生成VCD波形文件。 2.用SystemC实现同步FIFO的例子。这个FIFO是从同文件夹的fifo.v(verilog代码)翻译过来的。 3.如何在SystemC中实现延时(类似verilog中的#time)的例子。 4.SystemC文档《User Guide》中的例子。注意和文挡中稍有不同的是修改了packet.h文件,重载了=和<<操作符。这其实也演示了在sc_signal中如何使用用户自定义的struct。 5.构造函数带参数的例子。 6.轮转仲裁的例子。 7.使用类摸板的例子。 8.如何在模块中包含子模块。 9.SystemC的Transaction级验证示例。 10.如何trace一个数组 11.SystemC中使用测试向量文件输入的例子。 12.SystemC采用UDP/TCP通信的例子。 13.Cadence的ncsc的例子。 -0 most simple SystemC program: hello, world. A D flip-flop using SystemC example also demonstrates how to generate VCD waveform files. Synchronous FIFO example using SystemC. FIFO is from the same folder fifo.v (Verilog code) translated. Delay (similar to verilog# time). In SystemC examples. 4.SystemC document the "User Guide" in the example. Note the slightly different cultural block is modified the packet.h file, reload = << operator. In fact, this also demonstrates how to use user-defined struct in sc_signal. Constructor with parameters example. (6) examples of web arbitration. 7. The class Moban examples. 8 module contains a sub-module. 9.SystemC of Transaction-Level Verification example. 10 How to trace an array 11.SystemC use the example of the test vector file input. 12.SystemC using the example of the UDP/TCP communication. Examples of 13.Cadence the ncsc.
Platform: | Size: 532480 | Author: sdd | Hits:

[Software Engineeringgdfg

Description: duilib 源 码 分 析 文 档 - 1 stdAfx.h * lengthof(x) 计算数组长度宏 * MAX 两值最大 * MIN 两值最小 * CLAMP(x,a,b) x在a,b之间则取x否则取最小 2 UIBase * UI_WNDSTYLE_ 窗口风格属性 * UI_CLASSSTYLE_ 窗口类属性 * TRACE(LPCTSTR pstrFormat, ...) 功能 - 调试信息 参考 - 参考printf-duilib source analysis document
Platform: | Size: 9216 | Author: 1010841065 | Hits:

[Otheraodv

Description: NS2 下AODV路由协议的 包括以下文件 都有注解 (1)aodv.h (2) aodv.cc (3) aodv_mcast.cc (4) aodv_mtable.h (5) aodv_mtable.cc (6)aodv_mtable_aux.h (7)aodv_mtable_aux.cc (8)aodv_packet.h (9)aodv_rqueue.h (10)Aodv_rqueue.cc (11)aodv_rtable.cc (12)aodv_rtable.h (13)cmu-trace.cc (14)node.cc (15)node.h (16)ns-mcast.tcl (17)wireless-phy.h (18)wireless-phy.-The the NS2 next AODV routing protocol include the following documents have Comment (1) aodv.h (2) aodv.cc (3) aodv_mcast.cc (4) aodv_mtable.h-(5) aodv_mtable.cc (6) aodv_mtable_aux.h (7 ) aodv_mtable_aux.cc (8) aodv_packet.h (9) aodv_rqueue.h (10) Aodv_rqueue.cc (11) aodv_rtable.cc (12) aodv_rtable.h (13) cmu-trace.cc (14) node.cc (15 ) node.h (16) ns-mcast.tcl (17) wireless-phy.h (18) wireless-phy.cc
Platform: | Size: 302080 | Author: 林亦楠 | Hits:

[Linux-Unixn_tracesink

Description: n_tracesink.h - Kernel driver API to route trace data in kernel space.
Platform: | Size: 3072 | Author: pqbgvao | Hits:

[Linux-Unixtrace_book3s

Description: Common defines used by the trace macros in trace_pr.h and trace_hv.
Platform: | Size: 4096 | Author: jhffcan | Hits:

[Linux-Unixrt_trace_defs_asm

Description: outfile asm rt trace defs asm.h for Linux v2.13.6.
Platform: | Size: 1024 | Author: noujuwd | Hits:

[Linux-Unixcurrent

Description: include trace events host1x.h host1x event logging to ftrace. -include trace events host1x.h host1x event logging to ftrace.
Platform: | Size: 3072 | Author: ponjujan | Hits:

[Internet-NetworkvcPtracert

Description: Tracert(跟踪路由)是路由跟踪实用程序,用于确定 IP数据包访问目标所采取的路径。Tracert 命令使用用 IP 生存时间 (TTL) 字段和 ICMP 错误消息来确定从一个主机到网络上其他主机的路由.其命令格式如下。tracert [-d] [-h maximum_hops] [-j computer-list] [-w timeout] target_name-Tracert (Trace Route) is a route-tracing utility used to determine the IP packet access path taken goal. Tracert command using IP Time to Live (TTL) field and ICMP error messages to determine the route one host to another host on a network. The format is as follows. tracert [-d] [-h maximum_hops] [-j computer-list] [-w timeout] target_name
Platform: | Size: 94208 | Author: 学习者 | Hits:

[OS programBaseFunc

Description: 自己集合的的各种函数,包括文字处理,数学计算,程序调试,界面美化、硬件访问等BaseFunc、pidl.h、Skin.h、trace.h-this is base class include BaseFunc、pidl.h、Skin.h、trace.h
Platform: | Size: 37888 | Author: 方波 | Hits:

CodeBus www.codebus.net