0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (632)
  • R250 - R500 (5,112)
  • R500+ (31,496)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming

Finding Source Code on the Web for Remix and Reuse (Hardcover, 2013 ed.): Susan Elliott Sim, Rosalva E. Gallardo-Valencia Finding Source Code on the Web for Remix and Reuse (Hardcover, 2013 ed.)
Susan Elliott Sim, Rosalva E. Gallardo-Valencia
R4,445 R3,437 Discovery Miles 34 370 Save R1,008 (23%) Ships in 12 - 17 working days

In recent years, searching for source code on the web has become increasingly common among professional software developers and is emerging as an area of academic research. This volume surveys past research and presents the state of the art in the area of "code retrieval on the web." This work is concerned with the algorithms, systems, and tools to allow programmers to search for source code on the web and the empirical studies of these inventions and practices. It is a label that we apply to a set of related research from software engineering, information retrieval, human-computer interaction, management, as well as commercial products. The division of code retrieval on the web into snippet remixing and component reuse is driven both by empirical data, and analysis of existing search engines and tools. Contributors include leading researchers from human-computer interaction, software engineering, programming languages, and management. "Finding Source Code on the Web for Remix and Reuse" consists of five parts. Part I is titled "Programmers and Practices," and consists of a retrospective chapter and two empirical studies on how programmers search the web for source code. Part II is titled "From Data Structures to Infrastructures," and covers the creation of ground-breaking search engines for code retrieval required ingenuity in the adaptation of existing technology and in the creation of new algorithms and data structures. Part III focuses on "Reuse: Components and Projects," which are reused with minimal modification. Part IV is on "Remix: Snippets and Answers," which examines how source code from the web can also be used as solutions to problems and answers to questions. The book concludes with Part V, "Looking Ahead," that looks at future programming and the legalities of software reuse and remix and the implications of current intellectual property law on the future of software development. The story, "Richie Boss: Private Investigator Manager," was selected as the winner of a crowdfunded short story contest."

Innovations in Computer Science and Engineering - Proceedings of 7th ICICSE (Hardcover, 1st ed. 2020): Harvinder Singh Saini,... Innovations in Computer Science and Engineering - Proceedings of 7th ICICSE (Hardcover, 1st ed. 2020)
Harvinder Singh Saini, Rishi Sayal, Rajkumar Buyya, Govardhan Aliseri
R4,953 Discovery Miles 49 530 Ships in 12 - 17 working days

This book features a collection of high-quality, peer-reviewed research papers presented at the 7th International Conference on Innovations in Computer Science & Engineering (ICICSE 2019), held at Guru Nanak Institutions, Hyderabad, India, on 16-17 August 2019. Written by researchers from academia and industry, the book discusses a wide variety of industrial, engineering, and scientific applications of the emerging techniques in the field of computer science.

Software Evolution with UML and XML (Hardcover, New): Hongji Yang Software Evolution with UML and XML (Hardcover, New)
Hongji Yang
R2,308 Discovery Miles 23 080 Ships in 12 - 17 working days

Software Evolution with UML and XML provides a forum where expert insights are presented on the subject of linking three current phenomena: software evolution, UML and XML. Software evolution and reengineering are a real problem in the software industry; various attempts have been made in these areas and there is still room for improvement. Tackling evolution with the help of UML and XML can be very beneficial to the software community, especially as the cost of software evolution makes up a considerable proportion, sometimes even 70-80 per cent, of the total budget of a software system. Software Evolution with UML and XML not only investigates the potential powerful applications of two popularly used languages, UML and XML, in the field of software evolution, but also discovers what will happen when these three are linked to work together.

Complexity-Aware High Efficiency Video Coding (Hardcover, 1st ed. 2016): Guilherme Correa, Pedro Assuncao, Luciano Agostini,... Complexity-Aware High Efficiency Video Coding (Hardcover, 1st ed. 2016)
Guilherme Correa, Pedro Assuncao, Luciano Agostini, Luis A. da Silva Cruz
R1,504 Discovery Miles 15 040 Ships in 10 - 15 working days

