一个去掉程序中#ifdef #if 等预处理条件为假的程序
上传时间: 2013-12-19
上传用户:yxgi5
BGP protocol,it s professional, if you like, dowload it.
标签: professional protocol dowload it
上传时间: 2014-10-12
上传用户:weiwolkt
msp430fw427 scan if 模块使用范例(很难找到的)测转速用的
上传时间: 2013-12-20
上传用户:ywqaxiwang
CP detector (CPD) only reports the onset and removal of a tone. The analysis of timing (if required) shall be responsibility of a higher-level application due to uncontrollable variability of those parameters from country to country.FOR TI C54X/C55X
标签: detector analysis required reports
上传时间: 2013-12-02
上传用户:ynsnjs
Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法结束:dis即为所有点对的最短路径矩阵 3)算法小结:此算法简单有效,由于三重循环结构紧凑,对于稠密图,效率要高于执行|V|次Dijkstra算法。时间复杂度O(n^3)。 考虑下列变形:如(I,j)∈E则dis[I,j]初始为1,else初始为0,这样的Floyd算法最后的最短路径矩阵即成为一个判断I,j是否有通路的矩阵。更简单的,我们可以把dis设成boolean类型,则每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”来代替算法描述中的蓝色部分,可以更直观地得到I,j的连通情况。
标签: Floyd-Warshall Shortest Pairs Paths
上传时间: 2013-12-01
上传用户:dyctj
Labview国际象棋,it is useful if you are learning labview
标签: learning Labview labview useful
上传时间: 2013-12-17
上传用户:zsjzc
Tell you some basic things about Linux, if you want to learn this Linux well and can programme in this OS,please don t miss downloading this document.
标签: Linux you programme things
上传时间: 2016-02-19
上传用户:kbnswdifs
The tool presented below tries to detect from remote if the target machine was compromised with the HACKER Defender rootkit. The tool connect to the remote host, and compares the reply to several known replies. The rootkits that can be detected by the tool are: HACKER Defender v1.0.0 and below.
标签: compromised presented the machine
上传时间: 2016-02-21
上传用户:gundan
if(e.getActionCommand()=="参数法画圆"){ p=11 } } //actionPerformed //实现接口WindowListener的所有方法,用于处理发生在窗口上的事件 public void windowClosing(WindowEvent e)
标签: getActionCommand actionPerformed Window if
上传时间: 2016-02-27
上传用户:busterman
THIS book covers the Java™ Native Interface (JNI). It will be useful to you if you are interested in any of the following: • integrating a Java application with legacy code written in languages such as C or C++ • incorporating a Java virtual machine implementation into an existing application written in languages such as C or C++ • implementing a Java virtual machine • understanding the technical issues in language interoperability, in particular how to handle features such as garbage collection and multithreading
标签: Interface you interes Native
上传时间: 2013-12-12
上传用户:ljmwh2000