0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (239)
  • R250 - R500 (2,950)
  • R500+ (11,843)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Programming languages

Blockchain Technology: Platforms, Tools and Use Cases, Volume 111 (Hardcover): Pethuru Raj, Ganesh Chandra Deka Blockchain Technology: Platforms, Tools and Use Cases, Volume 111 (Hardcover)
Pethuru Raj, Ganesh Chandra Deka
R4,474 Discovery Miles 44 740 Ships in 12 - 19 working days

Blockchain Technology: Platforms, Tools and Use Cases, Volume 111, the latest release in the Advances in Computers series published since 1960, presents detailed coverage of innovations in computer hardware, software, theory, design and applications. In addition, it provides contributors with a medium in which they can explore their subjects in greater depth and breadth than journal articles usually allow. This volume has 8 Chapters that discuss the various aspects of Blockchain technology.

Python Programming - A Pragmatic Approach To Programming Python for Total Beginners (Hardcover): Bryan Johnson Python Programming - A Pragmatic Approach To Programming Python for Total Beginners (Hardcover)
Bryan Johnson
R662 R606 Discovery Miles 6 060 Save R56 (8%) Ships in 10 - 15 working days
Python - A Beginners' Guide to Python Programming to automate the boring tasks and learn coding fast (Hardcover): John... Python - A Beginners' Guide to Python Programming to automate the boring tasks and learn coding fast (Hardcover)
John Slavio
R906 Discovery Miles 9 060 Ships in 10 - 15 working days
A Deep Dive into NoSQL Databases: The Use Cases and Applications, Volume 109 (Hardcover): Pethuru Raj, Ganesh Chandra Deka A Deep Dive into NoSQL Databases: The Use Cases and Applications, Volume 109 (Hardcover)
Pethuru Raj, Ganesh Chandra Deka
R4,483 Discovery Miles 44 830 Ships in 12 - 19 working days

A Deep Dive into NoSQL Databases: The Use Cases and Applications, Volume 109, the latest release in the Advances in Computers series first published in 1960, presents detailed coverage of innovations in computer hardware, software, theory, design and applications. In addition, it provides contributors with a medium in which they can explore their subjects in greater depth and breadth. This update includes sections on NoSQL and NewSQL databases for big data analytics and distributed computing, NewSQL databases and scalable in-memory analytics, NoSQL web crawler application, NoSQL Security, a Comparative Study of different In-Memory (No/New)SQL Databases, NoSQL Hands On-4 NoSQLs, the Hadoop Ecosystem, and more.

Reference MWAPI (Paperback): James Hay Reference MWAPI (Paperback)
James Hay
R1,396 Discovery Miles 13 960 Ships in 12 - 19 working days

Reference MWAPI shows readers how to develop robust Windows applications using the innovative M Windowing Applications Interface (MWAPI). This book uses numerous tables, illustrations, sample programs, images and discussions to demonstrate how high quality graphical user interface applications are created using a technology that insulates the user from the intricacies and complexities of any particular Windows environment. It shows how applications created through the host-independent development environment can be ported to any Windows platform with no change in source code while maintaining the look and feel of event-processing methodology. It examines portability and compact code, some of the traits the MWAPI shares with the Java programming language.
Reference MWAPI includes valuable appendices designed for quick reference, and it is organized with the needs of a developer in mind. The material is structured to serve as a learning tool and resource for applications development. The integration of the MWAPI is divided into seven chapters that focus on particular components of the system. Exercises test the knowledge of the reader on selected highlights of each chapter.
Sample programs walk the user through "how to" demonstrations of Windows development
Presents specific instructions for characterizing objects with helpful notes
Appendices are designed for quick reference during development

Understanding Programming Languages (Hardcover, 1st ed. 2020): Cliff B. Jones Understanding Programming Languages (Hardcover, 1st ed. 2020)
Cliff B. Jones
R2,152 Discovery Miles 21 520 Ships in 10 - 15 working days

