0
Your cart

Your cart is empty

Browse All Departments
Price
  • R0 - R50 (1)
  • R50 - R100 (12)
  • R100 - R250 (559)
  • R250 - R500 (4,948)
  • R500+ (30,898)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming

Object-Oriented Metamethods (Hardcover, 1998 ed.): B. Henderson-Sellers, A. Bulthuis Object-Oriented Metamethods (Hardcover, 1998 ed.)
B. Henderson-Sellers, A. Bulthuis
R1,494 Discovery Miles 14 940 Ships in 18 - 22 working days

In part the book creates and motivates the notion of metamodelling and how it can be used to standardise the creation of industry-strength design. At its heart, the book presents an analysis of the main object-oriented design methodologies, including: Booch, OMT, Coad, and Martin/Odell. Based on these descriptions, a proposal is made for a core metamodel framework into which the leading methodologies may be fitted. As a result, software engineers and software managers will find this a valuable "road map" in the future development of software standards.

The Essence of Software Engineering (Hardcover): Volker Gruhn, Rudiger Striemer The Essence of Software Engineering (Hardcover)
Volker Gruhn, Rudiger Striemer
R1,363 Discovery Miles 13 630 Ships in 18 - 22 working days
Optimal Design of Distributed Control and Embedded Systems (Hardcover, 2014 ed.): Arben Cela, Mongi Ben Gaid, Xu-Guang Li,... Optimal Design of Distributed Control and Embedded Systems (Hardcover, 2014 ed.)
Arben Cela, Mongi Ben Gaid, Xu-Guang Li, Silviu-Iulian Niculescu
R4,048 Discovery Miles 40 480 Ships in 18 - 22 working days

"Optimal Design of Distributed Control and Embedded Systems "focuses on the design of special control and scheduling algorithms based on system structural properties as well as on analysis of the influence of induced time-delay on systems performances. It treats the optimal design of distributed and embedded control systems (DCESs) with respect to communication and calculation-resource constraints, quantization aspects, and potential time-delays induced by the associated communication and calculation model.

Particular emphasis is put on optimal control signal scheduling based on the system state. In order to render this complex optimization problem feasible in real time, a time decomposition is based on periodicity induced by the static scheduling is operated. The authors present a co-design approach which subsumes the synthesis of the optimal control laws and the generation of an optimal schedule of control signals on real-time networks as well as the execution of control tasks on a single processor. The authors also operate a control structure modification or a control switching based on a thorough analysis of the influence of the induced time-delay system influence on stability and system performance in order to optimize DCES performance in case of calculation and communication resource limitations. Although the richness and variety of classes of DCES preclude a completely comprehensive treatment or a single best method of approaching them all, this co-design approach has the best chance of rendering this problem feasible and finding the optimal or some sub-optimal solution. The text is rounded out with references to such applications as car suspension and unmanned vehicles.

"Optimal Design of Distributed Control and Embedded Systems" will be of most interest to academic researchers working on the mathematical theory of DCES but the wide range of environments in which they are used also promotes the relevance of the text for control practitioners working in the avionics, automotive, energy-production, space exploration and many other industries."

Software Project Effort Estimation - Foundations and Best Practice Guidelines for Success (Hardcover, 2014 ed.): Adam... Software Project Effort Estimation - Foundations and Best Practice Guidelines for Success (Hardcover, 2014 ed.)
Adam Trendowicz, Ross Jeffery
R2,923 R2,157 Discovery Miles 21 570 Save R766 (26%) Ships in 10 - 15 working days

Software effort estimation is one of the oldest and most important problems in software project management, and thus today there are a large number of models, each with its own unique strengths and weaknesses in general, and even more importantly, in relation to the environment and context in which it is to be applied.

Trendowicz and Jeffery present a comprehensive look at the principles of software effort estimation and support software practitioners in systematically selecting and applying the most suitable effort estimation approach. Their book not only presents "what" approach to take and "how" to apply and improve it, but also explains "why" certain approaches should be used in specific project situations. Moreover, it explains popular estimation methods, summarizes estimation best-practices, and provides guidelines for continuously improving estimation capability. Additionally, the book offers invaluable insights into project management in general, discussing issues including project trade-offs, risk assessment, and organizational learning.

Overall, the authors deliver an essential reference work for software practitioners responsible for software effort estimation and planning in their daily work and who want to improve their estimation skills. At the same time, for lecturers and students the book can serve as the basis of a course in software processes, software estimation, or project management.