This book discusses computational complexity of High Efficiency Video Coding (HEVC) encoders with coverage extending from the analysis of HEVC compression efficiency and computational complexity to the reduction and scaling of its encoding complexity. After an introduction to the topic and a review of the state-of-the-art research in the field, the authors provide a detailed analysis of the HEVC encoding tools compression efficiency and computational complexity. Readers will benefit from a set of algorithms for scaling the computational complexity of HEVC encoders, all of which take advantage from the flexibility of the frame partitioning structures allowed by the standard. The authors also provide a set of early termination methods based on data mining and machine learning techniques, which are able to reduce the computational complexity required to find the best frame partitioning structures. The applicability of the proposed methods is finally exemplified with an encoding time control system that employs the best complexity reduction and scaling methods presented throughout the book. The methods presented in this book are especially useful in power-constrained, portable multimedia devices to reduce energy consumption and to extend battery life. They can also be applied to portable and non-portable multimedia devices operating in real time with limited computational resources.

Mathematical Modelling for Next-Generation Cryptography - CREST Crypto-Math Project (Hardcover, 1st ed. 2018): Tsuyoshi Takagi,... Mathematical Modelling for Next-Generation Cryptography - CREST Crypto-Math Project (Hardcover, 1st ed. 2018)
Tsuyoshi Takagi, Masato Wakayama, Keisuke Tanaka, Noboru Kunihiro, Kazufumi Kimoto, …
R4,290 Discovery Miles 42 900 Ships in 12 - 17 working days

This book presents the mathematical background underlying security modeling in the context of next-generation cryptography. By introducing new mathematical results in order to strengthen information security, while simultaneously presenting fresh insights and developing the respective areas of mathematics, it is the first-ever book to focus on areas that have not yet been fully exploited for cryptographic applications such as representation theory and mathematical physics, among others. Recent advances in cryptanalysis, brought about in particular by quantum computation and physical attacks on cryptographic devices, such as side-channel analysis or power analysis, have revealed the growing security risks for state-of-the-art cryptographic schemes. To address these risks, high-performance, next-generation cryptosystems must be studied, which requires the further development of the mathematical background of modern cryptography. More specifically, in order to avoid the security risks posed by adversaries with advanced attack capabilities, cryptosystems must be upgraded, which in turn relies on a wide range of mathematical theories. This book is suitable for use in an advanced graduate course in mathematical cryptography, while also offering a valuable reference guide for experts.

Scala Design Patterns - Patterns for Practical Reuse and Design (Hardcover, 2013 ed.): John Hunt Scala Design Patterns - Patterns for Practical Reuse and Design (Hardcover, 2013 ed.)
John Hunt
R4,158 R3,437 Discovery Miles 34 370 Save R721 (17%) Ships in 12 - 17 working days

Scala is a new and exciting programming language that is a hybrid between object oriented languages such as Java and functional languages such as Haskell. As such it has its own programming idioms and development styles. Scala Design Patterns looks at how code reuse can be successfully achieved in Scala. A major aspect of this is the reinterpretation of the original Gang of Four design patterns in terms of Scala and its language structures (that is the use of Traits, Classes, Objects and Functions). It includes an exploration of functional design patterns and considers how these can be interpreted in Scala's uniquely hybrid style. A key aspect of the book is the many code examples that accompany each design pattern, allowing the reader to understand not just the design pattern but also to explore powerful and flexible Scala language features. Including numerous source code examples, this book will be of value to professionals and practitioners working in the field of software engineering.

Proceedings of the 2nd Workshop on Communication Security - Cryptography and Physical Layer Security (Hardcover, 1st ed. 2018):... Proceedings of the 2nd Workshop on Communication Security - Cryptography and Physical Layer Security (Hardcover, 1st ed. 2018)
Marco Baldi, Stefano Tomasin, Elizabeth A. Quaglia
R5,065 R4,497 Discovery Miles 44 970 Save R568 (11%) Ships in 12 - 17 working days

This book focuses on techniques that can be applied at the physical and data-link layers of communication systems in order to secure transmissions against eavesdroppers. It discusses topics ranging from information theory-based security to coding for security and cryptography, and presents cutting-edge research and innovative findings from leading researchers. The characteristic feature of all the contributions in this book is their relevance for the practical application of security principles to a variety of widely used communication techniques, including: multiantenna systems, ultra-wide-band communication systems, power line communications, and quantum key distribution techniques. A further distinctive aspect is the attention paid to both unconditional and computational security techniques, building a bridge between two usually distinct worlds. The book gathers extended versions of contributions delivered at the Second Workshop on Communication Security, held in Paris, France, in April 2017 and affiliated with the conference EUROCRYPT 2017.

