Bazsites.com Data Structured
Directory Topics
On the Web
- Wikipedia: Data-structured Language - Online encyclopedia article providing an overview of this type of programming language.
- Clean Data Systems - UnTools, which consists of 7 tools to parse, explore, repair and improve data structures and data; and DataDict, a data dictionary generator. Freeware.
- Dictionary of Algorithms, Data Structures, and Problems - A dictionary of algorithms, algorithmic techniques, data structures, and archetypical problems, with related definitions. Many entries have links to implementations, tutorials, and bibliographical references.
- Data Structures - Introduction to data structures, with Java code, by Peter M. Williams.
- The Karlsruhe Library of Algorithms and Data Structures (Karla) - An object-oriented library of data structures and algorithms designed for reuse for Sather-K.
- Steve's CVS Repository - Ada - Sample data structures in Ada95, from the University of Scranton and a college data structures course.
- Access Algorithms and Data Structures Underlying a Distributed Knowledge Base - Paper presents the algorithms and data structure schemes to be used for knowledge storage and processing by various ICONS components and discusses the algorithms as they appeared through theoretical and experimental studies. By Witold Litwin and Gerard Levy. [PDF]
- (Austria) Technical University Vienna - Algorithms and Data Structures Group. Research interests: algorithms, data structures and combinatorial optimization, particularly for NP-hard optimization problems.
- Java Applets for Data Structures and Algorithms - Demonstrate fundamental concepts in Data Structures and Algorithms.
- Object-Oriented Introduction to Data Structures Using Eiffel - By Richard Wiener; Prentice Hall PTR, 1997, ISBN 0131855883. For those wishing to learn OO without the complexity of C++. Introduces OO data structures via a language ideal for new programmers; overview of Eiffel, benefits. [Prentice Hall]
Wikipedia Articles
- Data exchange - Data exchange is the process of taking data structured under a source schema and actually transforming it into data structured under a target schema, so that the target data is an accurate representation of the source data. Data exchange is similar to the related concept of data integration except that data is actually restructured (with ...
- Structured data interchange - Structured data interchange is what Microsoft is labeling their XML model for Office 2007. Structured data interchange as the basis for a unified data language will enable output from any type of application to be interpreted by any other type of application theoretically regardless of the operating system or ...
- Structured storage - Structured storage (variously also known as COM structured storage or OLE structured storage) is a technology developed by Microsoft as part of its Windows operating system for storing hierarchical data within a single file. Strictly speaking, the term structured storage refers to a set of COM interfaces that a conforming implementation must provide, and not ...
- Data-structured language - A Data-structured language is a programming language in which the data structure is a main organizing principle, representation, model, for data and logic (code) alike, in which both are stored and operated upon, i.e.
- Data extraction - Data extraction is the act or process of retrieving (binary) data out of (usually unstructured or badly structured) data sources for further data processing or data storage (data migration). The import into the intermediate extracting system is thus usually followed by data transformation and possibly the addition of metadata prior to export to another stage in the data ...