Data Structures Using C++


D.S. Malik - 2003
    D.S. Malik is ideal for a one-semester course focused on data structures. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL). This student-friendly text features abundant Programming Examples and extensive use of visual diagrams to reinforce difficult topics. Students will find Dr. Malik's use of complete programming code and clear display of syntax, explanation, and example easy to read and conducive to learning.

Digital Transformation: Survive and Thrive in an Era of Mass Extinction


Thomas M. Siebel - 2019
    He shows how leading enterprises such as Enel, 3M, Royal Dutch Shell, the U.S. Department of Defense, and others are applying AI and IoT with stunning results. Digital Transformation is the guidebook every business and government leader needs to survive and thrive in the new digital age.

The Pentagon's Brain: An Uncensored History of DARPA, America's Top-Secret Military Research Agency


Annie Jacobsen - 2015
    In the first-ever history about the organization, New York Times bestselling author Annie Jacobsen draws on inside sources, exclusive interviews, private documents, and declassified memos to paint a picture of DARPA, or "the Pentagon's brain," from its Cold War inception in 1958 to the present.This is the book on DARPA--a compelling narrative about this clandestine intersection of science and the American military and the often frightening results.

Python for Data Analysis


Wes McKinney - 2011
    It is also a practical, modern introduction to scientific computing in Python, tailored for data-intensive applications. This is a book about the parts of the Python language and libraries you'll need to effectively solve a broad set of data analysis problems. This book is not an exposition on analytical methods using Python as the implementation language.Written by Wes McKinney, the main author of the pandas library, this hands-on book is packed with practical cases studies. It's ideal for analysts new to Python and for Python programmers new to scientific computing.Use the IPython interactive shell as your primary development environmentLearn basic and advanced NumPy (Numerical Python) featuresGet started with data analysis tools in the pandas libraryUse high-performance tools to load, clean, transform, merge, and reshape dataCreate scatter plots and static or interactive visualizations with matplotlibApply the pandas groupby facility to slice, dice, and summarize datasetsMeasure data by points in time, whether it's specific instances, fixed periods, or intervalsLearn how to solve problems in web analytics, social sciences, finance, and economics, through detailed examples

Computer Organization & Design: The Hardware/Software Interface


David A. Patterson - 1993
    More importantly, this book provides a framework for thinking about computer organization and design that will enable the reader to continue the lifetime of learning necessary for staying at the forefront of this competitive discipline. --John Crawford Intel Fellow Director of Microprocessor Architecture, Intel The performance of software systems is dramatically affected by how well software designers understand the basic hardware technologies at work in a system. Similarly, hardware designers must understand the far reaching effects their design decisions have on software applications. For readers in either category, this classic introduction to the field provides a deep look into the computer. It demonstrates the relationship between the software and hardware and focuses on the foundational concepts that are the basis for current computer design. Using a distinctive learning by evolution approach the authors present each idea from its first principles, guiding readers through a series of worked examples that incrementally add more complex instructions until they ha

