Grob Basic Electronics [Student's Edition]


Bernard Grob - 1959
    It is presented in a full-color design, which allows students to read circuit diagrams and other important visuals easily.

Signals and Systems


Alan V. Oppenheim - 1982
    KEY TOPICS: The major changes of the revision are reorganization of chapter material and the addition of a much wider range of difficulties.

Light in the Darkness: Black Holes, the Universe, and Us


Heino Falcke - 2020
    A man of faith ordained in the Protestant tradition, Heino Falcke wrestles with the ways in which black holes force us to confront the boundary where human life ends and the celestial begins. He also ponders why black holes are difficult for most of us to understand—comparing it to our inability to envisage our own inevitable death.Black holes develop in outer space when a massive star dies, and its matter is condensed. That extreme amount of mass contained in a small space generates a gigantic amount of gravitational force, allowing the black hole to suck up everything that comes near, including light. These astronomical wonders are the subject of our greatest scientific and philosophical theorizing—the journey to a black hole would be the journey to the end of time itself. In this way, Falcke regards them as the most exquisite representations of fear, death . . . and, surprisingly, the divine.Empirical and profound, A Light in the Darkness is the first work to examine both the physical nature and spiritual meaning of black holes, those astrophysical mysteries Falcke, calls “the epitome of merciless destruction.”

Effective Java


Joshua Bloch - 2001
    The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util

Digital Design


M. Morris Mano - 1984
    The book teaches the basic tools for the design of digital circuits in a clear, easily accessible manner. New to This Edition: *Nine sections on Verilog Hardware Description Language (HDL) inserted in discrete sections, allowing the material to be covered or skipped as desired. The Verilog HDL presentation is at a suitable level for beginning students who are learning digital circuits for the first time. *Reorganized material on combinational circuits is now covered in a single chapter. *The emphasis in the sequential circuits chapters is now on design with D flip-flops instead of JK and SR flip-flops. *The material on memory and programmable logic is now consolidated in one chapter. *Chapter 8 consists mostly of new material and now covers digital design in the Register Transfer Level (P) FL), preparing the reader for more advanced design projects and further Verilog HDL studies. *A new section in Chapter 11 supplements the laboratory experiments with HDL experiments. These unable the reader to check the circuits designed in the laboratory by means of hardware components and/or by HDL simulation.* Text accompanied by Verilog simulator software-SynaptiCAD's VeriLogger Pro evaluation version, a Verilog simulation environment that combines all of the features of a traditional Verilog simulator with a powerful graphical test vector generator. Fast model testing in VeriLogger Pro allows the reader to perform bottom-up testing of every model in a design. All of the HDL examples in the book can be found on the CD-ROM. *A Companion Website includes resources for instructors and students such as transparency masters of all figures in the book, all HDL code examples from the book, a Verilog tutorial, tutorials on using the VeriLogger Pro software, and more. It can be found at http://www.prenhall.com/mano

Nonlinear Dynamics and Chaos: With Applications to Physics, Biology, Chemistry, and Engineering


Steven H. Strogatz - 1994
    The presentation stresses analytical methods, concrete examples, and geometric intuition. A unique feature of the book is its emphasis on applications. These include mechanical vibrations, lasers, biological rhythms, superconducting circuits, insect outbreaks, chemical oscillators, genetic control systems, chaotic waterwheels, and even a technique for using chaos to send secret messages. In each case, the scientific background is explained at an elementary level and closely integrated with mathematical theory.About the Author:Steven Strogatz is in the Center for Applied Mathematics and the Department of Theoretical and Applied Mathematics at Cornell University. Since receiving his Ph.D. from Harvard university in 1986, Professor Strogatz has been honored with several awards, including the E.M. Baker Award for Excellence, the highest teaching award given by MIT.

University Physics with Modern Physics


Hugh D. Young - 1949
    Offering time-tested problems, conceptual and visual pedagogy, and a state-of-the-art media package, this 11th edition looks to the future of university physics, in terms of both content and approach.

Materials Science and Engineering: An Introduction


