1 resultado para Energy Efficient Algorithms
em University of Connecticut - USA
Filtro por publicador
- Repository Napier (1)
- Aberdeen University (2)
- Abertay Research Collections - Abertay University’s repository (1)
- Academic Archive On-line (Karlstad University; Sweden) (1)
- Academic Archive On-line (Stockholm University; Sweden) (1)
- Academic Research Repository at Institute of Developing Economies (2)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (2)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (26)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (4)
- Applied Math and Science Education Repository - Washington - USA (1)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (15)
- Archive of European Integration (13)
- Aston University Research Archive (52)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (9)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (21)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (54)
- Brock University, Canada (5)
- Bucknell University Digital Commons - Pensilvania - USA (6)
- Bulgarian Digital Mathematics Library at IMI-BAS (3)
- CentAUR: Central Archive University of Reading - UK (69)
- Cochin University of Science & Technology (CUSAT), India (20)
- Coffee Science - Universidade Federal de Lavras (1)
- Collection Of Biostatistics Research Archive (1)
- Comissão Econômica para a América Latina e o Caribe (CEPAL) (8)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (22)
- CORA - Cork Open Research Archive - University College Cork - Ireland (5)
- CUNY Academic Works (4)
- Dalarna University College Electronic Archive (6)
- Department of Computer Science E-Repository - King's College London, Strand, London (12)
- Digital Commons - Michigan Tech (4)
- Digital Commons @ DU | University of Denver Research (3)
- Digital Commons at Florida International University (28)
- Digital Peer Publishing (3)
- Digital Repository at Iowa State University (1)
- DigitalCommons@The Texas Medical Center (2)
- DigitalCommons@University of Nebraska - Lincoln (1)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (70)
- DRUM (Digital Repository at the University of Maryland) (8)
- Duke University (8)
- FUNDAJ - Fundação Joaquim Nabuco (2)
- Galway Mayo Institute of Technology, Ireland (6)
- Illinois Digital Environment for Access to Learning and Scholarship Repository (1)
- Institutional Repository of Leibniz University Hannover (1)
- Instituto de Engenharia Nuclear, Brazil - Carpe dIEN (2)
- Instituto Politécnico do Porto, Portugal (49)
- Instituto Superior de Psicologia Aplicada - Lisboa (1)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (5)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (1)
- Martin Luther Universitat Halle Wittenberg, Germany (1)
- Massachusetts Institute of Technology (5)
- Memorial University Research Repository (2)
- National Center for Biotechnology Information - NCBI (4)
- Nottingham eTheses (4)
- QSpace: Queen's University - Canada (4)
- QUB Research Portal - Research Directory and Institutional Repository for Queen's University Belfast (10)
- RCAAP - Repositório Científico de Acesso Aberto de Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (11)
- Repositório digital da Fundação Getúlio Vargas - FGV (1)
- Repositório Institucional da Universidade Federal do Rio Grande do Norte (2)
- Repositorio Institucional de la Universidad de Málaga (2)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (58)
- Repositorio Institucional Universidad EAFIT - Medelin - Colombia (2)
- Royal College of Art Research Repository - Uninet Kingdom (1)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (9)
- Savoirs UdeS : plateforme de diffusion de la production intellectuelle de l’Université de Sherbrooke - Canada (1)
- Scielo Saúde Pública - SP (10)
- Scielo Uruguai (1)
- Universidad de Alicante (3)
- Universidad del Rosario, Colombia (1)
- Universidad Politécnica de Madrid (72)
- Universidade Complutense de Madrid (2)
- Universidade do Minho (9)
- Universidade Federal do Pará (2)
- Universidade Federal do Rio Grande do Norte (UFRN) (7)
- Universita di Parma (1)
- Universitat de Girona, Spain (2)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (3)
- Université de Lausanne, Switzerland (25)
- Université de Montréal (1)
- Université de Montréal, Canada (6)
- Université Laval Mémoires et thèses électroniques (1)
- University of Canberra Research Repository - Australia (3)
- University of Connecticut - USA (1)
- University of Michigan (14)
- University of Queensland eSpace - Australia (22)
- University of Washington (4)
- WestminsterResearch - UK (2)
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.