Remote Sensing of the Environment: An Earth Resource Perspective


John R. Jensen - 2000
    The author emphasizes the use of remote sensing data for useful spatial biophysical or socio-economic information that can be used to make decisions. KEY TOPICS: Provides two new chapters on LIDAR Remote Sensing (Ch. 10) and In situ Spectral Reflectance Measurement (Ch. 15). Offers a thorough review of the nature of electromagnetic radiation, examining how the reflected or emitted energy in the visible, near-infrared, middle-infrared, thermal infrared, and microwave portions of the spectrum can be collected by a variety of sensor systems and analyzed. Employs a visually stimulating, clear format: a large (8.5" x 11") format with 48 pages in full color facilitates image interpretation; hundreds of specially designed illustrationscommunicate principles in an easily understood manner. MARKET: A useful reference for agriculture, wetland, and/or forestry professionals, along with geographers, urban planners, and transportation engineers.

Software Engineering (International Computer Science Series)


Ian Sommerville - 1982
    Restructured into six parts, this new edition covers a wide spectrum of software processes from initial requirements solicitation through design and development.

Computer Organization and Architecture: Designing for Performance


William Stallings - 1987
    For courses in computer organization and architecture, this text provides a clear, comprehensive presentation of the organization and architecture of contemporary computers.

Elementary Statistics: Picturing the World


Ron Larson - 2002
    Offering an approach with a visual/graphical emphasis, this text offers a number of examples on the premise that students learn best by doing. This book features an emphasis on interpretation of results and critical thinking over calculations.

College Writing Skills with Readings


John Langan - 1993
    College Writing Skills With Reading features John Langan's clear writing style and his wide range of writing assignments and activities that effectively reinforce the four essentials of good writing: unity, support, coherence, and sentence skills. This alternate version provides 25 entertaining and informative essays by professional writers.

Managing Business Ethics: Straight Talk about How to Do It Right


Linda K. Trevino - 1995
     Throughout, the emphasis is on common, real-life work situations, including hiring, managing, assessing performance, disciplining, firing, and providing incentives for staff, as well as producing quality products and services, and dealing effectively and fairly with customers, vendors, and other stakeholders. Highlights of the Fourth Edition * Updated information relates content to current events such as the U.S. Sentencing Guidelines for Corporations. * Describes the link between ethical culture and employee engagement. * Covers new research, including the role of emotions in ethical decision making. * Presents new profiles of organizations such as McWane, Enron, Citigroup, and Marsh & McLennan. * International references reflect the realities of the increasingly global business environment.

Electrical Machines, Drives, and Power Systems


Theodore Wildi - 2001
    The scope of the book reflects the changes that have occurred in power technology, allowing the entrance of power electronics into every facet of industrial drives, and expanding the field to open more career opportunities.

MATLAB: A Practical Introduction to Programming and Problem Solving


Stormy Attaway - 2009
    It is the only book that gives a full introduction to programming in MATLAB combined with an explanation of MATLAB's powerful functions. The book differs from other texts in that it teaches programming concepts and the use of the built-in functions in MATLAB simultaneously. It presents programming concepts and MATLAB built-in functions side-by-side, giving students the ability to program efficiently and exploit the power of MATLAB to solve problems. The systematic, step-by-step approach, building on concepts throughout the book, facilitates easier learning.Starting with basic programming concepts, such as variables, assignments, input/output, selection, and loop statements, problems are introduced and solved throughout the book. The book is organized into two parts. Part I covers the programming constructs and demonstrates programming versus efficient use of built-in functions to solve problems. Part II describes the applications, including plotting, image processing, and mathematics, needed in basic problem solving. The chapters feature sections called Quick Question! as well as practice problems designed to test knowledge about the material covered. Problems are solved using both The Programming Concept and The Efficient Method, which facilitates understanding the efficient ways of using MATLAB, and also the programming concepts used in these efficient functions and operators. There are also sections on 'common pitfalls' and 'programming guidelines' that direct students towards best practice.This book is ideal for engineers learning to program and model in MATLAB, as well as undergraduates in engineering and science taking a course on MATLAB.

