Not about Heroes: The Friendship of Siegfried Sassoon and Wilfred Owen


Stephen MacDonald - 1983
    It is sweet and fitting to die for one's country. This moving play is about the poetic life and the inter relationship between two of the finest Great War poets: Owen who died and Siegfried Sasson who didn't. Told by means of letters and poetry, Not About Heroes paints a vivid picture of the war. It was staged to

Digital Design and Computer Architecture


David Money Harris - 2007
    Digital Design and Computer Architecture begins with a modern approach by rigorously covering the fundamentals of digital logic design and then introducing Hardware Description Languages (HDLs). Featuring examples of the two most widely-used HDLs, VHDL and Verilog, the first half of the text prepares the reader for what follows in the second: the design of a MIPS Processor. By the end of Digital Design and Computer Architecture, readers will be able to build their own microprocessor and will have a top-to-bottom understanding of how it works--even if they have no formal background in design or architecture beyond an introductory class. David Harris and Sarah Harris combine an engaging and humorous writing style with an updated and hands-on approach to digital design.Unique presentation of digital logic design from the perspective of computer architecture using a real instruction set, MIPS.Side-by-side examples of the two most prominent Hardware Design Languages--VHDL and Verilog--illustrate and compare the ways the each can be used in the design of digital systems.Worked examples conclude each section to enhance the reader's understanding and retention of the material.

Chemistry


Steven S. Zumdahl - 1986
    They bring a conceptual approach to chemistry and integrate problem-solving skills throughout, helping students transition from theory to practice. A strong emphasis on models, real-world applications, and visual learning prevails throughout the text. The Seventh Edition seamlessly integrates the strengths of the Zumdahl approach through a comprehensive and interwoven print and technology program. Enhanced Sample Exercises, online homework problems, and Classroom Response System content help instructors assess conceptual understanding and problem-solving skills, while new animations and images support visual learning. In addition, Houghton Mifflin offers implementation services through our TeamUP program to help instructors and students get the most out of the text and its supplements.

Control Systems Engineering


Norman S. Nise - 1991
    Readers learn how to create control systems that support today's advanced technology and apply the latest computer methods to the analysis and design of control systems. * A methodology with clearly defined steps is presented for each type of design problem. * Continuous design examples give a realistic view of each stage in the control systems design process. * A complete tutorial on using MATLAB Version 5 in designing control systems prepares readers to use this important software tool.

Life on the Screen


Sherry Turkle - 1995
    We are using life on the screen to engage in new ways of thinking about evolution, relationships, politics, sex, and the self. "Life on the Screen" traces a set of boundary negotiations, telling the story of the changing impact of the computer on our psychological lives and our evolving ideas about minds, bodies, and machines. What is emerging, Turkle says, is a new sense of identity-- as decentered and multiple. She describes trends in computer design, in artificial intelligence, and in people's experiences of virtual environments that confirm a dramatic shift in our notions of self, other, machine, and world. The computer emerges as an object that brings postmodernism down to earth.

Data and Computer Communications


William Stallings - 1985
    With a focus on the most current technology and a convenient modular format, this best-selling text offers a clear and comprehensive survey of the entire data and computer communications field. Emphasizing both the fundamental principles as well as the critical role of performance in driving protocol and network design, it explores in detail all the critical technical areas in data communications, wide-area networking, local area networking, and protocol design. The Eighth Edition provides updated coverage of multimedia, Gigabit and 10 Gbps Ethernet, WiFi/IEEE 802.11 wireless LANs, security, and more

Test Driven Development for Embedded C


James W. Grenning - 2010
    You thought TDD was for someone else, but it's not! It's for you, the embedded C programmer. TDD helps you prevent defects and build software with a long useful life. This is the first book to teach the hows and whys of TDD for C programmers. TDD is a modern programming practice C developers need to know. It's a different way to program---unit tests are written in a tight feedback loop with the production code, assuring your code does what you think. You get valuable feedback every few minutes. You find mistakes before they become bugs. You get early warning of design problems. You get immediate notification of side effect defects. You get to spend more time adding valuable features to your product. James is one of the few experts in applying TDD to embedded C. With his 1.5 decades of training, coaching, and practicing TDD in C, C++, Java, and C# he will lead you from being a novice in TDD to using the techniques that few have mastered. This book is full of code written for embedded C programmers. You don't just see the end product, you see code and tests evolve. James leads you through the thought process and decisions made each step of the way. You'll learn techniques for test-driving code right next to the hardware, and you'll learn design principles and how to apply them to C to keep your code clean and flexible. To run the examples in this book, you will need a C/C++ development environment on your machine, and the GNU GCC tool chain or Microsoft Visual Studio for C++ (some project conversion may be needed).

