Skip to main content

Books in Computer science

The Computing collection presents a range of foundational and applied content across computer and data science, including fields such as Artificial Intelligence; Computational Modelling; Computer Networks, Computer Organization & Architecture, Computer Vision & Pattern Recognition, Data Management; Embedded Systems & Computer Engineering; HCI/User Interface Design; Information Security; Machine Learning; Network Security; Software Engineering.

    • Multiparametric Statistics

      • 1st Edition
      • September 12, 2007
      • Vadim Ivanovich Serdobolskii
      • English
      • Hardback
        9 7 8 0 4 4 4 5 3 0 4 9 3
      • eBook
        9 7 8 0 0 8 0 5 5 5 9 2 8
      This monograph presents mathematical theory of statistical models described by the essentially large number of unknown parameters, comparable with sample size but can also be much larger. In this meaning, the proposed theory can be called "essentially multiparametric". It is developed on the basis of the Kolmogorov asymptotic approach in which sample size increases along with the number of unknown parameters.This theory opens a way for solution of central problems of multivariate statistics, which up until now have not been solved. Traditional statistical methods based on the idea of an infinite sampling often break down in the solution of real problems, and, dependent on data, can be inefficient, unstable and even not applicable. In this situation, practical statisticians are forced to use various heuristic methods in the hope the will find a satisfactory solution.Mathematica... theory developed in this book presents a regular technique for implementing new, more efficient versions of statistical procedures. Near exact solutions are constructed for a number of concrete multi-dimensional problems: estimation of expectation vectors, regression and discriminant analysis, and for the solution to large systems of empiric linear algebraic equations. It is remarkable that these solutions prove to be not only non-degenerating and always stable, but also near exact within a wide class of populations.In the conventional situation of small dimension and large sample size these new solutions far surpass the classical, commonly used consistent ones. It can be expected in the near future, for the most part, traditional multivariate statistical software will be replaced by the always reliable and more efficient versions of statistical procedures implemented by the technology described in this book.This monograph will be of interest to a variety of specialists working with the theory of statistical methods and its applications. Mathematicians would find new classes of urgent problems to be solved in their own regions. Specialists in applied statistics creating statistical packages will be interested in more efficient methods proposed in the book. Advantages of these methods are obvious: the user is liberated from the permanent uncertainty of possible instability and inefficiency and gets algorithms with unimprovable accuracy and guaranteed for a wide class of distributions.A large community of specialists applying statistical methods to real data will find a number of always stable highly accurate versions of algorithms that will help them to better solve their scientific or economic problems. Students and postgraduates will be interested in this book as it will help them get at the foremost frontier of modern statistical science.
    • Computational Theory of Iterative Methods

      • 1st Edition
      • Volume 15
      • September 4, 2007
      • Ioannis Argyros
      • English
      • Paperback
        9 7 8 0 4 4 4 6 0 3 0 8 1
      • Hardback
        9 7 8 0 4 4 4 5 3 1 6 2 9
      • eBook
        9 7 8 0 0 8 0 5 6 0 7 0 0
      The book is designed for researchers, students and practitioners interested in using fast and efficient iterative methods to approximate solutions of nonlinear equations. The following four major problems are addressed. Problem 1: Show that the iterates are well defined. Problem 2: concerns the convergence of the sequences generated by a process and the question of whether the limit points are, in fact solutions of the equation. Problem 3: concerns the economy of the entire operations. Problem 4: concerns with how to best choose a method, algorithm or software program to solve a specific type of problem and its description of when a given algorithm succeeds or fails. The book contains applications in several areas of applied sciences including mathematical programming and mathematical economics. There is also a huge number of exercises complementing the theory.
    • The Information Literacy Cookbook

      • 1st Edition
      • August 31, 2007
      • Jane Secker + 2 more
      • English
      • Hardback
        9 7 8 1 8 4 3 3 4 2 2 6 7
      • Paperback
        9 7 8 1 8 4 3 3 4 2 2 5 0
      • eBook
        9 7 8 1 7 8 0 6 3 1 1 4 1
      This book, aimed at an international audience, provides an overview of Information Literacy (IL) in practice; what it is, why it’s become so important in the library profession and demonstrates how librarians can cultivate a better understanding of IL in their own organisations. It uses the ‘Cookbook’ theme throughout to provide a more informal approach, which will appeal to practitioners, and also reflects the need to provide guidance in the form of recipes, tips for success, regional variations, and possible substitutions if ingredients aren’t available. This approach makes it easy to read and highly valuable for the busy information professional. It includes an overview of information literacy in higher education, the schools sector, public libraries, the health service and the commercial sector. It also includes contributions from international authors.
    • GUI Bloopers 2.0

      • 2nd Edition
      • August 27, 2007
      • Jeff Johnson
      • English
      • Paperback
        9 7 8 0 1 2 3 7 0 6 4 3 0
      • eBook
        9 7 8 0 0 8 0 5 5 2 1 4 9
      GUI Bloopers 2.0, Second Edition, is the completely updated and revised version of GUI Bloopers. It looks at user interface design bloopers from commercial software, Web sites, Web applications, and information appliances, explaining how intelligent, well-intentioned professionals make these mistakes – and how you can avoid them. GUI expert Jeff Johnson presents the reality of interface design in an entertaining, anecdotal, and instructive way while equipping readers with the minimum of theory. This updated version reflects the bloopers that are common today, incorporating many comments and suggestions from first edition readers. It covers bloopers in a wide range of categories including GUI controls, graphic design and layout, text messages, interaction strategies, Web site design – including search, link, and navigation, responsiveness issues, and management decision-making. Organized and formatted so information needed is quickly found, the new edition features call-outs for the examples and informative captions to enhance quick knowledge building. This book is recommended for software engineers, web designers, web application developers, and interaction designers working on all kinds of products.
    • Aspect-Oriented Programming with the e Verification Language

      • 1st Edition
      • Volume .
      • August 17, 2007
      • David Robinson
      • English
      • Paperback
        9 7 8 0 1 2 3 7 4 2 1 0 0
      • eBook
        9 7 8 0 0 8 0 5 5 1 5 5 5
      What’s this AOP thing anyway, really—when you get right down to it—and can someone please explain what an aspect actually is?Aspect-Oriented Programming with the e Verification Language takes a pragmatic, example based, and fun approach to unraveling the mysteries of AOP. In this book, you’ll learn how to:• Use AOP to organize your code in a way that makes it easy to deal with the things you really care about in your verification environments. Forget about organizing by classes, and start organizing by functionality, layers, components, protocols, functional coverage, checking, or anything that you decide is important to you• Easily create flexible code that eases your development burden, and gives your users the power to quickly do what they need to do with your code• Truly create a plug-and-play environment that allows you to add and remove functionality without modifying your code. Examples include how to use AOP to create pluggable debug modules, and a pluggable module that lets you check that your testbench is still working before you begin a regression• Utilize AOP to sidestep those productivity roadblocks that seem to plague all projects at the most inconvenient of times• Discover why “return” is evil, and some other “gotchas” with the AOP features of eAll of the methodologies, tips, and techniques described in this book have been developed and tested on real projects, with real people, real schedules and all of the associated problems that come with these. Only the ones that worked, and worked well, have made it in, so by following the advice given in this book, you’ll gain access to the true power of AOP while neatly avoiding the effort of working it all out yourself.
    • Understanding Fabless IC Technology

      • 1st Edition
      • August 14, 2007
      • Jeorge S. Hurtarte + 2 more
      • English
      • Paperback
        9 7 8 0 7 5 0 6 7 9 4 4 2
      • eBook
        9 7 8 0 0 8 0 5 5 1 1 9 7
      Fabless (no fabrication) IC (integrated circuit) techniques are growing rapidly and promise to become the standard method of IC manufacturing in the near future, this book will provide readers with what will soon be required knowledge of the subject. Other books on IC fabrication deal with the strictly physical process aspects of the topic and assume all factors in IC fabrication are under the control of the IC designing company. By contrast, this title recognizing that fabless IC design is often as much about managing business relationships as it is about physical processes. “Fabless” ICs are those designed and marketed by one company but actually manufactured by another.
    • Computational Intelligence

      • 1st Edition
      • August 10, 2007
      • Russell C. Eberhart + 1 more
      • English
      • Paperback
        9 7 8 0 3 2 3 2 8 1 6 5 2
      • Hardback
        9 7 8 1 5 5 8 6 0 7 5 9 0
      • eBook
        9 7 8 0 0 8 0 5 5 3 8 3 2
      Computational Intelligence: Concepts to Implementations provides the most complete and practical coverage of computational intelligence tools and techniques to date. This book integrates various natural and engineering disciplines to establish Computational Intelligence. This is the first comprehensive textbook on the subject, supported with lots of practical examples. It asserts that computational intelligence rests on a foundation of evolutionary computation. This refreshing view has set the book apart from other books on computational intelligence. This book lays emphasis on practical applications and computational tools, which are very useful and important for further development of the computational intelligence field. Focusing on evolutionary computation, neural networks, and fuzzy logic, the authors have constructed an approach to thinking about and working with computational intelligence that has, in their extensive experience, proved highly effective. The book moves clearly and efficiently from concepts and paradigms to algorithms and implementation techniques by focusing, in the early chapters, on the specific con. It explores a number of key themes, including self-organization, complex adaptive systems, and emergent computation. It details the metrics and analytical tools needed to assess the performance of computational intelligence tools. The book concludes with a series of case studies that illustrate a wide range of successful applications. This book will appeal to professional and academic researchers in computational intelligence applications, tool development, and systems.
    • Parallel Computational Fluid Dynamics 2006

      • 1st Edition
      • August 1, 2007
      • Jang-Hyuk Kwon + 4 more
      • English
      • Hardback
        9 7 8 0 4 4 4 5 3 0 3 5 6
      • Paperback
        9 7 8 0 4 4 4 5 6 3 0 0 2
      • eBook
        9 7 8 0 0 8 0 5 5 0 0 4 6
      The proceedings from Parallel CFD 2006 covers all aspects of parallel computings and its applications. Although CFD is one of basic tools for design procedures to produce machineries, such as automobiles, ships, aircrafts, etc., large scale parallel computing has been realized very recently, especially for the manufactures. Various applications in many areas could be experienced including acoustics, weather prediction and ocean modeling, flow control, turbine flow, fluid-structure interaction, optimization, heat transfer, hydrodynamics.
    • Handbook of Quantum Logic and Quantum Structures

      • 1st Edition
      • August 1, 2007
      • Kurt Engesser + 2 more
      • English
      • Hardback
        9 7 8 0 4 4 4 5 2 8 7 0 4
      • eBook
        9 7 8 0 0 8 0 5 5 0 3 8 1
      Since its inception in the famous 1936 paper by Birkhoff and von Neumann entitled “The logic of quantum mechanics” quantum logic, i.e. the logical investigation of quantum mechanics, has undergone an enormous development. Various schools of thought and approaches have emerged and there are a variety of technical results.Quantum logic is a heterogeneous field of research ranging from investigations which may be termed logical in the traditional sense to studies focusing on structures which are on the border between algebra and logic. For the latter structures the term quantum structures is appropriate. The chapters of this Handbook, which are authored by the most eminent scholars in the field, constitute a comprehensive presentation of the main schools, approaches and results in the field of quantum logic and quantum structures. Much of the material presented is of recent origin representing the frontier of the subject. The present volume focuses on quantum structures. Among the structures studied extensively in this volume are, just to name a few, Hilbert lattices, D-posets, effect algebras MV algebras, partially ordered Abelian groups and those structures underlying quantum probability.
    • Annotated C# Standard

      • 1st Edition
      • July 30, 2007
      • Jon Jagger + 2 more
      • English
      • Paperback
        9 7 8 0 1 2 3 7 2 5 1 1 0
      • eBook
        9 7 8 0 0 8 0 5 5 0 5 3 4
      Standards, while being definitive, do not usually serve as the best reference to the use of a programming language. Books on languages usually are able to explain usage better, but lack the definitive precision of a standard. Annotated C# Standard combines the two; it is the standard with added explanatory material.