0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (62)
  • R250 - R500 (247)
  • R500+ (7,660)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Software engineering

Software Engineering in the Era of Cloud Computing (Hardcover, 1st ed. 2020): Muthu Ramachandran, Zaigham Mahmood Software Engineering in the Era of Cloud Computing (Hardcover, 1st ed. 2020)
Muthu Ramachandran, Zaigham Mahmood
R4,254 Discovery Miles 42 540 Ships in 12 - 19 working days

This book focuses on the development and implementation of cloud-based, complex software that allows parallelism, fast processing, and real-time connectivity. Software engineering (SE) is the design, development, testing, and implementation of software applications, and this discipline is as well developed as the practice is well established whereas the Cloud Software Engineering (CSE) is the design, development, testing, and continuous delivery of service-oriented software systems and applications (Software as a Service Paradigm). However, with the emergence of the highly attractive cloud computing (CC) paradigm, the tools and techniques for SE are changing. CC provides the latest software development environments and the necessary platforms relatively easily and inexpensively. It also allows the provision of software applications equally easily and on a pay-as-you-go basis. Business requirements for the use of software are also changing and there is a need for applications in big data analytics, parallel computing, AI, natural language processing, and biometrics, etc. These require huge amounts of computing power and sophisticated data management mechanisms, as well as device connectivity for Internet of Things (IoT) environments. In terms of hardware, software, communication, and storage, CC is highly attractive for developing complex software that is rapidly becoming essential for all sectors of life, including commerce, health, education, and transportation. The book fills a gap in the SE literature by providing scientific contributions from researchers and practitioners, focusing on frameworks, methodologies, applications, benefits and inherent challenges/barriers to engineering software using the CC paradigm.

Software Failure Investigation - A Near-Miss Analysis Approach (Hardcover, 1st ed. 2018): Jan H.P. Eloff, Madeleine Bihina Bella Software Failure Investigation - A Near-Miss Analysis Approach (Hardcover, 1st ed. 2018)
Jan H.P. Eloff, Madeleine Bihina Bella
R3,703 R3,421 Discovery Miles 34 210 Save R282 (8%) Ships in 12 - 19 working days

This book reviews existing operational software failure analysis techniques and proposes near-miss analysis as a novel, and new technique for investigating and preventing software failures. The authors provide details on how near-miss analysis techniques focus on the time-window before the software failure actually unfolds, so as to detect the high-risk conditions that can lead to a major failure. They detail how by alerting system users of an upcoming software failure, the detection of near misses provides an opportunity to collect at runtime failure-related data that is complete and relevant. They present a near-miss management systems (NMS) for detecting upcoming software failures, which can contribute significantly to the improvement of the accuracy of the software failure analysis. A prototype of the NMS is implemented and is discussed in the book. The authors give a practical hands-on approach towards doing software failure investigations by means of near-miss analysis that is of use to industry and academia

Software Engineering with Reusable Components (Hardcover, 1997 ed.): Johannes Sametinger Software Engineering with Reusable Components (Hardcover, 1997 ed.)
Johannes Sametinger
R1,688 Discovery Miles 16 880 Ships in 10 - 15 working days

The book provides the reader with a clear understanding of what software reuse is, where the problems are, what benefits to expect, the activities, and different forms of software reuse. The reader is also given an overview of what sofware components are, different kinds of components and compositions, a taxonomy thereof, and examples of successful component reuse. An introduction to software engineering and software process models is also provided. Consequences and influences of systematic reuse of software components are depicted, and activities like domain engineering, component engineering and application engineering are described. The importance of documentation is taken into consideration as well.

GPS Tracking with Java EE Components - Challenges of Connected Cars (Paperback): Kristof Beiglboeck GPS Tracking with Java EE Components - Challenges of Connected Cars (Paperback)
Kristof Beiglboeck
R2,974 Discovery Miles 29 740 Ships in 12 - 19 working days

