0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (4)
  • R250 - R500 (24)
  • R500+ (2,620)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer hardware & operating systems > Computer architecture & logic design > General

Service Orchestration as Organization - Building Multi-Tenant Service Applications in the Cloud (Paperback): Malinda Kapuruge,... Service Orchestration as Organization - Building Multi-Tenant Service Applications in the Cloud (Paperback)
Malinda Kapuruge, Jun Han, Alan Colman
R1,309 Discovery Miles 13 090 Ships in 10 - 15 working days

Service orchestration techniques combine the benefits of Service Oriented Architecture (SOA) and Business Process Management (BPM) to compose and coordinate distributed software services. On the other hand, Software-as-a-Service (SaaS) is gaining popularity as a software delivery model through cloud platforms due to the many benefits to software vendors, as well as their customers. Multi-tenancy, which refers to the sharing of a single application instance across multiple customers or user groups (called tenants), is an essential characteristic of the SaaS model. Written in an easy to follow style with discussions supported by real-world examples, Service Orchestration as Organization introduces a novel approach with associated language, framework, and tool support to show how service orchestration techniques can be used to engineer and deploy SaaS applications.

Agile Software Architecture - Aligning Agile Processes and Software Architectures (Paperback): Muhammad Ali Babar, Alan W.... Agile Software Architecture - Aligning Agile Processes and Software Architectures (Paperback)
Muhammad Ali Babar, Alan W. Brown, Ivan Mistrik
R2,680 R2,187 Discovery Miles 21 870 Save R493 (18%) Ships in 10 - 15 working days

Agile software development approaches have had significant impact on industrial software development practices. Today, agile software development has penetrated to most IT companies across the globe, with an intention to increase quality, productivity, and profitability. Comprehensive knowledge is needed to understand the architectural challenges involved in adopting and using agile approaches and industrial practices to deal with the development of large, architecturally challenging systems in an agile way.

"Agile Software Architecture" focuses on gaps in the requirements of applying architecture-centric approaches and principles of agile software development and demystifies the agile architecture paradox. Readers will learn how agile and architectural cultures can co-exist and support each other according to the context. Moreover, this book will also provide useful leads for future research in architecture and agile to bridge such gaps by developing appropriate approaches that incorporate architecturally sound practices in agile methods.
Presents a consolidated view of the state-of-art and state-of-practice as well as the newest research findings Identifies gaps in the requirements of applying architecture-centric approaches and principles of agile software development and demystifies the agile architecture paradox Explains whether or not and how agile and architectural cultures can co-exist and support each other depending upon the context Provides useful leads for future research in both architecture and agile to bridge such gaps by developing appropriate approaches, which incorporate architecturally sound practices in agile methods

Best Practices and New Perspectives in Service Science and Management (Hardcover, New): Patricia Ordonez De Pablos, Robert... Best Practices and New Perspectives in Service Science and Management (Hardcover, New)
Patricia Ordonez De Pablos, Robert Tennyson
R4,729 Discovery Miles 47 290 Ships in 18 - 22 working days

Within global commerce, services and management play a vital role in the economy. Service systems are necessary for organisations, and a multi-disciplinary approach is ideal to establish full understanding of these systems. Best Practices and New Perspectives in Service Science and Management provides original research on all aspects of service science, service management, service engineering, and its supporting technology in order to administer cutting-edge knowledge to encourage the improvement of services. This book is essential for researchers and practitioners in the fields of computer science, software management, and engineering.

Network and System Security (Paperback, 2nd edition): John Vacca Network and System Security (Paperback, 2nd edition)
John Vacca
R1,289 Discovery Miles 12 890 Ships in 10 - 15 working days

"Network and System Security" provides focused coverage of network and system security technologies. It explores practical solutions to a wide range of network and systems security issues. Chapters are authored by leading experts in the field and address the immediate and long-term challenges in the authors respective areas of expertise. Coverage includes building a secure organization, cryptography, system intrusion, UNIX and Linux security, Internet security, intranet security, LAN security; wireless network security, cellular network security, RFID security, and more.
Chapters contributed by leaders in the field covering foundational and practical aspects of system and network security, providing a new level of technical expertise not found elsewhereComprehensive and updated coverage of the subject area allows the reader to put current technologies to workPresents methods of analysis and problem solving techniques, enhancing the reader s grasp of the material and ability to implement practical solutions"

