<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Introduction to Engineering Programming : Solving Problems with Algorithms</title>
  </titleInfo>
  <name type="personal">
    <namePart>Holloway, James Paul</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">xx</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Singapore</placeTerm>
    </place>
    <publisher>John Wiley &amp; Sons (Asia), Inc.</publisher>
    <dateIssued>2004</dateIssued>
    <dateIssued encoding="marc">9999</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">und</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>422</extent>
  </physicalDescription>
  <note>Introduction to Engineering Programming: Solving Problems with Algorithms provides students of engineering with the tools to think algorithmically about scientific and mathematical problems within the first and second year engineering curriculum. The text supports the teaching of basic numerical and image processing algorithms as examples of engineering design. The creative aspects of solving unfamiliar problems by using available tools—the heart of engineering education and practice-are emphasized. A concern for elegance and correctness is a core value that the text seeks to convey to students.

The text uses C++ to implement algorithms, and is presented clearly and precisely. The text emphasizes a subset of C++ that can be used to solve many problems from physics, calculus, biology and introductory engineering courses, and it de-emphasizes many features of the language that are unnecessary or ill-designed for this purpose, or too advanced to be comfortably covered in a first year college engineering course</note>
  <note>Contents
Preface.
List of Codes.

Chapter 1. Introduction.

Chapter 2. Sequence.

Chapter 3. Iteration.

Chapter 4. Selection.

Chapter 5. Dealing with Data.

Chapter 6. Array Semantics.

Chapter 7. Aggregate Semantics.

Chapter 8. Finite Space and Time.

Appendix A. A Brief C++ Language Reference.

Appendix B. A Brief Standard Library Reference.

Index</note>
  <subject>
    <topic>Engineering</topic>
  </subject>
  <classification authority="ddc">620.001 511 8 HOL</classification>
  <identifier type="isbn">9812530223</identifier>
  <identifier type="">RBSA, Jaipur</identifier>
  <recordInfo>
    <recordContentSource authority="marcorg">BSDU</recordContentSource>
    <recordCreationDate encoding="marc">170602</recordCreationDate>
    <recordChangeDate encoding="iso8601">20190327135732.0</recordChangeDate>
    <recordIdentifier source="OSt">0002477</recordIdentifier>
    <languageOfCataloging>
      <languageTerm authority="iso639-2b" type="code">English</languageTerm>
    </languageOfCataloging>
  </recordInfo>
</mods>
