1 resultado para 080403 Data Structures
em University of Connecticut - USA
Filtro por publicador
- KUPS-Datenbank - Universität zu Köln - Kölner UniversitätsPublikationsServer (2)
- Repository Napier (1)
- Aberdeen University (7)
- Academic Archive On-line (Stockholm University; Sweden) (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (1)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (14)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (9)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (6)
- Archive of European Integration (3)
- Aston University Research Archive (32)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (8)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (194)
- Biblioteca Virtual del Sistema Sanitario Público de Andalucía (BV-SSPA), Junta de Andalucía. Consejería de Salud y Bienestar Social, Spain (1)
- Bioline International (1)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (19)
- Brock University, Canada (4)
- Bucknell University Digital Commons - Pensilvania - USA (3)
- Bulgarian Digital Mathematics Library at IMI-BAS (15)
- CentAUR: Central Archive University of Reading - UK (58)
- Cochin University of Science & Technology (CUSAT), India (3)
- Collection Of Biostatistics Research Archive (1)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (23)
- CORA - Cork Open Research Archive - University College Cork - Ireland (3)
- CUNY Academic Works (2)
- Dalarna University College Electronic Archive (1)
- Digital Commons - Michigan Tech (1)
- Digital Commons at Florida International University (13)
- Digital Peer Publishing (1)
- DigitalCommons@The Texas Medical Center (5)
- DigitalCommons@University of Nebraska - Lincoln (1)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (17)
- DRUM (Digital Repository at the University of Maryland) (1)
- Duke University (2)
- FUNDAJ - Fundação Joaquim Nabuco (1)
- Galway Mayo Institute of Technology, Ireland (1)
- Glasgow Theses Service (1)
- Illinois Digital Environment for Access to Learning and Scholarship Repository (2)
- Institute of Public Health in Ireland, Ireland (1)
- Instituto Politécnico do Porto, Portugal (6)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (3)
- Laboratório Nacional de Energia e Geologia - Portugal (1)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (1)
- Massachusetts Institute of Technology (1)
- National Center for Biotechnology Information - NCBI (20)
- Nottingham eTheses (2)
- Publishing Network for Geoscientific & Environmental Data (29)
- QSpace: Queen's University - Canada (1)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (3)
- RCAAP - Repositório Científico de Acesso Aberto de Portugal (1)
- Repositório Científico da Universidade de Évora - Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (9)
- Repositório da Produção Científica e Intelectual da Unicamp (24)
- Repositório digital da Fundação Getúlio Vargas - FGV (1)
- Repositório Digital da UNIVERSIDADE DA MADEIRA - Portugal (1)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (35)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (7)
- SAPIENTIA - Universidade do Algarve - Portugal (1)
- Scielo Saúde Pública - SP (2)
- Scientific Open-access Literature Archive and Repository (1)
- Universidad de Alicante (5)
- Universidad del Rosario, Colombia (1)
- Universidad Politécnica de Madrid (42)
- Universidade Complutense de Madrid (1)
- Universidade de Madeira (1)
- Universidade do Minho (8)
- Universidade Federal do Pará (2)
- Universidade Federal do Rio Grande do Norte (UFRN) (2)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (9)
- Université de Lausanne, Switzerland (23)
- Université de Montréal (1)
- Université de Montréal, Canada (7)
- University of Connecticut - USA (1)
- University of Michigan (12)
- University of Queensland eSpace - Australia (217)
- University of Southampton, United Kingdom (2)
- University of Washington (6)
- WestminsterResearch - UK (1)
Resumo:
Digital terrain models (DTM) typically contain large numbers of postings, from hundreds of thousands to billions. Many algorithms that run on DTMs require topological knowledge of the postings, such as finding nearest neighbors, finding the posting closest to a chosen location, etc. If the postings are arranged irregu- larly, topological information is costly to compute and to store. This paper offers a practical approach to organizing and searching irregularly-space data sets by presenting a collection of efficient algorithms (O(N),O(lgN)) that compute important topological relationships with only a simple supporting data structure. These relationships include finding the postings within a window, locating the posting nearest a point of interest, finding the neighborhood of postings nearest a point of interest, and ordering the neighborhood counter-clockwise. These algorithms depend only on two sorted arrays of two-element tuples, holding a planimetric coordinate and an integer identification number indicating which posting the coordinate belongs to. There is one array for each planimetric coordinate (eastings and northings). These two arrays cost minimal overhead to create and store but permit the data to remain arranged irregularly.