Event-Based Programming - Taking Events to the Limit (Hardcover, 1st ed.): Ted Faison Event-Based Programming - Taking Events to the Limit (Hardcover, 1st ed.)
Ted Faison
R1,581 Discovery Miles 15 810 Ships in 18 - 22 working days

Languages like C#, VB .NET, and Delphi include built-in support for events, and these events become very powerful when they connect the objects and components of a system. Events make it possible for such parts to interact without any coupling. And the resulting parts can be developed and tested individuallywhich keeps the code clean and simple.

Component-based development (CBD) is an extension of object-oriented programming. CBD does away with the language and vendor-specific limitations of OOP, and makes software reuse more practical and accelerates the development process. Event-based programming is the next logical step in CBD, and makes components more reusable due to their decoupled nature. But event-based systems are easier to develop, which means theyre cheaper and more reliable than traditional OOP or CBD systems.

This book teaches you how to develop software based on parts that interact primarily through an event mechanism. Youll learn how to use events in many different situations, to solve recurring development problems without coupling. The book introduces Signal Wiring Diagram, a novel form of software diagram similar to the circuit diagrams used by hardware designers. The book concludes with a series of case studies, incorporating all featured concepts. In a nutshell, youll want to pick up a copy of this book because it Provides source code in both C# and VB .NET Shows how to use an event-based paradigm to reduce or completely eliminate coupling between classes and components Describes components, including coordinators, workers, builders, binders, and routers Contains three complete case studies that model concepts being used to design small, medium, and largesystems

Software Visualization - From Theory to Practice (Hardcover, 2003 ed.): Kang Zhang Software Visualization - From Theory to Practice (Hardcover, 2003 ed.)
Kang Zhang
R5,394 Discovery Miles 53 940 Ships in 18 - 22 working days

Software Visualization: From Theory to Practice was initially selected as a special volume for "The Annals of Software Engineering (ANSE) Journal," which has been discontinued. This special edited volume, is the first to discuss software visualization in the perspective of software engineering. It is a collection of 14 chapters on software visualization, covering the topics from theory to practical systems. The chapters are divided into four Parts: Visual Formalisms, Human Factors, Architectural Visualization, and Visualization in Practice. They cover a comprehensive range of software visualization topics, including
*Visual programming theory and techniques for rapid software prototyping and graph visualization, including distributed programming;
*Visual formalisms such as Flowchart, Event Graph, and Process Communication Graph;
*Graph-oriented distributed programming;
*Program visualization for software understanding, testing/debugging and maintenance;
*Object-oriented re-design based on legacy procedural software;
*Cognitive models for designing software exploration tools;
*Human comprehensibility of visual modeling diagrams in UML;
*UML extended with pattern compositions for software reuse;
*Visualization of software architecture and Web architecture for better understanding;
*Visual programming and program visualization for music synthesizers;
*Drawing diagrams nicely using clustering techniques for software engineering.

Software Visualization: From Theory to Practice is designed to meet the needs of both an academic and a professional audience composed of researchers and software developers. This book is also suitable for seniorundergraduate and graduate students in software engineering and computer science, as a secondary text or a reference.

Service-Oriented Software System Engineering - Challenges and Practices (Hardcover, New): Zoran Stojanovi c, Ajantha Dahanayake Service-Oriented Software System Engineering - Challenges and Practices (Hardcover, New)
Zoran Stojanovi c, Ajantha Dahanayake
R2,286 Discovery Miles 22 860 Ships in 18 - 22 working days

Current IT developments like competent-based development and Web services have emerged as new effective ways of building complex enterprise systems and providing enterprise allocation integration. To aid this process, platforms like.Net and Websphere have become standards in web-based systems development. However, there is still much that needs to be researched before service-oriented software engineering (SOSE) becomes a prominent source for enterprise system development. Service-Oriented Software System Engineering: Challenges and Practices provides a comprehensive view of SOSE through a number of different perspectives. Some of those perspectives include; service concepts, modeling and documentation, service discovery and composition, model-driven development of service-oriented applications, and service-orientation in mobile settings. This book provides readers with an in-depth knowledge of the main challenges and practices in the exciting, new world of service-oriented software engineering. Addressing both technical and organizational aspects of this new field, this book offers a balance, making it valuable to a variety of readers including: software developers, managers, and analysts.

