咨询与建议

限定检索结果

文献类型

  • 194 篇 会议
  • 22 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 212 篇 工学
    • 212 篇 计算机科学与技术...
    • 175 篇 软件工程
    • 16 篇 生物工程
    • 10 篇 电气工程
    • 8 篇 电子科学与技术(可...
    • 8 篇 信息与通信工程
    • 7 篇 生物医学工程(可授...
    • 6 篇 控制科学与工程
    • 3 篇 机械工程
    • 2 篇 农业工程
    • 1 篇 光学工程
    • 1 篇 仪器科学与技术
    • 1 篇 材料科学与工程(可...
    • 1 篇 动力工程及工程热...
    • 1 篇 化学工程与技术
    • 1 篇 林业工程
  • 173 篇 理学
    • 172 篇 数学
    • 20 篇 生物学
    • 6 篇 统计学(可授理学、...
    • 4 篇 物理学
    • 2 篇 化学
  • 24 篇 管理学
    • 19 篇 图书情报与档案管...
    • 6 篇 管理科学与工程(可...
  • 4 篇 医学
    • 4 篇 临床医学
    • 1 篇 基础医学(可授医学...
    • 1 篇 药学(可授医学、理...
  • 3 篇 法学
    • 3 篇 社会学
  • 2 篇 农学
    • 2 篇 作物学
  • 1 篇 教育学
    • 1 篇 教育学
  • 1 篇 文学
    • 1 篇 新闻传播学

主题

  • 216 篇 string searching...

机构

  • 6 篇 department of bi...
  • 5 篇 department of co...
  • 4 篇 computer technol...
  • 3 篇 presto japan sci...
  • 3 篇 department of in...
  • 3 篇 univ chile dept ...
  • 2 篇 institute for co...
  • 2 篇 school of inform...
  • 2 篇 information scie...
  • 2 篇 department of in...
  • 2 篇 georgia inst tec...
  • 2 篇 information scie...
  • 2 篇 department of co...
  • 2 篇 dipartimento di ...
  • 2 篇 univ rouen norma...
  • 2 篇 department of in...
  • 2 篇 department of co...
  • 2 篇 univ liverpool d...
  • 2 篇 courant institut...
  • 2 篇 department of co...

作者

  • 11 篇 fan hongbo
  • 7 篇 breslauer dany
  • 7 篇 faro simone
  • 6 篇 liu lijun
  • 6 篇 crochemore maxim...
  • 6 篇 huang qingsong
  • 5 篇 tarhio jorma
  • 5 篇 agarwal suneeta
  • 5 篇 prasad rajesh
  • 5 篇 lecroq thierry
  • 4 篇 yao nianmin
  • 4 篇 peltola hannu
  • 4 篇 takeda masayuki
  • 4 篇 inenaga shunsuke
  • 4 篇 iliopoulos costa...
  • 4 篇 navarro gonzalo
  • 4 篇 nakashima yuto
  • 4 篇 grossi roberto
  • 4 篇 grabowski szymon
  • 3 篇 manea florin

语言

  • 213 篇 英文
  • 2 篇 中文
  • 1 篇 其他
检索条件"主题词=String searching algorithms"
216 条 记 录,以下是61-70 订阅
排序:
On improving the worst case running time of the Boyer-Moore string matching algorithm  5th
收藏 引用
5th International Colloquium on Automata, Languages and Programming, ICALP 1978
作者: Galil, Zvi Department of Mathematical Sciences Computer Science Division Tel-Aviv University Ramat-Aviv Tel-Aviv Israel
It is shown how to modify the Boyer-Moore string matching algorithm so that its worst case running time is linear. © 1978, Springer-Verlag.
来源: 评论
Efficient experimental string matching by weak factor recognition  1
收藏 引用
12th Annual Symposium on Combinatorial Pattern Matching, CPM 2001
作者: Allauzen, Cyril Crochemore, Maxime Raffinot, Mathieu Institut Gaspard-Monge Université de Marne-la-Vallée Cité Descartes Champs-sur-Marne Marne-la-Vallée Cedex 277454 France Equipe génome cellule et informatique Université de Versailles 45 avenue des Etats-Unis Versailles Cedex78035 France
We introduce a new notion of weak factor recognition that is the foundation of new data structures and on-line string matching algorithms. We define a new automaton built on a string p = p1p2… pm that acts like an or... 详细信息
来源: 评论
Crochemore's string Matching Algorithm: Simplification, Extensions, Applications
Crochemore's String Matching Algorithm: Simplification, Exte...
收藏 引用
8th Prague stringology Conference (PSC)
作者: Karkkainen, Juha Kempa, Dominik Puglisi, Simon J. Univ Helsinki Dept Comp Sci Helsinki Finland
We address the problem of string matching in the special case where the pattern is very long. First, constant extra space algorithms are desirable with long patterns, and we describe a simplified version of Crochemore... 详细信息
来源: 评论
Faster string matching with super-alphabets  9th
收藏 引用
9th International Symposium on string Processing and Information Retrieval, SPIRE 2002
作者: Fredriksson, Kimmo Department of Computer Science University of Helsinki Kimmo Finland
Given a text T[1… n] and a pattern P[1…m] over some alphabet Σ of size σ, finding the exact occurrences of P in T requires at least Ω(n logσ m/m) character comparisons on average, as shown in [19]. Consequently,... 详细信息
来源: 评论
Constant-space string matching with smaller number of comparisons: Sequential sampling  6th
Constant-space string matching with smaller number of compar...
收藏 引用
6th Annual Symposium on Combinatorial Pattern Matching (CPM 95)
作者: Gasieniec, L Plandowski, W Rytter, W Instytut Informatyki Uniwersytet Warszawsk Warszawa Poland
A new string-matching algorithm working in constant space and linear time is presented. It is based on a powerful idea of sampling, originally introduced in parallel computations. The algorithm uses a sample S which c... 详细信息
来源: 评论
Audio fingerprint identification by approximate string matching
Audio fingerprint identification by approximate string match...
收藏 引用
8th International Conference on Music Information Retrieval, ISMIR 2007
作者: Lebosse, Jerome Brun, Luc France Telecom RandD 42 rue des coutures 14000 Caen France GREYC UMR 6072 6 boulevard du Marchal Juin 14050 Caen France
An audio fingerprint is a small digest of an audio file which allows to identify it among a database of candidates. This paper first presents a fingerprint extraction algorithm. The identification task is performed by... 详细信息
来源: 评论
Comparison of two-dimensional string matching algorithms
Comparison of two-dimensional string matching algorithms
收藏 引用
2012 International Conference on Computer Science and Electronics Engineering, ICCSEE 2012
作者: Chang, Chengguo Wang, Hui Department of Information Engineering North China University of Water Resources and Electric Power Zhengzhou China
string matching is a special kind of pattern recognition problem, which finds all occurrences of a given pattern string in a given text string. The technology of two-dimensional string matching is applied broadly in m... 详细信息
来源: 评论
Fast string matching algorithms for very short patterns
Fast string matching algorithms for very short patterns
收藏 引用
IET International Conference on Information Science and Control Engineering 2012, ICISCE 2012
作者: Zhou, Yao Fan, Hongbo Liu, Lijun Huang, Qingsong Department of Computer Science Kunming University of Science and Technology 650500 China Computer Technology Application Key Laboratory of Yunnan Province 650500 China Department of Biomedical Engineering Kunming University of Science and Technology 650500 China
Exact single pattern string matching is a fundamental problem in computer science. To date, the performance of existing string matching algorithms for very short patterns is poor. In this article, based on the most ba... 详细信息
来源: 评论
A note on some interesting test results for the Rabin-Karp string matching algorithm  18
A note on some interesting test results for the Rabin-Karp s...
收藏 引用
18th Conference Information Technologies - Applications and Theory, ITAT 2018
作者: Jajcayová, Tatiana Majeríková, Zuzana Department of Applied Informatics Comenius University Bratislava Slovakia
While analyzing and testing some of the well known string matching algorithms, we came across rather interesting phenomenon in tests results for the Rabin-Karp algorithm. Testing which moduli work best in the algorith... 详细信息
来源: 评论
A parallel bloom filter string searching algorithm on a many-core processor
A parallel bloom filter string searching algorithm on a many...
收藏 引用
2013 IEEE Conference on Open Systems, ICOS 2013
作者: Ong, Wenmei Baskaran, Vishnu Monn Chong, Poh Kit Ettikan, K.K. Yong, Keh Kok Faculty of Engineering Multimedia University Cyberjaya Campus Selangor Malaysia Faculty of Engineering and Science University Tunku Abdul Rahman Petaling Jaya Selangor Malaysia Accelerative Technology Lab MIMOS Berhad Kuala Lumpur Malaysia
This paper analyzes the underlying architecture of a serial Bloom filter string searching algorithm to identify the performance impact of this algorithm for large datasets. Then, a parallel multi-core driven Bloom fil... 详细信息
来源: 评论