GPS Tracking with Java EE Components: Challenges of Connected Cars highlights how the self-driving car is actually changing the automotive industry, from programing embedded software to hosting services and data crunching, in real time, with really big data. The book analyzes how the challenges of the Self Driving Car (SDC) exceed the limits of a classical GPS Tracking System (GTS.) It provides a guidebook on setting up a tracking system by customizing its components. It also provides an overview of the prototyping and modeling process, and how the reader can modify this process for his or her own software. Every component is introduced in detail and includes a number of design decisions for development. The book introduces Java EE (JEE) Modules, and shows how they can be combined to a customizable GTS, and used as seed components to enrich existing systems with live tracking. The book also explores how to merge tracking and mapping to guide SDCs, and focuses on client server programming to provide useful information. It also discusses the challenges involved with the live coordination of moving cars. This book is designed to aid GTS developers and engineers in the automotive industry. It can also help Java Developers, not only interested in GPS Tracking, but in modern software design from many individual modules. Source code and sample applications will be available on the book's website.

Distributed Real-Time Architecture for Mixed-Criticality Systems (Hardcover): Hamidreza Ahmadian, Roman Obermaisser, Jon Perez Distributed Real-Time Architecture for Mixed-Criticality Systems (Hardcover)
Hamidreza Ahmadian, Roman Obermaisser, Jon Perez
R4,950 Discovery Miles 49 500 Ships in 12 - 19 working days

This book describes a cross-domain architecture and design tools for networked complex systems where application subsystems of different criticality coexist and interact on networked multi-core chips. The architecture leverages multi-core platforms for a hierarchical system perspective of mixed-criticality applications. This system perspective is realized by virtualization to establish security, safety and real-time performance. The impact further includes a reduction of time-to-market, decreased development, deployment and maintenance cost, and the exploitation of the economies of scale through cross-domain components and tools. Describes an end-to-end architecture for hypervisor-level, chip-level, and cluster level. Offers a solution for different types of resources including processors, on-chip communication, off-chip communication, and I/O. Provides a cross-domain approach with examples for wind-power, health-care, and avionics. Introduces hierarchical adaptation strategies for mixed-criticality systems Provides modular verification and certification methods for the seamless integration of mixed-criticality systems. Covers platform technologies, along with a methodology for the development process. Presents an experimental evaluation of technological results in cooperation with industrial partners. The information in this book will be extremely useful to industry leaders who design and manufacture products with distributed embedded systems in mixed-criticality use-cases. It will also benefit suppliers of embedded components or development tools used in this area. As an educational tool, this material can be used to teach students and working professionals in areas including embedded systems, computer networks, system architecture, dependability, real-time systems, and avionics, wind-power and health-care systems.

Finite Difference Computing with Exponential Decay Models (Hardcover, 1st ed. 2016): Hans Petter Langtangen Finite Difference Computing with Exponential Decay Models (Hardcover, 1st ed. 2016)
Hans Petter Langtangen
R2,056 Discovery Miles 20 560 Ships in 12 - 19 working days

This text provides a very simple, initial introduction to the complete scientific computing pipeline: models, discretization, algorithms, programming, verification, and visualization. The pedagogical strategy is to use one case study - an ordinary differential equation describing exponential decay processes - to illustrate fundamental concepts in mathematics and computer science. The book is easy to read and only requires a command of one-variable calculus and some very basic knowledge about computer programming. Contrary to similar texts on numerical methods and programming, this text has a much stronger focus on implementation and teaches testing and software engineering in particular.

Advances in Production Management Systems: New Challenges, New Approaches - International IFIP WG 5.7 Conference, APMS 2009,... Advances in Production Management Systems: New Challenges, New Approaches - International IFIP WG 5.7 Conference, APMS 2009, Bordeaux, France, September 21-23, 2009, Revised Selected Papers (Hardcover, 2010 ed.)
Bruno Vallespir, Thecle Alix
R3,019 Discovery Miles 30 190 Ships in 10 - 15 working days

