| Home : Concepts : Data Structure |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Data Structure Listings
|
|
Total:
60 | Displaying: 51 - 60 | Pages: << 1 2 3 4 5 6 |
|
|
|
This book is aimed squarely at the beginning programmer learning Ada 95 as a first language
Updated: 02/13/2005
|
|
|
The purpose of this cookbook is to provide a suite of simple examples with annotated comments so a novice user could quickly climb the learning curve by means of pattern matching. It is largely aimed at readers who are new to developing toolkit based applications and at those who only need to know how to develop simple interfaces and have relatively short time to achieve that.
Updated: 02/13/2005
|
|
|
A book motivated by experience in teaching the course E&CE 250: Algorithms and Data Structures in the Computer Engineering program at the University of Waterloo.
Updated: 02/13/2005
|
|
|
A book motivated by experience in teaching the course E&CE 250: Algorithms and Data Structures in the Computer Engineering program at the University of Waterloo.
Updated: 02/13/2005
|
|
|
Dictionary of Programming Languages, a compendium of computer coding methods assembled to provide information and aid your appreciation for computer science history.
Updated: 02/13/2005
|
|
|
This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid understanding of a data structure requires three things: First, you must learn how the information is arranged in the memory of the computer. Second, you must become familiar with the algorithms for manipulating the information contained in the data structure. And third, you must understand the performance characteristics of the data structure so that when called upon to select a suitable data structure for a particular application, you are able to make an appropriate decision.
Updated: 02/13/2005
|
|
|
Java Data Structures 2nd Edition. download zip with sources and everything: http://www.theparticle.com/javadata2.zip
Updated: 02/13/2005
|
|
|
David Edmond Prentice Hall, 1992, ISBN 0-13-457748-5
Updated: 02/13/2005
|
|
|
This document describes general concepts needed for object-relational mapping. It can serve as an introduction to the issues involved in doing object-relational mapping in general and can provide the foundation for understanding a framework that tries to support that mapping
Updated: 02/13/2005
|
|
|
strategies for transferring data between XML documents and relational databases according to two mappings (a table-based mapping and an object-based mapping) commonly used to map DTDs to relational databases. Although the discussion largely focuses on the difference between using SAX- and DOM-based tools to transfer data, it also discusses a number of strategies for traversing both the XML and database hierarchies and the tradeoffs among them.
Updated: 02/13/2005
|
|
|
Data Structure Listings
|
|
Total:
60 | Displaying: 51 - 60 | Pages: << 1 2 3 4 5 6 |
|
|