TOEFL iBT: The Official ETS Study Guide (McGraw-Hill's TOEFL iBT)


Educational Testing Service - 2005
    Edited by ETS, the people who make the test! Find out all about the new TOEFL Internet-based test; Get over 500 real TOEFL questiond and essay topics

Smarter Than Us: The Rise of Machine Intelligence


Stuart Armstrong - 2014
    The power of an artificial intelligence (AI) comes from its intelligence, not physical strength and laser guns. Humans steer the future not because we're the strongest or the fastest but because we're the smartest. When machines become smarter than humans, we'll be handing them the steering wheel. What promises—and perils—will these powerful machines present? Stuart Armstrong’s new book navigates these questions with clarity and wit.Can we instruct AIs to steer the future as we desire? What goals should we program into them? It turns out this question is difficult to answer! Philosophers have tried for thousands of years to define an ideal world, but there remains no consensus. The prospect of goal-driven, smarter-than-human AI gives moral philosophy a new urgency. The future could be filled with joy, art, compassion, and beings living worthwhile and wonderful lives—but only if we’re able to precisely define what a "good" world is, and skilled enough to describe it perfectly to a computer program.AIs, like computers, will do what we say—which is not necessarily what we mean. Such precision requires encoding the entire system of human values for an AI: explaining them to a mind that is alien to us, defining every ambiguous term, clarifying every edge case. Moreover, our values are fragile: in some cases, if we mis-define a single piece of the puzzle—say, consciousness—we end up with roughly 0% of the value we intended to reap, instead of 99% of the value.Though an understanding of the problem is only beginning to spread, researchers from fields ranging from philosophy to computer science to economics are working together to conceive and test solutions. Are we up to the challenge?A mathematician by training, Armstrong is a Research Fellow at the Future of Humanity Institute (FHI) at Oxford University. His research focuses on formal decision theory, the risks and possibilities of AI, the long term potential for intelligent life (and the difficulties of predicting this), and anthropic (self-locating) probability. Armstrong wrote Smarter Than Us at the request of the Machine Intelligence Research Institute, a non-profit organization studying the theoretical underpinnings of artificial superintelligence.

Robots Will Steal Your Job, But That's OK: How to Survive the Economic Collapse and Be Happy


Federico Pistono - 2012
    You think you are special, unique, and that whatever it is that you are doing is impossible to replace. You are wrong. As we speak, millions of algorithms created by computer scientists are frantically running on servers all over the world, with one sole purpose: do whatever humans can do, but better.That is the argument for a phenomenon called technological unemployment, one that is pervading modern society. But is that really the case? Or is it just a futuristic fantasy? What will become of us in the coming years, and what can we do to prevent a catastrophic collapse of society?Robots Will Steal Your Job, But That's OK: how to survive the economic collapse and be happy explores the impact of technological advances on our lives, what it means to be happy, and provides suggestions on how to avoid a systemic collapse.

Modern Compressible Flow: With Historical Perspective


John D. Anderson Jr. - 1981
    In keeping with previous versions, the 3rd edition uses numerous historical vignettes that show the evolution of the field. New pedagogical features--"Roadmaps" showing the development of a given topic, and "Design Boxes" giving examples of design decisions--will make the 3rd edition even more practical and user-friendly than before. The 3rd edition strikes a careful balance between classical methods of determining compressible flow, and modern numerical and computer techniques (such as CFD) now used widely in industry & research. A new Book Website will contain all problem solutions for instructors.

First Aid for the USMLE Step 2 CS


Tao Le - 2006
    The top-selling CS review book written by students and IMGs who recently passed 100+ high-yield minicases by chief complaint 30 complete cases simulate the exam experience Contains new Patient Encounters, including telephone interviews Perfect for group or solo study YOUR COMPLETE CS SURVIVAL GUIDE FROM THE AUTHORS OF FIRST AID FOR THE USMLE STEP 1 INSIDER ADVICE FOR STEP 2 CS SUCCESS New miniguide shows US students and IMGs how best to use this book Revised by test veterans to reflect the 2005--2006 exam experience Each complete case features standardized patient checklists and a recommended clinical approach Minicases represent the major chief complaints and diagnoses seen on the Step 2 CS Proven strategies for the patient encounter and patient note High-yield, must-know facts on patient diagnosis and workup.

Effective Python: 90 Specific Ways to Write Better Python (Effective Software Development Series)


Brett Slatkin - 2019
    However, Python’s unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up. This second edition of Effective Python will help you master a truly “Pythonic” approach to programming, harnessing Python’s full power to write exceptionally robust and well-performing code. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++, Brett Slatkin brings together 90 Python best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Python with confidence. Drawing on years of experience building Python infrastructure at Google, Slatkin uncovers little-known quirks and idioms that powerfully impact code behavior and performance. You’ll understand the best way to accomplish key tasks so you can write code that’s easier to understand, maintain, and improve. In addition to even more advice, this new edition substantially revises all items from the first edition to reflect how best practices have evolved. Key features include 30 new actionable guidelines for all major areas of Python Detailed explanations and examples of statements, expressions, and built-in types Best practices for writing functions that clarify intention, promote reuse, and avoid bugs Better techniques and idioms for using comprehensions and generator functions Coverage of how to accurately express behaviors with classes and interfaces Guidance on how to avoid pitfalls with metaclasses and dynamic attributes More efficient and clear approaches to concurrency and parallelism Solutions for optimizing and hardening to maximize performance and quality Techniques and built-in modules that aid in debugging and testing Tools and best practices for collaborative development   Effective Python will prepare growing programmers to make a big impact using Python.

CompTIA Project+ Study Guide Authorized Courseware: Exam PK0–003


Kim Heldman - 2010
    You'll find complete coverage of all exam objectives, including key topics such as project planning, execution, delivery, closure, and others. CompTIA's Project+ is the foundation-level professional exam in the complex world of project management; certified project managers often choose to go on and obtain their Project Management Professional (PMP) certifications as well Provides complete coverage of all exam objectives for CompTIA's first update to the Project+ exam in six years Covers project planning, execution, delivery, change, control, communication, and closure Demonstrates and reinforces exam preparation with practical examples and real-word scenarios Includes a CD with Sybex test engine, practice exams, electronic flashcards, and a PDF of the book Approach the new Project+ exam with confidence with this in-depth study guide! Reviews

Reality+: Virtual Worlds and the Problems of Philosophy


David J. Chalmers - 2022
    In a highly original work of “technophilosophy,” David J. Chalmers gives a compelling analysis of our technological future. He argues that virtual worlds are not second-class worlds, and that we can live a meaningful life in virtual reality. We may even be in a virtual world already.Along the way, Chalmers conducts a grand tour of big ideas in philosophy and science. He uses virtual reality technology to offer a new perspective on long-established philosophical questions. How do we know that there’s an external world? Is there a god? What is the nature of reality? What’s the relation between mind and body? How can we lead a good life? All of these questions are illuminated or transformed by Chalmers’ mind-bending analysis.Studded with illustrations that bring philosophical issues to life, Reality+ is a major statement that will shape discussion of philosophy, science, and technology for years to come.

Barron's AP Psychology


Allyson J. Weseley - 2007
    All test questions are answered and explained. It also provides extensive subject review covering all test topics. Topics reviewed include research methods, the biological basis of behavior, sensation and perception, states of consciousness, learning, cognition, personality, abnormal psychology, and treatment of disorders. This manual also presents an overview of the test, extra multiple-choice practice questions, test-taking tips, and an analysis of the test’s essay question with a sample essay.

Citizen Cyborg: Why Democratic Societies Must Respond to the Redesigned Human of the Future


James Hughes - 2004
    Hughes challenges both the technophobia of Leon Kass and Francis Fukuyama and the unchecked enthusiasm of others for limitless human enhancement. He argues instead for a third way, "democratic transhumanism," by asking the question destined to become a fundamental issue of the twenty-first century: How can we use new cybernetic and biomedical technologies to make life better for everyone? These technologies hold great promise, but they also pose profound challenges to our health, our culture, and our liberal democratic political system. By allowing humans to become more than human - "posthuman" or "transhuman" - the new technologies will require new answers for the enduring issues of liberty and the common good. What limits should we place on the freedom of people to control their own bodies? Who should own genes and other living things? Which technologies should be mandatory, which voluntary, and which forbidden? For answers to these challenges, Citizen Cyborg proposes a radical return to a faith in the resilience of our democratic institutions.