Prentice Hall

All publishers Website

Books published by Prentice Hall

[No longer freely accessible] C++: A Dialog (formerly: Who's Afraid of C++?)

Post date: 24 Oct 2004
Teaches C++ to complete novices, people without a computing background.
Publisher: Prentice Hall
Publication date: 30 Aug 2002
 
[No longer freely accessible] C++: A Dialog (formerly: Who's Afraid of C++?)

[No longer freely accessible] C++: A Dialog (formerly: Who's Afraid of C++?)

Post date: 24 Oct 2004
Teaches C++ to complete novices, people without a computing background.
Publisher: Prentice Hall
Publication date: 30 Aug 2002


[No longer publicly accessible] Core Servlets and JavaServer Pages

Post date: 04 Dec 2004
Explains the role of servlets and JavaServer Pages (JSP) in creating e-commerce sites, dynamic web sites, and web-enabled services.
Publisher: Prentice Hall
Publication date: 05 Sep 2003
Document Type: Book
 
[No longer publicly accessible] Core Servlets and JavaServer Pages

[No longer publicly accessible] Core Servlets and JavaServer Pages

Post date: 04 Dec 2004
Explains the role of servlets and JavaServer Pages (JSP) in creating e-commerce sites, dynamic web sites, and web-enabled services.
Publisher: Prentice Hall
Publication date: 05 Sep 2003
Document Type: Book


[No longer publicly accessible] Design And Validation Of Computer Protocols

Post date: 05 Jan 2005
Discusses the fundamental problems of designing logically consistent methods of communication between multiple computer processes. Standard protocol design problems, such as error control and flow control, are covered in detail.
Publisher: Prentice Hall
Publication date: 31 Dec 1991
Document Type: Textbook
 
[No longer publicly accessible] Design And Validation Of Computer Protocols

[No longer publicly accessible] Design And Validation Of Computer Protocols

Post date: 05 Jan 2005
Discusses the fundamental problems of designing logically consistent methods of communication between multiple computer processes. Standard protocol design problems, such as error control and flow control, are covered in detail.
Publisher: Prentice Hall
Publication date: 31 Dec 1991
Document Type: Textbook


Ada 95: The Craft of Object-Oriented Programming

Post date: 01 Nov 2006
A beginner's introduction to Ada 95. Uses an example-driven approach that gradually develops small programs into large case-study type programs. Focuses on using object-oriented approaches to write maintainable, extensive programs.
Publisher: Prentice Hall
Publication date: 24 Oct 1996
 
Ada 95: The Craft of Object-Oriented Programming

Ada 95: The Craft of Object-Oriented Programming

Post date: 01 Nov 2006
A beginner's introduction to Ada 95. Uses an example-driven approach that gradually develops small programs into large case-study type programs. Focuses on using object-oriented approaches to write maintainable, extensive programs.
Publisher: Prentice Hall
Publication date: 24 Oct 1996


Adaptive Control: Stability, Convergence, and Robustness

Post date: 11 Sep 2005
Presents the deterministic theory of identification and adaptive control, focusing on linear, continuous time, single-input single-output systems.
Publisher: Prentice Hall
Publication date: 31 Dec 1994
 
Adaptive Control: Stability, Convergence, and Robustness

Adaptive Control: Stability, Convergence, and Robustness

Post date: 11 Sep 2005
Presents the deterministic theory of identification and adaptive control, focusing on linear, continuous time, single-input single-output systems.
Publisher: Prentice Hall
Publication date: 31 Dec 1994


Algorithms and Data Structures With Applications to Graphics and Geometry

Post date: 12 Sep 2016
Based on the authors' extensive teaching of algorithms and data structures, this text aims to show a sample of the intellectual demands required by a computer science curriculum.
Publisher: Prentice Hall
Publication date: 01 Jan 2011
License: Creative Commons Attribution 3.0 Unported
Document Type: Textbook
 
Algorithms and Data Structures With Applications to Graphics and Geometry

Algorithms and Data Structures With Applications to Graphics and Geometry

Post date: 12 Sep 2016
Based on the authors' extensive teaching of algorithms and data structures, this text aims to show a sample of the intellectual demands required by a computer science curriculum.
Publisher: Prentice Hall
Publication date: 01 Jan 2011
License: Creative Commons Attribution 3.0 Unported Document Type: Textbook


An Introduction to C++ with Design Patterns in Qt 4

Post date: 11 Jun 2006
Teaches C++ the Qt way, with an emphasis on design patterns, and re-use of open source libraries and tools.
Publisher: Prentice Hall
Publication date: 31 Dec 2006
 
An Introduction to C++ with Design Patterns in Qt 4

An Introduction to C++ with Design Patterns in Qt 4

Post date: 11 Jun 2006
Teaches C++ the Qt way, with an emphasis on design patterns, and re-use of open source libraries and tools.
Publisher: Prentice Hall
Publication date: 31 Dec 2006


An Introduction to Logic Programming Through Prolog

Post date: 25 Oct 2004
Introduces logic programming, combining three essential components: the declarative nature of logic itself, the programming techniques needed to write effective programs, and the efficient implementation of logic programming by computer.
Publisher: Prentice Hall
Publication date: 01 Mar 1996
 
An Introduction to Logic Programming Through Prolog

An Introduction to Logic Programming Through Prolog

Post date: 25 Oct 2004
Introduces logic programming, combining three essential components: the declarative nature of logic itself, the programming techniques needed to write effective programs, and the efficient implementation of logic programming by computer.
Publisher: Prentice Hall
Publication date: 01 Mar 1996


Artificial Intelligence through Prolog

Post date: 18 Dec 2006
Teaches key concepts of Artificial Intelligence in a simple and concrete way using Prolog. Includes 500 practical programming examples in the style of programming language and data structures books.
Publisher: Prentice Hall
Publication date: 31 Dec 1988
 
Artificial Intelligence through Prolog

Artificial Intelligence through Prolog

Post date: 18 Dec 2006
Teaches key concepts of Artificial Intelligence in a simple and concrete way using Prolog. Includes 500 practical programming examples in the style of programming language and data structures books.
Publisher: Prentice Hall
Publication date: 31 Dec 1988


Ballard and Brown's Computer Vision

Post date: 06 Jun 2007
Covers the representations and mechanisms that allow image information and prior knowledge to interact in image understanding. Assumes some mathematical and computing background (calculus, linear algebra, data structures, numerical methods).
Publisher: Prentice Hall
Publication date: 31 Dec 1982
 
Ballard and Brown's Computer Vision

Ballard and Brown's Computer Vision

Post date: 06 Jun 2007
Covers the representations and mechanisms that allow image information and prior knowledge to interact in image understanding. Assumes some mathematical and computing background (calculus, linear algebra, data structures, numerical methods).
Publisher: Prentice Hall
Publication date: 31 Dec 1982


C++ GUI Programming with Qt 3

Post date: 09 Aug 2006
Straight from Trolltech, this book covers all that is needed to build industrial-strength applications with Qt 3.2.x and C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux with no source code changes.
Publisher: Prentice Hall
Publication date: 15 Jan 2004
 
C++ GUI Programming with Qt 3

C++ GUI Programming with Qt 3

Post date: 09 Aug 2006
Straight from Trolltech, this book covers all that is needed to build industrial-strength applications with Qt 3.2.x and C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux with no source code changes.
Publisher: Prentice Hall
Publication date: 15 Jan 2004


Case Studies in Systematic Software Development

Post date: 18 Jun 2005
Covers the case studies on the application of the most widely known and used formal methods in software development, called the Vienna Development Method or VDM.
Publisher: Prentice Hall
Publication date: 31 Dec 1990
 
Case Studies in Systematic Software Development

Case Studies in Systematic Software Development

Post date: 18 Jun 2005
Covers the case studies on the application of the most widely known and used formal methods in software development, called the Vienna Development Method or VDM.
Publisher: Prentice Hall
Publication date: 31 Dec 1990


Communicating Sequential Processes

Post date: 07 Nov 2005
This is an excellent introduction to Communicating Sequential Processes, or CSP, a language for describing patterns of interaction, and also to its mathematical theory.
Publisher: Prentice Hall
Publication date: 30 Nov -0001
 
Communicating Sequential Processes

Communicating Sequential Processes

Post date: 07 Nov 2005
This is an excellent introduction to Communicating Sequential Processes, or CSP, a language for describing patterns of interaction, and also to its mathematical theory.
Publisher: Prentice Hall
Publication date: 30 Nov -0001


Concurrent Programming in Erlang

Post date: 06 Mar 2007
Written in a tutorial style, the emphasis is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems are illustrated.
Publisher: Prentice Hall
Publication date: 31 Dec 1996
 
Concurrent Programming in Erlang

Concurrent Programming in Erlang

Post date: 06 Mar 2007
Written in a tutorial style, the emphasis is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems are illustrated.
Publisher: Prentice Hall
Publication date: 31 Dec 1996


Implementing CIFS: The Common Internet File System

Post date: 30 Nov 2006
A detailed guide to the working of Microsoft's SMB/CIFS protocol suite. Covers NBT, SMB, NBNS/WINS, the Network Neighborhood, and Authentication. Shows how to build a working SMB/CIFS client to interoperate with Samba and MS-Windows servers.
Publisher: Prentice Hall
Publication date: 11 Aug 2003
License: Open Publication License
 
Implementing CIFS: The Common Internet File System

Implementing CIFS: The Common Internet File System

Post date: 30 Nov 2006
A detailed guide to the working of Microsoft's SMB/CIFS protocol suite. Covers NBT, SMB, NBNS/WINS, the Network Neighborhood, and Authentication. Shows how to build a working SMB/CIFS client to interoperate with Samba and MS-Windows servers.
Publisher: Prentice Hall
Publication date: 11 Aug 2003
License: Open Publication License


Book Categories
Sponsors