Automatic Re-engineering of Software Using Genetic Programming (Hardcover, 2000 ed.): Conor Ryan Automatic Re-engineering of Software Using Genetic Programming (Hardcover, 2000 ed.)
Conor Ryan
R2,734 Discovery Miles 27 340 Ships in 18 - 22 working days

Automatic Re-engineering of Software Using Genetic Programming describes the application of Genetic Programming to a real world application area - software re-engineering in general and automatic parallelization specifically. Unlike most uses of Genetic Programming, this book evolves sequences of provable transformations rather than actual programs. It demonstrates that the benefits of this approach are twofold: first, the time required for evaluating a population is drastically reduced, and second, the transformations can subsequently be used to prove that the new program is functionally equivalent to the original. Automatic Re-engineering of Software Using Genetic Programming shows that there are applications where it is more practical to use GP to assist with software engineering rather than to entirely replace it. It also demonstrates how the author isolated aspects of a problem that were particularly suited to GP, and used traditional software engineering techniques in those areas for which they were adequate. Automatic Re-engineering of Software Using Genetic Programming is an excellent resource for researchers in this exciting new field.

Photorealism in Computer Graphics (Hardcover, 1992 ed.): Kadi Bouatouch, Christian Bouville Photorealism in Computer Graphics (Hardcover, 1992 ed.)
Kadi Bouatouch, Christian Bouville
R4,037 Discovery Miles 40 370 Ships in 18 - 22 working days

The goal of this book is to present the most advanced research works in realistic computer generated images. It is made up of the papers presented during a Eurographics workshop that has been held in Rennes (France) on June 1990. Although realism in computer graphics has existed for many years, we have considered that two research directions can now clearly be identified. One makes use of empirical methods to efficiently create images that look real. As opposed to this approach, the other orientation makes use of physics to produce images that are exact representations of the real world (at the expense of additional processing time), hence the term photosimulation which indeed was the subject of this book. The objectives of this workshop were to assemble experts from physics and computer graphics in order to contribute to the introduction of physics-based approaches in the field of computer generated images. The fact that this workshop was the first entirely devoted to this topic was a bet and fortunately it turned out that it was a success. The contents of this book is organized in five chapters: Efficient Ray Tracing Meth ods, Theory of Global Illumination Models, Photometric Algorithms, Form-Factor Cal culations and Physics-Based Methods.

InfoPath with SharePoint 2013 How-To (Paperback, New): Steven Mann InfoPath with SharePoint 2013 How-To (Paperback, New)
Steven Mann
R688 Discovery Miles 6 880 Ships in 10 - 15 working days

Need fast, reliable, easy-to-use solutions for using InfoPath (R) with SharePoint (R) 2013? This book delivers exactly what you're looking for: step-by-step help and guidance with the tasks you'll perform most often. You'll learn better ways to design and develop intuitive, effective form-based solutions, and then efficiently administer, secure, and troubleshoot them. The industry's most focused resource for solving business problems with SharePoint and InfoPath forms, this book provides all the answers you need-now! Steven Mann is an Enterprise Applications Engineer for Morgan Lewis and has nearly 20 years of professional experience with collaboration and business intelligence, including a decade working with SharePoint. Formerly Principal Architect for RDA Corporation, his books include InfoPath with SharePoint 2010 How-To, Microsoft SharePoint 2010 Business Intelligence Unleashed, SharePoint 2010 Field Guide, and SharePoint 2010 Managed Metadata Unleashed. Fast, Accurate, and Easy-to-Use! ? Discover powerful tips for success with InfoPath Designer 2013 ? Efficiently create SharePoint form controls, rules, and functions ? Master form page design, views, and list forms ? Submit, publish, and use data in SharePoint forms ? Streamline business processes by integrating forms into SharePoint workflows ? Design more intuitive, easier-to-use forms with InfoPath controls, functionality, and settings ? Use template parts to create reusable form components, including controls, fields, and data connections ? Leverage Visual Studio 2012 with InfoPath to build solutions and application-level add-ins ? Dynamically populate repeating tables in forms ? Elegantly track changes in SharePoint forms ? Automatically generate new InfoPath form instances ? Use SharePoint 2013 Central Administration to manage forms and Forms Services ? Automate InfoPath Form Services administration with PowerShell ? Manage form permissions to control user access and rights ? Troubleshoot form development, deployment, publishing, and form submission

