Structured Programming in Assembly Language for the IBM PC and PS/2


Book Description

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.













The Cumulative Book Index


Book Description

A world list of books in the English language.




Working Classes


Book Description

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.




FORTRAN 77 and Numerical Methods for Engineers


Book Description

This text introduces the beginner to FORTRAN. To help the reader develop analysis skills while learning programming, engineering computations are incorporated with sound programming practices. Eight major programming assignments sections, each with a sample and solved model, illustrate the methods of preceding chapters, as well as introduce discussions concerning engineering orientation. This second edition integrates numerous advanced topics in numerical methods as they relate to computational procedures in order to reinforce their application in other courses such as calculus and physics. Topics especially tailored to the beginning user include matrix equations, root of functions, curve-fitting, series expansions, integration and differentiation and differential equations.




Visual Basic Made Easy


Book Description

Hundreds of illustrations guide readers through each step in writing successful Visual Basic 3.0 programs.




The Object Concept


Book Description

This book presents a complete lab-based introduction to computer programming based on the object-oriented paradigm and the C++ programming language.