Narrow your search

Library

KU Leuven (18)

ULB (18)

ULiège (18)

UCLouvain (10)

UGent (2)

KBR (1)


Resource type

book (18)


Language

English (18)


Year
From To Submit

1999 (18)

Listing 1 - 10 of 18 << page
of 2
>>
Sort by
STACS 99 : 16th Annual symposium on theoretical aspects of computer science, Trier, Germany, March 4-6, 1999 : proceedings
Authors: ---
ISSN: 03029743 ISBN: 354065691X 9783540656913 3540491163 Year: 1999 Volume: 1563 Publisher: Berlin: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Spatial information theory : Cognitive and computational foundations of geographic information science. International conference COSIT 99, Stade, Germany, August 1999. Proceedings
Authors: ---
ISBN: 3540483845 3540663657 Year: 1999 Publisher: New York, NY ; Berlin : Springer-Verlag,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The Conference on Spatial Information Theory – COSIT – grew out of a series of workshops / NATO Advanced Study Institutes / NSF specialist meetings concerned with cognitive and applied aspects of representing large-scale space, particularly geographic space. In these meetings, the need for a well-founded theory of spatial information processing was identified. The COSIT conference series was established in 1993 as a biennial interdisciplinary European conference on the representation and processing of information about large-scale space, after a successful international conference on the topic had been organized by Andrew Frank et al. in Pisa, Italy, in 1992 (frequently referred to as ‘COSIT zero’). After two successful European conferences with strong North-American participation (COSIT ’93, held on the Island of Elba, Italy; COSIT ’95, held in Semmering, Austria), the conference became a truly international enterprise when COSIT ’97 was held in the Laurel Highlands, Pennsylvania, USA. COSIT ’99 will take place in Stade, Germany. All aspects of large-scale space, i. e. spaces too large to be seen from a single vantage point, are addressed in the COSIT conferences. These include spaces of geographic scale, as well as smaller spaces in which humans, animals, or autonomous robots have to find their way around. Spatial information theory also deals with the description of objects, processes, or events in spatial environments and it forms the foundation for the construction of Geographic Information Systems (GIS) and for spatial information and communication system design in general.

Keywords