High-Performance Computing Using FPGAs (Hardcover, 1st ed. 2013, Corr. 2nd printing 2014): Wim Vanderbauwhede, Khaled Benkrid High-Performance Computing Using FPGAs (Hardcover, 1st ed. 2013, Corr. 2nd printing 2014)
Wim Vanderbauwhede, Khaled Benkrid
R6,662 Discovery Miles 66 620 Ships in 18 - 22 working days

High-Performance Computing using FPGA covers the area of high performance reconfigurable computing (HPRC). This book provides an overview of architectures, tools and applications for High-Performance Reconfigurable Computing (HPRC). FPGAs offer very high I/O bandwidth and fine-grained, custom and flexible parallelism and with the ever-increasing computational needs coupled with the frequency/power wall, the increasing maturity and capabilities of FPGAs, and the advent of multicore processors which has caused the acceptance of parallel computational models. The Part on architectures will introduce different FPGA-based HPC platforms: attached co-processor HPRC architectures such as the CHREC's Novo-G and EPCC's Maxwell systems; tightly coupled HRPC architectures, e.g. the Convey hybrid-core computer; reconfigurably networked HPRC architectures, e.g. the QPACE system, and standalone HPRC architectures such as EPFL's CONFETTI system. The Part on Tools will focus on high-level programming approaches for HPRC, with chapters on C-to-Gate tools (such as Impulse-C, AutoESL, Handel-C, MORA-C++); Graphical tools (MATLAB-Simulink, NI LabVIEW); Domain-specific languages, languages for heterogeneous computing(for example OpenCL, Microsoft's Kiwi and Alchemy projects). The part on Applications will present case from several application domains where HPRC has been used successfully, such as Bioinformatics and Computational Biology; Financial Computing; Stencil computations; Information retrieval; Lattice QCD; Astrophysics simulations; Weather and climate modeling.

Accelerating MATLAB with GPU Computing - A Primer with Examples (Paperback): Jung Suh, Youngmin Kim Accelerating MATLAB with GPU Computing - A Primer with Examples (Paperback)
Jung Suh, Youngmin Kim
R1,459 Discovery Miles 14 590 Ships in 10 - 15 working days

Beyond simulation and algorithm development, many developers increasingly use MATLAB even for product deployment in computationally heavy fields. This often demands that MATLAB codes run faster by leveraging the distributed parallelism of Graphics Processing Units (GPUs). While MATLAB successfully provides high-level functions as a simulation tool for rapid prototyping, the underlying details and knowledge needed for utilizing GPUs make MATLAB users hesitate to step into it. "Accelerating MATLAB with GPUs" offers a primer on bridging this gap.

Starting with the basics, setting up MATLAB for CUDA (in Windows, Linux and Mac OS X) and profiling, it then guides users through advanced topics such as CUDA libraries. The authors share their experience developing algorithms using MATLAB, C++ and GPUs for huge datasets, modifying MATLAB codes to better utilize the computational power of GPUs, and integrating them into commercial software products. Throughout the book, they demonstrate many example codes that can be used as templates of C-MEX and CUDA codes for readers projects. Download example codes from the publisher's website: http: //booksite.elsevier.com/9780124080805/
Shows how to accelerate MATLAB codes through the GPU for parallel processing, with minimal hardware knowledgeExplains the related background on hardware, architecture and programming for ease of useProvides simple worked examples of MATLAB and CUDA C codes as well as templates that can be reused in real-world projects"

Logical Effort - Designing Fast CMOS Circuits (Paperback): Ivan Sutherland, Robert F Sproull, David Harris Logical Effort - Designing Fast CMOS Circuits (Paperback)
Ivan Sutherland, Robert F Sproull, David Harris
R1,591 Discovery Miles 15 910 Ships in 10 - 15 working days

Designers of high-speed integrated circuits face a bewildering array of choices and too often spend frustrating days tweaking gates to meet speed targets. "Logical Effort: Designing Fast CMOS Circuits" makes high speed design easier and more methodical, providing a simple and broadly applicable method for estimating the delay resulting from factors such as topology, capacitance, and gate sizes.