The present economic and social environment has given rise to new situations within which companies must operate. As a first example, the globalization of the economy and the need for performance has led companies to outsource and then to operate inside networks of enterprises such as supply chains or virtual enterprises. A second instance is related to environmental issues. The statement about the impact of ind- trial activities on the environment has led companies to revise processes, to save - ergy, to optimize transportation.... A last example relates to knowledge. Knowledge is considered today to be one of the main assets of a company. How to capitalize, to manage, to reuse it for the benefit of the company is an important current issue. The three examples above have no direct links. However, each of them constitutes a challenge that companies have to face today. This book brings together the opinions of several leading researchers from all around the world. Together they try to develop new approaches and find answers to those challenges. Through the individual ch- ters of this book, the authors present their understanding of the different challenges, the concepts on which they are working, the approaches they are developing and the tools they propose. The book is composed of six parts; each one focuses on a specific theme and is subdivided into subtopics.

Spatial Modeling in Natural Sciences and Engineering - Software Development and Implementation (Hardcover, 2004 ed.): Jurgen... Spatial Modeling in Natural Sciences and Engineering - Software Development and Implementation (Hardcover, 2004 ed.)
Jurgen Friedrich
R2,912 Discovery Miles 29 120 Ships in 10 - 15 working days

The author introduces the reader to the creation and implementation of space-related models by applying a learning-by-doing and problem-oriented approach. The required procedural skills are rarely taught at universities and many scientists and engineers struggle to transfer a model into a computer program. The purpose of this book is to fill this gap. It moves from simple to more complex applications, covering various important topics in the sequence: dynamic matrix processing, 2D and 3D graphics, databases, Java applets and parallel computing. A file (SMOP.zip) with all examples can be downloaded free of charge from the Internet at http: //de.geocities.com/bsttc2/book.

Genetic Programming - An Introduction (Hardcover): Wolfgang Banzhaf, Peter Nordin, Robert E. Keller, Frank D. Francone Genetic Programming - An Introduction (Hardcover)
Wolfgang Banzhaf, Peter Nordin, Robert E. Keller, Frank D. Francone
R2,303 Discovery Miles 23 030 Ships in 12 - 19 working days

Since the early 1990s, genetic programming (GP) a discipline whose goal is to enable the automatic generation of computer programs has emerged as one of the most promising paradigms for fast, productive software development. GP combines biological metaphors gleaned from Darwin's theory of evolution with computer-science approaches drawn from the field of machine learning to create programs that are capable of adapting or recreating themselves for open-ended tasks.
This unique introduction to GP provides a detailed overview of the subject and its antecedents, with extensive references to the published and online literature. In addition to explaining the fundamental theory and important algorithms, the text includes practical discussions covering a wealth of potential applications and real-world implementation techniques. Software professionals needing to understand and apply GP concepts will find this book an invaluable practical and theoretical guide."

Model-Driven Architecture in Practice - A Software Production Environment Based on Conceptual Modeling (Hardcover, 2007 ed.):... Model-Driven Architecture in Practice - A Software Production Environment Based on Conceptual Modeling (Hardcover, 2007 ed.)
Oscar Pastor, Juan Carlos Molina
R1,548 Discovery Miles 15 480 Ships in 10 - 15 working days

This book introduces all the relevant information required to understand and put Model Driven Architecture (MDA) into industrial practice. It clearly explains which conceptual primitives should be present in a system specification, how to use UML to properly represent this subset of basic conceptual constructs, how to identify just those diagrams and modeling constructs that are actually required to create a meaningful conceptual schema, and how to accomplish the transformation process between the problem space and the solution space. The approach is fully supported by commercially available tools.

Software Engineering Research, Management and Applications (Hardcover, 2014 ed.): Roger Lee Software Engineering Research, Management and Applications (Hardcover, 2014 ed.)
Roger Lee
R4,982 Discovery Miles 49 820 Ships in 12 - 19 working days