William D. Callister Jr. - 1985
    For examples see chapters 3, 4, 5 and 9. * Mechanical property coverage The Sixth Edition maintains its extensive, introductory level coverage of mechanical properties and failure--the most important materials considerations for many engineers. For examples see chapters 6, 7, & 8. * A picture is worth 1000 words! The Sixth Edition judiciously and extensively makes use of illustrations and photographs. The approximate 500 figures include a large number of photographs that show the microstructure of various materials (e.g., Figures 9.12, 10.8, 13.12, 14.15 and 16.5). * Current and up-to-date Students are presented with the latest developments in Material Science and Engineering. Such up-to-date content includes advanced ceramic and polymeric materials, composites, high-energy hard magnetic materials, and optical fibers in communications. For examples see sections 13.7, 15.19, 16.8, 20.9, and 21.14. * Why study These sections at the beginning of each chapter provide the student with reasons why it is important to learn the material covered in the chapter. * Learning objectives A brief list of learning objectives for each chapter states the key learning concepts for the chapter. * Resources to facilitate the materials selection process. Appendix B, which contains 11 properties for a set of approximately 100 materials, is included which be used in materials selection problems. An additional resource, Appendix C, contains the prices for all materials listed in Appendix B. * The text is packaged with a CD-ROM that contains 1) interactive software modules to enhance visualization of three-dimensional objects, 2) additional coverage of select topics, and 3) complete solutions to selected problems from the text in order to assist students in mastering problem-solving.

Clean Code: A Handbook of Agile Software Craftsmanship


Robert C. Martin - 2007
    But if code isn't clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn't have to be that way. Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship . Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code on the fly into a book that will instill within you the values of a software craftsman and make you a better programmer but only if you work at it. What kind of work will you be doing? You'll be reading code - lots of code. And you will be challenged to think about what's right about that code, and what's wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft. Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code - of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and "smells" gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code. Readers will come away from this book understanding ‣ How to tell the difference between good and bad code‣ How to write good code and how to transform bad code into good code‣ How to create good names, good functions, good objects, and good classes‣ How to format code for maximum readability ‣ How to implement complete error handling without obscuring code logic ‣ How to unit test and practice test-driven development This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.

Inorganic Chemistry


D.F. Shriver - 1990
    The bestselling textbook inorganic chemistry text on the market covers both theoretical and descriptive aspects of the subject, and emphasizes experimental methods, industrial applications, and modern topics.

Infinite Potential: What Quantum Physics Reveals About How We Should Live


Lothar Schäfer - 2013
    With his own research as well as that of some of the most distinguished scientists of our time, Schäfer moves us from a reality of Darwinian competition to cooperation, a meaningless universe to a meaningful one, and a disconnected, isolated existence to an interconnected one. In so doing, he shows us that our potential is infinite and calls us to live in accordance with the order of the universe, creating a society based on the cosmic principle of connection, emphasizing cooperation and community.

The Elements of Computing Systems: Building a Modern Computer from First Principles


Noam Nisan - 2005
    The books also provides a companion web site that provides the toold and materials necessary to build the hardware and software.

Elements of Physical Chemistry


Peter Atkins - 1992
    This edition is designed to attain a thorough understanding of this vital branch of chemistry.

HTML and CSS: Design and Build Websites


Jon Duckett - 2011
    Joining the professional web designers and programmers are new audiences who need to know a little bit of code at work (update a content management system or e-commerce store) and those who want to make their personal blogs more attractive. Many books teaching HTML and CSS are dry and only written for those who want to become programmers, which is why this book takes an entirely new approach. • Introduces HTML and CSS in a way that makes them accessible to everyone—hobbyists, students, and professionals—and it’s full-color throughout • Utilizes information graphics and lifestyle photography to explain the topics in a simple way that is engaging • Boasts a unique structure that allows you to progress through the chapters from beginning to end or just dip into topics of particular interest at your leisureThis educational book is one that you will enjoy picking up, reading, then referring back to. It will make you wish other technical topics were presented in such a simple, attractive and engaging way!

Digital Image Processing


Rafael C. Gonzalez - 1977
    Completely self-contained, heavily illustrated, and mathematically accessible, it has a scope of application that is not limited to the solution of specialized problems. Digital Image Fundamentals. Image Enhancement in the Spatial Domain. Image Enhancement in the Frequency Domain. Image Restoration. Color Image Processing. Wavelets and Multiresolution Processing. Image Compression. Morphological Image Processing. Image Segmentation. Representation and Description. Object Recognition.