Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - trace
Search - trace - List
DL : 0
Provides a complete stack trace for each leaked block, including source file and line number information when available. Provides complete data dumps (in hex and ASCII) of leaked blocks. Customizable level of detail in the memory leak report. -Provides a complete stack trace for each leaked block, including source file and line number information when available. Provides complete data dumps (in hex and ASCII) of leaked blocks. Customizable level of detail in the memory leak report.
Update : 2024-05-18 Size : 51200 Publisher : 马成

DL : 0
cootes提出的ASM算法的matlab实现。在cootes用于课堂使用的源代码的基础上改写。改正了原来代码中的一些错误,加入了方便使用的样本训练标注保存环节。供图像分析处理,模式识别,人工智能研究者使用。-the ASM Algorithm Implementation of Matlab. Cootes used in the classroom use of the source code on the basis rewritten. To correct the original source of some mistakes, joined the ease of use of training samples preserved tagging links. For image processing, pattern recognition, artificial intelligence researchers.
Update : 2024-05-18 Size : 25600 Publisher : 冯雪涛

搜索系统的所有进程,并可以进行中止等操作实现系统的管理,系统界面采用了skin技术-search systems for all process, and can stay operational for the realization of system management, system interface technology used skin
Update : 2024-05-18 Size : 1924096 Publisher : 方格路

DL : 0
飞机运动轨迹模拟 使用龙格-库塔算法计算常微分方程数值解 并用图形显示运动轨迹 作者自己作业的源程序 欢迎讨论-aircraft trajectories simulated using the Runge- Kutta method to calculate the numerical solution of differential equations with graphics and movement track their authors trace the source operating welcome discussion
Update : 2024-05-18 Size : 520192 Publisher :

DL : 0
Windows Foundation Library Sample-Windows Sample Library Foundation
Update : 2024-05-18 Size : 223232 Publisher : QP

unix下基于IP协议的TRACE ROUTE 代码程序;C/C++语言-unix based on IP protocol TRACE ROUTE code procedures; C/C Language
Update : 2024-05-18 Size : 13312 Publisher :

This the simplest reference of mytrace
Update : 2024-05-18 Size : 2048 Publisher : wwdl

SCMDebussy
DL : 0
Debussy是NOVAS Software, Inc(思源科技)發展的HDL Debug & Analysis tool,這套軟體主要不是用來跑模擬或看波形,它最強大的功能是:能夠在HDL source code、schematic diagram、waveform、state bubble diagram之間,即時做trace,協助工程師debug。 可能您會覺的:只要有simulator如ModelSim就可以做debug了,我何必再學這套軟體呢? 其實Debussy v5.0以後的新版本,還提供了nLint -- check coding style & synthesizable,這蠻有用的,可以協助工程師了解如何寫好coding style,並養成習慣。 下圖所示為整個Debussy的原理架構,可歸納幾個結論: -Debussy is NOVAS Software, Inc. (source technology) development of the HDL Debug
Update : 2024-05-18 Size : 57344 Publisher : frankyq

目标跟踪问题的应用背景是雷达数据处理,即雷达在搜索到目标并记录目标的位置数据, 对测量到的目标位置数据(称为点迹)进行处理,自动形成航迹,并对目标在下一时刻的位置进行预测。 ben文简要讨论了用Kalman滤波方法对单个目标航迹进行预测,并借助于Matlab仿真工具,对实验的效果进行评估。 trajectory.m产生理论的航迹,并绘出 Kalman_filter.m 利用Kalman滤波算法,对目标的航迹进行估计 filter_result.m kalman滤波估计的结果,以及估计误差的均值和标准差曲线-target tracking application context radar data processing, radar in search of the goals and objectives of the record location data, for the measurement of target location data (known as trace points), automatic track, as well as the next target location for the moment forecast. Ben paper with a brief discussion of Kalman filtering method to a single target track forecast and using Matlab tool for experimental evaluation of effectiveness. Trajectory.m have theoretical track, and draws Kalman_filter.m using Kalman filtering algorithm, the target track estimated filter_result.m Kalman filtering results, and the estimated error of the mean and standard deviation of curve
Update : 2024-05-18 Size : 121856 Publisher : 郭春吉

路由跟踪。实现跟踪网络包在网络中的走向。并记录了每一调的信息。-routing tracking. Tracking network packets in the network direction. And records of each transfer of information.
Update : 2024-05-18 Size : 28672 Publisher : winsun

of course this book is source code trace
Update : 2024-05-18 Size : 3823616 Publisher : philips

