[[abstract]]字串比對在許多領域當中是非常重要的問題,比方說電腦科學、生物資訊學與其他領域的問題。 精確字串比對問題是說,我們給定兩個字串,一個是長度為n的字串T,另一個是長度為M的字串P,m≦n,我們要在T上面找到所有P所發生的位置。而這裡的近似字串比對是說,在字串T上,以第i個字為終結的字首當中,我們要在這字首當中找一個字尾,使得這個字尾跟字串P的編輯距離小於等於k。 本篇論文是利用精確字串比對的特性來解決近似字串比對的問題。[[abstract]]The string matching problem is a very important problem which is needed to solve in computer science, computational biology and other domains. The exact matching problem is defined as follows: Given a string T whose length is n and a string P whose length is m, m≦n, find each location where string P occurs in string T. The approximate string matching problem is defined as follows: Given a pattern string P of length m and a text string T of length n, m≦n, and a maximal number k of errors allowed, find each l...
This paper presents an O(mn log n) time algorithm for an approximate string matching problem, in whi...
AbstractWe introduce a new dimension to the widely studied on-line approximate string matching probl...
We present new algorithms for approximate string matching based in simple, but efficient, ideas. Fir...
[[abstract]]傳統的字串比對問題是在一個較長的字串T中找出一個給定字串P所有發生的位置。在本篇論文中,我們提出一個可以在O(m+n)時間內解決的新編碼技術,其技術藉由取代由特定字元所包圍的子...
[[abstract]]這?有二個字串問題。 一個是精確字串比對問題 (Exact String Matching Problem), 另一個則是找字串週期問題 (Period of String)。...
[[abstract]]字串比對在許多問題中是個非常重要的元素,例如資料壓縮,搜尋引擎,語音辨識,病毒偵測,生物資訊學等等問題。目前有許多已有許多有效率的方法被提出解決這個問題,例如KMP演算法、Bo...
[[abstract]]在這篇論文中,我們討論兩個問題: 字串比對和近似字串比對問題。 字串比對問題是要找出一個字串P在另一個較長的字串T中所有出現的位置。 我們首先指出一個字串P中會有所謂的唯一...
[[abstract]]對於字串比對問題,一般的字串比對演算法工作在線性時間及線性空間完成。在那些演算法當中,兩個有名的演算法是Knuth-Morris-Pratt演算法及Boyer-Moore演算法...
[[abstract]]本文搜尋廣泛地使用在科技上,例如:電腦科學、多媒體圖書館和web搜尋等,本文提出如何在本文中找出所有可能縮放大小下出現的pattern,此縮放大小加入適合實數縮放,本文將合適的...
[[abstract]]在這篇論文中,我們探討精確字串比對問題以及近似字串比對問題,我們避免使用暴力法將問題解出。我們將Boyer-Moore 演算法中的壞字元法則改良,並與Horspool 演算法做...
[[abstract]]精確字?比對問題定義如下:給予一個長?為 的字? ,長?為 的字? 我們的目標是要在T 上找出所有 發生的位置。對於電腦科學而言,字串比對問題是一個重要的議題。 在本篇論...
This paper surveys techniques for designing efficient sequential and parallel approximate string mat...
This paper deals with the approximate string-matching problem with Hamming distance. The approximate...
AbstractThis paper surveys techniques for designing efficient sequential and parallel approximate st...
[[abstract]]在這篇論文中,我們考慮如何解決字串比對問題,首先我們介紹一個規則,叫作字尾校準字首規則。此規則可以避免暴力法的移動視窗.有幾個字串比對問題的演算法也是使用了字尾校準字首規則。為...
This paper presents an O(mn log n) time algorithm for an approximate string matching problem, in whi...
AbstractWe introduce a new dimension to the widely studied on-line approximate string matching probl...
We present new algorithms for approximate string matching based in simple, but efficient, ideas. Fir...
[[abstract]]傳統的字串比對問題是在一個較長的字串T中找出一個給定字串P所有發生的位置。在本篇論文中,我們提出一個可以在O(m+n)時間內解決的新編碼技術,其技術藉由取代由特定字元所包圍的子...
[[abstract]]這?有二個字串問題。 一個是精確字串比對問題 (Exact String Matching Problem), 另一個則是找字串週期問題 (Period of String)。...
[[abstract]]字串比對在許多問題中是個非常重要的元素,例如資料壓縮,搜尋引擎,語音辨識,病毒偵測,生物資訊學等等問題。目前有許多已有許多有效率的方法被提出解決這個問題,例如KMP演算法、Bo...
[[abstract]]在這篇論文中,我們討論兩個問題: 字串比對和近似字串比對問題。 字串比對問題是要找出一個字串P在另一個較長的字串T中所有出現的位置。 我們首先指出一個字串P中會有所謂的唯一...
[[abstract]]對於字串比對問題,一般的字串比對演算法工作在線性時間及線性空間完成。在那些演算法當中,兩個有名的演算法是Knuth-Morris-Pratt演算法及Boyer-Moore演算法...
[[abstract]]本文搜尋廣泛地使用在科技上,例如:電腦科學、多媒體圖書館和web搜尋等,本文提出如何在本文中找出所有可能縮放大小下出現的pattern,此縮放大小加入適合實數縮放,本文將合適的...
[[abstract]]在這篇論文中,我們探討精確字串比對問題以及近似字串比對問題,我們避免使用暴力法將問題解出。我們將Boyer-Moore 演算法中的壞字元法則改良,並與Horspool 演算法做...
[[abstract]]精確字?比對問題定義如下:給予一個長?為 的字? ,長?為 的字? 我們的目標是要在T 上找出所有 發生的位置。對於電腦科學而言,字串比對問題是一個重要的議題。 在本篇論...
This paper surveys techniques for designing efficient sequential and parallel approximate string mat...
This paper deals with the approximate string-matching problem with Hamming distance. The approximate...
AbstractThis paper surveys techniques for designing efficient sequential and parallel approximate st...
[[abstract]]在這篇論文中,我們考慮如何解決字串比對問題,首先我們介紹一個規則,叫作字尾校準字首規則。此規則可以避免暴力法的移動視窗.有幾個字串比對問題的演算法也是使用了字尾校準字首規則。為...
This paper presents an O(mn log n) time algorithm for an approximate string matching problem, in whi...
AbstractWe introduce a new dimension to the widely studied on-line approximate string matching probl...
We present new algorithms for approximate string matching based in simple, but efficient, ideas. Fir...