Book picks similar to
Behavior-Based Robotics by Ronald C. Arkin
robotics
robots
textbooks
cog-sci
Software Engineering: A Practitioner's Approach
Roger S. Pressman - 1982
This book provides information on software tools, specific work flow for specific kinds of projects, and information on various topics. It includes resources for both instructors and students such as checklists, 700 categorized web references, and more.
Multiple View Geometry in Computer Vision
Richard Hartley - 2000
This book covers relevant geometric principles and how to represent objects algebraically so they can be computed and applied. Recent major developments in the theory and practice of scene reconstruction are described in detail in a unified framework. Richard Hartley and Andrew Zisserman provide comprehensive background material and explain how to apply the methods and implement the algorithms. First Edition HB (2000): 0-521-62304-9
Vehicles: Experiments in Synthetic Psychology
Valentino Braitenberg - 1984
They are vehicles, a series of hypothetical, self-operating machines that exhibit increasingly intricate if not always successful or civilized behavior. Each of the vehicles in the series incorporates the essential features of all the earlier models and along the way they come to embody aggression, love, logic, manifestations of foresight, concept formation, creative thinking, personality, and free will. In a section of extensive biological notes, Braitenberg locates many elements of his fantasy in current brain research.
Numerical Recipes in C: The Art of Scientific Computing
William H. Press - 1988
In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, the new edition remains the most practical, comprehensive handbook of scientific computing available today.
Schaum's Outline of Advanced Mathematics for Engineers and Scientists
Murray R. Spiegel - 1971
Fully stocked with solved problemsN950 of themNit shows you how to solve problems that may not have been fully explained in class. Plus you ge"
Functional Behavioral Assessment, Diagnosis, and Treatment: A Complete System for Education and Mental Health Settings
Ennio Cipani - 2007
I've examined every one and Cipani's is clearly the best. The assessment part is great, and I particularly like the protocol format for interventions. Cipani's text nicely fills a big gap between research and application. Were I teaching a seminar to clinicians, I think the text would be perfect. -- Brian A. Iwata, PhD, University of FloridaProfessionals who work in mental health and educational settings are frequently faced with clients (children, adolescents, adults) who engage in serious problem behaviors. Such behaviors often impact the client's welfare and ability to live, work, and be educated in mainstream environments. Children and adolescents who manifest these behaviors are particularly vulnerable to these disruptions, which can have a far-reaching impact on their development and future prospects.This practical book, written both for clinician/educators and high-level students, creates a function-based behavioral diagnostic classification system, the first of its kind, as well as treatment protocols that fit such a diagnostic system. Heavily practitioner-oriented, the book will address the full range of behaviors - ranging from aggression, self-injury, stereotypic behavior (repetitive body movements), tantrums, and non-compliance - with real life and hypothetical cases to help clinicians think through the full range of treatment options. Unique in moving beyond functional assessment to assessment diagnosis and treatment, this book will be highly useful for mental health clinicians, students of Advanced Behavior Analysis, and special education practitioners among others.Professor Cipani has also prepared extensive ancillary material for use in teaching this book and will make it available to anyone who has adopted it for course use. Instructors who have adopted the title may inquire of Professor Cipani at ennioc26@hotmail.com
Powerscore LSAT Logical Reasoning Bible]
David M. Killoran - 2014
This book will provide you with an advanced system for attacking any Logical Reasoning question that you may encounter on the LSAT. The concepts presented in the Logical Reasoning Bible are representative of the techniques covered in PowerScore's live courses and have been consistently proven effective for thousands of our students. The book features and explains a detailed methodology for attacking all aspects of Logic Reasoning problems, including recognizing question types, identifying common reasoning elements and determining their validity, the methods for efficiently and accurately making inferences, and techniques for quickly eliminating answer choices as you solve the questions.
Clinical Psychology [with InfoTrac]
Timothy J. Trull - 2000
A highly respected clinician and researcher, Dr. Trull examines the rigorous research training that clinicians receive, along with the empirically supported assessment methods and interventions that clinical psychologists must understand to be successful in the field. This new edition of Trull's best-selling text covers cutting-edge trends, and offers enhanced coverage of culture, gender and diversity, and contemporary issues of health care. Written to inspire students thinking of pursuing careers in the field of clinical psychology, this text is a complete introduction.
Guide to Computer Forensics and Investigations (Book & CD)
Bill Nelson - 2003
This resource guides readers through conducting a high-tech investigation, from acquiring digital evidence to reporting its findings. Updated coverage includes new software and technologies as well as up-to-date reference sections, and content includes how to set up a forensics lab, how to acquire the proper and necessary tools, and how to conduct the investigation and subsequent digital analysis. It is appropriate for students new to the field, or as a refresher and technology update for professionals in law enforcement, investigations, or computer security. The book features free downloads of the latest forensic software, so readers can become familiar with the tools of the trade.
Transport Processes and Separation Process Principles (Includes Unit Operations)
Christie J. Geankoplis - 2003
Enhancements to this edition include a more thorough coverage of transport processes, plus new or expanded coverage of separation process applications, fluidized beds, non-Newtonian fluids, membrane separation processes and gas-membrane theory, and much more. The book contains 240+ example problems and 550+ homework problems.
Dr. Pestana's Surgery Notes: Top 180 Vignettes for the Surgical Wards
Carlos Pestana - 2013
But time in the wards is limited, and clerkship covers only a tiny sample of the surgical universe. Dr. Pestana's Surgery Notes, by distinguished surgery instructor Dr. Carlos Pestana, is a proven guide to ensure your surgical knowledge. With a concise, comprehensive review and 180 high-yield surgical vignettes for self-testing, it contains the surgery knowledge you need to excel on the Surgery shelf exam and USMLE Step 2 CK.Features:— Concise high-yield review of core surgery material— 180 vignettes for self-testing— Used by med students for over a decade— Fully up-to-date— Pocket-sized to carry with you in the wards
Prescotts Microbiology
Joanne Willey - 2007
Because of this balance, "Microbiology" is appropriate for microbiology majors and mixed majors courses. The new authors have focused on readability, artwork, and the integration of several key themes (including evolution, ecology and diversity) throughout the text, making an already superior text even better.
Build Awesome Command-Line Applications in Ruby 2: Control Your Computer, Simplify Your Life
David B. Copeland - 2012
With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life. With this book, you'll learn specific ways to write command-line applications that are easy to use, deploy, and maintain, using a set of clear best practices and the Ruby programming language. This book is designed to make any programmer or system administrator more productive in their job. Now updated for Ruby 2.Writing a command-line application that's self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, because it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Plus, Ruby has the support of a rich ecosystem of open source tools and libraries.Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason why a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.With Ruby, the command line is not dead. Long live the command line.
Feedback Control of Dynamic Systems
Gene F. Franklin - 1986
Highlights of the book include realistic problems and examples from a wide range of application areas. New to this edition are: much sharper pedagogy; an increase in the number of examples; more thorough development of the concepts; a greater range of homework problems; a greater number and variety of worked out examples; expanded coverage of dynamics modelling and Laplace transform topics; and integration of MATLAB, including many examples that are formatted in MATLAB.
The Dissertation Journey: A Practical and Comprehensive Guide to Planning, Writing, and Defending Your Dissertation
Carol Roberts - 2010
Using graphics, checklists, and sample forms, this guide readies you for each step of the process, including selecting the committee, getting acclimated to academic writing, preparing for your oral defense, and publishing your research. New features include:A chapter on ethical considerations Expanded coverage of digital data collection and the Internet More detailed information on conducting the literature review A discussion of how to develop a theoretical or conceptual framework