This book is about describing the meaning of programming languages. The author teaches the skill of writing semantic descriptions as an efficient way to understand the features of a language. While a compiler or an interpreter offers a form of formal description of a language, it is not something that can be used as a basis for reasoning about that language nor can it serve as a definition of a programming language itself since this must allow a range of implementations. By writing a formal semantics of a language a designer can yield a far shorter description and tease out, analyse and record design choices. Early in the book the author introduces a simple notation, a meta-language, used to record descriptions of the semantics of languages. In a practical approach, he considers dozens of issues that arise in current programming languages and the key techniques that must be mastered in order to write the required formal semantic descriptions. The book concludes with a discussion of the eight key challenges: delimiting a language (concrete representation), delimiting the abstract content of a language, recording semantics (deterministic languages), operational semantics (non-determinism), context dependency, modelling sharing, modelling concurrency, and modelling exits. The content is class-tested and suitable for final-year undergraduate and postgraduate courses. It is also suitable for any designer who wants to understand languages at a deep level. Most chapters offer projects, some of these quite advanced exercises that ask for complete descriptions of languages, and the book is supported throughout with pointers to further reading and resources. As a prerequisite the reader should know at least one imperative high-level language and have some knowledge of discrete mathematics notation for logic and set theory.

M Programming: A Comprehensive Guide (Paperback, New Ed): Richard Walters M Programming: A Comprehensive Guide (Paperback, New Ed)
Richard Walters
R2,252 Discovery Miles 22 520 Ships in 12 - 19 working days

M Programming: A Comprehensive Guide is a complete update to ABCs of MUMPS. While ABCs of MUMPS was an introduction for novice and intermediate M programmers, M Programming: A Comprehensive Guide has a new section containing advanced material. This new section addresses features such as transaction processing, networking, structured system variables, and interfaces to other standards. Five new chapters have been added, covering an overview of M for readers familiar with other languages; M and the Windows environment; interaction between M and the underlying system; transaction processing; interfacing M with other standards; and error handling. Sections on interactive programming and futures have been extensively updated. M Programming: A Comprehensive Guide is an invaluable resource for everyone who is learning or using M.


. Includes section on advanced programming
. Completely updated for the 1995 standard

Semantics of the Probabilistic Typed Lambda Calculus - Markov Chain Semantics, Termination Behavior, and Denotational Semantics... Semantics of the Probabilistic Typed Lambda Calculus - Markov Chain Semantics, Termination Behavior, and Denotational Semantics (Hardcover, 1st ed. 2017)
Dirk Draheim
R4,195 Discovery Miles 41 950 Ships in 10 - 15 working days

This book takes a foundational approach to the semantics of probabilistic programming. It elaborates a rigorous Markov chain semantics for the probabilistic typed lambda calculus, which is the typed lambda calculus with recursion plus probabilistic choice. The book starts with a recapitulation of the basic mathematical tools needed throughout the book, in particular Markov chains, graph theory and domain theory, and also explores the topic of inductive definitions. It then defines the syntax and establishes the Markov chain semantics of the probabilistic lambda calculus and, furthermore, both a graph and a tree semantics. Based on that, it investigates the termination behavior of probabilistic programs. It introduces the notions of termination degree, bounded termination and path stoppability and investigates their mutual relationships. Lastly, it defines a denotational semantics of the probabilistic lambda calculus, based on continuous functions over probability distributions as domains. The work mostly appeals to researchers in theoretical computer science focusing on probabilistic programming, randomized algorithms, or programming language theory.

C++20 - The Complete Guide (Hardcover): Nicolai M. Josuttis C++20 - The Complete Guide (Hardcover)
Nicolai M. Josuttis
R2,124 Discovery Miles 21 240 Ships in 10 - 15 working days
Building Financial Derivatives Applications with C++ (Hardcover): Robert Brooks Building Financial Derivatives Applications with C++ (Hardcover)
Robert Brooks
R2,770 Discovery Miles 27 700 Ships in 10 - 15 working days

Radical developments in financial management, spurred by improvements in computer technology, have created demand for people who can use modern financial techniques combined with computer skills such as C++. Dr. Brooks gives readers the ability to express derivative solutions in an attractive, user-friendly format, and the ability to develop a permanent software package containing them. His book explains in detail how to write C++ source code and at the same time explains derivative valuation problems and methods. Entry level as well as experienced financial professionals have already found that the ability to understand and write C++ code has greatly enhanced their careers. This is an important hands-on training resource for practitioners and a clearly presented textbook for graduate-level students in business and finance.

Dr. Brooks combines object-oriented C++ programming with modern derivatives technology and provides numerous examples to illustrate complex derivative applications. He covers C++ within the text and the Borland C++Builder program, on which the book is based, in extensive appendices. His book combines basic C++ coding with fundamental finance problems, illustrates traditional techniques for solving more complicated problems, and develops the reader's ability to express complex mathematical solutions in the object-oriented framework of C++. It also reviews derivative solutions techniques and illustrates them with C++ code, reviews general approaches to valuing interest rate contingent claims, and focuses on practical ways to implement them. The result is a book that trains readers simultaneously in the substance of its field, financial derivatives, and the programming of solutions to problems in it.