The brainchild of circuit and computer graphics pioneers Ivan Sutherland and Bob Sproull, "logical effort" will change the way you approach design challenges. This book begins by equipping you with a sound understanding of the method's essential procedures and concepts-so you can start using it immediately. Later chapters explore the theory and finer points of the method and detail its specialized applications.
* Explains the method and how to apply it in two practically focused chapters.
* Improves circuit design intuition by teaching simple ways to discern the consequences of topology and gate size decisions.
* Offers easy ways to choose the fastest circuit from among an array of potential circuit designs.
* Reduces the time spent on tweaking and simulations-so you can rapidly settle on a good design.
* Offers in-depth coverage of specialized areas of application for logical effort: skewed or unbalanced gates, other circuit families (including pseudo-NMOS and domino), wide structures such as decoders, and irregularly forking circuits.
* Presents a complete derivation of the method-so you see how and why it works.

Energy-Efficient Communication Processors - Design and Implementation for Emerging Wireless Systems (Hardcover, 2013 ed.):... Energy-Efficient Communication Processors - Design and Implementation for Emerging Wireless Systems (Hardcover, 2013 ed.)
Robert Fasthuber, Francky Catthoor, Praveen Raghavan, Frederik Naessens
R4,705 Discovery Miles 47 050 Ships in 10 - 15 working days

This book describes a new design approach for energy-efficient, Domain-Specific Instruction set Processor (DSIP) architectures for the wireless baseband domain. The innovative techniques presented enable co-design of algorithms, architectures and technology, for efficient implementation of the most advanced technologies. To demonstrate the feasibility of the author's design approach, case studies are included for crucial functionality of advanced wireless systems with increased computational performance, flexibility and reusability. Designers using this approach will benefit from reduced development/product costs and greater scalability to future process technology nodes.

8051/8052 Microcontroller - Architecture, Assembly Language, and Hardware Interfacing (Hardcover): Craig Steiner 8051/8052 Microcontroller - Architecture, Assembly Language, and Hardware Interfacing (Hardcover)
Craig Steiner
R1,858 Discovery Miles 18 580 Ships in 18 - 22 working days
Biologically Inspired Networking and Sensing - Algorithms and Architectures (Hardcover, New): Pietro Lio, Dinesh Verma Biologically Inspired Networking and Sensing - Algorithms and Architectures (Hardcover, New)
Pietro Lio, Dinesh Verma
R6,119 Discovery Miles 61 190 Ships in 18 - 22 working days

Despite their widespread impact, computer networks that provide the foundation for the World Wide Web and Internet have many limitations. These networks are vulnerable to security threats, break easily, and have a limited ability to respond to changing conditions. Recent research on overcoming these limitations has used biological systems for inspiration, resulting in the development of biologically-inspired computer networks. These networks are designed and developed using principles that are commonly found in natural and biological systems. Biologically Inspired Networking and Sensing: Algorithms and Architectures offers current perspectives and trends in biologically-inspired networking, exploring various approaches aimed at improving network paradigms. Research contained within this compendium of papers and surveys introduces studies in the fields of communication networks, performance modeling, and distributed computing, as well as new advances in networking.

Artificial Intelligence - Concepts, Methodologies, Tools, and Applications, VOL 1 (Hardcover): Information Reso Management... Artificial Intelligence - Concepts, Methodologies, Tools, and Applications, VOL 1 (Hardcover)
Information Reso Management Association
R9,019 Discovery Miles 90 190 Ships in 18 - 22 working days
Artificial Intelligence - Concepts, Methodologies, Tools, and Applications, VOL 3 (Hardcover): Information Reso Management... Artificial Intelligence - Concepts, Methodologies, Tools, and Applications, VOL 3 (Hardcover)
Information Reso Management Association
R9,036 Discovery Miles 90 360 Ships in 18 - 22 working days
Modern Computer Architecture (Hardcover): Stephanie Collins Modern Computer Architecture (Hardcover)
Stephanie Collins
R3,285 R2,973 Discovery Miles 29 730 Save R312 (9%) Ships in 18 - 22 working days
Handbook of Enterprise Systems Architecture in Practice (Hardcover): Handbook of Enterprise Systems Architecture in Practice (Hardcover)
R4,284 Discovery Miles 42 840 Ships in 18 - 22 working days

