U.S. History


Book Description

U.S. History is designed to meet the scope and sequence requirements of most introductory courses. The text provides a balanced approach to U.S. history, considering the people, events, and ideas that have shaped the United States from both the top down (politics, economics, diplomacy) and bottom up (eyewitness accounts, lived experience). U.S. History covers key forces that form the American experience, with particular attention to issues of race, class, and gender.







Computational Complexity


Book Description

New and classical results in computational complexity, including interactive proofs, PCP, derandomization, and quantum computation. Ideal for graduate students.




Odyssey of the Dragonlords RPG


Book Description

Campaign book; compatible with the "5E" edition rules of Dungeons & Dragons.




Introduction to Business


Book Description

Introduction to Business covers the scope and sequence of most introductory business courses. The book provides detailed explanations in the context of core themes such as customer satisfaction, ethics, entrepreneurship, global business, and managing change. Introduction to Business includes hundreds of current business examples from a range of industries and geographic locations, which feature a variety of individuals. The outcome is a balanced approach to the theory and application of business concepts, with attention to the knowledge and skills necessary for student success in this course and beyond. This is an adaptation of Introduction to Business by OpenStax. You can access the textbook as pdf for free at openstax.org. Minor editorial changes were made to ensure a better ebook reading experience. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution 4.0 International License.




Op Amps for Everyone


Book Description

The operational amplifier ("op amp") is the most versatile and widely used type of analog IC, used in audio and voltage amplifiers, signal conditioners, signal converters, oscillators, and analog computing systems. Almost every electronic device uses at least one op amp. This book is Texas Instruments' complete professional-level tutorial and reference to operational amplifier theory and applications. Among the topics covered are basic op amp physics (including reviews of current and voltage division, Thevenin's theorem, and transistor models), idealized op amp operation and configuration, feedback theory and methods, single and dual supply operation, understanding op amp parameters, minimizing noise in op amp circuits, and practical applications such as instrumentation amplifiers, signal conditioning, oscillators, active filters, load and level conversions, and analog computing. There is also extensive coverage of circuit construction techniques, including circuit board design, grounding, input and output isolation, using decoupling capacitors, and frequency characteristics of passive components. The material in this book is applicable to all op amp ICs from all manufacturers, not just TI. Unlike textbook treatments of op amp theory that tend to focus on idealized op amp models and configuration, this title uses idealized models only when necessary to explain op amp theory. The bulk of this book is on real-world op amps and their applications; considerations such as thermal effects, circuit noise, circuit buffering, selection of appropriate op amps for a given application, and unexpected effects in passive components are all discussed in detail. *Published in conjunction with Texas Instruments *A single volume, professional-level guide to op amp theory and applications *Covers circuit board layout techniques for manufacturing op amp circuits.




Applied Cryptography


Book Description

From the world's most renowned security technologist, Bruce Schneier, this 20th Anniversary Edition is the most definitive reference on cryptography ever published and is the seminal work on cryptography. Cryptographic techniques have applications far beyond the obvious uses of encoding and decoding information. For developers who need to know about capabilities, such as digital signatures, that depend on cryptographic techniques, there's no better overview than Applied Cryptography, the definitive book on the subject. Bruce Schneier covers general classes of cryptographic protocols and then specific techniques, detailing the inner workings of real-world cryptographic algorithms including the Data Encryption Standard and RSA public-key cryptosystems. The book includes source-code listings and extensive advice on the practical aspects of cryptography implementation, such as the importance of generating truly random numbers and of keeping keys secure. ". . .the best introduction to cryptography I've ever seen. . . .The book the National Security Agency wanted never to be published. . . ." -Wired Magazine ". . .monumental . . . fascinating . . . comprehensive . . . the definitive work on cryptography for computer programmers . . ." -Dr. Dobb's Journal ". . .easily ranks as one of the most authoritative in its field." -PC Magazine The book details how programmers and electronic communications professionals can use cryptography-the technique of enciphering and deciphering messages-to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems. The book shows programmers who design computer applications, networks, and storage systems how they can build security into their software and systems. With a new Introduction by the author, this premium edition will be a keepsake for all those committed to computer and cyber security.







American Horizons


Book Description

American Horizons is the only U.S. History survey text that presents the traditional narrative in a global context. The seven-author team uses the frequent movement of people, goods, and ideas into, out of, and within America's borders as a framework. This unique approach provides a fully integrated global perspective that seamlessly contextualizes American events within the wider world. The authors, all acclaimed scholars in their specialties, use their individual strengths to provide students with a balanced and inclusive account of U.S. history. Presented in two volumes for maximum flexibility, American Horizons illustrates the relevance of U.S. history to American students by centering on the matrix of issues that dominate their lives. These touchstone themes include population movements and growth, the evolving definition of citizenship, cultural change and continuity, people's relationship to and impact upon the environment, political and ideological contests and their consequences, and Americans' five centuries of engagement with regional, national, and global institutions, forces, and events. In addition, this beautifully designed, full-color book features hundreds of photos and images and more than one hundred maps. American Horizons contains ample pedagogy, including: * America in the World, visual guides to the key interactions between America and the world * Global Passages, which feature unique stories connecting America to the world * Visual Reviews providing post-reading summaries to help students to connect key themes or events within a chapter * Maps and Infographics that explore essential themes in new ways




The Algorithm Design Manual


Book Description

This newly expanded and updated second edition of the best-selling classic continues to take the "mystery" out of designing algorithms, and analyzing their efficacy and efficiency. Expanding on the first edition, the book now serves as the primary textbook of choice for algorithm design courses while maintaining its status as the premier practical reference guide to algorithms for programmers, researchers, and students. The reader-friendly Algorithm Design Manual provides straightforward access to combinatorial algorithms technology, stressing design over analysis. The first part, Techniques, provides accessible instruction on methods for designing and analyzing computer algorithms. The second part, Resources, is intended for browsing and reference, and comprises the catalog of algorithmic resources, implementations and an extensive bibliography. NEW to the second edition: • Doubles the tutorial material and exercises over the first edition • Provides full online support for lecturers, and a completely updated and improved website component with lecture slides, audio and video • Contains a unique catalog identifying the 75 algorithmic problems that arise most often in practice, leading the reader down the right path to solve them • Includes several NEW "war stories" relating experiences from real-world applications • Provides up-to-date links leading to the very best algorithm implementations available in C, C++, and Java