Arduino Programming (Hardcover): Jason Hamilton Arduino Programming (Hardcover)
Jason Hamilton
R608 R508 Discovery Miles 5 080 Save R100 (16%) Ships in 10 - 15 working days
Physical-Layer Security for Cooperative Relay Networks (Hardcover, 1st ed. 2016): Yulong Zou, Jia Zhu Physical-Layer Security for Cooperative Relay Networks (Hardcover, 1st ed. 2016)
Yulong Zou, Jia Zhu
R2,789 Discovery Miles 27 890 Ships in 10 - 15 working days

This book presents physical-layer security as a promising paradigm for achieving the information-theoretic secrecy required for wireless networks. It explains how wireless networks are extremely vulnerable to eavesdropping attacks and discusses a range of security techniques including information-theoretic security, artificial noise aided security, security-oriented beamforming, and diversity assisted security approaches. It also provides an overview of the cooperative relaying methods for wireless networks such as orthogonal relaying, non-orthogonal relaying, and relay selection.Chapters explore the relay-selection designs for improving wireless secrecy against eavesdropping in time-varying fading environments and a joint relay and jammer selection for wireless physical-layer security, where a relay is used to assist the transmission from the source to destination and a friendly jammer is employed to transmit an artificial noise for confusing the eavesdropper. Additionally, the security-reliability tradeoff (SRT) is mathematically characterized for wireless communications and two main relay-selection schemes, the single-relay and multi-relay selection, are devised for the wireless SRT improvement. In the single-relay selection, only the single best relay is chosen for assisting the wireless transmission, while the multi-relay selection invokes multiple relays for simultaneously forwarding the source transmission to the destination.Physical-Layer Security for Cooperative Relay Networks is designed for researchers and professionals working with networking or wireless security. Advanced-level students interested in networks, wireless, or privacy will also find this book a useful resource.

Digital Preservation Technology for Cultural Heritage (Hardcover, 2012 ed.): Mingquan Zhou, Guohua Geng, Zhongke Wu Digital Preservation Technology for Cultural Heritage (Hardcover, 2012 ed.)
Mingquan Zhou, Guohua Geng, Zhongke Wu
R2,811 Discovery Miles 28 110 Ships in 10 - 15 working days

"Digital Preservation Technology for Cultural Heritage" discusses the technology and processes in digital preservation of cultural heritage. It covers topics in five major areas: Digitization of cultural heritage; Digital management in the cultural heritage preservation; Restoration techniques for rigid solid relics; Restoration techniques for paintings; Digital museum. It also includes application examples for digital preservation of cultural heritage.

The book is intended for researchers, advanced undergraduate and graduate students in Computer Graphics and Image Processing as well as Cultural heritage preservation.

Mingquan Zhou is a professor at the College of Information Science and Technology, Beijing Normal University, China. Guohua Geng is a professor at the College of Information Science and Technology, Northwest University, Xi'an, China. Zhongke Wu is a professor at the College of Information Science and Technology, Beijing Normal University, China.

Green in Software Engineering (Hardcover, 2015 ed.): Coral Calero, Mario Piattini Green in Software Engineering (Hardcover, 2015 ed.)
Coral Calero, Mario Piattini
R3,790 Discovery Miles 37 900 Ships in 12 - 17 working days

This is the first book that presents a comprehensive overview of sustainability aspects in software engineering. Its format follows the structure of the SWEBOK and covers the key areas involved in the incorporation of green aspects in software engineering, encompassing topics from requirement elicitation to quality assurance and maintenance, while also considering professional practices and economic aspects.

The book consists of thirteen chapters, which are structured in five parts. First the Introduction gives an overview of the primary general concepts related to Green IT, discussing what Green "in" Software Engineering is and how it differs from Green "by" Software Engineering.Next Environments, Processes and Construction presents green software development environments, green software engineering processes and green software construction in general. The third part, Economic and Other Qualities, details models for measuring how well software supports green software engineering techniques and for performing trade-off analyses between alternative green practices from an economic perspective. Software Development Process then details techniques for incorporating green aspects at various stages of software development, including requirements engineering, design, testing, and maintenance. In closing, Practical Issues addresses the repercussions of green software engineering on decision-making, stakeholder participation and innovation management.

