! Aware > default selections > Execution > Data structures (In memory) >

Data structures (In memory)

Data structures in memory. Queues, lists, graphs, trees, etc.
Subsets on this page: - #Apps & Utilities - #Articles - #Books - #Info - #Libs & Functions -
- #Personalize -
     icon
Search ! Aware:



     Home
  By TONY
  By MARK
  By JERRY
  By ANN
  By ERICA

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...



Subject Divisions (default selections)
(These links to detailed subjects under this one retain your personalized selections.)

Head and Tail Lists - Collection of items where the primary access (or addition or removal of items) is at one end of the list or the other. Common terms are "stacks", "queues", "LIFO lists" "FIFO" lists.

Lists and Sets - Data structures implementing lists and sets.

Trees and Graphs - Data structures implementing Trees and Graphs. (Each element references 0 or more other elements)

#Overviews and other related subjects# - related, but not under or including this subject directly.


Information and Publications: Showing

RFC0031 Binary Message Forms in Computer. [ 1968/02/01]

See Also

Full List of Information

Other references not displayed here


Books: Showing

Data Structures and Problem Solving Using Java (2nd Edition)
[Mark Allen Weiss; 2001-08-06] ISBN 0201748355
- At Barnes & Noble - At Amazon - At Half

C++ : An Introduction to Data Structures
[Novak, Jennifer and Markiewicz, Pete ; Prentice-Hall, Inc. 1999-01-21] ISBN 0023887257
- At Barnes & Noble - At Amazon - At Half

Practical Introduction to Data Structures and Algorithms, Java Edition
[Clifford A. Shaffer; 1997-12-02] ISBN 0136609112
- At Barnes & Noble - At Amazon - At Half

Data Structures in Java
[Thomas A. Standish; 1997-08] ISBN 020130564X
- At Barnes & Noble - At Amazon - At Half

Data Structures and Program Design in C, Second Edition - introduction to data structures using the C programming language emphasizes problem specification and program design, analysis, testing, verification, and program correctness.
[Kressin, Mark ; Tondo, C. L. 1996-07-17] ISBN 013288366X
- At Barnes & Noble - At Amazon - At Half

Data Model Patterns : Conventions of Thought
[David C. Hay; 1995-11] ISBN 0932633293
- At Barnes & Noble - At Amazon - At Half

Fundamentals of Data Structures in C++
[Ellis Horowitz, et al; 1995-03] ISBN 0716782928
- At Barnes & Noble - At Amazon - At Half

Elements of Information Theory
[Thomas M. Cover, Joy A. Thomas; 1991-08-12] ISBN 0471062596
- At Barnes & Noble - At Amazon - At Half


Articles: Showing

Traditional, Semantic, and Hypersemantic Approaches to Data Modeling ( Walter D. Potter, Robert P. Trueblood ; IEEE Computer Magazine 1988-06)

- An overview is given of past present data-modeling trends, and future directions are identified. The three traditional and commonly used data models that gained wide acceptance in the late 1960s and early 1970s and are used extensively today, namely the relational, hierarchical, and network models, are reviewed. Semantic data models that attempt to enhance the representation of operational information by capturing more of the meaning about data values and relationships are described. Enhancements to semantic data models that characterize hypersemantic data models and emphasize capturing inferential relationships are discussed.


Applications and Utilities: Showing

gperf(1) - generate a perfect hash function from a key set {oss}

Man pages: FreeBSD RedHat
Source code: FreeBSD
gperf - Perfect hash generator for sets of key words (At comp.sources.unix at ISC)
gperf - Perfect hash generator for sets of key words (At comp.sources.unix at UUNET)

p5-Data-TemporaryBag-0.04 - Handle long size data using temporary file

At FreeBSD Ports

p5-Array-RefElem-0.02 - Set up array elements as aliases

At FreeBSD Ports

p5-Array-Compare-1.03 - Perl extension for comparing arrays

At FreeBSD Ports

p5-Heap-0.50 - Perl extensions for keeping data partially sorted

At FreeBSD Ports

p5-Tree-Nary-1.21 - Perl implementation of N-ary search trees