Enterprise Architecture (EA) is the organizing logic for a firm's core business processes and IT capabilities captured in a set of policies and technical choices. ""Handbook of Enterprise Systems Architecture in Practice"" provides a comprehensive and unified reference overview of practical aspects of enterprise architecture. This premier reference source includes a complete analysis of EA theory, concepts, strategies, implementation challenges, and case studies. The impact of effective enterprise architecture on IT governance, IT portfolio management, IT risks, and IT outsourcing are described in this authoritative reference tool. Researchers and IT professionals will gain insights into how firms can maximize the business value of IT and increase competitiveness.

Artificial Intelligence - Concepts, Methodologies, Tools, and Applications, VOL 2 (Hardcover): Information Reso Management... Artificial Intelligence - Concepts, Methodologies, Tools, and Applications, VOL 2 (Hardcover)
Information Reso Management Association
R9,056 Discovery Miles 90 560 Ships in 18 - 22 working days
FPGAs 101 - Everything you need to know to get started (Paperback): Gina Smith FPGAs 101 - Everything you need to know to get started (Paperback)
Gina Smith
R1,031 Discovery Miles 10 310 Ships in 10 - 15 working days

FPGAs (Field-Programmable Gate Arrays) can be found in applications such as smart phones, mp3 players, medical imaging devices, and for aerospace and defense technology. FPGAs consist of logic blocks and programmable interconnects. This allows an engineer to start with a blank slate and program the FPGA for a specific task, for instance, digital signal processing, or a specific device, for example, a software-defined radio. Due to the short time to market and ability to reprogram to fix bugs without having to respin FPGAs are in increasingly high demand.
This book is for the engineer that has not yet had any experience with this electrifying and growing field. The complex issue of FPGA design is broken down into four distinct phases - Design / Synthesis / Simulation / Place & Route. Numerous step-by-step examples along with source code accompany the discussion. A brief primer of one of the popular FPGA and hardware languages, VHDL, is incorporated for a simple yet comprehensive learning tool. While a general technology background is assumed, no direct hardware development understanding is needed. Also, included are details on tool-set up, verifaction techniques, and test benches. Reference material consists of a quick reference guide, reserved words, and common VHDL/FPGA terms.
Learn how to design and develop FPGAs -- no prior experience necessary Breaks down the complex design and development of FPGAs into easy-to-learn building blocksContains examples, helpful tips, and step-by-step tutorials for synthesis, implementation, simulation, and programming phases

Computer Architecture Tutorial Using an FPGA - ARM & Verilog Introductions (Hardcover): Robert Dunne Computer Architecture Tutorial Using an FPGA - ARM & Verilog Introductions (Hardcover)
Robert Dunne
R1,537 R1,335 Discovery Miles 13 350 Save R202 (13%) Ships in 18 - 22 working days
Handbook of Research on Redesigning the Future of Internet Architectures (Hardcover): Mohamed Boucadair, Christian Jacquenet Handbook of Research on Redesigning the Future of Internet Architectures (Hardcover)
Mohamed Boucadair, Christian Jacquenet
R8,649 Discovery Miles 86 490 Ships in 18 - 22 working days

As the volume of global Internet traffic increases, the Internet is beginning to suffer from a broad spectrum of performance-degrading infrastructural limitations that threaten to jeopardize the continued growth of new, innovative services. In answer to this challenge, computer scientists seek to maintain the original design principles of the Internet while allowing for a more dynamic approach to the manner in which networks are designed and operated. The Handbook of Research on Redesigning the Future of Internet Architectures covers some of the hottest topics currently being debated by the Internet community at large, including Internet governance, privacy issues, service delivery automation, advanced networking schemes, and new approaches to Internet traffic-forwarding and path-computation mechanics. Targeting students, network-engineers, and technical strategists, this book seeks to provide a broad and comprehensive look at the next wave of revolutionary ideas poised to reshape the very foundation of the Internet as we know it.

