k Shortest Paths David Eppstein s method ICTCLAS研究學(xué)習(xí)組 http://groups.google.com/group/ictclas?msg=subscribe
資源簡(jiǎn)介:k Shortest Paths David Eppstein s method ictclas研究學(xué)習(xí)組 http://groups.google.com/group/ictclas?msg=subscribe
上傳時(shí)間: 2013-12-30
上傳用戶:youmo81
資源簡(jiǎn)介:中文分詞, N-最短路徑算法 ictclas研究學(xué)習(xí)組 http://groups.google.com/group/ictclas?msg=subscribe
上傳時(shí)間: 2014-08-24
上傳用戶:heart520beat
資源簡(jiǎn)介:Hmily s Guestbooks v1.0 演示:http://chichi.6to23.com/gb 功能簡(jiǎn)介: 1、用戶在線留言功能。 2、管理員后臺(tái)回復(fù)、刪除功能。 3、QQ郵件及普通郵件回復(fù)功能(當(dāng)網(wǎng)友的留言被站長(zhǎng)回復(fù)時(shí),系統(tǒng)將自動(dòng)給該網(wǎng)友對(duì)應(yīng)的QQ號(hào)郵箱以及填寫(xiě)的郵箱各發(fā)送回復(fù)通知一份,...
上傳時(shí)間: 2015-03-09
上傳用戶:dsgkjgkjg
資源簡(jiǎn)介:Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權(quán)可正可負(fù) 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]:...
上傳時(shí)間: 2013-12-01
上傳用戶:dyctj
資源簡(jiǎn)介:單源點(diǎn)最短路徑算法的設(shè)計(jì)與實(shí)現(xiàn) 算法 Shortest-PATHS求出了v0至其它各結(jié)點(diǎn)的最短路徑,但是沒(méi)有給出這些最短路徑。補(bǔ)充該算法,使新算法在找出這些最短路徑長(zhǎng)度的同時(shí),也能求出路徑上的結(jié)點(diǎn)序列。
上傳時(shí)間: 2015-09-08
上傳用戶:小草123
資源簡(jiǎn)介:牛頓法(Newton s method)又稱(chēng)為牛頓-拉夫遜方法(Newton-Raphson method),它是一種在實(shí)數(shù)域和復(fù)數(shù)域上近似求解方程的方法。方法使用函數(shù)f(x)的泰勒級(jí)數(shù)的前面幾項(xiàng)來(lái)尋找方程f(x) = 0的根
上傳時(shí)間: 2016-03-03
上傳用戶:yxgi5
資源簡(jiǎn)介:A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
上傳時(shí)間: 2016-11-03
上傳用戶:xwd2010
資源簡(jiǎn)介:K-Shortest算法實(shí)現(xiàn),采用Java語(yǔ)言,能根據(jù)不同的拓?fù)湔业絢條最短路徑。非常經(jīng)典。
上傳時(shí)間: 2017-01-26
上傳用戶:BIBI
資源簡(jiǎn)介:設(shè)∑={α1, α2…… αn }是n個(gè)互不相同的符號(hào)組成的符號(hào)集。 Lk={β1β2…βk | βiЄ ∑,1≤i≤k}是∑中字符組成的長(zhǎng)度為k 的全體字符串。 S是Lk的子集,S是Lk的無(wú)分隔符字典是指對(duì)任意的S中元素a1a2…ak, b1b2…bk. {a2a3…akb1, a3a4…akb1b2,...
上傳時(shí)間: 2013-12-26
上傳用戶:waitingfy
資源簡(jiǎn)介:Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negati...
上傳時(shí)間: 2017-04-08
上傳用戶:邶刖
資源簡(jiǎn)介:OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by means of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Hi...
上傳時(shí)間: 2017-04-24
上傳用戶:yuzsu
資源簡(jiǎn)介:fast calculation of image moments based on Fluss and Tuk s method described in "On the Calculation of Moments"
上傳時(shí)間: 2013-12-24
上傳用戶:515414293
資源簡(jiǎn)介:牛頓迭代法(Newton s method)又稱(chēng)為牛頓-拉夫遜方法(Newton-Raphson method),它是牛頓在17世紀(jì)提出的一種在實(shí)數(shù)域和復(fù)數(shù)域上近似求解方程的方法。多數(shù)方程不存在求根公式,因此求精確根非常困難,甚至不可能,從而尋找方程的近似根就顯得特別重要。
上傳時(shí)間: 2017-08-12
上傳用戶:star_in_rain
資源簡(jiǎn)介:Solve Ax=B with Crout s method
上傳時(shí)間: 2017-09-11
上傳用戶:許小華
資源簡(jiǎn)介:K風(fēng)搜索 2.1商業(yè)版 完整功能版 后臺(tái)http://XXXXXX/admin/ 管理帳號(hào):admin 管理密碼:admin 安全密碼: ks21 網(wǎng)站設(shè)置http://XXXXXX/setup.asp
上傳時(shí)間: 2014-01-16
上傳用戶:yzy6007
資源簡(jiǎn)介:palm編成,這種書(shū)很少,有興趣看看 Title: Palm Programming: The Developer s Guide URL: http://safari.oreilly.com/JVXSL.asp?x=1&mode=section&sortKey=rank&sortOrder=desc&view=book&xmlid=1-56592-525-4&open=false&srchText=palm+programming&code=&h...
上傳時(shí)間: 2013-12-10
上傳用戶:litianchu
資源簡(jiǎn)介:DES算法及其在VC++6.0下的實(shí)現(xiàn),編譯時(shí)需要WinPcap開(kāi)發(fā)包,您可以從http://www.vckbase.com/tools下載 WinPcap Developer s pack
上傳時(shí)間: 2014-01-16
上傳用戶:iswlkje
資源簡(jiǎn)介:Airgo MIMO wireless card Linux driver. It s base on the Specs at http://airgo.wdwconsulting.net/mymoin. If it success, then Linux can support the AGN100 and the AGN300.
上傳時(shí)間: 2013-12-02
上傳用戶:亞亞娟娟123
資源簡(jiǎn)介:s file contains the Joone Distributed training Environment (DTE). See http://www.jooneworld.com/docs/dte.html to learn more about it. To learn more about Joone - Java Object Oriented Neural Engine: http://www.joone.org Joone and the ...
上傳時(shí)間: 2013-12-25
上傳用戶:釣鰲牧馬
資源簡(jiǎn)介:USACO 1.1.1 美國(guó)信息學(xué)奧林匹克競(jìng)賽第一題題解。 http://ace.delos.com/usacoprob2?a=tm4lT30HPme&S=ride 問(wèn)題描述 科學(xué)家們?cè)谘芯垮缧呛篌@訝地發(fā)現(xiàn),在每一個(gè)彗星后面都有一個(gè)不明飛行物UFO。 這些不明飛行物時(shí)常來(lái)帶走來(lái)自地球上的一些支持者。不幸...
上傳時(shí)間: 2017-05-20
上傳用戶:希醬大魔王
資源簡(jiǎn)介:ClustanGraphics聚類(lèi)分析工具。提供了11種聚類(lèi)算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Cen...
上傳時(shí)間: 2014-01-02
上傳用戶:003030
資源簡(jiǎn)介:This program is a new way to estimate the coherence function. It s based on the MVDR and is much more reliable than the classical Welch s method implemented in MATLAB. There are 2 programs: the main program called coherence_MVDR.m and an...
上傳時(shí)間: 2016-07-03
上傳用戶:athjac
資源簡(jiǎn)介:There are many algorithms that can be applied to graphs. Many of these are actually used in the real world, such as Dijkstra’s algorithm to find Shortest paths. We will discuss a few here.
上傳時(shí)間: 2014-01-03
上傳用戶:龍飛艇
資源簡(jiǎn)介:he AutoMix package is a C program for Unix-like systems, implementing the automatic reversible jump MCMC sampler of the same name described in Chapters 4, 5, and 6 of David Hastie s Ph.D. thesis
上傳時(shí)間: 2015-07-24
上傳用戶:集美慧
資源簡(jiǎn)介:There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you...
上傳時(shí)間: 2013-12-03
上傳用戶:lili123
資源簡(jiǎn)介:模式識(shí)別中K均值算法的示例程序,可對(duì)一組數(shù)據(jù)分類(lèi)并圖形輸出分類(lèi)結(jié)果。
上傳時(shí)間: 2013-12-23
上傳用戶:yph853211
資源簡(jiǎn)介:These templates are based on the documented outlines from Tim Ryan s "The Anatomy of a Design Document" articles (published on Gamasutra). The filler text comes straight from the articles, and have been slightly edited for clarity (and t...
上傳時(shí)間: 2014-01-02
上傳用戶:13215175592
資源簡(jiǎn)介:這是關(guān)于模糊K聚類(lèi)的pdf文件,供大家學(xué)習(xí)
上傳時(shí)間: 2016-05-18
上傳用戶:hphh
資源簡(jiǎn)介:Digital Signature Algorithm (DSA)是Schnorr和ElGamal簽名算法的變種,被美國(guó)NIST作為DSS(DigitalSignature Standard)。算法中應(yīng)用了下述參數(shù): p:L bits長(zhǎng)的素?cái)?shù)。L是64的倍數(shù),范圍是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q)...
上傳時(shí)間: 2014-01-01
上傳用戶:qq521
資源簡(jiǎn)介:matlab源碼關(guān)于模糊K均值聚類(lèi)算法,很好的,適合大家下載研究學(xué)習(xí)
上傳時(shí)間: 2016-08-30
上傳用戶:sz_hjbf