Sociology


Richard T. Schaefer - 1983
    Known for its balanced coverage of the 3 perspectives, this text continues to encourage students to think about their world with a sociological imagination. Through its strong coverage of globalization, race and ethnicity, careers in sociology, and current topics like mass media and social policy, Sociology provides students with knowledge they can use on campus, at work, in their neighborhoods, and in the global community. The new 12th edition features updated sections in various chapters reflecting recent sociological changes like the impact of the current economic downturn on social class and the global culture war. New Research Today boxes provide students with relevant examples of sociological research.

Principles of Economics


Karl E. Case - 1988
    These two highly-respected economists and educators have revised this best-selling MICRO FIRST book to include more current topics and events while maintaining its hallmark feature of teaching economics through stories, graphs, and equations; relevant to students with various learning styles (verbal, visual, and numerical).

Services Marketing: Integrating Customer Focus Across the Firm


Valarie A. Zeithaml - 1902
    Introduction to Services Chapter 2. Conceptual Framework for the Book: The Gaps Model of Service Quality PART TWO: FOCUS ON THE CUSTOMER Chapter 3. Consumer Behavior in Services Chapter 4. Customer Expectations in Services Chapter 5.

R for Data Science: Import, Tidy, Transform, Visualize, and Model Data


Hadley Wickham - 2016
    This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible. Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You’ll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you’ve learned along the way. You’ll learn how to: Wrangle—transform your datasets into a form convenient for analysis Program—learn powerful R tools for solving data problems with greater clarity and ease Explore—examine your data, generate hypotheses, and quickly test them Model—provide a low-dimensional summary that captures true "signals" in your dataset Communicate—learn R Markdown for integrating prose, code, and results

Modern Database Management


Jeffrey A. Hoffer - 1994
    Intended for professional development programs in introductory database management.

Financial Management for Public, Health, and Not-For-Profit Organizations


Steven A. Finkler - 2000
    Intended for introductory courses in financial and managerial accounting in the areas of government or public policy and management, not-for-profit management, and health policy and management, this texts addresses financial and managerial accounting within the three major areas of the public sector - government, health, and not-for-profit.

Learning SQL


Alan Beaulieu - 2005
    If you're working with a relational database--whether you're writing applications, performing administrative tasks, or generating reports--you need to know how to interact with your data. Even if you are using a tool that generates SQL for you, such as a reporting tool, there may still be cases where you need to bypass the automatic generation feature and write your own SQL statements.To help you attain this fundamental SQL knowledge, look to "Learning SQL," an introductory guide to SQL, designed primarily for developers just cutting their teeth on the language."Learning SQL" moves you quickly through the basics and then on to some of the more commonly used advanced features. Among the topics discussed: The history of the computerized databaseSQL Data Statements--those used to create, manipulate, and retrieve data stored in your database; example statements include select, update, insert, and deleteSQL Schema Statements--those used to create database objects, such as tables, indexes, and constraintsHow data sets can interact with queriesThe importance of subqueriesData conversion and manipulation via SQL's built-in functionsHow conditional logic can be used in Data StatementsBest of all, "Learning SQL" talks to you in a real-world manner, discussing various platform differences that you're likely to encounter and offering a series of chapter exercises that walk you through the learning process. Whenever possible, the book sticks to the features included in the ANSI SQL standards. This means you'll be able to apply what you learn to any of several different databases; the book covers MySQL, Microsoft SQL Server, and Oracle Database, but the features and syntax should apply just as well (perhaps with some tweaking) to IBM DB2, Sybase Adaptive Server, and PostgreSQL.Put the power and flexibility of SQL to work. With "Learning SQL" you can master this important skill and know that the SQL statements you write are indeed correct.