|
Books > Computing & IT > Computer programming > Programming languages
For courses in C++ introductory programming. Learn the fundamentals
of C++ programming with an emphasis on problem solving Now in its
10th Edition, Problem Solving with C++ is written for the beginning
programmer. The text cultivates strong problem-solving skills and
programming techniques as it introduces readers to the C++
programming language. Author Walt Savitch's approach to programming
emphasizes active reading through the use of well-placed examples
and self-tests, while flexible coverage means the order of chapters
and sections can easily be adapted without sacrificing continuity.
Savitch's clear, concise style is a hallmark feature of the text
and is supported by a suite of tried-and-true pedagogical tools.
The 10th Edition includes ten new Programming Projects, along with
new discussions and revisions. Also available with MyLab
Programming MyLab (TM) Programming is an online learning system
designed to engage students and improve results. MyLab Programming
consists of programming exercises correlated to the concepts and
objectives in this book. Through practice exercises and immediate,
personalized feedback, MyLab Programming improves the programming
competence of beginning students who often struggle with the basic
concepts of programming languages. Note: You are purchasing a
standalone product; MyLab (TM) Programming does not come packaged
with this content. Students, if interested in purchasing this title
with MyLab Programming , ask your instructor for the correct
package ISBN and Course ID. Instructors, contact your Pearson
representative for more information. If you would like to purchase
both the physical text and MyLab Programming , search for:
0134710746 / 9780134710747 Problem Solving with C++ Plus MyLab
Programming with Pearson eText -- Access Card Package, 10/e Package
consists of: 0134448286 / 9780134448282 Problem Solving with C++
0134522419 / 9780134522418 MyLab Programming with Pearson eText --
Access Card -- for Problem Solving with C++, 10/e
Learn how to program with C++ using today's definitive choice for
your first programming language experience -- C++ PROGRAMMING:
PROGRAM DESIGN INCLUDING DATA STRUCTURES, 8E. D.S. Malik's
time-tested, student-centered methodology incorporates a strong
focus on problem-solving with full-code examples that vividly
demonstrate the hows and whys of applying programming concepts and
utilizing C++ to work through a problem. Thoroughly updated
end-of-chapter exercises, more than 20 extensive new programming
exercises, and numerous new examples drawn from Dr. Malik's
experience further strengthen your understanding of problem solving
and program design in this new edition. You review the important
features of C++ 14 Standard with timely discussions that ensure
this edition equips you to succeed in your CS1 course and beyond.
Dark Silicon and the Future of On-chip Systems, Volume 110, the
latest release in the Advances in Computers series published since
1960, presents detailed coverage of innovations in computer
hardware, software, theory, design and applications, with this
release focusing on an Introduction to dark silicon and future
processors, a Revisiting of processor allocation and application
mapping in future CMPs in the dark silicon era, Multi-objectivism
in the dark silicon age, Dark silicon aware resource management for
many-core systems, Dynamic power management for dark silicon
multi-core processors, Topology specialization for networks-on-chip
in the dark silicon era, and Emerging SRAM-based FPGA
architectures.
The introduction of the Fortran 90 standard is the first
significant change in the Fortran language in over 20 years. this
book is designed for anyone wanting to learn Fortran for the first
time or or a programmer who needs to upgrade from Fortran 77 to
Fortran 90.
Employing a practical, problem-based approach this book provides a
comprehensive introduction to the language. More experienced
programmers will find it a useful update to the new standard and
will benefit from the emphasis on science and engineering
applications.
The Deitels' groundbreaking How to Program series offers
unparalleled breadth and depth of programming fundamentals,
object-oriented programming concepts and intermediate-level topics
for further study. Java How to Program, Late Objects, 11th Edition,
presents leading-edge computing technologies using the Deitel
signature live-code approach, which demonstrates concepts in
hundreds of complete working programs. The 11th Edition presents
updated coverage of Java SE 8 and new Java SE 9 capabilities,
including JShell, the Java Module System, and other key Java 9
topics.
In Advanced Visual Basic 6, two of the world's leading VB experts take experienced developers "under the hood" with VB, introducing powerful techniques for writing high-performance, reusable code that leverages the close relationships between VB, COM, and OLE Automation. This book presents advanced VB programming from a COM data type approach, helping developers build more robust, effective code -- and overcome obstacles that appear as they "push the envelope" with VB.KEY TOPICS:Developers learn how VB describes arrays, and how to duplicate that definition manually to perform simple type casting, and gain unprecedented control over how their programs use memory. The authors introduce best practices for interface-based design using normal VB class modules; show how to partition code for optimal reuse; and more. Next, they present advanced techniques for creating COM lightweight objects; and alternate memory management techniques that allow the creation of complex systems with many objects and minimal overhead. The book also covers threading, type libraries, component versioning, and more. The accompanying CD-ROM contains extensive source code, plus powerful utilities for advanced VB development.MARKET:For all experienced Visual Basic developers.
Clear, Concise Guide to the Core Language and Libraries--Updated
through Java 17 Modern Java introduces major enhancements that
impact the core Java technologies and APIs at the heart of the Java
platform. Many old Java idioms are no longer needed, and new
features and programming paradigms can make you far more effective.
However, navigating these changes can be challenging. Core Java for
the Impatient, Third Edition, is a complete yet concise guide that
reflects all changes through Java SE 17, Oracle's latest Long-Term
Support (LTS) release. Written by Cay S. Horstmann--author of the
classic two-volume Core Java--this indispensable tutorial offers a
faster, easier pathway for learning modern Java. Horstmann covers
everything working developers need to know, including the powerful
concepts of lambda expressions and streams, modern constructs such
as records and sealed classes, and sophisticated concurrent
programming techniques. Given the size and scope of Java 17,
there's plenty to cover, but it's presented in small chunks
organized for quick access and easy understanding, with plenty of
practical insights and sample code to help you quickly apply all
that's new. Test code as you create it with JShell Improve your
object-oriented design with records and sealed classes Effectively
use text blocks, switch expressions, and pattern matching
Understand functional programming with lambda expressions
Streamline and optimize data management with the Streams API Use
modern library features and threadsafe data structures to implement
concurrency reliably Work with the modularized Java API and
third-party modules Take advantage of API improvements for working
with collections, input/output, regular expressions, and processes
Learn the APIs for date/time processing and internationalization
Whether you're an experienced developer just getting started with
modern Java, or have been programming with Java for years, this
guide will help you write more robust, efficient, and secure Java
code. Register your book for convenient access to downloads,
updates, and/or corrections as they become available. See inside
book for details.
Write Powerful, Modern C++ Code for Scientific, Engineering, and
Embedded Applications Discovering Modern C++, Second Edition, will
help you master valuable skills for programming with C++ at nearly
every level, from "close to the hardware" to high-level
abstractions. Updated for C++17 and C++ 20, this intensive
introduction teaches C++ using realistic examples from diverse
technical problem domains. Drawing on extensive experience teaching
C++ to physicists, mathematicians, engineers, and students, Peter
Gottschling guides you smoothly to sophisticated approaches based
on advanced features. Whatever your programming experience, you'll
rapidly master increasingly powerful features, from lambdas to
expression and variadic templates. Gottschling also shows you how
to apply C++'s libraries: both the Standard Template Library (STL)
and scientific libraries for arithmetic, linear algebra,
differential equations, and graphs. Step by step, you'll learn to
write clear and expressive code using object orientation, generics,
metaprogramming, and procedural techniques, and master all the
abstractions you need to write high-quality, well-performing
software. Quickly master core features: variables, operators,
expressions, statements, functions, error handling, I/O, arrays,
pointers, references, and more Make the most of classes and
object-oriented programming, from constructors/destructors to
operator overloading and multiple inheritance Apply advanced
generic programming and template-based techniques Use C++'s
libraries to write more robust and powerful code more quickly
Explore metaprogramming in depth, and master cutting-edge
optimization techniques Walk through representative scientific
projects, and create your own Register your book for convenient
access to downloads, updates, and/or corrections as they become
available. See inside book for details.
This print textbook is available for you to rent for your classes.
The Pearson print rental program provides you with affordable
access to learning materials, so you go to class ready to succeed.
C How to Program is a user-friendly, code-intensive introduction to
C programming with case studies introducing applications and system
programming. Like other texts of the Deitels' How to Program
series, the book's modular presentation serves as a detailed
beginner source of information for college students looking to
embark on a career in coding, or instructors and
software-development professionals seeking to learn how to program
with C. The signature Deitel live-code approach presents concepts
in the context of 142 full-working programs rather than incomplete
snips of code. This gives you a chance to run each program as you
study it and see how your learning applies to real-world
programming scenarios. Current standards, contemporary practice,
and hands-on learning opportunities are integrated throughout the
9th Edition. Over 340 new integrated Self-Check exercises with
answers allow you to test your understanding of important concepts
- and check your code - as you read. New and enhanced case studies
and exercises use real-world data and focus on the latest ACM/IEEE
computing curricula recommendations, highlighting security, data
science, ethics, privacy, and performance concepts.
In this book, the authors focus on efficient ways to program
instrumentation and automation systems using LabVIEW (TM), a system
design platform and development environment commonly used for data
acquisition, instrument control, and industrial automation on a
variety of operating systems. Starting with the concepts of data
flow and concurrent programming, the authors go on to address the
development of state machines, event programming and consumer
producer systems. Chapters cover the following topics: Introduction
to LabVIEW (TM), debugging tools, structures, SubVIs, structures -
LabVIEW (TM) features, organizing front panel and block diagram,
using software resources, using hardware resources, implementing
test machines with a basic architecture, controlling the user
interface, error handling, responding to the user interactions, the
ATM review project, communication between loops at different rates,
preventing race conditions, advanced use of software resources, and
real-time programming. This book helps undergraduate and graduate
students learn how to identify the most suitable design patterns
depending on the application, and how to implement them in
conjunction with data acquisition and instrumentation control
systems. It is also a helpful resource for engineers and scientists
who want to implement binary files to record data, control the user
interface and implement efficient ways of programming.
Innovation is the key to maintain competitive advantage. Innovation
in products, processes, and business models help companies to
provide economic value to their customers. Identifying the
innovative ideas, implementing those ideas, and absorbing them in
the market requires investing many resources that could incur large
costs. Technology encourages companies to foster innovation to
remain competitive in the marketplace. Emerging Technologies for
Innovation Management in the Software Industry serves as a resource
for technology absorption in companies supporting innovation. It
highlights the role of technology to assist software
companies-especially small start-ups-to innovate their products,
processes, and business models. This book provides the necessary
guidelines of which tools to use and under what situations.
Covering topics such as risk management, prioritization approaches,
and digitally-enabled innovation processes, this premier reference
source is an ideal resource for entrepreneurs, software developers,
software managers, business leaders, engineers, students and
faculty of higher education, researchers, and academicians.
|
|