The Package (Hardcover): James A. Rozhon The Package (Hardcover)
James A. Rozhon
R780 R696 Discovery Miles 6 960 Save R84 (11%) Ships in 10 - 15 working days

Morgahna Hamilton was arrogant, presumptuous and had a career built upon those things as a reporter for "The Savannah Morning News." She was talented, ambitious and the world seemed to be at her feet. Then her husband, Evan Hamilton, committed suicide in her office and her world disintegrated.

Her job began to suffer and her friends began to worry when her phone rang not two months later. A woman uses his name and then hangs up. So starts the journey that will change the direction of her life when she is kidnapped.

Join Morgahna as she discovers why Evan committed suicide. Join her as her best friend, Debbie Jenson, is taken just like she was. Only this time, the killer will not fail. Join Morgahna as she races against time to save the life of her only friend and to put back together the pieces of her own.

Instruction Level Parallelism (Hardcover, 1st ed. 2016): Alex Aiken, Utpal Banerjee, Arun Kejariwal, Alexandru Nicolau Instruction Level Parallelism (Hardcover, 1st ed. 2016)
Alex Aiken, Utpal Banerjee, Arun Kejariwal, Alexandru Nicolau
R2,904 Discovery Miles 29 040 Ships in 12 - 19 working days

This book precisely formulates and simplifies the presentation of Instruction Level Parallelism (ILP) compilation techniques. It uniquely offers consistent and uniform descriptions of the code transformations involved. Due to the ubiquitous nature of ILP in virtually every processor built today, from general purpose CPUs to application-specific and embedded processors, this book is useful to the student, the practitioner and also the researcher of advanced compilation techniques. With an emphasis on fine-grain instruction level parallelism, this book will also prove interesting to researchers and students of parallelism at large, in as much as the techniques described yield insights that go beyond superscalar and VLIW (Very Long Instruction Word) machines compilation and are more widely applicable to optimizing compilers in general. ILP techniques have found wide and crucial application in Design Automation, where they have been used extensively in the optimization of performance as well as area and power minimization of computer designs.

C++ for Everyone (Paperback, 2nd Edition): Cay S. Horstmann C++ for Everyone (Paperback, 2nd Edition)
Cay S. Horstmann
R4,202 Discovery Miles 42 020 Ships in 12 - 19 working days

Thorough and updated coverage on all the essential C++ concepts

Aimed at providing you with a solid foundation in programming with C++, this new edition incorporates programming exercises with helpful self-check questions that reinforce the concepts discussed throughout the book. You'll benefit from the how-to sections that show you how concepts are applied and advanced materials are featured on the accompanying Web site when you're ready to take your programming skills to the next level.Shows you how to use C++ to your benefitIncludes advice for avoiding pitfallsIncorporates self-check questions and programming exercises to reinforce what you learnEncourages you to take your C++ programming skills to the next level with the advanced material featured on the accompanying Web site

"C++ for Everyone, Second Edition," is the go-to guide for getting started with C++

Core Java for the Impatient (Paperback, 3rd edition): Cay Horstmann Core Java for the Impatient (Paperback, 3rd edition)
Cay Horstmann
R1,097 Discovery Miles 10 970 Ships in 12 - 19 working days

Clear, Concise Guide to the Core Language and Libraries--Updated through Java 17 Modern Java introduces major enhancements that impact the core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer needed, and new features and programming paradigms can make you far more effective. However, navigating these changes can be challenging. Core Java for the Impatient, Third Edition, is a complete yet concise guide that reflects all changes through Java SE 17, Oracle's latest Long-Term Support (LTS) release. Written by Cay S. Horstmann--author of the classic two-volume Core Java--this indispensable tutorial offers a faster, easier pathway for learning modern Java. Horstmann covers everything working developers need to know, including the powerful concepts of lambda expressions and streams, modern constructs such as records and sealed classes, and sophisticated concurrent programming techniques. Given the size and scope of Java 17, there's plenty to cover, but it's presented in small chunks organized for quick access and easy understanding, with plenty of practical insights and sample code to help you quickly apply all that's new. Test code as you create it with JShell Improve your object-oriented design with records and sealed classes Effectively use text blocks, switch expressions, and pattern matching Understand functional programming with lambda expressions Streamline and optimize data management with the Streams API Use modern library features and threadsafe data structures to implement concurrency reliably Work with the modularized Java API and third-party modules Take advantage of API improvements for working with collections, input/output, regular expressions, and processes Learn the APIs for date/time processing and internationalization Whether you're an experienced developer just getting started with modern Java, or have been programming with Java for years, this guide will help you write more robust, efficient, and secure Java code. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