The audience for this book includes software engineering researchers in academia and industry seeking to understand the challenges and impact of green aspects in software engineering, as well as practitioners interested in learning about the state of the art in Green in Software Engineering. "

Agile Processes in Software Engineering and Extreme Programming - Workshops (Hardcover): Rashina Hoda Agile Processes in Software Engineering and Extreme Programming - Workshops (Hardcover)
Rashina Hoda
R1,343 Discovery Miles 13 430 Ships in 10 - 15 working days
Design and Analysis of Algorithms (Hardcover, St ed.): Venugopal Temberveni, Sammulal Porika Design and Analysis of Algorithms (Hardcover, St ed.)
Venugopal Temberveni, Sammulal Porika
R1,863 R1,539 Discovery Miles 15 390 Save R324 (17%) Ships in 10 - 15 working days
Tensor Eigenvalues and Their Applications (Hardcover, 1st ed. 2018): Liqun Qi, Haibin Chen, Yannan Chen Tensor Eigenvalues and Their Applications (Hardcover, 1st ed. 2018)
Liqun Qi, Haibin Chen, Yannan Chen
R3,954 Discovery Miles 39 540 Ships in 12 - 17 working days

This book offers an introduction to applications prompted by tensor analysis, especially by the spectral tensor theory developed in recent years. It covers applications of tensor eigenvalues in multilinear systems, exponential data fitting, tensor complementarity problems, and tensor eigenvalue complementarity problems. It also addresses higher-order diffusion tensor imaging, third-order symmetric and traceless tensors in liquid crystals, piezoelectric tensors, strong ellipticity for elasticity tensors, and higher-order tensors in quantum physics. This book is a valuable reference resource for researchers and graduate students who are interested in applications of tensor eigenvalues.

Embedded Software Verification and Debugging (Hardcover, 1st ed. 2017): Djones Lettnin, Markus Winterholer Embedded Software Verification and Debugging (Hardcover, 1st ed. 2017)
Djones Lettnin, Markus Winterholer
R3,933 Discovery Miles 39 330 Ships in 12 - 17 working days

This book provides comprehensive coverage of verification and debugging techniques for embedded software, which is frequently used in safety critical applications (e.g., automotive), where failures are unacceptable. Since the verification of complex systems needs to encompass the verification of both hardware and embedded software modules, this book focuses on verification and debugging approaches for embedded software with hardware dependencies. Coverage includes the entire flow of design, verification and debugging of embedded software and all key approaches to debugging, dynamic, static, and hybrid verification. This book discusses the current, industrial embedded software verification flow, as well as emerging trends with focus on formal and hybrid verification and debugging approaches.

Formalizing Data-Centric Web Services (Hardcover, 1st ed. 2015): Iman Saleh Formalizing Data-Centric Web Services (Hardcover, 1st ed. 2015)
Iman Saleh
R2,802 R1,767 Discovery Miles 17 670 Save R1,035 (37%) Ships in 12 - 17 working days

This book presents a methodology to model and specify the data aspect of Web services, as it is overlooked by current standards for specifying Web services. The formal specification enables verification of service behavior, and the proposed methodology is based on formal methods and design-by-contract techniques. The Web has evolved from an information sharing medium to a wide-scale environment for sharing capabilities or services. Currently, URLs not only point to documents and images, but are also used to invoke services that potentially change the state of the Web. Major online organizations today, such as Amazon, PayPal and FedEx, provide services for users and consumers. They also allow third-party vendors to resell their services. In both cases, this requires precise and complete specification of service offerings. Several online discussions demonstrate the challenges faced by these organizations and others while describing their data-centric Web services. These challenges surrounding data specification can lead consumers to use a service erroneously. Case studies demonstrate how formal methods, and specifically design-by-contract techniques, can be leveraged to address the lack of formal specification of data when it comes to developing Web applications such as Amazon and PayPal.

Inheritance Relationships for Disciplined Software Construction (Hardcover): Tracy A. Gardner Inheritance Relationships for Disciplined Software Construction (Hardcover)
Tracy A. Gardner
R2,401 Discovery Miles 24 010 Ships in 12 - 17 working days