Fundamentals of Physics


David Halliday - 2004
    A unique combination of authoritative content and stimulating applications. * Numerous improvements in the text, based on feedback from the many users of the sixth edition (both instructors and students) * Several thousand end-of-chapter problems have been rewritten to streamline both the presentations and answers * 'Chapter Puzzlers' open each chapter with an intriguing application or question that is explained or answered in the chapter * Problem-solving tactics are provided to help beginning Physics students solve problems and avoid common error * The first section in every chapter introduces the subject of the chapter by asking and answering, "What is Physics?" as the question pertains to the chapter * Numerous supplements available to aid teachers and students The extended edition provides coverage of developments in Physics in the last 100 years, including: Einstein and Relativity, Bohr and others and Quantum Theory, and the more recent theoretical developments like String Theory.

The Electric Life of Michael Faraday


Alan W. Hirshfeld - 2006
    He manned the barricades against superstition and pseudoscience, and pressed for a scientifically literate populace years before science had been deemed worthy of common study. A friend of Charles Dickens and an inspiration to Thomas Edison, the deeply religious Faraday sought no financial gain from his discoveries, content to reveal God's presence through the design of nature. Faraday speaks to us today through the prose of his letters and journals. In The Electric Life of Michael Faraday, Alan Hirshfeld presents an intimate and memorable portrait of an icon of science, making Faraday's most significant discoveries about electricity and magnetism readily understandable, and immortalizing his momentous contributions to the modern world.

The Vulnerable Observer: Anthropology That Breaks Your Heart


Ruth Behar - 1997
    She proposes an anthropology that is lived and written in a personal voice. She does so in the hope that it will lead us toward greater depth of understanding and feeling, not only in contemporary anthropology, but in all acts of witnessing.

Visions of Culture: An Introduction to Anthropological Theories and Theorists


Jerry D. Moore - 1996
    Moore's Visions of Culture presents introductory anthropology students with a brief, readable, and balanced treatment of theoretical developments in the field. The key ideas of major theorists are briefly described and--unique to this textbook--linked to the biographical and fieldwork experiences that helped shape their theories. The impact of each scholar on contemporary anthropology is presented, along with numerous examples, quotes from the theorists' writings, and a description of the broader intellectual setting in which these anthropologists worked.

Problem Solving with Algorithms and Data Structures Using Python


Bradley N. Miller - 2005
    It is also about Python. However, there is much more. The study of algorithms and data structures is central to understanding what computer science is all about. Learning computer science is not unlike learning any other type of difficult subject matter. The only way to be successful is through deliberate and incremental exposure to the fundamental ideas. A beginning computer scientist needs practice so that there is a thorough understanding before continuing on to the more complex parts of the curriculum. In addition, a beginner needs to be given the opportunity to be successful and gain confidence. This textbook is designed to serve as a text for a first course on data structures and algorithms, typically taught as the second course in the computer science curriculum. Even though the second course is considered more advanced than the first course, this book assumes you are beginners at this level. You may still be struggling with some of the basic ideas and skills from a first computer science course and yet be ready to further explore the discipline and continue to practice problem solving. We cover abstract data types and data structures, writing algorithms, and solving problems. We look at a number of data structures and solve classic problems that arise. The tools and techniques that you learn here will be applied over and over as you continue your study of computer science.

The Pumpkin Book


Gail Gibbons - 1999
    Award-winning author Gail Gibbons also relates the special role pumpkins played in the first Thanksgiving, the history behind carving pumpkins into jack'o'lanterns, and how pumpkins are still part of our celebrations today. The book features bold, clearly-labeled illustrations, directions for drying seeds, and even how to carve funny or scary faces into your pumpkin (with an adult's help), along with a fascinating section on pumpkin facts and lore. Perfect for aspiring farmers and kids who can't wait for Halloween!

Physics for Scientists and Engineers: A Strategic Approach with Modern Physics [with MasteringPhysics]


Randall D. Knight - 2003
    0321513339 / 9780321513335 Physics for Scientists and Engineers: A Strategic Approach with Modern Physics and MasteringPhysicsâ�¢ Package consists of 0321513576 / 9780321513571 Student Workbook for Physics for Scientists and Engineers: A Strategic Approach with Modern Physics 0321516397 / 9780321516398 MasteringPhysicsâ�¢ with E-book Student Access Kit for Physics for Scientists and Engineers: A Strategic Approach 0805327363 / 9780805327366 Physics for Scientists and Engineers: A Strategic Approach with Modern Physics

Calculus


Earl W. Swokowski - 1979
    The strengths of these texts are characterized by mathematical integrity, comprehensive discussions of the concepts of calculus, and an impressively large collection of worked examples and illustrative figures.