Computability, Complexity and Languages - Fundamentals of Theoretical Computer Science (Hardcover, 2nd edition): Martin Davis,... Computability, Complexity and Languages - Fundamentals of Theoretical Computer Science (Hardcover, 2nd edition)
Martin Davis, Ron Sigal, Elaine J. Weyuker
R2,211 R1,620 Discovery Miles 16 200 Save R591 (27%) Ships in 12 - 19 working days

This introductory text covers the key areas of computer science, including recursive function theory, formal languages, and automata. It assumes a minimal background in formal mathematics. The book is divided into five parts: Computability, Grammars and Automata, Logic, Complexity, and Unsolvability.
* Computability theory is introduced in a manner that makes maximum use of previous programming experience, including a "universal" program that takes up less than a page.
* The number of exercises included has more than tripled.
* Automata theory, computational logic, and complexity theory are presented in a flexible manner, and can be covered in a variety of different arrangements.

Applied Scientific Computing - With Python (Hardcover, 1st ed. 2018): Peter R. Turner, Thomas Arildsen, Kathleen Kavanagh Applied Scientific Computing - With Python (Hardcover, 1st ed. 2018)
Peter R. Turner, Thomas Arildsen, Kathleen Kavanagh
R1,549 Discovery Miles 15 490 Ships in 10 - 15 working days

This easy-to-understand textbook presents a modern approach to learning numerical methods (or scientific computing), with a unique focus on the modeling and applications of the mathematical content. Emphasis is placed on the need for, and methods of, scientific computing for a range of different types of problems, supplying the evidence and justification to motivate the reader. Practical guidance on coding the methods is also provided, through simple-to-follow examples using Python. Topics and features: provides an accessible and applications-oriented approach, supported by working Python code for many of the methods; encourages both problem- and project-based learning through extensive examples, exercises, and projects drawn from practical applications; introduces the main concepts in modeling, python programming, number representation, and errors; explains the essential details of numerical calculus, linear, and nonlinear equations, including the multivariable Newton method; discusses interpolation and the numerical solution of differential equations, covering polynomial interpolation, splines, and the Euler, Runge-Kutta, and shooting methods; presents largely self-contained chapters, arranged in a logical order suitable for an introductory course on scientific computing. Undergraduate students embarking on a first course on numerical methods or scientific computing will find this textbook to be an invaluable guide to the field, and to the application of these methods across such varied disciplines as computer science, engineering, mathematics, economics, the physical sciences, and social science.

Computer Programming in C for Beginners (Hardcover, 1st ed. 2020): Avelino J. Gonzalez Computer Programming in C for Beginners (Hardcover, 1st ed. 2020)
Avelino J. Gonzalez
R2,013 Discovery Miles 20 130 Ships in 12 - 19 working days

This textbook is an ideal introduction in college courses or self-study for learning computer programming using the C language. Written for those with minimal or no programming experience, Computer Programming in C for Beginners offers a heavily guided, hands-on approach that enables the reader to quickly start programming, and then progresses to cover the major concepts of C programming that are critical for an early stage programmer to know and understand. While the progression of topics is conventional, their treatment is innovative and designed for rapid understanding of the many concepts in C that have traditionally proven difficult for beginners, such as variable typing and scope, function definition, passing by value, pointers, passing by reference, arrays, structures, basic memory management, dynamic memory allocation, and linked lists, as well as an introductory treatment of searching and sorting algorithms. Written in an informal but clear narrative, the book uses extensive examples throughout and provides detailed guidance on how to write the C code to achieve the objectives of the example problems. Derived from the author's many years of teaching hands-on college courses, it encourages the reader to follow along by programming the progressively more complex exercise programs presented. In some sections, errors are purposely inserted into the code to teach the reader about the common pitfalls of programming in general, and the C language in particular.

Dead Right (Hardcover): Bert Wagner Dead Right (Hardcover)
Bert Wagner
R503 Discovery Miles 5 030 Ships in 12 - 19 working days