Object-oriented inheritance has been in widespread use for a decade, and it is now realised that although inheritance is a powerful modelling tool with many associated advantages, its benefits are not automatically conferred on systems that simply use it.This book introduces a model of inheritance based around five fundamental inheritance relationships. Each relationship has a clear conceptual basis, representing a fundamental, specialised use of inheritance. The resulting model replaces a confused notion of inheritance with five distinct conceptual relationships supporting more precise modelling of systems and capturing the semantic intent of each use of inheritance within a system.

Social Networks and Surveillance for Society (Hardcover, 1st ed. 2019): Tansel Oezyer, Sambit Bakshi, Reda Alhajj Social Networks and Surveillance for Society (Hardcover, 1st ed. 2019)
Tansel Oezyer, Sambit Bakshi, Reda Alhajj
R1,469 Discovery Miles 14 690 Ships in 10 - 15 working days

This book focuses on recent technical advancements and state-of-the art technologies for analyzing characteristic features and probabilistic modelling of complex social networks and decentralized online network architectures. Such research results in applications related to surveillance and privacy, fraud analysis, cyber forensics, propaganda campaigns, as well as for online social networks such as Facebook. The text illustrates the benefits of using advanced social network analysis methods through application case studies based on practical test results from synthetic and real-world data. This book will appeal to researchers and students working in these areas.

A Survey on Coordinated Power Management in Multi-Tenant Data Centers (Hardcover, 1st ed. 2018): Thant Zin Oo, Nguyen H. Tran,... A Survey on Coordinated Power Management in Multi-Tenant Data Centers (Hardcover, 1st ed. 2018)
Thant Zin Oo, Nguyen H. Tran, Shaolei Ren, Choong Seon Hong
R3,252 Discovery Miles 32 520 Ships in 12 - 17 working days

This book investigates the coordinated power management of multi-tenant data centers that account for a large portion of the data center industry. The authors include discussion of their quick growth and their electricity consumption, which has huge economic and environmental impacts. This book covers the various coordinated management solutions in the existing literature focusing on efficiency, sustainability, and demand response aspects. First, the authors provide a background on the multi-tenant data center covering the stake holders, components, power infrastructure, and energy usage. Then, each power management mechanism is described in terms of motivation, problem formulation, challenges and solution.

Algorithmics - The Spirit of Computing (Paperback, 3rd edition): David Harel, Yishai Feldman Algorithmics - The Spirit of Computing (Paperback, 3rd edition)
David Harel, Yishai Feldman
R2,178 Discovery Miles 21 780 Ships in 12 - 17 working days

The best selling 'Algorithmics' presents the most important, concepts, methods and results that are fundamental to the science of computing. It starts by introducing the basic ideas of algorithms, including their structures and methods of data manipulation. It then goes on to demonstrate how to design accurate and efficient algorithms, and discusses their inherent limitations. As the author himself says in the preface to the book; 'This book attempts to present a readable account of some of the most important and basic topics of computer science, stressing the fundamental and robust nature of the science in a form that is virtually independent of the details of specific computers, languages and formalisms'.

Reduced Order Methods for Modeling and Computational Reduction (Hardcover, 2014 ed.): Alfio Quarteroni, Gianluigi Rozza Reduced Order Methods for Modeling and Computational Reduction (Hardcover, 2014 ed.)
Alfio Quarteroni, Gianluigi Rozza
R3,432 Discovery Miles 34 320 Ships in 12 - 17 working days

This monograph addresses the state of the art of reduced order methods for modeling and computational reduction of complex parametrized systems, governed by ordinary and/or partial differential equations, with a special emphasis on real time computing techniques and applications in computational mechanics, bioengineering and computer graphics.

Several topics are covered, including: design, optimization, and control theory in real-time with applications in engineering; data assimilation, geometry registration, and parameter estimation with special attention to real-time computing in biomedical engineering and computational physics; real-time visualization of physics-based simulations in computer science; the treatment of high-dimensional problems in state space, physical space, or parameter space; the interactions between different model reduction and dimensionality reduction approaches; the development of general error estimation frameworks which take into account both model and discretization effects.

This book is primarily addressed to computational scientists interested in computational reduction techniques for large scale differential problems.

Algorithms Illuminated - Omnibus Edition (Hardcover): Tim Roughgarden Algorithms Illuminated - Omnibus Edition (Hardcover)
Tim Roughgarden
R1,507 Discovery Miles 15 070 Ships in 12 - 17 working days

