一個去掉程序中#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