"The heart monitor alarm suddenly screamed as the patient's EKG pattern abruptly changed to ventricular fibrillation. "Code Blue " Dr. Singh screamed, "Get the crash cart in here, now " THUMP The convulsive thrash of his patient after each defibrillation attempt was beginning to be too much for Dr. Brady. THUMP He didn't know if he could stand the helpless feeling any longer. Attempt after attempt failed to resuscitate Mrs. Winter. He wanted to scream or run away, but continued in his efforts to save his patient. He prayed he was just going to wake up from this nightmare, hug his wife, and be thankful that this surrealistic scene didn't exist. But that simply wasn't going to happen. What began as sixty seconds of shock and terror, soon became forty minutes of futility. After trying everything they could think of to restore a normal heart rhythm to the patient's lifeless body, Dr. Singh called off the code. Jessie Winter was dead " This action-packed mystery will take you from the operating room to the courtroom as Dr. Brady searches for the truth behind his patient's unexpected death, and the resulting malpractice and manslaughter trials.

ZX Spectrum Games Code Club - Twenty fun games to code and learn (Hardcover): Gary Plowman ZX Spectrum Games Code Club - Twenty fun games to code and learn (Hardcover)
Gary Plowman
R592 R549 Discovery Miles 5 490 Save R43 (7%) Ships in 10 - 15 working days
A C/OS-III for the Renesas RX62N (Hardcover): J Labrosse Jean, Kovalski Fabiano A C/OS-III for the Renesas RX62N (Hardcover)
J Labrosse Jean, Kovalski Fabiano
R1,927 Discovery Miles 19 270 Ships in 12 - 19 working days

This two-part book puts the spotlight on how a real-time kernel works using Micrium's C/OS-III kernel as a reference. Part I includes an overview of the operation of real-time kernels, and walks through various aspects of C/OS-III implementation and usage. Part II provides application examples (using the versatile Renesas YRDKRX62N Evaluation Board, available separately) that enable readers to rapidly develop their own prototypes. This book is written for serious embedded systems programmers, consultants, hobbyists, and students interested in understanding the inner workings of a real-time kernel. C/OS-III is not just a great learning platform, but also a full commercial-grade software package, ready to be part of a wide range of products. C/OS-III is a highly portable, ROMable, scalable, preemptive real-time, multitasking kernel designed specifically to address the demanding requirements of today 's embedded systems. C/OS-III is the successor to the highly popular C/OS-II real-time kernel but can use most of C/OS-II 's ports with minor modifications. Some of the features of C/OS-III are:

Preemptive multitasking with round-robin scheduling of tasks at the same priority
Supports and unlimited number of tasks and other kernel objects
Rich set of services: semaphores, mutual exclusion semaphores with full priority inheritance, event flags, message queues, timers, fixed-size memory block management, and more.
Built-in performance measurements

Fine-Kinney-Based Fuzzy Multi-criteria Occupational Risk Assessment - Approaches, Case Studies and Python Applications... Fine-Kinney-Based Fuzzy Multi-criteria Occupational Risk Assessment - Approaches, Case Studies and Python Applications (Hardcover, 1st ed. 2021)
Muhammet Gul, Suleyman Mete, Faruk Serin, Erkan Celik
R2,873 Discovery Miles 28 730 Ships in 10 - 15 working days

This book presents a number of approaches to Fine-Kinney-based multi-criteria occupational risk-assessment. For each proposed approach, it provides case studies demonstrating their applicability, as well as Python coding, which will enable readers to implement them into their own risk assessment process. The book begins by giving a review of Fine-Kinney occupational risk-assessment methods and their extension by fuzzy sets. It then progresses in a logical fashion, dedicating a chapter to each approach, including the fuzzy best and worst method, interval-valued Pythagorean fuzzy VIKOR and interval type-2 fuzzy QUALIFLEX. This book will be of interest to professionals and researchers working in the field of occupational risk management, as well as postgraduate and undergraduate students studying applications of fuzzy systems.

Solving PDEs in Python - The FEniCS Tutorial I (Hardcover): Hans Petter Langtangen, Anders Logg Solving PDEs in Python - The FEniCS Tutorial I (Hardcover)
Hans Petter Langtangen, Anders Logg
R1,386 Discovery Miles 13 860 Ships in 10 - 15 working days
UC/OS-III - The Real-Time Kernel and the Texas Instruments Stellaris MCUs (Hardcover): Jean J. Labrosse UC/OS-III - The Real-Time Kernel and the Texas Instruments Stellaris MCUs (Hardcover)
Jean J. Labrosse
R1,909 Discovery Miles 19 090 Ships in 12 - 19 working days