Geographic information systems --- Geography-General --- Computer Science --- Geography --- Engineering & Applied Sciences --- Earth & Environmental Sciences --- Computer science. --- Data structures (Computer science). --- Database management. --- Multimedia information systems. --- Application software. --- Geographical information systems. --- Computer Science. --- Data Structures, Cryptology and Information Theory. --- Geographical Information Systems/Cartography. --- Computer Applications. --- Database Management. --- Multimedia Information Systems. --- Information Systems Applications (incl. Internet). --- Data structures (Computer scienc. --- Multimedia systems. --- Data Structures and Information Theory. --- Computer-based multimedia information systems --- Multimedia computing --- Multimedia information systems --- Multimedia knowledge systems --- Information storage and retrieval systems --- Data base management --- Data services (Database management) --- Database management services --- DBMS (Computer science) --- Generalized data management systems --- Services, Database management --- Systems, Database management --- Systems, Generalized database management --- Electronic data processing --- Informatics --- Science --- Geographical information systems --- GIS (Information systems) --- Application computer programs --- Application computer software --- Applications software --- Apps (Computer software) --- Computer software --- Information structures (Computer science) --- Structures, Data (Computer science) --- Structures, Information (Computer science) --- File organization (Computer science) --- Abstract data types (Computer science)

Algorithms - ESA '99 : 7th Annual European symposium, Prague, Czech Republic, July 16-18, 1999 : proceedings
Authors: ---
ISSN: 03029743 ISBN: 3540662510 9783540662518 3540484817 Year: 1999 Volume: 1643 Publisher: Berlin: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The 7th Annual European Symposium on Algorithms (ESA ’99) is held in Prague, Czech Republic, July 16-18, 1999. This continued the tradition of the meetings which were held in – 1993 Bad Honnef (Germany) – 1994 Utrecht (Netherlands) – 1995 Corfu (Greece) – 1996 Barcelona (Spain) – 1997 Graz (Austria) – 1998 Venice (Italy) (The proceedingsof previousESA meetings were publishedas Springer LNCS v- umes 726, 855, 979, 1136, 1284, 1461.) In the short time of its history ESA (like its sister meeting SODA) has become a popular and respected meeting. The call for papers stated that the “Symposium covers research in the use, design, and analysis of ef?cient algorithms and data structures as it is carried out in c- puter science, discrete applied mathematics and mathematical programming. Papers are solicited describing original results in all areas of algorithmic research, including but not limited to: Approximation Algorithms; Combinatorial Optimization; Compu- tional Biology; Computational Geometry; Databases and Information Retrieval; Graph and Network Algorithms; Machine Learning; Number Theory and Computer Algebra; On-line Algorithms; Pattern Matching and Data Compression; Symbolic Computation.

Keywords

Computer algorithms --- Computer Science --- Engineering & Applied Sciences --- Computer science. --- Computer programming. --- Data structures (Computer science). --- Computers. --- Algorithms. --- Computer science --- Computer Science. --- Programming Techniques. --- Theory of Computation. --- Data Structures, Cryptology and Information Theory. --- Algorithm Analysis and Problem Complexity. --- Discrete Mathematics in Computer Science. --- Data Structures. --- Mathematics. --- Information theory. --- Data structures (Computer scienc. --- Computer software. --- Computational complexity. --- Data Structures and Information Theory. --- Communication theory --- Communication --- Cybernetics --- Informatics --- Science --- Complexity, Computational --- Electronic data processing --- Machine theory --- Software, Computer --- Computer systems --- Computer science—Mathematics. --- Algorism --- Algebra --- Arithmetic --- Information structures (Computer science) --- Structures, Data (Computer science) --- Structures, Information (Computer science) --- File organization (Computer science) --- Abstract data types (Computer science) --- Automatic computers --- Automatic data processors --- Computer hardware --- Computing machines (Computers) --- Electronic brains --- Electronic calculating-machines --- Electronic computers --- Hardware, Computer --- Calculators --- Cyberspace --- Computers --- Electronic computer programming --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Foundations --- Programming --- Computer algorithms - Congresses

Algorithm engineering and experimentation : International workshop ALENEX'99, Baltimore, MD, USA, January 15-16, 1999 : selected papers
Authors: ---
ISBN: 3540662278 9783540662273 354048518X Year: 1999 Volume: 1324 Publisher: Berlin: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Symmetric multiprocessors (SMPs) dominate the high-end server market and are currently the primary candidate for constructing large scale multiprocessor systems. Yet, the design of e cient parallel algorithms for this platform c- rently poses several challenges. The reason for this is that the rapid progress in microprocessor speed has left main memory access as the primary limitation to SMP performance. Since memory is the bottleneck, simply increasing the n- ber of processors will not necessarily yield better performance. Indeed, memory bus limitations typically limit the size of SMPs to 16 processors. This has at least twoimplicationsfor the algorithmdesigner. First, since there are relatively few processors availableon an SMP, any parallel algorithm must be competitive with its sequential counterpart with as little as one processor in order to be r- evant. Second, for the parallel algorithm to scale with the number of processors, it must be designed with careful attention to minimizing the number and type of main memory accesses. In this paper, we present a computational model for designing e cient al- rithms for symmetric multiprocessors. We then use this model to create e cient solutions to two widely di erent types of problems - linked list pre x com- tations and generalized sorting. Both problems are memory intensive, but in die rent ways. Whereas generalized sorting algorithms typically require a large numberofmemoryaccesses, they areusuallytocontiguousmemorylocations. By contrast, prex computation algorithms typically require a more modest qu- tity of memory accesses, but they are are usually to non-contiguous memory locations.

Combinatorial pattern matching. 10th annual symposium, CPM 99, Warwick University, UK, July 1999. Proceedings
Authors: ---
ISBN: 3540662782 3540484523 Year: 1999 Publisher: New York, NY ; Berlin : Springer-Verlag,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Advances in databases and information systems : Third East European conference, ADBIS'99, Maribor, Slovenia, September 1999 : proceedings
Authors: ---
ISBN: 3540664858 9783540664857 3540482520 Year: 1999 Volume: 1691 Publisher: New York: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

The 3rd Eastern European Conference on Advances in Databases and Information Systems (ADBIS’99) took place on 13-16- September 1999, in Maribor, Slovenia. It was organized in cooperation with ACM SIGMOD, the Moscow chapter of ACM SIGMOD, Slovenian Society Informatika, and the Slovenian Ministry of Technology. The aim of the ADBIS series of conferences is to provide a forum for the exchange of scientific achievements and experiences using innovative methods and approaches between the research communities of Central and Eastern Europe and the rest of the world in the area of databases and information systems. The 1999 conference continues the series of ADBIS events held in Moscow, St. Petersburg, and Poznan. The ADBIS steering committee has the ambition to make the ADBIS conference the premiere database and information systems conference in Central and Eastern Europe, to increase interaction and collaboration between researchers from East and West, and to provide an internationally recognized forum for the presentation of research and experiences in all aspects of modern database technology and information systems. To achieve these goals an international program committee selected 26 full research papers in a rigorous reviewing process from a total of 94 submissions from 33 different countries. This high number of submissions from so many different areas shows the truly worldwide recognition of and interest in the ADBIS series.

Keywords

Database management --- Information technology --- Computer science. --- Data structures (Computer science). --- Database management. --- Information storage and retrieval. --- Multimedia information systems. --- Computer Science. --- Data Structures, Cryptology and Information Theory. --- Database Management. --- Information Storage and Retrieval. --- Multimedia Information Systems. --- Information Systems Applications (incl. Internet). --- Computer-based multimedia information systems --- Multimedia computing --- Multimedia information systems --- Multimedia knowledge systems --- Information storage and retrieval systems --- Data base management --- Data services (Database management) --- Database management services --- DBMS (Computer science) --- Generalized data management systems --- Services, Database management --- Systems, Database management --- Systems, Generalized database management --- Electronic data processing --- Information structures (Computer science) --- Structures, Data (Computer science) --- Structures, Information (Computer science) --- File organization (Computer science) --- Abstract data types (Computer science) --- Informatics --- Science --- Data structures (Computer scienc. --- Information storage and retrieva. --- Multimedia systems. --- Data Structures and Information Theory. --- Information storage and retrieval systems. --- Application software. --- Application computer programs --- Application computer software --- Applications software --- Apps (Computer software) --- Computer software --- Database management - Congresses --- Information technology - Congresses

Randomization, approximation, and combinatorial optimization : algorithms and techniques : third International workshop on randomization and approximation techniques in computer science, and second International workshop on approximation algorithms for combinatorial optimization problems, RANDOM-APPROX'99, Berkeley, CA, USA, August 8-11, 1999, proceedings

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Computer science --- Statistical methods --- Informatics --- Computer science. --- Computer programming. --- Data structures (Computer science). --- Algorithms. --- Probabilities. --- Computer Science. --- Programming Techniques. --- Probability Theory and Stochastic Processes. --- Data Structures, Cryptology and Information Theory. --- Algorithm Analysis and Problem Complexity. --- Discrete Mathematics in Computer Science. --- Data Structures. --- Mathematics. --- Science --- Distribution (Probability theory. --- Data structures (Computer scienc. --- Computer software. --- Computational complexity. --- Data Structures and Information Theory. --- Complexity, Computational --- Electronic data processing --- Machine theory --- Software, Computer --- Computer systems --- Distribution functions --- Frequency distribution --- Characteristic functions --- Probabilities --- Computer science—Mathematics. --- Algorism --- Algebra --- Arithmetic --- Information structures (Computer science) --- Structures, Data (Computer science) --- Structures, Information (Computer science) --- File organization (Computer science) --- Abstract data types (Computer science) --- Probability --- Statistical inference --- Combinations --- Mathematics --- Chance --- Least squares --- Mathematical statistics --- Risk --- Computers --- Electronic computer programming --- Electronic digital computers --- Programming (Electronic computers) --- Coding theory --- Foundations --- Programming --- Computer science - Statistical methods - Congresses --- Information theory. --- Discrete mathematics. --- Artificial intelligence—Data processing. --- Probability Theory. --- Data Science. --- Discrete mathematical structures --- Mathematical structures, Discrete --- Structures, Discrete mathematical --- Numerical analysis --- Communication theory --- Communication --- Cybernetics

Advanced information systems engineering : 11th International conference, CAiSE'99, Heidelberg, Germany, June 14-18, 1999: proceedings
Authors: ---
ISBN: 3540661573 9783540661573 3540487387 Year: 1999 Volume: 1626 Publisher: Berlin: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Computer-aided software engineering --- Systems engineering --- Computer science. --- Information technology. --- Business --- Business mathematics. --- Software engineering. --- Data structures (Computer science). --- Database management. --- User interfaces (Computer systems). --- Computer Science. --- Data Structures, Cryptology and Information Theory. --- Software Engineering/Programming and Operating Systems. --- Business Mathematics. --- Database Management. --- IT in Business. --- User Interfaces and Human Computer Interaction. --- Data processing. --- Data structures (Computer scienc. --- Data Structures and Information Theory. --- Informatics --- Science --- IT (Information technology) --- Technology --- Telematics --- Information superhighway --- Knowledge management --- Data base management --- Data services (Database management) --- Database management services --- DBMS (Computer science) --- Generalized data management systems --- Services, Database management --- Systems, Database management --- Systems, Generalized database management --- Electronic data processing --- Arithmetic, Commercial --- Business arithmetic --- Business math --- Commercial arithmetic --- Finance --- Mathematics --- Computer software engineering --- Engineering --- Business—Data processing. --- Interfaces, User (Computer systems) --- Human-machine systems --- Human-computer interaction --- Information structures (Computer science) --- Structures, Data (Computer science) --- Structures, Information (Computer science) --- File organization (Computer science) --- Abstract data types (Computer science) --- Computer-aided software engineering - Congresses --- Systems engineering - Congresses

Advances in spatial databases : 6th international symposium, SSD '99 Hong Kong, China, July 20-23, 1999 : proceedings
Authors: --- --- ---
ISBN: 3540662472 3540484825 Year: 1999 Publisher: Berlin, Heidelberg : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book constitutes the refereed proceedings of the 6th International Symposium on Spatial Databases, SSD'99, held in Hong Kong, China in July 1999.The 17 revised full papers presented were carefully selected from 55 submissions. Also included are short papers corresponding to three invited talks and industrial applications presentations. The papers are organized in chapters on multi-resolution and scale, indexing, moving objects and spatio-temporal data, spatial mining and classification, spatial join, uncertainty and geological hypermaps, and industrial and visionary application track.

Keywords

Database management --- Geographic information systems --- Geografie --- Congresses. --- Geografische Informatie Systemen --- Databanken. --- Computer science. --- Earth sciences. --- Data structures (Computer science). --- Database management. --- Information storage and retrieval. --- Geographical information systems. --- Computer Science. --- Data Structures, Cryptology and Information Theory. --- Database Management. --- Information Storage and Retrieval. --- Information Systems Applications (incl. Internet). --- Earth Sciences, general. --- Geographical Information Systems/Cartography. --- Data structures (Computer scienc. --- Information storage and retrieva. --- Geography. --- Data Structures and Information Theory. --- Geographical information systems --- GIS (Information systems) --- Information storage and retrieval systems --- Cosmography --- Earth sciences --- World history --- Data base management --- Data services (Database management) --- Database management services --- DBMS (Computer science) --- Generalized data management systems --- Services, Database management --- Systems, Database management --- Systems, Generalized database management --- Electronic data processing --- Geography --- Information storage and retrieval systems. --- Application software. --- Geosciences --- Environmental sciences --- Physical sciences --- Application computer programs --- Application computer software --- Applications software --- Apps (Computer software) --- Computer software --- Information structures (Computer science) --- Structures, Data (Computer science) --- Structures, Information (Computer science) --- File organization (Computer science) --- Abstract data types (Computer science)

Advances in database technologies : ER'98 Workshops on data warehousing and data mining, mobile data access, and Collaborative work support and spatio-temporal data management, Singapore, November 19-20, 1998 : proceedings
Authors: ---
ISSN: 03029743 ISBN: 3540656901 9783540656906 354049121X Year: 1999 Volume: 1552 Publisher: Berlin: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Keywords

Database management --- Computer Science --- Engineering & Applied Sciences --- Computer science. --- Computer communication systems. --- Data structures (Computer science). --- Database management. --- Information storage and retrieval. --- User interfaces (Computer systems). --- Computer Science. --- Data Structures, Cryptology and Information Theory. --- Database Management. --- Computer Communication Networks. --- Information Systems Applications (incl. Internet). --- Information Storage and Retrieval. --- User Interfaces and Human Computer Interaction. --- Congresses --- Data structures (Computer scienc. --- Information storage and retrieva. --- Data Structures and Information Theory. --- Informatics --- Science --- Data base management --- Data services (Database management) --- Database management services --- DBMS (Computer science) --- Generalized data management systems --- Services, Database management --- Systems, Database management --- Systems, Generalized database management --- Electronic data processing --- Information storage and retrieval systems. --- Application software. --- Application computer programs --- Application computer software --- Applications software --- Apps (Computer software) --- Computer software --- Communication systems, Computer --- Computer communication systems --- Data networks, Computer --- ECNs (Electronic communication networks) --- Electronic communication networks --- Networks, Computer --- Teleprocessing networks --- Data transmission systems --- Digital communications --- Electronic systems --- Information networks --- Telecommunication --- Cyberinfrastructure --- Network computers --- Information structures (Computer science) --- Structures, Data (Computer science) --- Structures, Information (Computer science) --- File organization (Computer science) --- Abstract data types (Computer science) --- Interfaces, User (Computer systems) --- Human-machine systems --- Human-computer interaction --- Distributed processing --- Database management - Congresses

Listing 1 - 10 of 18 << page
of 2
>>
Sort by