Management and Organisational Behaviour


Laurie J. Mullins - 1989
    Presenting a managerial approach to the study of organisational behaviour, with an emphasis on improving working performance through a better understanding of human resources, this book contains summaries, review questions and assignments.

The Craft of Research


Wayne C. Booth - 1995
    Seasoned researchers and educators Gregory G. Colomb and Joseph M. Williams present an updated third edition of their classic handbook, whose first and second editions were written in collaboration with the late Wayne C. Booth. The Craft of Research explains how to build an argument that motivates readers to accept a claim; how to anticipate the reservations of readers and to respond to them appropriately; and how to create introductions and conclusions that answer that most demanding question, “So what?” The third edition includes an expanded discussion of the essential early stages of a research task: planning and drafting a paper. The authors have revised and fully updated their section on electronic research, emphasizing the need to distinguish between trustworthy sources (such as those found in libraries) and less reliable sources found with a quick Web search. A chapter on warrants has also been thoroughly reviewed to make this difficult subject easier for researchers Throughout, the authors have preserved the amiable tone, the reliable voice, and the sense of directness that have made this book indispensable for anyone undertaking a research project.

Modern Control Engineering


Katsuhiko Ogata - 1970
    The layout of the book covers the following: Laplace transforms, mathematical model

Statistical Rethinking: A Bayesian Course with Examples in R and Stan


Richard McElreath - 2015
    Reflecting the need for even minor programming in today's model-based statistics, the book pushes readers to perform step-by-step calculations that are usually automated. This unique computational approach ensures that readers understand enough of the details to make reasonable choices and interpretations in their own modeling work.The text presents generalized linear multilevel models from a Bayesian perspective, relying on a simple logical interpretation of Bayesian probability and maximum entropy. It covers from the basics of regression to multilevel models. The author also discusses measurement error, missing data, and Gaussian process models for spatial and network autocorrelation.By using complete R code examples throughout, this book provides a practical foundation for performing statistical inference. Designed for both PhD students and seasoned professionals in the natural and social sciences, it prepares them for more advanced or specialized statistical modeling.Web ResourceThe book is accompanied by an R package (rethinking) that is available on the author's website and GitHub. The two core functions (map and map2stan) of this package allow a variety of statistical models to be constructed from standard model formulas.

Software Testing


Ron Patton - 2000
    Everyone has heard of computer programmers but few people realize there are nearly as many people behind the scenes with job titles such as Software Tester, Software Quality Assurance Engineer, Software Test Engineer, and Software Test Technician. Microsoft alone hires hundreds of people for these positions each year. There are also many companies whose sole purpose is providing software test consulting and software testing services. The first edition of Software Testing was published in November 2000. Although the processes and techniques used in testing computer software are timeless, this title will be brought up-to-date by adding a chapter that specifically deals with testing software for security bugs and revisiting the rest of the book to update examples and references.

Schaum's Outline of Differential Equations


Richard Bronson - 2006
    Thoroughly updated, this edition offers new, faster techniques for solving differential equations generated by the emergence of high-speed computers.

The Chicago Manual of Style


University of Chicago Press - 1906
    That sheet grew into a pamphlet, and the pamphlet grew into a book—the first edition of the Manual of Style, published in 1906. Now in its fifteenth edition, The Chicago Manual of Style—the essential reference for authors, editors, proofreaders, indexers, copywriters, designers, and publishers in any field—is more comprehensive and easier to use than ever before.Those who work with words know how dramatically publishing has changed in the past decade, with technology now informing and influencing every stage of the writing and publishing process. In creating the fifteenth edition of the Manual, Chicago's renowned editorial staff drew on direct experience of these changes, as well as on the recommendations of the Manual's first advisory board, composed of a distinguished group of scholars, authors, and professionals from a wide range of publishing and business environments.Every aspect of coverage has been examined and brought up to date—from publishing formats to editorial style and method, from documentation of electronic sources to book design and production, and everything in between. In addition to books, the Manual now also treats journals and electronic publications. All chapters are written for the electronic age, with advice on how to prepare and edit manuscripts online, handle copyright and permissions issues raised by technology, use new methods of preparing mathematical copy, and cite electronic and online sources.A new chapter covers American English grammar and usage, outlining the grammatical structure of English, showing how to put words and phrases together to achieve clarity, and identifying common errors. The two chapters on documentation have been reorganized and updated: the first now describes the two main systems preferred by Chicago, and the second discusses specific elements and subject matter, with examples of both systems. Coverage of design and manufacturing has been streamlined to reflect what writers and editors need to know about current procedures. And, to make it easier to search for information, each numbered paragraph throughout the Manual is now introduced by a descriptive heading.Clear, concise, and replete with commonsense advice, The Chicago Manual of Style, fifteenth edition, offers the wisdom of a hundred years of editorial practice while including a wealth of new topics and updated perspectives. For anyone who works with words, whether on a page or computer screen, this continues to be the one reference book you simply must have.What's new in the Fifteenth Edition:* Updated material throughout to reflect current style, technology, and professional practice* Scope expanded to include journals and electronic publications* Comprehensive new chapter on American English grammar and usage by Bryan A. Garner (author of A Dictionary of Modern American Usage)* Updated and rewritten chapter on preparing mathematical copy* Reorganized and updated chapters on documentation, including guidance on citing electronic sources* Streamlined coverage of current design and production processes, with a glossary of key terms* Descriptive headings on all numbered paragraphs for ease of reference* New diagrams of the editing and production processes for both books and journals, keyed to chapter discussions* New, expanded Web site with special tools and features for Manual users at www.chicagomanualofstyle.org.

