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
上传用户:希酱大魔王
资源简介:Abstract: What can be simpler than designing with CMOS and BiCMOS? These technologies are very easy to use butthey still require careful design. This tutorial discusses the odd case of circuits that seem to work but exhibit somepeculiar beh...
上传时间: 2013-11-03
上传用户:dick_sh
资源简介:提出一种基于USB的彩色CCD高清图像采集系统设计方案。图像数据的来源采用的是SONY公司的 ICX205AK芯片,结合USB2.0接口,复杂可编程逻辑器件CPLD设计了一个高速的彩色CCD图像采集系统。文中详细阐述了系统内不同模块的硬件电路设计思路和软件运行流程。整个系...
上传时间: 2013-10-24
上传用户:tianming222
资源简介:利用RC高通电路的思想,针对LDO提出了一种新的瞬态增强电路结构。该电路设计有效地加快了LDO的瞬态响应速度,而且瞬态增强电路工作的过程中,系统的功耗并没有增加。此LDO芯片设计采用SMIC公司的0.18 μm CMOS混合信号工艺。仿真结果表明:整个LDO是静态电流...
上传时间: 2013-12-20
上传用户:niumeng16
资源简介:建了一个基于Altera 的EP2S60硬件处理平台,利用Altera提供的FFT IP核,在100 MHz系统时钟下,数据吞吐率可达100 Ms/s。
上传时间: 2013-10-15
上传用户:1184599859
资源简介:可燃气体引起的火灾是各类火灾中危害较严重的一种,在生产和使用过程中一旦泄露,极易引发火灾甚至爆炸事故。气体探测器的重要性在于实时检测环境中可燃气体的浓度变化并提前报警,避免严重火灾事故的发生。本文设计了一种基于NDIR检测原理的远程遥控式红外可...
上传时间: 2013-11-05
上传用户:123454
资源简介:建了一个基于Altera 的EP2S60硬件处理平台,利用Altera提供的FFT IP核,在100 MHz系统时钟下,数据吞吐率可达100 Ms/s。
上传时间: 2015-01-02
上传用户:Zxcvbnm
资源简介: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
上传用户:龙飞艇
资源简介:针对传统的故障树分析法在故障诊断中存在的缺点和不足,文中将模糊理论运用到故障诊断中,提出基于T-S的模糊故障树的故障诊断法。介绍了T-S模糊模型及算法,建立了诊断系统的故障库和推理机。使设备操作和维修人员可及时发现故障,降低系统故障率,提高了保障...
上传时间: 2013-10-20
上传用户:heheh