In Algorithms Illuminated, Tim Roughgarden teaches the basics of algorithms in the most accessible way imaginable. This Omnibus Edition contains the complete text of Parts 1-4, with thorough coverage of asymptotic analysis, graph search and shortest paths, data structures, divide-and-conquer algorithms, greedy algorithms, dynamic programming, and NP-hard problems. Hundreds of worked examples, quizzes, and exercises, plus comprehensive online videos, help readers become better programmers; sharpen their analytical skills; learn to think algorithmically; acquire literacy with computer science's greatest hits; and ace their technical interviews.

Advanced Finite Element Simulation with MSC Marc - Application of User Subroutines (Hardcover, 1st ed. 2017): Zia Javanbakht,... Advanced Finite Element Simulation with MSC Marc - Application of User Subroutines (Hardcover, 1st ed. 2017)
Zia Javanbakht, Andreas Oechsner
R4,401 Discovery Miles 44 010 Ships in 12 - 17 working days

This book offers an in-depth insight into the general-purpose finite element program MSC Marc, which is distributed by MSC Software Corporation. It is a specialized program for nonlinear problems (implicit solver) which is common in academia and industry. The primary goal of this book is to provide a comprehensive introduction to a special feature of this software: the user can write user-subroutines in the programming language Fortran, which is the language of all classical finite element packages. This subroutine feature allows the user to replace certain modules of the core code and to implement new features such as constitutive laws or new elements. Thus, the functionality of commercial codes ('black box') can easily be extended by linking user written code to the main core of the program. This feature allows to take advantage of a commercial software package with the flexibility of a 'semi-open' code.

Computational Intelligence and Optimization Methods for Control Engineering (Hardcover, 1st ed. 2019): Maude Josee Blondin,... Computational Intelligence and Optimization Methods for Control Engineering (Hardcover, 1st ed. 2019)
Maude Josee Blondin, Panos M. Pardalos, Javier Sanchis Saez
R2,591 R1,940 Discovery Miles 19 400 Save R651 (25%) Ships in 12 - 17 working days

This volume presents some recent and principal developments related to computational intelligence and optimization methods in control. Theoretical aspects and practical applications of control engineering are covered by 14 self-contained contributions. Additional gems include the discussion of future directions and research perspectives designed to add to the reader's understanding of both the challenges faced in control engineering and the insights into the developing of new techniques. With the knowledge obtained, readers are encouraged to determine the appropriate control method for specific applications.

Virtual Worlds as Philosophical Tools - How to Philosophize with a Digital Hammer (Hardcover, 1st ed. 2015): Stefano Gualeni Virtual Worlds as Philosophical Tools - How to Philosophize with a Digital Hammer (Hardcover, 1st ed. 2015)
Stefano Gualeni
R2,906 Discovery Miles 29 060 Ships in 12 - 17 working days

Who are we in simulated worlds? Will experiencing worlds that are not 'actual' change our ways of structuring thought? Can virtual worlds open up new possibilities to philosophize? Virtual Worlds as Philosophical Tools tries to answer these questions from a perspective that combines philosophy of technology with videogame design.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
C++ Programming - Program Design…
D. Malik Paperback R1,660 R1,485 Discovery Miles 14 850
Problem Solving with C++ - Global…
Walter Savitch Paperback R2,400 Discovery Miles 24 000
Data Abstraction and Problem Solving…
Janet Prichard, Frank Carrano Paperback R2,163 Discovery Miles 21 630
C++ How to Program: Horizon Edition
Harvey Deitel, Paul Deitel Paperback R1,779 Discovery Miles 17 790
The Data Quality Blueprint - A Practical…
John Parkinson Hardcover R1,581 Discovery Miles 15 810
Starting Out with Python, Global Edition
Tony Gaddis Paperback R2,272 R2,114 Discovery Miles 21 140
How To Think Like A Programmer - Program…
Paul Vickers Hardcover R6,141 Discovery Miles 61 410
Software Engineering for Real-Time…
Jim Cooling Paperback R2,301 R2,036 Discovery Miles 20 360
Program Construction - Calculating…
Roland Backhouse Paperback R1,358 Discovery Miles 13 580
Sams Teach Yourself: Beginning…
Greg Perry, Dean Miller Paperback R702 R638 Discovery Miles 6 380

 

Partners