icon
Search ! Aware:



     ! Aware > Perl > Execution > Data structures (In memory) >

Data structures (In memory)

Data structures in memory. Queues, lists, graphs, trees, etc.
- Q&A - Info - Libs & Functions - Other Resources - Related Subjects -
Personalized Selections
Platform: Unix/BSD/Linux. MS Windows.
License: Open-source. BSD-like. GPL or LGPL.
Prog.Language: Perl. C/C++. Java. PHP.
Maturity: Stable. Pre-production.
Pre-Selections

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


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, ...

    
Related Subjects (Perl)

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)

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

Up to Execution

(There may be additional related subject pages listed here)


Information and Publications: Showing

(Perl delta 5.003 to 5.004) delete on slices

(Perl delta 5.003 to 5.004) keys as an lvalue

(Perl delta 5.003 to 5.004) pack() and unpack()

(Perl data structure cookbook) arrays of arrays

(Perl data structure cookbook) hashes of arrays

(Perl data structure cookbook) arrays of hashes

(Perl data structure cookbook) hashes of hashes

(Perl data structure cookbook) more elaborate constructs

(Perl data structure cookbook) REFERENCES

(Perl data structure cookbook) COMMON MISTAKES

(Perl data structure cookbook) CAVEAT ON PRECEDENCE

(Perl data structure cookbook) Why you should always

(Perl data structure cookbook) DEBUGGING

(Perl data structure cookbook) CODE EXAMPLES

(Perl data structure cookbook) LISTS OF LISTS

(Perl data structure cookbook) Declaration of a LIST OF LISTS

(Perl data structure cookbook) Generation of a LIST OF LISTS

(Perl data structure cookbook) Access and Printing of a LIST OF LISTS

(Perl data structure cookbook) HASHES OF LISTS

(Perl data structure cookbook) Declaration of a HASH OF LISTS

(Perl data structure cookbook) Generation of a HASH OF LISTS

(Perl data structure cookbook) Access and Printing of a HASH OF LISTS

(Perl data structure cookbook) LISTS OF HASHES

(Perl data structure cookbook) Declaration of a LIST OF HASHES

(Perl data structure cookbook) Generation of a LIST OF HASHES

(Perl data structure cookbook) Access and Printing of a LIST OF HASHES

(Perl data structure cookbook) HASHES OF HASHES

(Perl data structure cookbook) Declaration of a HASH OF HASHES

(Perl data structure cookbook) Generation of a HASH OF HASHES

(Perl data structure cookbook) Access and Printing of a HASH OF HASHES

(Perl data structure cookbook) MORE ELABORATE RECORDS

(Perl data structure cookbook) Declaration of MORE ELABORATE RECORDS

(Perl data structure cookbook) Declaration of a HASH OF COMPLEX RECORDS

(Perl data structure cookbook) Generation of a HASH OF COMPLEX RECORDS No qualified books.

See Also

Full List of Books Perl
ALL
Books
Info
For Perl


Questions and Answers: Showing
Q & A
++Showing+-
For Perl
For Programmers

What is the difference between $array[1] and @array[1]?

Perl FAQ

How can I extract just the unique elements of an array?

Perl FAQ

How can I tell whether an array contains a certain element?

Perl FAQ

How do I compute the difference of two arrays? How do I compute the intersection of two arrays?

Perl FAQ

How do I find the first array element for which a condition is true?

Perl FAQ

How do I process/modify each element of an array?

Perl FAQ

Why does defined() return true on empty arrays and hashes?

Perl FAQ

How do I process an entire hash?

Perl FAQ

What happens if I add or remove keys from a hash while iterating over it?

Perl FAQ

How do I look up a hash element by value?

Perl FAQ

How can I know how many entries are in a hash?

Perl FAQ

How do I sort a hash (optionally by value instead of key)?

Perl FAQ

How can I always keep my hash sorted?

Perl FAQ

What's the difference between "delete" and "undef" with hashes?

Perl FAQ

Why don't my tied hashes make the defined/exists distinction?

Perl FAQ

How can I get the unique keys from two hashes?

Perl FAQ

How can I make my hash remember the order I put elements into it?

Perl FAQ

Why does passing a subroutine an undefined element in a hash create it?

Perl FAQ

How can I make the Perl equivalent of a C structure/C++ class/hash or array of hashes or arrays?

Perl FAQ

How can I use a reference as a hash key?

Perl FAQ

How do I print out or copy a recursive data structure?

Perl FAQ

Libraries and Components: Showing
Libs and Functions
++Showing+-
For Unix/BSD/Linux
BSD ports
For Perl
in Perl
+Partial-
Open Source
+-Hiding all--
For Windows
comp.sources.unix
Snippets
(L)GPL licensed
in C/C++
in Java
in PHP
Pre-production stages

(PERL predefined variable) $SUBSCRIPT_SEPARATOR The subscript separator for multidimensional array emulation.

(Perl builtin function) delete EXPR Deletes the specified key(s) and their associated values from a hash.

(Perl builtin function) each HASH Returns a 2-element array consisting of the key and value for the next element of a hash, so that you can iterate.

(Perl builtin function) exists EXPR Returns TRUE if the specified hash key exists in its hash array.

(Perl builtin function) keys HASH Returns a normal array consisting of all the keys of the named hash.

(Perl builtin function) pop ARRAY Pops and returns the last value of the array, shortening the array by 1.

(Perl builtin function) push ARRAY,LIST Treats ARRAY as a stack, and pushes the values of LIST onto the end of ARRAY.

(Perl builtin function) splice ARRAY,OFFSET,LENGTH,LIST Removes the elements designated by OFFSET and LENGTH from an array, and replaces them with the elements of LIST, if any.

(Perl builtin function) unpack TEMPLATE,EXPR takes a string representing a structure and expands it out into a list value.

(Perl builtin function) values HASH Returns a normal array consisting of all the values of the named hash.

stlport-4.0 Adaptation of SGI's Standard Template Library

At FreeBSD Ports
stlport-4.0

Other Libraries, Functions, and Components

Full List
in Planning, Alpha, or Beta stages

Detailed Filter and Focus Checklist

Default Selections
- man pages - Open Source
Information: All
Add-Hiding all-Hide
Books
Questions and Answers: All
Add+Showing+Hide
For Perl
For Programmers

Applications and Utilities: All
Add-Hiding all-Hide
man pages
BSD ports
For Unix/BSD/Linux
comp.sources.unix
Open Source

Libraries, Functions, and Components: All
Add+Showing+Hide
For Unix/BSD/Linux
BSD ports
For Perl
in Perl
AddPartialHide
Open Source
Add-Hiding all-Hide
For Windows
comp.sources.unix
Snippets
(L)GPL licensed
in C/C++
in Java
in PHP
Pre-production stages

Related Categories on other Web Sites


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