Structured BASIC Fundamentals and Style for the IBM PC and Compatibles
Title | Structured BASIC Fundamentals and Style for the IBM PC and Compatibles PDF eBook |
Author | James S. Quasney |
Publisher | |
Pages | 508 |
Release | 1988 |
Genre | Computers |
ISBN | 9780878352890 |
A diskette is enclosed.
Structured Programming in Assembly Language for the IBM PC and PS/2
Title | Structured Programming in Assembly Language for the IBM PC and PS/2 PDF eBook |
Author | William C. Runnion |
Publisher | Brooks/Cole |
Pages | 826 |
Release | 1995 |
Genre | Computers |
ISBN | 9780534932688 |
Focusing on ASL for the IBM PC, the most popular PC in business and academia, this book includes numerous, simple-to-follow examples and code fragments. Balanced exercise sets, including drill exercises and programming objects, provide students with exercises at an appropriate range of difficulty for a variety of skill levels.
Structured Programming in Assembly Language for the IBM PC
Title | Structured Programming in Assembly Language for the IBM PC PDF eBook |
Author | William C. Runnion |
Publisher | PWS Publishing Company |
Pages | 728 |
Release | 1988 |
Genre | Computers |
ISBN |
Programming in BASIC for Engineers
Title | Programming in BASIC for Engineers PDF eBook |
Author | Kamal B. Rojiani |
Publisher | PWS Publishing Company |
Pages | 698 |
Release | 1988 |
Genre | Computers |
ISBN |
Advanced Structured BASIC for the IBM PC
Title | Advanced Structured BASIC for the IBM PC PDF eBook |
Author | Richard Carney |
Publisher | Houghton Mifflin Harcourt P |
Pages | 356 |
Release | 1988 |
Genre | Computers |
ISBN | 9780155012349 |
Working Classes
Title | Working Classes PDF eBook |
Author | Rick Decker |
Publisher | Cengage Learning |
Pages | 538 |
Release | 1996 |
Genre | Computers |
ISBN |
Decker and Hirshfield's Working Classes applies the C++ programming language to the study of data structures and abstract data types. The authors organize their discussion of abstract data types according to their structural restrictions beginning with highly structured lists, stacks, and queues, and progressing through trees and directed graphs to unstructured sets. Chapter 10 examines the problem of regenerating text from a large sample, using a real computer/compiler system to demonstrate how time and space constraints arise from the choice of data structure. The book teaches by example (with more than 350 exercises provided), and most chapters conclude with an optional Explorations section that covers topics of special interest.
The Object Concept
Title | The Object Concept PDF eBook |
Author | Rick Decker |
Publisher | Brooks/Cole |
Pages | 484 |
Release | 1995 |
Genre | Computers |
ISBN |
This book presents a complete lab-based introduction to computer programming based on the object-oriented paradigm and the C++ programming language.