At FreeBSD Ports

nauty-2.0b9 - Brendan McKay's graph isomorphism tester

At FreeBSD Ports

avl-subs - REPOST AVL Tree subroutines (replaces v11i020 from 1987), {oss}

At comp.sources.unix at UUNET
AVL Tree subroutines (At comp.sources.unix at UUNET)

xxalloc - Multi-dimension dynamic array manipulation package {oss}

At comp.sources.unix at UUNET

queue - implementations of lists, tail queues, and circular queues, {oss}

At comp.sources.unix at UUNET

Libraries and Components: Showing

p5-Graph-0.201 - Graph, the Perl module for graph operations

At FreeBSD Ports

p5-Data-ShowTable-3.3 - Perl5 module to pretty-print arrays of data

At FreeBSD Ports

p5-Array-IntSpan-1.01 - Module for handling arrays using IntSpan techniques

At FreeBSD Ports

libredblack-1.1.0 - Library that provides the red-black balanced tree algorithm

At FreeBSD Ports

libhash-1.0 - A library for manipulating hash tables

At FreeBSD Ports

py22-mhash-1.0 - Python mhash module

At FreeBSD Ports

p5-Tree-DAG_Node-1.04 - Super class for representing nodes in a tree

At FreeBSD Ports

libvanessa_adt-0.0.2 - Library that provides ADTs (queues, dynamic arrays and more)

At FreeBSD Ports

ruby-avl-0.1_1 - AVL tree class for Ruby

At FreeBSD Ports

p5-Set-Scalar-1.17 - Perl module containing a set of scalars, including references

At FreeBSD Ports

libg++-2.8.1.3 - A libg++ container classes for EGCS and later versions of GCC

At FreeBSD Ports
libg++-2.8.1.1a - GNU C++ Class Library (At NetBSD packages collection)

p5-Set-NestedGroups-0.01 - Perl module for grouped data eg ACL's, city/state/country etc

At FreeBSD Ports

ruby-graph-0.1.9 - Graph-related Ruby classes

At FreeBSD Ports

libavl-1.4.0 - A library for balanced binary trees

At FreeBSD Ports

p5-MLDBM-2.00 - Store multi-level hash structure in single level tied hash

At FreeBSD Ports
perl5 module for storing arbitrary data in tied hashes (At NetBSD packages collection)
MLDBM - Lets you store multidimensional hash structures in DBM files. (At CPAN)

Strucfil.H.Strucfil.C - Read/write structures to/from a file {oss}

At snippets.org

Circbuf.Hpp - C++ templates for circular/ring buffers {oss}

At snippets.org

splay-tree - Splay tree library {oss}

At comp.sources.unix at UUNET

xxalloc - Multi-dimension dynamic array manipulation package {oss}

At comp.sources.unix at ISC

queue - implementations of lists, tail queues, and circular queues {oss}

At comp.sources.unix at ISC

libwayne - Abstract Data Types & Algorithms in C {LGPL}

(Info at freshmeat)

libavl - Iterative AVL tree library with threaded variants {GPL}

(Info at freshmeat)

Libraries and Functions

Others not displayed here
Full List

Related Subjects (default selections)
Subject classifications directly under this one are #here#.

(The following links to subjects at this site retain your personalized selections.)

See also: Persistent data storage, databases - (data files, databases)

Up to Execution

(There may be additional related subject pages listed here)

External Categories

Computers : Programming : Algorithms and Data Structures :

Personalized Selections
Platform:
Unix/BSD/Linux.
MS Windows.
Prog.Language:
C/C++.
Perl.
PHP.
Java.
License:
  GPL or LGPL.
Commercial.
Open-source.
  BSD-like.
Maturity:
Stable.
Pre-production.
Tip: To exclude choices, select all others in same column
Pre-Selections

Use our system: Bring Rapid Knowledge Transfer and Awareness to your company website!



Rapid-Links: Search | About | Comments | Submit Path: RocketAware > Execution > Data structures (In memory) >
RocketAware.com is a service of Mib Software
Copyright 2002, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments