k Shortest Paths David Eppstein s method ICTCLAS研究学习组 http://groups.google.com/group/ictclas?msg=subscribe
资源简介:k Shortest Paths David Eppstein s method ictclas研究学习组 http://groups.google.com/group/ictclas?msg=subscribe
上传时间: 2013-12-30
上传用户:youmo81
资源简介:中文分词, N-最短路径算法 ictclas研究学习组 http://groups.google.com/group/ictclas?msg=subscribe
上传时间: 2014-08-24
上传用户:heart520beat
资源简介:Hmily s Guestbooks v1.0 演示:http://chichi.6to23.com/gb 功能简介: 1、用户在线留言功能。 2、管理员后台回复、删除功能。 3、QQ邮件及普通邮件回复功能(当网友的留言被站长回复时,系统将自动给该网友对应的QQ号邮箱以及填写的邮箱各发送回复通知一份,...
上传时间: 2015-03-09
上传用户:dsgkjgkjg
资源简介: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]:...
上传时间: 2013-12-01
上传用户:dyctj
资源简介:单源点最短路径算法的设计与实现 算法 Shortest-PATHS求出了v0至其它各结点的最短路径,但是没有给出这些最短路径。补充该算法,使新算法在找出这些最短路径长度的同时,也能求出路径上的结点序列。
上传时间: 2015-09-08
上传用户:小草123
资源简介:牛顿法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是一种在实数域和复数域上近似求解方程的方法。方法使用函数f(x)的泰勒级数的前面几项来寻找方程f(x) = 0的根
上传时间: 2016-03-03
上传用户:yxgi5
资源简介: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
上传时间: 2016-11-03
上传用户:xwd2010
资源简介:K-Shortest算法实现,采用Java语言,能根据不同的拓扑找到k条最短路径。非常经典。
上传时间: 2017-01-26
上传用户:BIBI
资源简介:设∑={α1, α2…… αn }是n个互不相同的符号组成的符号集。 Lk={β1β2…βk | βiЄ ∑,1≤i≤k}是∑中字符组成的长度为k 的全体字符串。 S是Lk的子集,S是Lk的无分隔符字典是指对任意的S中元素a1a2…ak, b1b2…bk. {a2a3…akb1, a3a4…akb1b2,...
上传时间: 2013-12-26
上传用户:waitingfy
资源简介: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...
上传时间: 2017-04-08
上传用户:邶刖
资源简介: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...
上传时间: 2017-04-24
上传用户:yuzsu
资源简介:fast calculation of image moments based on Fluss and Tuk s method described in "On the Calculation of Moments"
上传时间: 2013-12-24
上传用户:515414293
资源简介:牛顿迭代法(Newton s method)又称为牛顿-拉夫逊方法(Newton-Raphson method),它是牛顿在17世纪提出的一种在实数域和复数域上近似求解方程的方法。多数方程不存在求根公式,因此求精确根非常困难,甚至不可能,从而寻找方程的近似根就显得特别重要。
上传时间: 2017-08-12
上传用户:star_in_rain
资源简介:Solve Ax=B with Crout s method
上传时间: 2017-09-11
上传用户:许小华
资源简介:K风搜索 2.1商业版 完整功能版 后台http://XXXXXX/admin/ 管理帐号:admin 管理密码:admin 安全密码: ks21 网站设置http://XXXXXX/setup.asp
上传时间: 2014-01-16
上传用户:yzy6007
资源简介:palm编成,这种书很少,有兴趣看看 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...
上传时间: 2013-12-10
上传用户:litianchu
资源简介:DES算法及其在VC++6.0下的实现,编译时需要WinPcap开发包,您可以从http://www.vckbase.com/tools下载 WinPcap Developer s pack
上传时间: 2014-01-16
上传用户:iswlkje
资源简介: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.
上传时间: 2013-12-02
上传用户:亚亚娟娟123
资源简介: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 ...
上传时间: 2013-12-25
上传用户:钓鳌牧马
资源简介:USACO 1.1.1 美国信息学奥林匹克竞赛第一题题解。 http://ace.delos.com/usacoprob2?a=tm4lT30HPme&S=ride 问题描述 科学家们在研究彗星后惊讶地发现,在每一个彗星后面都有一个不明飞行物UFO。 这些不明飞行物时常来带走来自地球上的一些支持者。不幸...
上传时间: 2017-05-20
上传用户:希酱大魔王
资源简介:ClustanGraphics聚类分析工具。提供了11种聚类算法。 Single Linkage (or Minimum Method, Nearest Neighbor) Complete Linkage (or Maximum Method, Furthest Neighbor) Average Linkage (UPGMA) Weighted Average Linkage (WPGMA) Mean Proximity Cen...
上传时间: 2014-01-02
上传用户:003030
资源简介: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...
上传时间: 2016-07-03
上传用户:athjac
资源简介: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.
上传时间: 2014-01-03
上传用户:龙飞艇
资源简介: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
上传时间: 2015-07-24
上传用户:集美慧
资源简介: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...
上传时间: 2013-12-03
上传用户:lili123
资源简介:模式识别中K均值算法的示例程序,可对一组数据分类并图形输出分类结果。
上传时间: 2013-12-23
上传用户:yph853211
资源简介: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...
上传时间: 2014-01-02
上传用户:13215175592
资源简介:这是关于模糊K聚类的pdf文件,供大家学习
上传时间: 2016-05-18
上传用户:hphh
资源简介:Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q)...
上传时间: 2014-01-01
上传用户:qq521
资源简介:matlab源码关于模糊K均值聚类算法,很好的,适合大家下载研究学习
上传时间: 2016-08-30
上传用户:sz_hjbf