The purpose of the 11th International Conference on Software Engineering Research, Management and Applications (SERA 2013) held on August 7 - 9, 2012 in Prague, Czech Republic was to bring together scientists, engineers, computer users, and students to share their experiences and exchange new ideas and research results about all aspects (theory, applications and tools) of Software Engineering Research, Management and Applications, and to discuss the practical challenges encountered along the way and the solutions adopted to solve them. The conference organizers selected 17 outstanding papers from those papers accepted for presentation at the conference in order to publish them in this volume. The papers were chosen based on review scores submitted by members of the program committee, and further rigorous rounds of review.

Synthesizable VHDL Design for FPGAs (Hardcover, 2014 ed.): Eduardo Augusto Bezerra, Djones Vinicius Lettnin Synthesizable VHDL Design for FPGAs (Hardcover, 2014 ed.)
Eduardo Augusto Bezerra, Djones Vinicius Lettnin
R3,611 Discovery Miles 36 110 Ships in 10 - 15 working days

The methodology described in this book is the result of many years of research experience in the field of synthesizable VHDL design targeting FPGA based platforms. VHDL was first conceived as a documentation language for ASIC designs. Afterwards, the language was used for the behavioral simulation of ASICs, and also as a design input for synthesis tools. VHDL is a rich language, but just a small subset of it can be used to write synthesizable code, from which a physical circuit can be obtained. Usually VHDL books describe both, synthesis and simulation aspects of the language, but in this book the reader is conducted just through the features acceptable by synthesis tools. The book introduces the subjects in a gradual and concise way, providing just enough information for the reader to develop their synthesizable digital systems in VHDL. The examples in the book were planned targeting an FPGA platform widely used around the world.

Process Technology (Hardcover, Reprinted from AUTOMATED SOFTWARE ENGINEERING, 5:1, 1998): Elisabetta Di Nitto, Alfonso Fuggetta Process Technology (Hardcover, Reprinted from AUTOMATED SOFTWARE ENGINEERING, 5:1, 1998)
Elisabetta Di Nitto, Alfonso Fuggetta
R4,424 Discovery Miles 44 240 Ships in 10 - 15 working days

Process Technology brings together in one place important contributions and up-to-date research results in this fast moving area. Process Technology serves as an excellent reference, providing insight into some of the most challenging research issues in the field.

Web Dynpro ABAP for Practitioners (Hardcover, 2nd ed. 2013): Ulrich Gellert, Ana Daniela Cristea Web Dynpro ABAP for Practitioners (Hardcover, 2nd ed. 2013)
Ulrich Gellert, Ana Daniela Cristea
R1,610 Discovery Miles 16 100 Ships in 10 - 15 working days

Web Dynpro ABAP, a NetWeaver web application user interface tool from SAP, enables web programming connected to SAP Systems. The authors' main focus was to create a book based on their own practical experience. Each chapter includes examples which lead through the content step-by-step and enable the reader to gradually explore and grasp the Web Dynpro ABAP process. The authors explain in particular how to design Web Dynpro components, the data binding and interface methods, and the view controller methods. They also describe the other SAP NetWeaver Elements (ABAP Dictionary, Authorization) and the integration of the Web Dynpro Application into the SAP NetWeaver Portal. The new edition has been expanded to include chapters on subjects such as POWER Lists; creating the Modal Windows and External Windows; using Web Dynpro application parameters and Shared Objects to communicate between the Web Dynpro ABAP Application and Business Server Pages; and creating multi-language mails using Web Dynpro ABAP.

Composing Model-Based Analysis Tools (Hardcover, 1st ed. 2021): Robert Heinrich, Francisco Duran, Carolyn Talcott, Steffen... Composing Model-Based Analysis Tools (Hardcover, 1st ed. 2021)
Robert Heinrich, Francisco Duran, Carolyn Talcott, Steffen Zschaler
R4,117 Discovery Miles 41 170 Ships in 10 - 15 working days