Parallel Algorithm Derivation and Program Transformation (Hardcover, 1993 ed.): Robert Paige, J. H. Reif, Ralph Wachter Parallel Algorithm Derivation and Program Transformation (Hardcover, 1993 ed.)
Robert Paige, J. H. Reif, Ralph Wachter
R4,143 Discovery Miles 41 430 Ships in 18 - 22 working days

Transformational programming and parallel computation are two emerging fields that may ultimately depend on each other for success. Perhaps because ad hoc programming on sequential machines is so straightforward, sequential programming methodology has had little impact outside the academic community, and transformational methodology has had little impact at all. However, because ad hoc programming for parallel machines is so hard, and because progress in software construction has lagged behind architectural advances for such machines, there is a much greater need to develop parallel programming and transformational methodologies.Parallel Algorithm Derivation and Program Transformation stimulates the investigation of formal ways to overcome problems of parallel computation, with respect to both software development and algorithm design. It represents perspectives from two different communities: transformational programming and parallel algorithm design, to discuss programming, transformational, and compiler methodologies for parallel architectures, and algorithmic paradigms, techniques, and tools for parallel machine models.Parallel Algorithm Derivation and Program Transformation is an excellent reference for graduate students and researchers in parallel programming and transformational methodology. Each chapter contains a few initial sections in the style of a first-year, graduate textbook with many illustrative examples. The book may also be used as the text for a graduate seminar course or as a reference book for courses in software engineering, parallel programming or formal methods in program development.

The Temporal Logic of Reactive and Concurrent Systems - Specification (Hardcover, 1992 ed.): Zohar Manna, Amir Pnueli The Temporal Logic of Reactive and Concurrent Systems - Specification (Hardcover, 1992 ed.)
Zohar Manna, Amir Pnueli
R3,118 Discovery Miles 31 180 Ships in 18 - 22 working days

Reactive systems are computing systems which are interactive, such as real-time systems, operating systems, concurrent systems, control systems, etc. They are among the most difficult computing systems to program. Temporal logic is a formal tool/language which yields excellent results in specifying reactive systems. This volume, the first of two, subtitled Specification, has a self-contained introduction to temporal logic and, more important, an introduction to the computational model for reactive programs, developed by Zohar Manna and Amir Pnueli of Stanford University and the Weizmann Institute of Science, Israel, respectively.

Programming Methodology (Hardcover, 2003 ed.): Annabelle McLver, Carroll Morgan Programming Methodology (Hardcover, 2003 ed.)
Annabelle McLver, Carroll Morgan
R2,732 Discovery Miles 27 320 Ships in 18 - 22 working days

The IFIP working group 2.3 (Programming Methodology) is made up of internationally prominent computing academics and industrialists, and broadly its purpose is to invent, discuss and assess new and emerging techniques for improving the quality of software and systems. The group's membership has been influential in topics such as program correctness, object orientation, operating systems and distributed computing; indeed many thriving areas of research nowadays are based on ideas which were once scrutinized by the 2.3 working committee. This is a volume of chapters written by the membership which will form a reference and guide to the front line of research activity in programming methodology. The range of subjects reflects the current interests of the members, and will offer insightful and controversial opinions on modern programming methods and practice. The material is arranged in thematic sections, each one introduced by a problem which epitomizes the spirit of that topic. The exemplary problem will encourage vigorous discussion and will form the basis for an introduction/tutorial for its section.

Hands-On Database (Paperback, 2nd edition): Steve Conger Hands-On Database (Paperback, 2nd edition)
Steve Conger
R3,796 Discovery Miles 37 960 Ships in 10 - 15 working days

"Hands-On Database "uses a scenario-based approach that shows readers how to build a database by providing them with the context of a running case throughout each step of the process.

Advanced Topics in Term Rewriting (Hardcover, 2002 ed.): Enno Ohlebusch Advanced Topics in Term Rewriting (Hardcover, 2002 ed.)
Enno Ohlebusch
R1,639 Discovery Miles 16 390 Ships in 18 - 22 working days