DL : 0
% [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 % Trace----------最佳染色体所对应的目标函数值 % FUN------------目标函数 % LB-------------自变量下限 % UB-------------自变量上限 % eranum---------种群的代数,取100--1000(默认1000) % popsize--------每一代种群的规模;此可取50--100(默认50) % pcross---------交叉的概率,此概率一般取0.5--0.85之间较好(默认0.8) % pmutation------变异的概率,该概率一般取0.05-0.2左右较好(默认0.1) % options--------1×2矩阵,options(1)=0二进制编码(默认0),option(1)~=0十进制编码,option(2)设定求解精度(默认1e-4)- [BestPop, Trace] = fmaxga (FUN, LB, UB, eranum, popsize, pcross, pmutation) Finds a maximum of a function of several variables. Fmaxga solves problems of the form: max F (X) subject to : LB <= X <= UB BestPop-------- optimal chromosome groups is the best group Trace---------- chromosome corresponding to the best objective function value FUN------------ objective function LB------------- variable lower limit since the UB------------- variable upper limit eranum--------- populations algebra, take 100- 1000 (default 1000) popsize-------- population size of each generation this desirable 50- 100 (default 50) pcross--------- crossover probability, the probability of a general check 0.5- 0.85 between the better (default 0.8) pmutation------ mutation probability, the probability of 0.05 general admission better about-0.2 (default 0.1) options-------- 1 × 2 matrix, options (1) = 0 binary code (default 0), option (1) ~ = 0 decimal coding, option (2 ) set accuracy (default 1e-4)
Update : 2024-05-18 Size : 3072 Publisher : mmcc

目录ICMP高级开发是一个能够实现ICMP协议的一个程序,在程序中能够实现ping功能和trace route功能。 以上所有程序在VC6.0中调试通过 系统平台是:Windows XP Professional-directory ICMP is a senior development to achieve an agreement ICMP procedures, in the process to achieve ping function and trace route functions. All procedures were in VC6.0 through debugging system platform is : Windows XP Professional
Update : 2024-05-18 Size : 61440 Publisher :

利用模板进行道路追踪,并通过最小二乘法对模板追踪的图像进行曲线拟合。计算出曲线方程用于实现道路的识别-use template for road tracking, and through least squares method to trace the template image curve fitting. Calculated curve equation for the path of achieving recognition
Update : 2024-05-18 Size : 4096 Publisher : double_l

1.39K的mp3播放器(播放c:\music.mp3,有界面,暂停/播放/进度条) 运行build.bat编译,自己再用FSG压缩下 用了最小化内核 感谢飞刀老大的子类化窗口代码-1.39K the mp3 player (broadcast c : \ music.mp3, interface, Suspension/broadcast/progress) running build.bat compiler, reuse their FSG compressed using the smallest trace of the kernel thanks to the eldest son of window-type code
Update : 2024-05-18 Size : 3072 Publisher : hke

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 the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP[-(Gx(x/R)^2 + Gy(y/R)^2)] The transmission is of the form EXP[-2(Gx(x/R)^2 + Gy(y/R)^2)] where x^2 + y^2 = r^2 R = semi-diameter The tranmitted intensity is maximum in the center. T is set to 0 if semi-diameter < 1e-10 to avoid division by zero. -ZEMAX source: 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 xy Gaussian apodization similar to the Gaussian pupil apodization in ZEMAX but separate in x and y. The amplitude apodization is of the form EXP [- (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] The transmission is of the form EXP [-2 (Gx (x/R) ^ 2+ Gy (y/R) ^ 2)] where x ^ 2+ y ^ 2 = r ^ 2 R = semi-diameter The tranmitted intensity is maximum in the center.T is set to 0 if semi-diameter <1e-10 to avoid division by zero.
Update : 2024-05-18 Size : 25600 Publisher : 狄拉克


Update : 2024-05-18 Size : 145408 Publisher : chen-fu

看过此书,即成高手!吾对此书之仰慕,由来已久,然苦于国内未见引进,网上亦难觅踪迹。见网络上各方高手所著文章皆引用此书,深知此书之于 Windows NT 不亚于葵花宝典之于武功,对有此书之各路高手亦艳羡不已。-read the book and offering master! I adore this book's long history, but no country wants to introduce online also difficult to trace. See network articles written by experts from all fields were used this book, aware of this book's in no way inferior to Windows NT sunflower in the book's powers. to have come from different parts of the book's experts also would envy.
Update : 2024-05-18 Size : 382976 Publisher : liudaocan

matlabfdim
DL : 0
计算广义分形维数的matlab源程序。希望对大家有用! 函数形式:function [dq,rq]=fdim(q,x,trace) 不同q值下得到不同定义的分形维,如:q=0 is Hausdorf, q=1 is Information, q=2 is Correlation, etc.具体说明见程序。-Generalized fractal dimension of Matlab source. We hope that the right useful! Function form : function [dq, rq] = fdim (q, x, trace) q different values under different definitions of the fractal dimension, such as : q = 0 is Hausdorf. q = 1 is Information, q = 2 is Correlation, etc.. See specify procedures.
Update : 2024-05-18 Size : 1024 Publisher : 贾籽

此实验用opengl和vc++进行编程,主要是实现光线追踪。-this experiment opengl and vc for programming, is the main ray tracing.
Update : 2024-05-18 Size : 17408 Publisher : 李柳
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.