Processor Description Languages, Volume 1 (Hardcover): Prabhat Mishra, Nikil Dutt Processor Description Languages, Volume 1 (Hardcover)
Prabhat Mishra, Nikil Dutt
R1,830 Discovery Miles 18 300 Ships in 10 - 15 working days

Efficient design of embedded processors plays a critical role in embedded systems design. Processor description languages and their associated specification, exploration and rapid prototyping methodologies are used to find the best possible design for a given set of applications under various design constraints, such as area, power and performance.
This book is the first, comprehensive survey of modern architecture description languages and will be an invaluable reference for embedded system architects, designers, developers, and validation engineers. Readers will see that the use of particular architecture description languages will lead to productivity gains in designing particular (application-specific) types of embedded processors.
* Comprehensive coverage of all modern architecture description languages... use the right ADL to design your processor to fit your application;
* Most up-to-date information available about each architecture description language from the developers...save time chasing down reliable documentation;
* Describes how each architecture desccription language enables key design automation tasks, such as simulation, synthesis and testing...fit the ADL to your design cycle;

VLSI High-Speed I/O Circuits (Hardcover): Hongjiang Song VLSI High-Speed I/O Circuits (Hardcover)
Hongjiang Song
R1,842 R1,723 Discovery Miles 17 230 Save R119 (6%) Ships in 10 - 15 working days
Routing Algorithms in Networks-on-Chip (Hardcover, 2014 ed.): Maurizio Palesi, Masoud Daneshtalab Routing Algorithms in Networks-on-Chip (Hardcover, 2014 ed.)
Maurizio Palesi, Masoud Daneshtalab
R4,882 Discovery Miles 48 820 Ships in 10 - 15 working days

This book provides a single-source reference to routing algorithms for Networks-on-Chip (NoCs), as well as in-depth discussions of advanced solutions applied to current and next generation, many core NoC-based Systems-on-Chip (SoCs). After a basic introduction to the NoC design paradigm and architectures, routing algorithms for NoC architectures are presented and discussed at all abstraction levels, from the algorithmic level to actual implementation. Coverage emphasizes the role played by the routing algorithm and is organized around key problems affecting current and next generation, many-core SoCs. A selection of routing algorithms is included, specifically designed to address key issues faced by designers in the ultra-deep sub-micron (UDSM) era, including performance improvement, power, energy, and thermal issues, fault tolerance and reliability.

Conceptual Spaces: Elaborations and Applications (Hardcover, 1st ed. 2019): Mauri Kaipainen, Frank Zenker, Antti Hautamaki,... Conceptual Spaces: Elaborations and Applications (Hardcover, 1st ed. 2019)
Mauri Kaipainen, Frank Zenker, Antti Hautamaki, Peter Gardenfors
R3,112 Discovery Miles 31 120 Ships in 18 - 22 working days

This edited book focuses on concepts and their applications using the theory of conceptual spaces, one of today's most central tracks of cognitive science discourse. It features 15 papers based on topics presented at the Conceptual Spaces @ Work 2016 conference. The contributors interweave both theory and applications in their papers. Among the first mentioned are studies on metatheories, logical and systemic implications of the theory, as well as relations between concepts and language. Examples of the latter include explanatory models of paradigm shifts and evolution in science as well as dilemmas and issues of health, ethics, and education. The theory of conceptual spaces overcomes many translational issues between academic theoretization and practical applications. The paradigm is mainly associated with structural explanations, such as categorization and meronomy. However, the community has also been relating it to relations, functions, and systems. The book presents work that provides a geometric model for the representation of human conceptual knowledge that bridges the symbolic and the sub-conceptual levels of representation. The model has already proven to have a broad range of applicability beyond cognitive science and even across a number of disciplines related to concepts and representation.

Advanced HDL Synthesis and SOC Prototyping - RTL Design Using Verilog (Hardcover, 1st ed. 2019): Vaibbhav Taraate Advanced HDL Synthesis and SOC Prototyping - RTL Design Using Verilog (Hardcover, 1st ed. 2019)
Vaibbhav Taraate
R4,644 Discovery Miles 46 440 Ships in 10 - 15 working days

