PC Magazine Programmer's Technical Reference, the Processor and Coprocessor

PC Magazine Programmer's Technical Reference, the Processor and Coprocessor
Author: Robert L. Hummel
Publisher:
Total Pages: 788
Release: 1992
Genre: Computers
ISBN:

A comprehensive reference book/disk package covering the Intel 80x86 and 80x87 processors for all IBM and compatible PCs. Explains the complete instruction set with examples and helpful cross references for all programmers, and offers clear, concise explanations of processor instructions and operation that every programmer needs to know.

Software Solutions for Engineers and Scientists

Software Solutions for Engineers and Scientists
Author: Julio Sanchez
Publisher: CRC Press
Total Pages: 955
Release: 2018-03-22
Genre: Computers
ISBN: 1351835890

Software requirements for engineering and scientific applications are almost always computational and possess an advanced mathematical component. However, an application that calls for calculating a statistical function, or performs basic differentiation of integration, cannot be easily developed in C++ or most programming languages. In such a case, the engineer or scientist must assume the role of software developer. And even though scientists who take on the role as programmer can sometimes be the originators of major software products, they often waste valuable time developing algorithms that lead to untested and unreliable routines. Software Solutions for Engineers and Scientists addresses the ever present demand for professionals to develop their own software by supplying them with a toolkit and problem-solving resource for developing computational applications. The authors' provide shortcuts to avoid complications, bearing in mind the technical and mathematical ability of their audience. The first section introduces the basic concepts of number systems, storage of numerical data, and machine arithmetic. Chapters on the Intel math unit architecture, data conversions, and the details of math unit programming establish a framework for developing routines in engineering and scientific code. The second part, entitled Application Development, covers the implementation of a C++ program and flowcharting. A tutorial on Windows programming supplies skills that allow readers to create professional quality programs. The section on project engineering examines the software engineering field, describing its common qualities, principles, and paradigms. This is followed by a discussion on the description and specification of software projects, including object-oriented approaches to software development. With the introduction of this volume, professionals can now design effective applications that meet their own field-specific requirements using modern tools and technology.

I486 Processor Programmer's Reference Manual

I486 Processor Programmer's Reference Manual
Author: Intel Corporation
Publisher: Intel
Total Pages: 898
Release: 1990
Genre: Computers
ISBN:

This book is written for the high level user interested in details of the i486 microprocessor architecture. The book is divided into five major sections: application programming, system programming, numeric processing, compatibility and instruction set.

PC Programmer's Guide to Low-level Functions and Interrupts

PC Programmer's Guide to Low-level Functions and Interrupts
Author: Marcus Johnson
Publisher: Prentice Hall
Total Pages: 1162
Release: 1994
Genre: Computers
ISBN:

With practical, real-world examples, this book explains not only what the calls and their parameters are but also how to make them work for you in your applications. The disk provides source code for all the programming examples in the book. To increase the disk's value to the reader, each example is provided in assembly language, C, and C++.

Programming Solutions Handbook for IBM Microcomputers

Programming Solutions Handbook for IBM Microcomputers
Author: Julio Sanchez
Publisher: McGraw-Hill Companies
Total Pages: 486
Release: 1991
Genre: Computers
ISBN: 9780070545977

A time-saving guide for solving all kinds of programming problems, this book picks up where other programming codebooks leave off--assuming programmers know the basics, and providing help with more complex programming problems. Each subject in the book is treated in detail, with numerous code samples that can be interfaced with all high-level languages.