This book presents joint works of members of the software engineering and formal methods communities with representatives from industry, with the goal of establishing the foundations for a common understanding of the needs for more flexibility in model-driven engineering. It is based on the Dagstuhl Seminar 19481 "Composing Model-Based Analysis Tools", which was held November 24 to 29, 2019, at Schloss Dagstuhl, Germany, where current challenges, their background and concepts to address them were discussed. The book is structured in two parts, and organized around five fundamental core aspects of the subject: (1) the composition of languages, models and analyses; (2) the integration and orchestration of analysis tools; (3) the continual analysis of models; (4) the exploitation of results; and (5) the way to handle uncertainty in model-based developments. After a chapter on foundations and common terminology and a chapter on challenges in the field, one chapter is devoted to each of the above five core aspects in the first part of the book. These core chapters are accompanied by additional case studies in the second part of the book, in which specific tools and experiences are presented in more detail to illustrate the concepts and ideas previously introduced. The book mainly targets researchers in the fields of software engineering and formal methods as well as software engineers from industry with basic familiarity with quality properties, model-driven engineering and analysis tools. From reading the book, researchers will receive an overview of the state-of-the-art and current challenges, research directions, and recent concepts, while practitioners will be interested to learn about concrete tools and practical applications in the context of case studies.

Project Management - Concepts, Methodologies, Tools, and Applications, VOL 1 (Hardcover): Information Reso Management... Project Management - Concepts, Methodologies, Tools, and Applications, VOL 1 (Hardcover)
Information Reso Management Association
R17,165 Discovery Miles 171 650 Ships in 10 - 15 working days
Beyond Agile - How To Run Faster, Smarter and Less Wasteful Projects (Hardcover): Andrew Walker, Paul Scott Beyond Agile - How To Run Faster, Smarter and Less Wasteful Projects (Hardcover)
Andrew Walker, Paul Scott; As told to Grace Obrien
R596 R545 Discovery Miles 5 450 Save R51 (9%) Ships in 10 - 15 working days
Future Business Software - Current Trends in Business Software Development (Hardcover, 2014): Gino Brunetti, Thomas Feld, Lutz... Future Business Software - Current Trends in Business Software Development (Hardcover, 2014)
Gino Brunetti, Thomas Feld, Lutz Heuser, Joachim Schnitter, Christian Webel
R5,307 R4,817 Discovery Miles 48 170 Save R490 (9%) Ships in 12 - 19 working days

What will business software look like in the future? And how will it be developed?

This book covers the proceedings of the first international conference on Future Business Software - a new think tank discussing the trends in enterprise software with speakers from Europe's most successful software companies and the leading research institutions. The articles focus on two of the most prominent trends in the field: emergent software and agile development processes.

"Emergent Software" is a new paradigm of software development that addresses the highly complex requirements of tomorrow's business software and aims at dynamically and flexibly combining a business software solution's different components in order to fulfill customers' needs with a minimum of effort. Agile development processes are the response of software technology to the implementation of diverse and rapidly changing software requirements. A major focus is on the minimization of project risks, e.g. through short, iterative development cycles, test-driven development and an intensive culture of communication."

Innovation Together - Microsoft Research Asia Academic Research Collaboration (Hardcover, 2009 ed.): Lolan Song Innovation Together - Microsoft Research Asia Academic Research Collaboration (Hardcover, 2009 ed.)
Lolan Song
R2,888 Discovery Miles 28 880 Ships in 10 - 15 working days

Since its establishment in 1998, Microsoft Research Asia's trademark and long term commitment has been to foster innovative research and advanced education in the Asia-Pacific region. Through open collaboration and partnership with universities, government and other academic partners, MSRA has been consistently advancing the state-of-the-art in computer science. This book was compiled to record these outstanding collaborations, as Microsoft Research Asia celebrates its 10th Anniversary.

