Skip to main content

Morgan Kaufmann

  • The Fuzzy Systems Handbook

    A Practitioner's Guide to Building, Using, and Maintaining Fuzzy Systems
    • 2nd Edition
    • Earl Cox
    • English
    This new edition provides a comprehensive introduction to fuzzy logic, and leads the reader through the complete process of designing, constructing, implementing, verifying and maintaining a platform-independent fuzzy system model. The book has been extensively revised to bring the subject up-to-date, and features two new chapters: "Building and Using Fuzzy Cognitive Map Models" and "Building ME-OWA Models."The multiplatform CD-ROM contains all the C++ source code from the book's examples - but its real value is the robust package of fuzzy system related tools and utilities, featuring two notable components. First: Metus Systems' basic fuzzy modeling software, which includes complete C/C++ source code for creating and executing fuzzy models, a Visual Basic shell that can be used to create fuzzy sets and generate the C/C++ include files, and code for models for pricing, project management, risk assessment, and more. Second: The ME-OWA (Minimum-Entropy, Ordered Weighted Aggregation) decision modeling software from Fuzzy Logic, Inc. This software is used to focus on a single objective function from a set of alternatives given a fuzzy ranking among various alternatives. It is not only an important technique as a stand-alone tool, but is an important methodology in parameter selection (and parameterization ordering) for genetic algorithms and various data mining techniques. It is also an important technique used to establish rule and policy level peer weights in fuzzy models.
  • Management of Heterogeneous and Autonomous Database Systems

    • 1st Edition
    • Ahmed K. Elmagarmid + 2 more
    • English
    "As organizations have become more sophisticated, pressure to provide information sharing across dissimilar platforms has mounted. In addition, advances in distributed computing and networking combined with the affordable high level of connectivity, are making information sharing across databases closer to being accomplished...With the advent of the internet, intranets, and affordable network connectivity, business reengineering has become a necessity for modern corporations to stay competitive in the global market...An end-user in a heterogeneous computing environment should be able to not only invoke multiple exiting software systems and hardware devices, but also coordinate their interactions."--From the IntroductionSeventee... leaders in the field contributed chapters specifically for this unique book, together providing the most comprehensive resource on managing multidatabase systems involving heterogeneous and autonomous databases available today. The book covers virtually all fundamental issues, concepts, and major research topics.
  • Database Modeling and Design

    • 3rd Edition
    • Toby J. Teorey
    • English
    This new edition of Database Modeling & Design continues to focus on the techniques for relational database design introduced in previous editions, starting with the entity-relationship (ER) approach for data requirements specification and conceptual modeling. Author Toby Teorey then looks ahead to the common properties in data modeling and operations shared among the relational model and advanced database technologies such as the object-oriented, temporal, and multimedia models. A full chapter is devoted to database design techniques for data warehousing and online analytical processing (OLAP).Teorey covers the database life cycle from requirements analysis and logical design to physical design for local, distributed, and multidatabases. The discussion of basic principles is supplemented with a common, running example: a company personnel and project database based on real-life experiences and classroom testing.Written for both the novice and the professional database designer, this book is the essential resource for database modeling, including the building of standard SQL data definitions. The design rules set forth in this book are applicable to any SQL-based system, including IBM DB2, Oracle V8.0, Informix IDS-UDO, Microsoft Access, Microsoft SQL Server, and Sybase Adaptive Server Enterprise.
  • Insights into Mobile Multimedia Communications

    • 1st Edition
    • English
    Personal multimedia communication is the major growth area in engineering today with many people across the world in industry and academia working on the design of future generations of mobile radio systems and source coding methods. Before multimedia applications can be truly successful in mobile environments, many technologically demanding problems must be resolved. In order to provide the user with a suitable end-to-end service for multimedia applications, complex systems, interfaces and coding schemes need to be developed. In mobile multimedia, the air interface bandwidth requirements are likely to be dominated by the needs of one key service: video. Even with today's most aggressive compression algorithms, the needs of video exceed the bandwidth available with existing mobile connections. Although available bandwidth will increase, with the introduction of UMTS and local services based on wireless LANs (such as HiperLan), it is clear that advances in radio technology and air interface design must go hand in hand with innovations in source and channel coding. The purpose of this book is to present an integrated view of advanced radio systems, network architectures and source coding that demonstrates the state-of-the-art as well as future directions in this rapidly developing field. The book acts as a repository of ideas, design examples, and advanced techniques for research staff, practicing engineers, and technical managers alike. Since the contributions are drawn from international experts in both academia and industry, the book should be attractive to both practicing professional engineers and researchers worldwide.
  • The Grid

    Blueprint for a New Computing Infrastructure
    • 1st Edition
    • Ian Foster + 1 more
    • English
    The grid promises to fundamentally change the way we think about and use computing. This infrastructure will connect multiple regional and national computational grids, creating a universal source of pervasive and dependable computing power that supports dramatically new classes of applications. The Grid provides a clear vision of what computational grids are, why we need them, who will use them, and how they will be programmed.
  • Texturing and Modeling

    A Procedural Approach
    • 2nd Edition
    • David S. Ebert
    • English
    Procedural rendering, modeling, shading and texturing are of growing importance in computer graphics and animation, and, to date, there is no other comprehensive book covering these topics. This book contains a toolbox of procedures upon which programmers can build a library of procedural textures and objects. It also includes extensive explanations of how these functions work, and how to design new functions. The revision includes updates to the core original text and an additional six chapters. These new chapters introduce and present to the graphics community the state of the art concerning the procedural approach. New chapters include: Cellular Texture Generation, volumetric Cloud Modeling with Implicit Functions, Interacting with Virtual Actors Rendering with Adaptive Level of Detail.
  • Relational Database Design Clearly Explained

    • 1st Edition
    • Jan L. Harrington
    • English
    The majority of database systems being installed today are based on the relational database model. Unfortunately, relational database design is one of the most misunderstood aspects of computing. Part of the problem comes from popular literature that describes a relational database as anything that has "relationships between files." And those who do understand that a relational database is really nothing more than a collection of two-dimensional tables are caught between good design and the performance of the database. They are often unaware of the side-effects of many of their poor design decisions.
  • BeOS

    Porting UNIX Applications
    • 1st Edition
    • Martin C. Brown
    • English
    The BeOS is the exciting new operating system designed natively for the Internet and digital media. Programmers are drawn to the BeOS by its many state-of-the-art features, including pervasive multithreading, a symmetric multiprocessing architecture, and an integrated multithreaded graphics system. The Be engineering team also built in many UNIX-like capabilities as part of a POSIX toolkit. Best of all, the BeOS runs on a variety of Intel architectures and PowerPC platforms and uses off-the-shelf hardware.This book explores the BeOS from a POSIX programmer's point of view, providing a comprehensive and practical guide to porting UNIX and other POSIX-based software to the BeOS. BeOS: Porting UNIX Applications will help you move your favorite UNIX software to an environment designed from the ground up for high-performance applications.
  • Parallel Computer Architecture

    A Hardware/Software Approach
    • 1st Edition
    • David Culler + 2 more
    • English
    The most exciting development in parallel computer architecture is the convergence of traditionally disparate approaches on a common machine structure. This book explains the forces behind this convergence of shared-memory, message-passing, data parallel, and data-driven computing architectures. It then examines the design issues that are critical to all parallel architecture across the full range of modern design, covering data access, communication performance, coordination of cooperative work, and correct implementation of useful semantics. It not only describes the hardware and software techniques for addressing each of these issues but also explores how these techniques interact in the same system. Examining architecture from an application-driven perspective, it provides comprehensive discussions of parallel programming for high performance and of workload-driven evaluation, based on understanding hardware-software interactions.
  • RADIUS

    Image Understanding for Imagery Intelligence
    • 1st Edition
    • Oscar Firschein + 1 more
    • English
    Technical reports prepared for the DARPA Image Understanding Program