咨询与建议

限定检索结果

文献类型

  • 43 篇 期刊文献
  • 15 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 54 篇 工学
    • 51 篇 计算机科学与技术...
    • 7 篇 软件工程
    • 5 篇 电气工程
    • 2 篇 力学(可授工学、理...
    • 2 篇 信息与通信工程
    • 1 篇 控制科学与工程
  • 26 篇 理学
    • 25 篇 数学
    • 2 篇 生物学
    • 1 篇 系统科学
    • 1 篇 统计学(可授理学、...
  • 3 篇 医学
    • 2 篇 临床医学
    • 1 篇 基础医学(可授医学...
  • 3 篇 管理学
    • 3 篇 管理科学与工程(可...
  • 2 篇 法学
    • 2 篇 法学

主题

  • 58 篇 compressed data ...
  • 6 篇 text indexing
  • 5 篇 string searching
  • 4 篇 pattern matching
  • 4 篇 lempel-ziv compr...
  • 3 篇 indexing
  • 3 篇 document retriev...
  • 3 篇 suffix trees
  • 3 篇 burrows-wheeler ...
  • 3 篇 parallel computi...
  • 3 篇 repetitive strin...
  • 2 篇 succinct and com...
  • 2 篇 succinct data st...
  • 2 篇 full-text indexi...
  • 2 篇 social networks
  • 2 篇 range minimum qu...
  • 2 篇 string databases
  • 2 篇 top-k queries
  • 2 篇 suffix arrays
  • 2 篇 bioinformatics

机构

  • 12 篇 univ chile dept ...
  • 4 篇 univ helsinki de...
  • 3 篇 univ kansas dept...
  • 2 篇 univ chile dept ...
  • 2 篇 univ concepcion ...
  • 2 篇 univ chile ctr b...
  • 2 篇 univ helsinki de...
  • 2 篇 yahoo res latin ...
  • 2 篇 cebib santiago
  • 2 篇 dalhousie univ f...
  • 2 篇 univ waterloo ch...
  • 2 篇 univ pisa dept c...
  • 2 篇 diego portales u...
  • 2 篇 univ a coruna da...
  • 2 篇 univ pisa dipart...
  • 2 篇 kyushu univ dept...
  • 1 篇 cornershop santi...
  • 1 篇 univ tubingen ct...
  • 1 篇 univ tecn federi...
  • 1 篇 aalto univ dept ...

作者

  • 24 篇 navarro gonzalo
  • 6 篇 makinen veli
  • 5 篇 munro j. ian
  • 5 篇 arroyuelo diego
  • 5 篇 nekrich yakov
  • 5 篇 gagie travis
  • 4 篇 vitter jeffrey s...
  • 4 篇 prezza nicola
  • 3 篇 vinciguerra gior...
  • 3 篇 manzini giovanni
  • 3 篇 brisaboa nieves ...
  • 3 篇 ferragina paolo
  • 3 篇 fischer johannes
  • 3 篇 valimaki niko
  • 3 篇 thankachan sharm...
  • 2 篇 claude francisco
  • 2 篇 boffa antonio
  • 2 篇 inenaga shunsuke
  • 2 篇 siren jouni
  • 2 篇 puglisi simon j.

语言

  • 53 篇 英文
  • 5 篇 其他
检索条件"主题词=Compressed Data Structures"
58 条 记 录,以下是41-50 订阅
排序:
Space-Efficient String Indexing for Wildcard Pattern Matching  31
Space-Efficient String Indexing for Wildcard Pattern Matchin...
收藏 引用
31st International Symposium on Theoretical Aspects of Computer Science (STACS)
作者: Lewenstein, Moshe Nekrich, Yakov Vitter, Jeffrey Scott Bar Ilan Univ Dept Comp Sci Ramat Gan Israel Univ Kansas Dept Elect Engn & Comp Sci Lawrence KS 66045 USA
In this paper we describe compressed indexes that support pattern matching queries for strings with wildcards. For a constant size alphabet our data structure uses O(n log(epsilon)n) bits for any epsilon > 0 and re... 详细信息
来源: 评论
Compressing Huffman Models on Large Alphabets
Compressing Huffman Models on Large Alphabets
收藏 引用
data Compression Conference (DCC)
作者: Navarro, Gonzalo Ordonez, Alberto Univ Chile Dept Comp Sci Santiago Chile Univ A Coruna Database Lab La Coruna Spain
A naive storage of a Huffman model on a text of length n over an alphabet of size s requires O(sigma log n) bits. This can be reduced to sigma log sigma + O(sigma) bits using canonical codes. This overhead over the en... 详细信息
来源: 评论
Practical compressed Suffix Trees
收藏 引用
ALGORITHMS 2013年 第2期6卷 319-351页
作者: Abeliuk, Andres Canovas, Rodrigo Navarro, Gonzalo Univ Chile Dept Comp Sci Santiago 8320000 Chile Univ Melbourne Dept Comp & Informat Syst NICTA Victoria Res Lab Melbourne Vic 3010 Australia
The suffix tree is an extremely important data structure in bioinformatics. Classical implementations require much space, which renders them useless to handle large sequence collections. Recent research has obtained v... 详细信息
来源: 评论
LRM-Trees: compressed indices, adaptive sorting, and compressed permutations
收藏 引用
THEORETICAL COMPUTER SCIENCE 2012年 459卷 26-41页
作者: Barbay, Jeremy Fischer, Johannes Navarro, Gonzalo Univ Chile Dept Comp Sci Santiago Chile Univ Karlsruhe Dept Comp Sci Karlsruhe Germany
LRM-Trees are an elegant way to partition a sequence of values into sorted consecutive blocks. They have been used to encode ordinal trees and to index integer arrays in order to support range minimum queries on them.... 详细信息
来源: 评论
Stronger Lempel-Ziv Based compressed Text Indexing
收藏 引用
ALGORITHMICA 2012年 第1-2期62卷 54-101页
作者: Arroyuelo, Diego Navarro, Gonzalo Sadakane, Kunihiko Yahoo Res Latin Amer Santiago Chile Univ Chile Dept Comp Sci Santiago Chile Natl Inst Informat Principles Informat Res Div Chiyoda Ku Tokyo 1018430 Japan
Given a text T[1..u] over an alphabet of size sigma, the full-text search problem consists in finding the occ occurrences of a given pattern P[1..m] in T. In indexed text searching we build an index on T to improve th... 详细信息
来源: 评论
compressed Representation of Web and Social Networks via Dense Subgraphs
Compressed Representation of Web and Social Networks via Den...
收藏 引用
19th International Symposium on String Processing and Information Retrieval (SPIRE) / 8th Latin American Web Congress (LA-WEB)
作者: Hernandez, Cecilia Navarro, Gonzalo Univ Concepcion Dept Comp Sci Concepcion Chile Univ Chile Dept Comp Sci Santiago Chile
Mining and analyzing large web and social networks are challenging tasks in terms of storage and information access. In order to address this problem, several works have proposed compressing large graphs allowing neig... 详细信息
来源: 评论
EFFICIENT PATH KERNELS FOR REACTION FUNCTION PREDICTION
EFFICIENT PATH KERNELS FOR REACTION FUNCTION PREDICTION
收藏 引用
International Conference on Bioinformatics Models, Methods and Algorithms (BIOINFORMATICS)
作者: Heinonen, Markus Valimaki, Niko Makinen, Veli Rousu, Juho Univ Helsinki Dept Comp Sci SF-00510 Helsinki Finland
Kernels for structured data are rapidly becoming an essential part of the machine learning toolbox. Graph kernels provide similarity measures for complex relational objects, such as molecules and enzymes. Graph kernel... 详细信息
来源: 评论
Parallel implementation of the finite element method using compressed data structures
收藏 引用
COMPUTATIONAL MECHANICS 2007年 第1期41卷 31-48页
作者: Ribeiro, F. L. B. Ferreira, I. A. Univ Fed Rio de Janeiro COPPE Programa Engn Civil BR-21945970 Rio De Janeiro Brazil
This paper presents a parallel implementation of the finite element method designed for coarse-grain distributed memory architectures. The MPI standard is used for message passing and tests are run on a PC cluster and... 详细信息
来源: 评论
Word-Based Self-Indexes for Natural Language Text
收藏 引用
ACM TRANSACTIONS ON INFORMATION SYSTEMS 2012年 第1期30卷 1-1页
作者: Farina, Antonio Brisaboa, Nieves R. Navarro, Gonzalo Claude, Francisco Places, Angeles S. Rodriguez, Eduardo Univ A Coruna Fac Informat Dept Comp Sci La Coruna 15071 Spain Univ Chile Dept Comp Sci Santiago 2120 Chile Univ Waterloo David R Cheriton Sch Comp Sci Waterloo ON N2L 3G1 Canada
The inverted index supports efficient full-text searches on natural language text collections. It requires some extra space over the compressed text that can be traded for search speed. It is usually fast for single-w... 详细信息
来源: 评论
Space-efficient construction of Lempel-Ziv compressed text indexes
收藏 引用
INFORMATION AND COMPUTATION 2011年 第7期209卷 1070-1102页
作者: Arroyuelo, Diego Navarro, Gonzalo Univ Chile Dept Comp Sci Santiago Chile Yahoo Res Latin Amer Santiago Chile
A compressed full-text self-index is a data structure that replaces a text and in addition gives indexed access to it, while taking space proportional to the compressed text size. This is very important nowadays, sinc... 详细信息
来源: 评论