Term rewriting techniques are applicable to various fields of computer science, including software engineering, programming languages, computer algebra, program verification, automated theorem proving and Boolean algebra. These powerful techniques can be successfully applied in all areas that demand efficient methods for reasoning with equations. One of the major problems encountered is the characterization of classes of rewrite systems that have a desirable property, like confluence or termination. In a system that is both terminating and confluent, every computation leads to a result that is unique, regardless of the order in which the rewrite rules are applied. This volume provides a comprehensive and unified presentation of termination and confluence, as well as related properties. Topics and features: *unified presentation and notation for important advanced topics *comprehensive coverage of conditional term-rewriting systems *state-of-the-art survey of modularity in term rewriting *presentation of unified framework for term and graph rewriting *up-to-date discussion of transformational methods for proving termination of logic programs, including the TALP system This unique book offers a comprehensive and unified view of the subject that is suitable for all computer scientists, program designers, and software engineers who study and use term rewriting techniques. Practitioners, researchers and professionals will find the book an essential and authoritative resource and guide for the latest developments and results in the field.

Practical Guide to Software Quality Management (Hardcover, 2nd Revised edition): John W Horch Practical Guide to Software Quality Management (Hardcover, 2nd Revised edition)
John W Horch
R2,437 Discovery Miles 24 370 Ships in 18 - 22 working days

For professionals who need to design, implement or manage a quality software program, this volume identifies ten major components that make up a solid program in line with ISO 9001 quality management precepts. This second edition is expanded by over 20 per cent, with updated references, text revisions and new chapters on software safety and software risk management. It seeks to provide the starting points for a standardized documentation system, and better understanding of the individual program components and how they integrate to form the whole system.

Python Programming and Numerical Methods - A Guide for Engineers and Scientists (Paperback): Qingkai Kong, Timmy Siauw,... Python Programming and Numerical Methods - A Guide for Engineers and Scientists (Paperback)
Qingkai Kong, Timmy Siauw, Alexandre Bayen
R1,777 Discovery Miles 17 770 Ships in 10 - 15 working days

Python Programming and Numerical Methods: A Guide for Engineers and Scientists introduces programming tools and numerical methods to engineering and science students, with the goal of helping the students to develop good computational problem-solving techniques through the use of numerical methods and the Python programming language. Part One introduces fundamental programming concepts, using simple examples to put new concepts quickly into practice. Part Two covers the fundamentals of algorithms and numerical analysis at a level that allows students to quickly apply results in practical settings.

Software Architecture - TC2 First Working IFIP Conference on Software Architecture (WICSA1) 22-24 February 1999, San Antonio,... Software Architecture - TC2 First Working IFIP Conference on Software Architecture (WICSA1) 22-24 February 1999, San Antonio, Texas, USA (Hardcover, 1999 ed.)
Patrick Donohoe
R5,476 Discovery Miles 54 760 Ships in 18 - 22 working days

Software architecture is a primary factor in the creation and evolution of virtually all products involving software. It is a topic of major interest in the research community where pronusmg formalisms, processes, and technologies are under development. Architecture is also of major interest in industry because it is recognized as a significant leverage point for manipulating such basic development factors as cost, quality, and interval. Its importance is attested to by the fact that there are several international workshop series as well as major conference sessions devoted to it. The First Working IFIP Conference on Software Architecture (WICSAl) provided a focused and dedicated forum for the international software architecture community to unify and coordinate its effort to advance the state of practice and research. WICSA 1 was organized to facilitate information exchange between practising software architects and software architecture researchers. The conference was held in San Antonio, Texas, USA, from February 22nd to February 24th, 1999; it was the initiating event for the new IFIP TC-2 Working Group on Software Architecture. This proceedings document contains the papers accepted for the conference. The papers in this volume comprise both experience reports and technical papers. The proceedings reflect the structure of the conference and are divided into six sections corresponding to the working groups established for the conference.

Enterprise Software Sourcing Performance - The Impact Logic of On-Demand, On-Premises, and In-House Software on Dynamic Fit and... Enterprise Software Sourcing Performance - The Impact Logic of On-Demand, On-Premises, and In-House Software on Dynamic Fit and Process-Level Performance Outcomes in Client Organizations (Hardcover, 1st ed. 2016)
Marko Noehren
R1,423 Discovery Miles 14 230 Ships in 18 - 22 working days