This book describes RTL design using Verilog, synthesis and timing closure for System On Chip (SOC) design blocks. It covers the complex RTL design scenarios and challenges for SOC designs and provides practical information on performance improvements in SOC, as well as Application Specific Integrated Circuit (ASIC) designs. Prototyping using modern high density Field Programmable Gate Arrays (FPGAs) is discussed in this book with the practical examples and case studies. The book discusses SOC design, performance improvement techniques, testing and system level verification, while also describing the modern Intel FPGA/XILINX FPGA architectures and their use in SOC prototyping. Further, the book covers the Synopsys Design Compiler (DC) and Prime Time (PT) commands, and how they can be used to optimize complex ASIC/SOC designs. The contents of this book will be useful to students and professionals alike.

Customizable Embedded Processors, Volume . - Design Technologies and Applications (Hardcover): Paolo Ienne, Rainer Leupers Customizable Embedded Processors, Volume . - Design Technologies and Applications (Hardcover)
Paolo Ienne, Rainer Leupers
R1,627 Discovery Miles 16 270 Ships in 10 - 15 working days

Customizable processors have been described as the next natural step in the evolution of the microprocessor business: a step in the life of a new technology where top performance alone is no longer sufficient to guarantee market success. Other factors become fundamental, such as time to market, convenience, energy efficiency, and ease of customization.
This book is the first to explore comprehensively one of the most fundamental trends which emerged in the last decade: to treat processors not as rigid, fixed entities, which designers include "as is" in their products; but rather, to build sound methodologies to tailor-fit processors to the specific needs of such products. This book addresses the goal of maintaining a very large family of processors, with a wide range of features, at a cost comparable to that of maintaining a single processor.
- First book to present comprehensively the major ASIP design methodologies and tools without any particular bias.
- Written by most of the pioneers and top international experts of this young domain.
- Unique mix of management perspective, technical detail, research outlook, and practical implementation.

Networks on Chips - Technology and Tools (Hardcover): Giovanni De Micheli Networks on Chips - Technology and Tools (Hardcover)
Giovanni De Micheli; Edited by Luca Benini; Contributions by Davide Bertozzi, Israel Cidon, Kees Goossens, …
R1,674 Discovery Miles 16 740 Ships in 10 - 15 working days

The design of today's semiconductor chips for various applications, such as telecommunications, poses various challenges due to the complexity of these systems. These highly complex systems-on-chips demand new approaches to connect and manage the communication between on-chip processing and storage components and networks on chips (NoCs) provide a powerful solution.
This book is the first to provide a unified overview of NoC technology. It includes in-depth analysis of all the on-chip communication challenges, from physical wiring implementation up to software architecture, and a complete classification of their various Network-on-Chip approaches and solutions.
* Leading-edge research from world-renowned experts in academia and industry with state-of-the-art technology implementations/trends
* An integrated presentation not currently available in any other book
* A thorough introduction to current design methodologies and chips designed with NoCs

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
C++ Programming - Program Design…
D. Malik Paperback R1,646 R1,523 Discovery Miles 15 230
Guide to Networking Essentials
Greg Tomsho Paperback R1,548 R1,299 Discovery Miles 12 990
Introduction to Python Programming and…
B. Harwani Paperback  (2)
R935 Discovery Miles 9 350
Research Anthology on Usage, Identity…
Information R Management Association Hardcover R11,857 Discovery Miles 118 570
Information And Communications…
Dana van der Merwe Paperback R1,320 R1,149 Discovery Miles 11 490
Systems Analysis And Design
Scott Tilley Hardcover R1,302 R1,213 Discovery Miles 12 130
Misbelief - What Makes Rational People…
Dan Ariely Paperback R350 R317 Discovery Miles 3 170
Thermodynamics of Complex Systems…
Vladimir N. Pokrovskii Paperback R761 Discovery Miles 7 610
Oracle 12c - SQL
Joan Casteel Paperback  (1)
R1,321 R1,228 Discovery Miles 12 280
Programming Logic & Design…
Joyce Farrell Paperback R1,256 R1,170 Discovery Miles 11 700

 

Partners