The selected papers are all authored or co-authored by faculty members or students through collaboration with MSRA lab researchers, or with the financial support of MSRA. Papers previously published in top-tier international conference proceedings and journals are compiled here into one accessible volume of outstanding research. Innovation Together highlights the outstanding work of Microsoft Research Asia as it celebrates ten years of achievement and looks forward to the next decade of success.

Model-Driven Testing - Using the UML Testing Profile (Hardcover, 2008 ed.): Paul Baker, Zhen Ru Dai, Jens Grabowski, Ina... Model-Driven Testing - Using the UML Testing Profile (Hardcover, 2008 ed.)
Paul Baker, Zhen Ru Dai, Jens Grabowski, Ina Schieferdecker, Clay Williams
R1,893 Discovery Miles 18 930 Ships in 10 - 15 working days

Written by the original members of an industry standardization group, this book shows you how to use UML to test complex software systems. It is the definitive reference for the only UML-based test specification language, written by the creators of that language. It is supported by an Internet site that provides information on the latest tools and uses of the profile. The authors introduce UTP step-by-step, using a case study that illustrates how UTP can be used for test modeling and test specification.

Debugging Systems-on-Chip - Communication-centric and Abstraction-based Techniques (Hardcover, 2014 ed.): Bart Vermeulen, Kees... Debugging Systems-on-Chip - Communication-centric and Abstraction-based Techniques (Hardcover, 2014 ed.)
Bart Vermeulen, Kees Goossens
R4,215 R3,646 Discovery Miles 36 460 Save R569 (13%) Ships in 12 - 19 working days

This book describes an approach and supporting infrastructure to facilitate debugging the silicon implementation of a System-on-Chip (SOC), allowing its associated product to be introduced into the market more quickly.Readers learn step-by-step the key requirements for debugging a modern, silicon SOC implementation, nine factors that complicate this debugging task, and a new debug approach that addresses these requirements and complicating factors.The authors novel communication-centric, scan-based, abstraction-based, run/stop-based (CSAR) debug approach is discussed in detail, showing how it helps to meet debug requirements and address the nine, previously identified factors that complicate debugging silicon implementations of SOCs. The authors also derive the debug infrastructure requirements to support debugging of a silicon implementation of an SOC with their CSAR debug approach. This debug infrastructure consists of a generic on-chip debug architecture, a configurable automated design-for-debug flow to be used during the design of an SOC, and customizable off-chip debugger software. Coverage includes an evaluation of the efficiency and effectiveness of the CSAR approach and its supporting infrastructure, using six industrial SOCs and an illustrative, example SOC model.The authors also quantify the hardware cost and design effort to support their approach.
"

Software Architecture: System Design, Development and Maintenance - 17th World Computer Congress - TC2 Stream / 3rd IEEE/IFIP... Software Architecture: System Design, Development and Maintenance - 17th World Computer Congress - TC2 Stream / 3rd IEEE/IFIP Conference on Software Architecture (WICSA3), August 25-30, 2002, Montreal, Quebec, Canada (Hardcover, 2002 ed.)
Jan Bosch, Morven Gentleman, Christine Hofmeister, Juha Kuusela
R4,493 Discovery Miles 44 930 Ships in 10 - 15 working days

For more and more systems, software has moved from a peripheral to a central role, replacing mechanical parts and hardware and giving the product a competitive edge. Consequences of this trend are an increase in: the size of software systems, the variability in software artifacts, and the importance of software in achieving the system-level properties. Software architecture provides the necessary abstractions for managing the resulting complexity. We here introduce the Third Working IEEFlIFIP Conference on Software Architecture, WICSA3. That it is already the third such conference is in itself a clear indication that software architecture continues to be an important topic in industrial software development and in software engineering research. However, becoming an established field does not mean that software architecture provides less opportunity for innovation and new directions. On the contrary, one can identify a number of interesting trends within software architecture research. The first trend is that the role of the software architecture in all phases of software development is more explicitly recognized. Whereas initially software architecture was primarily associated with the architecture design phase, we now see that the software architecture is treated explicitly during development, product derivation in software product lines, at run-time, and during system evolution. Software architecture as an artifact has been decoupled from a particular lifecycle phase.

Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing (Hardcover, 2008 ed.): Roger Lee Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing (Hardcover, 2008 ed.)
Roger Lee
R4,505 Discovery Miles 45 050 Ships in 10 - 15 working days