This book opens the "black box" of software sourcing by explaining how dynamic software alignment is established and how it impacts business performance outcomes. By investigating how software-sourcing modes are related to value generation in the post-implementation phase, it shows researchers and managers the impact logic of on-demand, on-premises, and in-house software on dynamic fit and process-level performance outcomes in a client organization. It describes dynamic IT alignment as the key to success in a fast-moving digital world with software-as-a-service on the rise and highlights the fact that today companies can choose between developing software in-house (make) or sourcing packaged systems in an on-premises (buy) or an on-demand (lease) mode. This book is the first to explicitly compare these sourcing arrangements with each other in terms of alignment and business performance.

Resilience Assessment and Evaluation of Computing Systems (Hardcover, 2012 ed.): Katinka Wolter, Alberto Avritzer, Marco... Resilience Assessment and Evaluation of Computing Systems (Hardcover, 2012 ed.)
Katinka Wolter, Alberto Avritzer, Marco Vieira, Aad van Moorsel
R2,738 Discovery Miles 27 380 Ships in 18 - 22 working days

The resilience of computing systems includes their dependability as well as their fault tolerance and security. It defines the ability of a computing system to perform properly in the presence of various kinds of disturbances and to recover from any service degradation. These properties are immensely important in a world where many aspects of our daily life depend on the correct, reliable and secure operation of often large-scale distributed computing systems. Wolter and her co-editors grouped the 20 chapters from leading researchers into seven parts: an introduction and motivating examples, modeling techniques, model-driven prediction, measurement and metrics, testing techniques, case studies, and conclusions. The core is formed by 12 technical papers, which are framed by motivating real-world examples and case studies, thus illustrating the necessity and the application of the presented methods. While the technical chapters are independent of each other and can be read in any order, the reader will benefit more from the case studies if he or she reads them together with the related techniques. The papers combine topics like modeling, benchmarking, testing, performance evaluation, and dependability, and aim at academic and industrial researchers in these areas as well as graduate students and lecturers in related fields. In this volume, they will find a comprehensive overview of the state of the art in a field of continuously growing practical importance.

Software Quality and Productivity - Theory, practice, education and training (Hardcover, 1995 ed.): M. Lee, Ben-Zion Barta,... Software Quality and Productivity - Theory, practice, education and training (Hardcover, 1995 ed.)
M. Lee, Ben-Zion Barta, Peter Juliff
R5,365 Discovery Miles 53 650 Ships in 18 - 22 working days

As the world becomes increasingly dependent on the use of computers, the need for quality software which can be produced at reasonable cost increases. This IFIP proceedings brings together the work of leading researchers and practitioners who are concerned with the efficient production of quality software.

Engineering and Managing Software Requirements (Hardcover, 2005 ed.): Aybuke Aurum, Claes Wohlin Engineering and Managing Software Requirements (Hardcover, 2005 ed.)
Aybuke Aurum, Claes Wohlin
R4,277 Discovery Miles 42 770 Ships in 18 - 22 working days

Requirements engineering is the process by which the requirements for software systems are gathered, analyzed, documented, and managed throughout their complete lifecycle. Traditionally it has been concerned with technical goals for, functions of, and constraints on software systems. Aurum and Wohlin, however, argue that it is no longer appropriate for software systems professionals to focus only on functional and non-functional aspects of the intended system and to somehow assume that organizational context and needs are outside their remit. Instead, they call for a broader perspective in order to gain a better understanding of the interdependencies between enterprise stakeholders, processes, and software systems, which would in turn give rise to more appropriate techniques and higher-quality systems.

Following an introductory chapter that provides an exploration of key issues in requirements engineering, the book is organized in three parts. Part 1 presents surveys of state-of-the art requirements engineering process research along with critical assessments of existing models, frameworks and techniques. Part 2 addresses key areas in requirements engineering, such as market-driven requirements engineering, goal modeling, requirements ambiguity, and others. Part 3 concludes the book with articles that present empirical evidence and experiences from practices in industrial projects.

Its broader perspective gives this book its distinct appeal and makes it of interest to both researchers and practitioners, not only in software engineering but also in other disciplines such as business process engineering and management science.

Temporal Verification of Reactive Systems - Safety (Hardcover, 1995 ed.): Zohar Manna, Amir Pnueli Temporal Verification of Reactive Systems - Safety (Hardcover, 1995 ed.)
Zohar Manna, Amir Pnueli
R2,940 Discovery Miles 29 400 Ships in 18 - 22 working days