How to Design Programs: An Introduction to Programming and Computing


Matthias Felleisen - 2001
    Unlike other introductory books, it focuses on the program design process. This approach fosters a variety of skills--critical reading, analytical thinking, creative synthesis, and attention to detail--that are important for everyone, not just future computer programmers. The book exposes readers to two fundamentally new ideas. First, it presents program design guidelines that show the reader how to analyze a problem statement; how to formulate concise goals; how to make up examples; how to develop an outline of the solution, based on the analysis; how to finish the program; and how to test. Each step produces a well-defined intermediate product. Second, the book comes with a novel programming environment, the first one explicitly designed for beginners. The environment grows with the readers as they master the material in the book until it supports a full-fledged language for the whole spectrum of programming tasks.All the book's support materials are available for free on the Web. The Web site includes the environment, teacher guides, exercises for all levels, solutions, and additional projects.A second edition is now available.

Basic Econometrics


Damodar N. Gujarati - 1987
    Because of the way the book is organized, it may be used at a variety of levels of rigor. For example, if matrix algebra is used, theoretical exercises may be omitted. A CD of data sets is provided with the text.

Software Architecture: Perspectives on an Emerging Discipline


Mary Shaw - 1996
    But, although they use these patterns purposefully, they often use them informally and nearly unconsciously. This book organizes this substantial emerging "folklore" of system design -- with its rich language of system description -- and closes the gap between the useful abstractions (constructs and patterns) of system design and the current models, notations and tools. It identifies useful patterns clearly, gives examples, compares them, and evaluates their utility in various settings -- allowing readers to develop a repertoire of useful techniques that goes beyond the single-minded current fads. KEY TOPICS: Examines the ways in which architectural issues can impact software design; shows how to design new systems in principled ways using well-understood architectural paradigms; emphasizes informal descriptions, touching lightly on formal notations and specifications, and the tools that support them; explains how to understand and evaluate the design of existing software systems from an architectural perspective; and presents concrete examples of actual system architectures that can serve as models for new designs. MARKET: For professional software developers looking for new ideas about system organization.

The Design of Everyday Things


Donald A. Norman - 1988
    It could forever change how you experience and interact with your physical surroundings, open your eyes to the perversity of bad design and the desirability of good design, and raise your expectations about how things should be designed.B & W photographs and illustrations throughout.

Absolute Beginner's Guide to C


Greg Perry - 1993
    This bestseller talks to readers at their level, explaining every aspect of how to get started and learn the C language quickly. Readers also find out where to learn more about C. This book includes tear-out reference card of C functions and statements, a hierarchy chart, and other valuable information. It uses special icons, notes, clues, warnings, and rewards to make understanding easier. And the clear and friendly style presumes no programming knowledge.

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.

Objects First with Java: A Practical Introduction Using BlueJ


David J. Barnes - 2002
    It takes a truly objects first approach to teaching problem solving using Java. These are complicated concepts so the book uses the development environment BlueJ to help the student's understanding. BlueJ has a strong emphasis on visualization and interaction techniques, and allows the students to manipulate objects and call methods as a first exercise. BlueJ is free and freely available, and has been developed specifically for teaching. The book is loaded with projects so that the student can really get a grip on actually solving problems; and it takes a spiral approach , introducing a topic in a simple context early on, then revisiting it later in the book to deepen understanding. It also comes with a CD containing JDK, BlueJ, a BlueJ tutorial and code for all the projects. The website contains style guide for all examples, PowerPoints for lecturers and also a Solutions Manual.

Algorithms


Sanjoy Dasgupta - 2006
    Emphasis is placed on understanding the crisp mathematical idea behind each algorithm, in a manner that is intuitive and rigorous without being unduly formal. Features include: The use of boxes to strengthen the narrative: pieces that provide historical context, descriptions of how the algorithms are used in practice, and excursions for the mathematically sophisticated.Carefully chosen advanced topics that can be skipped in a standard one-semester course, but can be covered in an advanced algorithms course or in a more leisurely two-semester sequence.An accessible treatment of linear programming introduces students to one of the greatest achievements in algorithms. An optional chapter on the quantum algorithm for factoring provides a unique peephole into this exciting topic. In addition to the text, DasGupta also offers a Solutions Manual, which is available on the Online Learning Center.Algorithms is an outstanding undergraduate text, equally informed by the historical roots and contemporary applications of its subject. Like a captivating novel, it is a joy to read. Tim Roughgarden Stanford University