Ant colony optimization for finding the global minimum
标签: optimization finding minimum colony
上传时间: 2016-12-15
上传用户:guanliya
A tutorial and open source code for finding edges and corners based on the filters used in primary visual cortex.
标签: and tutorial finding corners
上传时间: 2013-12-24
上传用户:qb1993225
Instead of finding the longest common subsequence, let us try to determine the length of the LCS. Then tracking back to find the LCS. Consider a1a2…am and b1b2…bn. Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.
标签: the subsequence determine Instead
上传时间: 2013-12-17
上传用户:evil
for gps tracking acquision satellite position and velocity finding
标签: acquision satellite tracking position
上传时间: 2017-03-15
上传用户:as275944189
web application for finding Page rank using C#.net
标签: application finding using Page
上传时间: 2017-03-15
上传用户:com1com2
this book is contain imortant data for finding stars at night.
标签: imortant contain finding stars
上传时间: 2017-03-31
上传用户:yiwen213
finding blob in the input image using seed filling algorithm.
标签: algorithm finding filling image
上传时间: 2014-01-09
上传用户:sammi
This is program for finding BAYES thresholding
标签: thresholding finding program BAYES
上传时间: 2013-12-17
上传用户:qazxsw
The GIFT (the GNU Image-finding Tool) is a Content Based Image Retrieval System (CBIRS: http://en.wikipedia.org/wiki/CBIR). It enables you to do Query By Example (QBE: http://en.wikipedia.org/wiki/QBE) on images, giving you the opportunity to improve query results by relevance feedback. For processing your queries the program relies entirely on the content of the images, freeing you from the need to annotate all images before querying the collection.
标签: Image-finding Retrieval Content System
上传时间: 2014-01-11
上传用户:咔乐坞
A Genetic Algorithm finding Strings. Enter any Word it will search this string using fitness function as target string.
标签: Algorithm Genetic finding Strings
上传时间: 2017-05-06
上传用户:qlpqlq