This book is about the verification of reactive systems. A reactive system is a system that maintains an ongoing interaction with its environment, as opposed to computing some final value on termination. The family of reactive systems includes many classes of programs whose correct and reliable construction is con sidered to be particularly challenging, including concurrent programs, embedded and process control programs, and operating systems. Typical examples of such systems are an air traffic control system, programs controlling mechanical devices such as a train, or perpetually ongoing processes such as a nuclear reactor. With the expanding use of computers in safety-critical areas, where failure is potentially disastrous, correctness is crucial. This has led to the introduction of formal verification techniques, which give both users and designers of software and hardware systems greater confidence that the systems they build meet the desired specifications. Framework The approach promoted in this book is based on the use of temporal logic for specifying properties of reactive systems, and develops an extensive verification methodology for proving that a system meets its temporal specification. Reactive programs must be specified in terms of their ongoing behavior, and temporal logic provides an expressive and natural language for specifying this behavior. Our framework for specifying and verifying temporal properties of reactive systems is based on the following four components: 1. A computational model to describe the behavior of reactive systems. The model adopted in this book is that of a Fair Transition System (FTS)."

Handbook of Research on Software Quality Innovation in Interactive Systems (Hardcover): Francisco Vicente Cipolla-Ficarra Handbook of Research on Software Quality Innovation in Interactive Systems (Hardcover)
Francisco Vicente Cipolla-Ficarra
R8,126 Discovery Miles 81 260 Ships in 18 - 22 working days

The inclusion of experts in communicability in the software industry has allowed timeframes to speed up in the commercialization of new technological products worldwide. However, this constant evolution of software in the face of the hardware revolution opens up a host of new horizons to maintain and increase the quality of the interactive systems following a set of standardized norms and rules for the production of interactive software. Currently, we see some efforts towards this goal, but they are still partial solutions, incomplete, and flawed from the theoretical as well as practical points of view. If the quality of the interactive design is analyzed, it is left to professionals to generate systems that are efficient, reliable, user-friendly, and cutting-edge. The Handbook of Research on Software Quality Innovation in Interactive Systems analyzes the quality of the software applied to the interactive systems and considers the constant advances in the software industry. This book reviews the past and present of information and communication technologies with a projection towards the future, along with analyses of software, software design, phrases to use, and the purposes for software applications in interactive systems. This book is ideal for students, professors, researchers, programmers, analysists of systems, computer engineers, interactive designers, managers of software quality, and evaluators of interactive systems.

Constraint Databases (Hardcover, 2000 ed.): Gabriel Kuper, Leonid Libkin, Jan Paredaens Constraint Databases (Hardcover, 2000 ed.)
Gabriel Kuper, Leonid Libkin, Jan Paredaens
R4,251 Discovery Miles 42 510 Ships in 18 - 22 working days

This book is the first comprehensive survey of the field of constraint databases, written by leading researchers. Constraint databases are a fairly new and active area of database research. The key idea is that constraints, such as linear or polynomial equations, are used to represent large, or even infinite, sets in a compact way. The ability to deal with infinite sets makes constraint databases particularly promising as a technology for integrating spatial and temporal data with standard relational databases. Constraint databases bring techniques from a variety of fields, such as logic and model theory, algebraic and computational geometry, as well as symbolic computation, to the design and analysis of data models and query languages.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
C++ Programming - Program Design…
D. Malik Paperback R1,646 R1,523 Discovery Miles 15 230
Introduction to Computational Economics…
Hans Fehr, Fabian Kindermann Hardcover R4,258 Discovery Miles 42 580
Temporal Data Mining via Unsupervised…
Yun Yang Paperback R1,173 Discovery Miles 11 730
FORTRAN 90 for Scientists and Engineers
Brian Hahn Paperback R1,359 Discovery Miles 13 590
Creativity in Computing and DataFlow…
Suyel Namasudra, Veljko Milutinovic Hardcover R4,204 Discovery Miles 42 040
Java Programming
Joyce Farrell Paperback R1,326 R1,189 Discovery Miles 11 890
Modern Software Engineering - Doing What…
David Farley Paperback R860 R741 Discovery Miles 7 410
Introducing Delphi Programming - Theory…
John Barrow, Linda Miller, … Paperback  (1)
R785 Discovery Miles 7 850
Reachable Sets of Dynamic Systems…
Stanislaw Raczynski Paperback R3,927 Discovery Miles 39 270
Introduction to Python Programming and…
B. Harwani Paperback  (2)
R935 Discovery Miles 9 350

 

Partners