This book puts the spotlight on how a real-time kernel works using Micrium s C/OS-III as a reference. The book consists of two complete parts. The first describes real-time kernels in generic terms. Part II provide examples for the reader, using Texas Instruments EVM-EVALBOT, a small, robotic evaluation board. The board is based on the Stellaris LM3S9B92 which combines the popular ARM Cortex-M3(r) architecture with Ethernet MAC+PHY, USB OTG (On-The-Go), and I2S. Together with the IAR Systems Embedded Workbench for ARM development tools, the evaluation board provides everything necessary to enable the reader to be up and running quickly, as well as a fun and educational experience, resulting in a high-level of proficiency in a short time.

This book is written for serious embedded systems programmers, consultants, hobbyists, and students interested in understanding the inner workings of a real-time kernel. C/OS-III is not just a great learning platform, but also a full commercial-grade software package, ready to be part of a wide range of products.

C/OS-III is a highly portable, ROMable, scalable, preemptive real-time, multitasking kernel designed specifically to address the demanding requirements of today s embedded systems. C/OS-III is the successor to the highly popular C/OS-II real-time kernel but can use most of C/OS-II s ports with minor modifications. Some of the features of C/OS-III are:

Preemptive multitasking with round-robin scheduling of tasks at the same priority
Supports and unlimited number of tasks and other kernel objects
Rich set of services: semaphores, mutual exclusion semaphores with full priority inheritance, event flags, message queues, timers, fixed-size memory block management, and more. Built-in performance measurements

C & Data Structures (Hardcover, 3rd Rd ed.): P. Padmanabham C & Data Structures (Hardcover, 3rd Rd ed.)
P. Padmanabham
R3,051 R2,563 Discovery Miles 25 630 Save R488 (16%) Ships in 10 - 15 working days
UC/OS-III - The Real-Time Kernel and the NXP LPC1700 (Hardcover): Jean J. Labrosse, Freddy Torres UC/OS-III - The Real-Time Kernel and the NXP LPC1700 (Hardcover)
Jean J. Labrosse, Freddy Torres
R1,906 Discovery Miles 19 060 Ships in 12 - 19 working days

This book highlights how real-time kernels work, using Micrium s C/OS-III as a reference. The book consists of two parts: Part I describes real-time kernels in generic terms, while Part II provides practical examples using NXP s LPC1768 Microcontroller, based on the ARM Cortex M3(rev 2) architecture. A companion evaluation board (Keil MCB1700) and IDE (Keil MDK Evaluation Version) enable the reader to quickly and easily evaluate the microcontroller, tools and RTOS. A range of examples are included, providing a unique hands-on experience, and leading to a faster and better understanding of the concepts presented in the book.

This book is written for serious embedded systems programmers, consultants, hobbyists, and students interested in understanding the inner workings of a real-time kernel. C/OS-III is not just a great learning platform, but also a full commercial-grade software package, ready to be part of a wide range of products.

C/OS-III is a highly portable, ROMable, scalable, preemptive real-time, multitasking kernel designed specifically to address the demanding requirements of today s embedded systems. C/OS-III is the successor to the highly popular C/OS-II real-time kernel but can use most of C/OS-II s ports with minor modifications. Some of the features of C/OS-III are:

Preemptive multitasking with round-robin scheduling of tasks at the same priority
Supports and unlimited number of tasks and other kernel objects
Rich set of services: semaphores, mutual exclusion semaphores with full priority inheritance, event flags, message queues, timers, fixed-size memory block management, and more.
Built-in performance measurements

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Research Anthology on Architectures…
Information R Management Association Hardcover R13,706 Discovery Miles 137 060
Managing Business Projects - The…
Frank Einhorn Paperback R515 Discovery Miles 5 150
Research Anthology on Architectures…
Information R Management Association Hardcover R13,709 Discovery Miles 137 090
Amazon CloudWatch Logs User Guide
Documentation Team Hardcover R1,231 Discovery Miles 12 310
AWS Database Migration Service…
Documentation Team Hardcover R1,235 Discovery Miles 12 350
AWS Schema Conversion Tool User Guide
Documentation Team Hardcover R1,873 Discovery Miles 18 730
Digital Signal Processing and…
Dag Stranneby Paperback R1,454 Discovery Miles 14 540
Amazon EMR Management Guide
Documentation Team Hardcover R2,119 Discovery Miles 21 190
Amazon Kinesis Data Analytics Developer…
Documentation Team Hardcover R1,576 Discovery Miles 15 760
Amazon Lex Developer Guide
Documentation Team Hardcover R2,407 Discovery Miles 24 070

 

Partners