咨询与建议

限定检索结果

文献类型

  • 100 篇 期刊文献
  • 48 篇 会议
  • 2 篇 学位论文

馆藏范围

  • 150 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 127 篇 工学
    • 123 篇 计算机科学与技术...
    • 30 篇 软件工程
    • 8 篇 电气工程
    • 4 篇 控制科学与工程
    • 2 篇 信息与通信工程
    • 2 篇 生物医学工程(可授...
    • 1 篇 机械工程
    • 1 篇 仪器科学与技术
    • 1 篇 电子科学与技术(可...
    • 1 篇 测绘科学与技术
    • 1 篇 生物工程
    • 1 篇 网络空间安全
  • 74 篇 理学
    • 70 篇 数学
    • 3 篇 生物学
    • 1 篇 物理学
    • 1 篇 化学
    • 1 篇 系统科学
    • 1 篇 统计学(可授理学、...
  • 4 篇 管理学
    • 4 篇 管理科学与工程(可...

主题

  • 150 篇 string algorithm...
  • 16 篇 suffix trees
  • 15 篇 pattern matching
  • 11 篇 combinatorial pr...
  • 8 篇 palindromes
  • 7 篇 longest common s...
  • 7 篇 approximate stri...
  • 6 篇 word-level paral...
  • 6 篇 approximation al...
  • 6 篇 parikh vectors
  • 6 篇 data structures
  • 6 篇 dynamic programm...
  • 6 篇 edit distance
  • 5 篇 parallel algorit...
  • 5 篇 hamming distance
  • 5 篇 burrows-wheeler ...
  • 5 篇 suffix sorting
  • 5 篇 suffix array
  • 5 篇 combinatorics on...
  • 4 篇 repetitions

机构

  • 11 篇 cwi
  • 9 篇 vrije univ
  • 9 篇 kings coll londo...
  • 7 篇 univ helsinki de...
  • 7 篇 bar ilan univ de...
  • 7 篇 kyushu univ dept...
  • 7 篇 univ cent florid...
  • 5 篇 univ cent florid...
  • 4 篇 univ wisconsin d...
  • 4 篇 louisiana state ...
  • 4 篇 johns hopkins un...
  • 4 篇 univ haifa cri i...
  • 4 篇 kings coll londo...
  • 3 篇 univ warsaw inst...
  • 3 篇 univ eastern fin...
  • 3 篇 bar ilan univ de...
  • 3 篇 lodz univ techno...
  • 3 篇 shenkar coll dep...
  • 3 篇 univ warwick dep...
  • 3 篇 facebook inc men...

作者

  • 18 篇 pissis solon p.
  • 10 篇 inenaga shunsuke
  • 8 篇 amir amihood
  • 7 篇 loukides grigori...
  • 7 篇 charalampopoulos...
  • 7 篇 bannai hideo
  • 7 篇 thankachan sharm...
  • 7 篇 grabowski szymon
  • 6 篇 sweering michell...
  • 6 篇 takeda masayuki
  • 6 篇 giaquinta emanue...
  • 6 篇 liptak zsuzsanna
  • 6 篇 bernardini giuli...
  • 6 篇 stougie leen
  • 5 篇 fici gabriele
  • 5 篇 ganguly arnab
  • 5 篇 abedin paniz
  • 5 篇 nakashima yuto
  • 5 篇 mieno takuya
  • 5 篇 thankachan sharm...

语言

  • 133 篇 英文
  • 17 篇 其他
检索条件"主题词=String algorithms"
150 条 记 录,以下是111-120 订阅
排序:
Estimating the Longest Increasing Subsequence in Nearly Optimal Time  63
Estimating the Longest Increasing Subsequence in Nearly Opti...
收藏 引用
63rd Annual IEEE Symposium on Foundations of Computer Science (FOCS)
作者: Andoni, Alexandr Nosatzki, Negev Shekel Sinha, Sandip Stein, Clifford Columbia Univ New York NY 10027 USA
Longest Increasing Subsequence (LIS) is a fundamental statistic of a sequence, and has been studied for decades. While the LIS of a sequence of length n can be computed exactly in time O(n log n), the complexity of es... 详细信息
来源: 评论
Internal Longest Palindrome Queries in Optimal Time  17th
Internal Longest Palindrome Queries in Optimal Time
收藏 引用
17th International Conference and Workshops on algorithms and Computation
作者: Mitanil, Kazuki Mieno, Takuya Seto, Kazuhisa Horiyama, Takashi Hokkaido Univ Grad Sch Informat Sci & Technol Sapporo Hokkaido Japan Univ Electrocommun Dept Comp & Network Engn Chofu Tokyo Japan Hokkaido Univ Fac Informat Sci & Technol Sapporo Hokkaido Japan
Palindromes are strings that read the same forward and backward. Problems of computing palindromic structures in strings have been studied for many years with a motivation of their application to biology. The longest ... 详细信息
来源: 评论
Longest Common Prefix Arrays for Succinct k-Spectra  1
收藏 引用
30th International Symposium on string Processing and Information Retrieval (SPIRE) / 18th Workshop on Compression, Text, and algorithms (WCTA)
作者: Alanko, Jarno N. Biagi, Elena Puglisi, Simon J. Univ Helsinki Dept Comp Sci HIIT Helsinki Finland
The k-spectrum of a string is the set of all distinct substrings of length k occurring in the string. K-spectra have many applications in bioinformatics including pseudoalignment and genome assembly. The Spectral Burr... 详细信息
来源: 评论
Parallel Longest Common SubSequence Analysis In Chapel
Parallel Longest Common SubSequence Analysis In Chapel
收藏 引用
IEEE High Performance Extreme Computing Virtual Conference (HPEC)
作者: Vahidi, Soroush Schieber, Baruch Du, Zhihui Bader, David A. New Jersey Inst Technol Dept Comp Sci Newark NJ 07102 USA New Jersey Inst Technol Dept Data Sci Newark NJ USA
One of the most critical problems in the field of string algorithms is the longest common subsequence problem (LCS). The problem is NP-hard for an arbitrary number of strings but can be solved in polynomial time for a... 详细信息
来源: 评论
A Formal Framework for stringology  19
A Formal Framework for Stringology
收藏 引用
Prague stringology Conference (PSC)
作者: Mhaskar, Neerja Soltys, Michael McMaster Univ Dept Comp & Software 1280 Main St West Hamilton ON L8S 4K1 Canada Calif State Univ Channel Isl Dept Comp Sci Camarillo CA 93012 USA
A new formal framework for stringology is proposed, which consists of a three-sorted logical theory S designed to capture the combinatorial reasoning about finite words. A witnessing theorem is proven which demonstrat... 详细信息
来源: 评论
Utilizing dynamically updated estimates in solving the longest common subsequence problem
收藏 引用
12th International Conference on string Processing and Information Retrieval
作者: Bergroth, Lasse Turku Ctr Comp Sci Turku 20520 Finland
The running time of longest common subsequence (lcs) algorithms is shown to be dependent of several parameters, To such parameters belong e. g. the size of the input alphabet, the distribution of the characters in the... 详细信息
来源: 评论
Dotted suffix trees - A structure for approximate text indexing
收藏 引用
13th International Conference on string Processing and Information Retrieval
作者: Coelho, Luis Pedro Oliveira, Arlindo L. INESC-ID/IST Portugal
In this work, the problem we address is text indexing for approximate matching. Given a text, T which undergoes some preprocessing to generate an index, we can later query this index to identify the places where a str... 详细信息
来源: 评论
ACCELERATING THE UNDERSTANDING OF LIFE'S CODE THROUGH BETTER algorithms AND HARDWARE DESIGN
ACCELERATING THE UNDERSTANDING OF LIFE'S CODE THROUGH BETTER...
收藏 引用
作者: Mohammed H. K. Alser Bilkent University
学位级别:博士
Our understanding of human genomes today is affected by the ability of modern computing technology to quickly and accurately determine an individual's entire genome. Over the past decade, high throughput sequencin... 详细信息
来源: 评论
Self-normalised distance with don't cares
Self-normalised distance with don't cares
收藏 引用
18th Annual Symposium on Combinatorial Pattern Matching
作者: Clifford, Peter Clifford, Raphael Univ Oxford Dept Stat Oxford England Univ Bristol Dept Comp Sci Bristol Avon England
We present O(n log m) algorithms for a new class of problems termed self-normalised distance with don't cares. The input is a pattern p of length m and text t of length n > m. The elements of these strings are ... 详细信息
来源: 评论
Subsequence Covers of Words  29th
Subsequence Covers of Words
收藏 引用
29th International Symposium on string Processing and Information Retrieval (SPIRE)
作者: Charalampopoulos, Panagiotis Pissis, Solon P. Radoszewski, Jakub Rytter, Wojciech Walen, Tomasz Zuba, Wiktor Birkbeck Univ London London England CWI Amsterdam Netherlands Vrije Univ Amsterdam Netherlands Univ Warsaw Warsaw Poland
We introduce subsequence covers (s-covers, in short), a new type of covers of a word. A word C is an s-cover of a word S if the occurrences of C in S as subsequences cover all the positions in S. The s-covers seem to ... 详细信息
来源: 评论