Book picks similar to
Introduction to Mechatronic Design by J. Edward Carryer
beng-readling-list
engg
engineering-texts
mechanical-eng
Abnormal Psychology
Thomas F. Oltmanns - 1994
It also includes a major study on suicide and case studies.
A Tour of C++
Bjarne Stroustrup - 2013
Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Programming Language, Fourth Edition. In
A Tour of C++
, Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer-in just a few hours-a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components-not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++11, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour ends with a discussion of the design and evolution of C++ and the extensions added for C++11. This guide does not aim to teach you how to program (see Stroustrup's Programming: Principles and Practice Using C++ for that); nor will it be the only resource you'll need for C++ mastery (see Stroustrup's The C++ Programming Language, Fourth Edition, for that). If, however, you are a C or C++ programmer wanting greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of modern C++, you can't find a shorter or simpler introduction than this tour provides.
Antenna Theory: Analysis and Design
Constantine A. Balanis - 2005
In response, Constantine Balanis has updated his classic text, Antenna Theory, offering the most recent look at all the necessary topics. New material includes smart antennas and fractal antennas, along with the latest applications in wireless communications. Multimedia material on an accompanying CD presents PowerPoint viewgraphs of lecture notes, interactive review questions, Java animations and applets, and MATLAB features. Like the previous editions, Antenna Theory, Third Edition meets the needs of electrical engineering and physics students at the senior undergraduate and beginning graduate levels, and those of practicing engineers as well. It is a benchmark text for mastering the latest theory in the subject, and for better understanding the technological applications. An Instructor's Manual presenting detailed solutions to all the problems in the book is available from the Wiley editorial department.
A Brief History of Ancient Greece: Politics, Society and Culture
Sarah B. Pomeroy - 2003
A small people inhabiting a country poor in resources and divided into hundreds of quarreling states created one of the most remarkable civilizations. Comprehensive and balanced, A Brief History of Ancient Greece: Politics, Society, and Culture is a new and shorter version of the authors' highly successful Ancient Greece: A Political, Social, and Cultural History (OUP, 1998). Four leading authorities on the classical world offer a lively and up-to-date account of Greek civilization and history in all its complexity and variety, covering the entire period from the Bronze Age through the Hellenistic Era, and integrating the most recent research in archaeology, comparative anthropology, and social history. They show how the early Greeks borrowed from their neighbors but eventually developed a distinctive culture all their own, one that was marked by astonishing creativity, versatility, and resilience. The authors go on to trace the complex and surprising evolution of Greek civilization to its eventual dissolution as it merged with a variety of other cultures. Using physical evidence from archaeology, the written testimony of literary texts and inscriptions, and anthropological models based on comparative studies, this compact volume provides an account of the Greek world that is thoughtful and sophisticated yet accessible to students and general readers with little or no knowledge of Greece.Ideal for courses in Greek Civilization and Ancient Greece, A Brief History of Ancient Greece offers:- A more streamlined treatment of political and military history than Ancient Greece- Emphasis on social and domestic life, art and architecture, literature, and philosophy- Expanded coverage of women and family life, religion, and athletics- A new section on male homosexuality in ancient Greece- A revised art program featuring more than 100 illustrations and 17 original maps- Numerous document boxes that include primary source material
Psychology
Daniel L. Schacter - 2007
After all, what more powerful tool is there for captivating students than the real science behind what we know? Dan Schacter, Dan Gilbert and Dan Wegner’s skillful presentation centers on a smart selection of pioneering and cutting-edge experiments and examples. They effectively convey the remarkable achievements of psychology (with the right amount of critical judgment) to introduce the field’s fundamental ideas to students. The writing makes it the book for your students.But it is not just the science that sets Psychology apart—its the way Schacter, Gilbert, and Wegner write about it. Each is a world-renowned researcher and accomplished classroom teacher. Each has written popular books that get to the heart of what fascinates people about psychology. Read any chapter of Psychology—any page—and you’ll see why. Bracing, easy to read, rich with captivating examples that make the ideas clear, concrete and relevant, Psychology communicates in a way that elevates and inspires students. It is anything but just another textbook.
The Norton Anthology Of American Literature
Nina Baym - 1979
This modern section has been overhauled to reflect the diversity of American writing since 1945. A section on 19th-century women's writing is included.
Working Effectively with Legacy Code
Michael C. Feathers - 2004
This book draws on material Michael created for his renowned Object Mentor seminars, techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include: Understanding the mechanics of software change, adding features, fixing bugs, improving design, optimizing performance Getting legacy code into a test harness Writing tests that protect you against introducing new problems Techniques that can be used with any language or platform, with examples in Java, C++, C, and C# Accurately identifying where code changes need to be made Coping with legacy systems that aren't object-oriented Handling applications that don't seem to have any structureThis book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes.
Euclid's Elements
Euclid
Heath's translation of the thirteen books of Euclid's Elements. In keeping with Green Lion's design commitment, diagrams have been placed on every spread for convenient reference while working through the proofs; running heads on every page indicate both Euclid's book number and proposition numbers for that page; and adequate space for notes is allowed between propositions and around diagrams. The all-new index has built into it a glossary of Euclid's Greek terms.Heath's translation has stood the test of time, and, as one done by a renowned scholar of ancient mathematics, it can be relied upon not to have inadvertantly introduced modern concepts or nomenclature. We have excised the voluminous historical and scholarly commentary that swells the Dover edition to three volumes and impedes classroom use of the original text. The single volume is not only more convenient, but less expensive as well.
Systems Analysis and Design
Gary B. Shelly - 1991
Students will find concepts easy-to-understand through the clear writing style and full-color figures that illustrate current technology and trends. Examples and cases are drawn from actual systems projects that enable students to learn in the context of solving problems, much like the ones they will encounter on the job. This approach, combined with motivating tools such as the SCR Associates interactive Web-Based Case Study, Systems Analyst's Toolkit, the Student Study Tool on CD-ROM, and more, makes Systems Analysis and Design, Seventh Edition a wise and exciting choice for your introductory systems analysis and design class.
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
The Making of a Poem: A Norton Anthology of Poetic Forms
Mark Strand - 2000
But distinguished poets Mark Strand and Eavan Boland have produced a clear, super-helpful book that unravels part of the mystery of great poems through an engaging exploration of poetic structure. Strand and Boland begin by promising to "look squarely at some of the headaches" of poetic form: the building blocks of poetry. The Making of a Poem gradually cures many of those headaches.Strand, who's won the Pulitzer Prize and a MacArthur Fellowship and has served as U.S. Poet Laureate, and Boland, an abundantly talented Irish poet who has also written a beautiful book of essays on writing and womanhood, are both accustomed to teaching. Strand, now at the University of Chicago, and Boland, a Stanford professor, draw upon decades in the classroom to anticipate most questions.Ever wonder what a pantoum is? A villanelle? A sestina? With humor, patience, and personal anecdotes, Strand and Boland offer answers. But the way they answer is what makes this book stand out. The forms are divided into three overarching categories: metrical forms, shaping forms, and open forms. "Metrical forms" include the sonnet, pantoum, and heroic couplet. "Shaping forms" explains broader categories, like the elegy, ode, and pastoral poem. And "open forms" offers new takes on the traditional blueprints, exploring poems like Allen Ginsberg's "America."Each established form is then approached in three ways, followed by several pages of outstanding poems in that form. First, the editors offer a "page at a glance" guide, with five or six characteristics of that specific form presented in a brief outline. For example, the pantoum is defined like this: 1) Each pantoum stanza must be four lines long. 2) The length is unspecified but the pantoum must begin and end with the same line. 3) The second and fourth lines of the first quatrain become the first and third line of the next, and so on with succeeding quatrains. 4) The rhyming of each quatrain is abab. 5) The final quatrain changes this pattern. 6) In the final quatrain the unrepeated first and third lines are used in reverse as second and fourth lines.With this outline, it's easy to identify the looping pantoum. In the second piece of the pantoum section, Strand and Boland include a "History of the Form" section, again condensed to one page. Here, we learn that the pantoum is "Malayan in origin and came into English, as so many other strict forms have, through France." Indeed, both Victor Hugo and Charles Baudelaire tried their hands at the pantoum. As always, Strand and Boland offer some comparison to the other forms, which helps explain why a poet might choose to write a pantoum over, say, a sonnet or a sestina:"Of all verse forms the pantoum is the slowest. The reader takes four steps forward, then two steps back. It is the perfect form for the evocation of a past time." Next, the editors include "The Contemporary Context," which introduces several of the pantoums of this century. Finally, in what may be the book's best feature, they provide a close-up of a pantoum, an approach they repeat for each form discussed. In this case, it's the "Pantoum of the Great Depression" by Donald Justice. The editors offer some biographical information on Justice, and then they map out how that specific poem gets its power. This "poet's explanation" of the workings of a poem is invaluable, especially when it comes from leading poets such as Stand and Boland. What's more, these remarks are transferable. Reading how Strand and Boland view a dozen poems transforms the way one reads. With any future poem, you can look for what Strand and Boland have found in the greats.The editors offer their readers a great start, with a list for further reading and a helpful glossary. If anything can get a person excited about poetry, this selection of poems can -- though the editors, as working poets, readily admit their choices are idiosyncratic. Gems here include the best work of lesser-known poets, including several "poets' poets." For example, Edward Thomas, a prominent reviewer in his day and a close friend of Robert Frost's, is represented by "Rain," an absolutely brilliant blank-verse poem which begins: Rain, midnight rain, nothing but wild rain On this bleak hut, and solitude, and me Remembering again that I shall die And neither hear the rain nor give it thanks For washing me cleaner than I have been Since I was born into this solitude. Thomas's poem -- and other treasures here -- introduces readers to what and how poets read to learn to make poems. Of course, many of the usual suspects are found here, but the surprises are exciting, and even the old favorites seem new when the editors explain why and how a particular poem seems beautiful. This is particularly evident in their discussion of Edna St. Vincent Millay's rushing, initially breathless sonnet "What Lips My Lips Have Kissed, and Where, and How, " which reads: What lips my lips have kissed, and where, and why, I have forgotten, and what arms have lain Under my head till morning, but the rain Is full of ghosts tonight, that tap and sigh Upon the glass and listen for reply, And in my heart there stirs a quiet pain For unremembered lads that not again Will turn to me at midnight with a cry. Thus in the winter stands the lonely tree Nor knows what birds have vanquished one by one, Yet knows its boughs more silent than before: I cannot say what loves have come and gone, I only know that summer sang in me A little while, that in me sings no more. In the "close-up" section, Strand and Boland offer an biographical paragraph that mentions that in 1923, Millay became the first woman to win a Pulitzer Prize in Poetry. They then discuss Millay's "distinctive and unusual" approach to the sonnet form: "Instead of taking the more leisurely pace of the public sonnet that had been the 19th-century model, she drove her sonnets forward with a powerful lyric music and personal emphasis."The editors point out Millay's heavy reliance on assonance and alliteration, and then note how she takes advantage of the different tempos the sonnet offers:"Here she uses her distinctive music and high diction to produce an unusually quick-paced poem in the first octave and then a slower, more reflective septet where the abandoned lover becomes a winter tree. This ability of the sonnet, to accommodate both lyric and reflective time, made it a perfect vehicle for highly intuitive twentieth-century poets like Millay."That simple explanation of the sonnet as a form able to "accommodate both lyric and reflective time" helps clarify most sonnets. But Strand and Boland are careful not to explain everything. The deepest beauty, as they explain in their introductory essays on their attraction to form, is built on mystery. And it is that attempt to understand the greatest mysteries that defines the greatest poems. Similarly, mystery often drives poets to write, as Strand explains in his essay on Archibald MacLeish's "You, Andrew Marvell," which Strand describes as the first poem he wished he had written himself in his early years as a poet:"Although I no longer wish I had written 'You, Andrew Marvell,' I wish, however, that I could write something like it, something with its sweep, its sensuousness, its sad crepuscular beauty, something capable of carving out such a large psychic space for itself&. There is something about it that moves me in ways I don't quite understand, as it were communicating more than what it actually says. This is often the case with good poems -- they have a lyric identity that goes beyond whatever their subject happens to be."With this book, Strand and Boland help quantify the explicable parts of a "lyric identity." Understanding form, the editors believe, is one way to begin understanding a poem's beauty. This lucid, useful book is a wonderful guide to that mysterious music.Aviya Kushner
The Inclusive Classroom: Strategies for Effective Instruction
Margo A. Mastropieri - 1999
The Inclusive Classroom: Strategies for Effective Instruction provides a wealth of practical and proven strategies for successfully including students with disabilities in general education classrooms. The text is unique for its three-part coverage of fundamentals of teaching students with special needs (including legal and professional issues, and characteristics of students with special needs); effective general teaching practices (including such topics as strategies for behavior management, improving motivation, increasing attention and memory, and improving study skills); and inclusive practices in specific subject areas (including literacy, math, science and social studies, vocational and other areas). This approach allows readers to understand students with special learning needs, effective general practices for inclusive instruction, and content-specific strategies. The overall approach is one of effective instruction, those practices that are most closely aligned with academic success.
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.
ServSafe Coursebook [with Answer Sheet]
National Restaurant Association - 2001
It is the ideal solution for the academic setting, multiple-day training, or individuals in need of more extensive food safety training. Food safety has never been more important to the restaurant industry and its customers. Based on the "2013""FDA Food Code, " the "ServSafe Coursebook" focuses on the preventative measures to keep food safe. The content in the "ServSafe Coursebook" goes beyond the principles found in the "ServSafe""Manager Book" and adds greater depth and breadth of food safety practices by featuring expanded sections on food defense, high-risk populations, active managerial control, and crisis management. Food safety topics are presented in a user-friendly, practical way with more real-world case studies and stories to help readers understand the day-to-day importance of food safety. Developed by the industry, for the industry, ServSafe(R) is a proven way to minimize risk and maximize protection for foodservice owners, employees, and customers. Recognized as the industry standard, ServSafe offers a complete suite of printed and online products and is the most important ingredient to food safety training and certification success. The "ServSafe Coursebook" is available packaged with MyServSafeLab(TM). MyServSafeLab is an online homework, tutorial, and assessment program that truly engages students in learning. It helps students better prepare for class, quizzes, and exams-resulting in better performance in the course-and provides educators a dynamic set of tools for gauging individual and class progress. The "ServSafe Coursebook" 6th Edition is available packaged in a number of ways to suit your specific needs. ISBN: 0133883507 is a package containing the book and the answer sheet for the pencil/paper version of the ServSafe Food Protection Manager exam" ServSafe Coursebook with Answer Sheet 6th Edition " Also available: Stand-alone book: "ServSafe Coursebook "6th Edition ISBN: 0133883604A package containing the book, the answer sheet for the pencil/paper version of the ServSafe Food Protection Manager exam, AND MyServSafeLab with Pearson eText Access Card: " ServSafe Coursebook with Answer Sheet, Revised Plus NEW MyServSafeLab with Pearson eText -- Access Card Package, "6/e ISBN: 0133962733A package containing the book and online exam voucher: "ServSafe Coursebook with Online Exam Voucher 6th Edition "ISBN: 0133883515A package containing the book, online exam voucher, AND MyServSafeLab with Pearson eText Access Card: "ServSafe Coursebook with Online Exam Voucher, Revised Plus NEW MyServSafeLab with Pearson eText -- Access Card Package, 6/e "ISBN: 0133962725Students, if interested in purchasing this title with MyServSafeLab, ask your instructor for the correct package ISBN. MyServSafeLab is not a self-paced technology and should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information.