The 9th ACIS International Conference on Software Engineering, Artificial Intelligence, Networking, and Parallel/Distributed Computing, held in Phuket Thailand on August 6 - 8, 2008 is aimed at bringing together researchers and scientist, businessmen and entrepreneurs, teachers and students to discuss the numerous fields of computer science, and to share ideas and information in a meaningful way. This publication captures 20 of the conference's most promising papers, and we impatiently await the important contributions that we know these authors will bring to the field.

A Framework of Software Measurement (Hardcover, Reprint 2012): Horst Zuse A Framework of Software Measurement (Hardcover, Reprint 2012)
Horst Zuse
R5,687 R4,401 Discovery Miles 44 010 Save R1,286 (23%) Ships in 10 - 15 working days

Zuse's textbook on software measurement provides basic principles as well as theoretical and practical guidelines for the use of numerous kinds of software measures. It is written to enable scientists, teachers, practit ioners, and students to define the basic terminology of Software Measurement and to contribute to theory building. The textbook considers, among other, qualitative and numerical models behind software measures. It explains step-by-step the importance of qualitative properties, the meaning of scale types, the foundations of the validation of measures, and the foundations of prediction models, the models behind the Function-Point method and the COCOMO model, and the qualitative assumption of object-oriented measures. For applications of software measures in practice more than two hundred software measures of the software life-cycle are described in detail (object-oriented measures included). The enclosed CD contains a selection of more than 1,600 references of literature, and a small demo version of ZD-MIS (Zuse/Drabe - Measurement Information System) is presented.

Knowledge-Based Software Engineering (Hardcover, 1997 ed.): Dorothy E Setliff, Howard Reubenstein Knowledge-Based Software Engineering (Hardcover, 1997 ed.)
Dorothy E Setliff, Howard Reubenstein
R2,932 Discovery Miles 29 320 Ships in 10 - 15 working days

Knowledge-Based Software Engineering brings together in one place important contributions and up-to-date research results in this important area. Knowledge-Based Software Engineering serves as an excellent reference, providing insight into some of the most important research issues in the field.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Advances in Computers, Volume 119
Suyel Namasudra Hardcover R5,325 R4,456 Discovery Miles 44 560
Research Anthology on Architectures…
Information R Management Association Hardcover R13,695 Discovery Miles 136 950
Essential Java for Scientists and…
Brian Hahn, Katherine Malan Paperback R1,341 Discovery Miles 13 410
Dark Silicon and Future On-chip Systems…
Suyel Namasudra, Hamid Sarbazi-Azad Hardcover R4,186 Discovery Miles 41 860
Principles of Big Graph: In-depth…
Ripon Patgiri, Ganesh Chandra Deka, … Hardcover R4,981 R4,170 Discovery Miles 41 700
Programming Logic & Design…
Joyce Farrell Paperback R1,336 R1,239 Discovery Miles 12 390
Data Prefetching Techniques in Computer…
Pejman Lotfi-Kamran, Hamid Sarbazi-Azad Hardcover R4,979 R4,168 Discovery Miles 41 680
Programming Languages and Systems - 27th…
Amal Ahmed Hardcover R2,706 Discovery Miles 27 060
Advances in Computers, Volume 124
Suyel Namasudra Hardcover R4,998 R4,188 Discovery Miles 41 880
Modern Software Engineering - Doing What…
David Farley Paperback R860 R741 Discovery Miles 7 410

 

Partners