Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - trace
Search - trace - List
微软官方的调试工具,DebugView,用于检测驱动Debug版本中的调试信息,如果用于VC,也可以查看TRACE信息,相当于查看printf内容,调试好助手-Microsoft s official debugging tools, DebugView, for detecting driving Debug version debugging information, if used for VC, you can view the TRACE information, equivalent to view the contents of printf debugging good assistant
Update : 2024-05-18 Size : 293888 Publisher : blaider

Other123
DL : 0
是用来描述无人机航迹的原始轨迹和滤波后的轨迹 但是程序有点不对 请指教-UAVs are used to describe the original track track and trace filtered but the program a little bit wrong, please enlighten
Update : 2024-05-18 Size : 3072 Publisher : zhangnina

DSP BIOS软件中断例程,通过trace窗口可以清楚看到SWI的优先级大于SWI0,软件中断优先级比较。-DSP BIOS EXAMPLES
Update : 2024-05-18 Size : 1051648 Publisher : compiler

介绍如何在VanetMobiSim中产生NS2能够使用的trace file-Describes how to generate trace file NS2 can be used in VanetMobiSim in
Update : 2024-05-18 Size : 52224 Publisher : wq

Tcp跟踪工具-Tcp trace.
Update : 2024-05-18 Size : 111616 Publisher : Warren Hu

雷达点迹预处理技术,非常有用,硕士论文,介绍了点迹凝聚,野值剔除等-Radar trace points pretreatment technology is very useful, master' s thesis, introduces trace points cohesion, excluding outliers, etc.
Update : 2024-05-18 Size : 3248128 Publisher : 许琪

implement zigbee in ns-2 some example trace file
Update : 2024-05-18 Size : 693248 Publisher : Nguyen Hoang Anh

南京大学小百合论坛增强脚本,包含功能: 1.显示性别 显示为 (男生/女生/赛亚人) 赛亚人表示无法识别 仅供参考 2.显示地址 会显示发帖人的地址 需要外网访问! 3.追踪用户发言 在当前页面内 用红色框标注某个用户发的帖子,默认跟踪楼主,特别适合看G版的各种苦情贴。。。 4.帖子折叠 单击右边的 楼层号 就可以将此楼折叠/展开 -Enhanced script for BBS of Nanjing University contains functions: 1 show gender shown as (boys/girls/Saiyan) Saiyan said it could not identify 2 shows the address of the poster. it will be displayed outside the network access . 3 track user to speak at the current page a user made a post marked with a red box, the default trace the landlord, see G version is particularly suitable for a variety of affliction stickers. . . 4 posts fold-click the right number of stories you can fold this floor/expand
Update : 2024-05-18 Size : 1353728 Publisher : 文建

DL : 0
国立成功大学的柯志亨老师的mudp mtcp源文件,在原UDP协议基础之上添加了自主记录功能,无需分析trace文件,简单易操作,适用于ns2-National Cheng Kung University, Ke Zhi Heng teacher mudp mtcp source files, based on the original UDP protocol adds self-recording function, without analyzing trace files, easy to operate, suitable for ns2
Update : 2024-05-18 Size : 19456 Publisher : 王超

我自己加上别人的经验总结的使用NS2仿真AODV研究算法优势劣势的详细过程,以及测试新无线Trace格式的awk文件-My own experience of others summed together using NS2 simulation AODV algorithm in detail the advantages and disadvantages of the process, as well as testing new wireless Trace awk file format
Update : 2024-05-18 Size : 257024 Publisher : 王超

DL : 0
利用C++,在VC6.0下利用OPenCV库函数进行人脸跟踪,运行结果良好,可直接使用。-Use C++, in VC6.0 OPenCV library functions use face tracking, good operating results can be used directly.
Update : 2024-05-18 Size : 2265088 Publisher : 000

DL : 0
用vc++实现图片中物体轮廓跟踪,有较好实现效果,附图片实例,以及支持再次编辑和编译-Achieved with vc++ track object contours in the picture, there are better achieve the effect, with pictures instance, as well as support editing and compiling again
Update : 2024-05-18 Size : 65536 Publisher : shawn

内部包含nmea2kml.exe 主要用于GPSNMEA数据向KML轨迹文件的转换,PUDN有一个相关的文件,但并不包含可执行文件。-Contains an internal nmea2kml.exe Mainly used for transforming GPSNMEA data to KML trace file, PUDN has a relevant document, but does not contain executable file.
Update : 2024-05-18 Size : 37888 Publisher : devin

合成地震记录是用声波测井或垂直地震剖面资料经过人工合成转换成的地震记录(地震道) 合成记录的制作是一个简化的一维正演的过程,合成记录F(t)是地震子波S(t)与反射系数R(t)褶积的结果。-Synthetic seismogram is sonic or vertical seismic profile data after conversion into synthetic seismograms (seismic trace) the production of synthetic seismogram is a simplified one-dimensional forward modeling process, synthetic seismogram F (t) is the seismic wavelet S (t) and the reflection coefficient R (t) the convolution results.
Update : 2024-05-18 Size : 1024 Publisher : 海霞

DL : 0
编写一个程序,模拟一个页式虚拟存储管理系统。(不考虑地址转换) 其中,由系统随机产生进程; 进程大小、进程到达次序、时间、进程执行轨迹(页面访问顺序)也随机生成,但进程之间必须有并发存在,进程执行时间需有限,进程调度采用时间片轮转算法(以页面模拟); 物理块分配策略采取固定分配局部置换; 分配算法采用按比例分配算法; 调页采用请求调页方式; 置换采用LRU算法; 驻留集大小可调,观察驻留集大小对缺页率的影响。-Write a program that simulates a paged virtual memory management system. (Without regard to the address conversion) wherein the system generates a random process process size, the process order of arrival, time, the process execution trace (page access sequence) is randomly generated, but there must exist between concurrent processes, the process time required to perform a limited process scheduling algorithm using time slice (page-analog) physical block allocation strategy to take a fixed allocation of partial replacement allocation algorithm using a pro rata allocation algorithm paging using demand paging mode replacement using LRU algorithm resident set size adjustable observe the resident set size affect the rate of missing pages.
Update : 2024-05-18 Size : 2048 Publisher : 冯妮

自己实现的具有traceroute功能的程序。基于winsock方法。VC++实现。能够实现TCP通讯过程中trace的基本功能-Traceroute functions with its own implementation program. Winsock based methods. VC++ achieve
Update : 2024-05-18 Size : 3072 Publisher : juicing

光学仿真分析库,可以追迹光线在光学元件中的传播行为,并作出光线传播图像,并可对其进行分析。-Optical simulation library, you can trace the behavior of light propagation in the optical element and make the light spread images can be analyzed.
Update : 2024-05-18 Size : 167936 Publisher : cloud

A view that shows a stack trace of a failure.
Update : 2024-05-18 Size : 1024 Publisher : ronniutei

Constructs a new {@code StackOverflowError} that includes the current stack trace.
Update : 2024-05-18 Size : 1024 Publisher : qanqindou

DL : 0
demonstration of viterbi decoding using trace-back
Update : 2024-05-18 Size : 1024 Publisher : smuaini
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.