0
Your cart

Your cart is empty

Browse All Departments
Price
  • R250 - R500 (37)
  • R500+ (200)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Compilers & interpreters

python machine learning (Paperback): Tony F Charles python machine learning (Paperback)
Tony F Charles
R506 R476 Discovery Miles 4 760 Save R30 (6%) Ships in 10 - 15 working days
python for data science (Paperback): Tony F Charles python for data science (Paperback)
Tony F Charles
R432 R400 Discovery Miles 4 000 Save R32 (7%) Ships in 10 - 15 working days
Python Programming - The Easiest Python Crash Course to Go Deep Through the Main Applications as Web Development, Data... Python Programming - The Easiest Python Crash Course to Go Deep Through the Main Applications as Web Development, Data Analysis, and Data Science Including Machine Learning (Paperback)
Alan Grid
R494 R455 Discovery Miles 4 550 Save R39 (8%) Ships in 10 - 15 working days
Information Technology Essentials Volume 1 (Paperback): Eric Frick Information Technology Essentials Volume 1 (Paperback)
Eric Frick
R406 Discovery Miles 4 060 Ships in 10 - 15 working days
Writing Interpreters and Compilers for the Raspberry Pi Using Python - Second Edition (Paperback): Anthony J Dos Reis Writing Interpreters and Compilers for the Raspberry Pi Using Python - Second Edition (Paperback)
Anthony J Dos Reis
R603 Discovery Miles 6 030 Ships in 10 - 15 working days
opCode - virtual machine examples (Paperback): Anthony Davis opCode - virtual machine examples (Paperback)
Anthony Davis
R601 Discovery Miles 6 010 Ships in 10 - 15 working days
Python Programming - The Crash Course for Absolute Beginners - Master the Art of Python Coding for Machine Learning, Data... Python Programming - The Crash Course for Absolute Beginners - Master the Art of Python Coding for Machine Learning, Data Science & Artificial Intelligence with this Step by Step Guide + Exercises (Paperback)
Mike Cowley
R296 Discovery Miles 2 960 Ships in 10 - 15 working days
Arduino and eForth (Paperback): Juergen Pintaske Arduino and eForth (Paperback)
Juergen Pintaske; Chen-Hanson Ting
R429 Discovery Miles 4 290 Ships in 10 - 15 working days
Programming A Problem Oriented Language - Forth - how the internals work (Paperback): Juergen Pintaske Programming A Problem Oriented Language - Forth - how the internals work (Paperback)
Juergen Pintaske; Charles H Moore
R409 Discovery Miles 4 090 Ships in 10 - 15 working days
The GNU C Library Reference Manual Version 2.26 (Paperback): Sandra Loosemore, Richard M. Stallman, Roland McGrath The GNU C Library Reference Manual Version 2.26 (Paperback)
Sandra Loosemore, Richard M. Stallman, Roland McGrath
R1,610 Discovery Miles 16 100 Ships in 10 - 15 working days
GNU Make Reference Manual - Version 4.2 (Paperback): Richard M. Stallman, Roland McGrath, Paul D. Smith GNU Make Reference Manual - Version 4.2 (Paperback)
Richard M. Stallman, Roland McGrath, Paul D. Smith
R511 Discovery Miles 5 110 Ships in 10 - 15 working days
An Introduction to Languages and Machines (Paperback): Martin C. Carlisle An Introduction to Languages and Machines (Paperback)
Martin C. Carlisle
R281 Discovery Miles 2 810 Ships in 10 - 15 working days
Compiling with Continuations (Paperback, Revised): Andrew W. Appel Compiling with Continuations (Paperback, Revised)
Andrew W. Appel
R2,535 Discovery Miles 25 350 Ships in 12 - 19 working days

The control and data flow of a program can be represented using continuations, a concept from denotational semantics that has practical application in real compilers. This book shows how continuation-passing style is used as an intermediate representation on which to perform optimisations and program transformations. Continuations can be used to compile most programming languages. The method is illustrated in a compiler for the programming language Standard ML. However, prior knowledge of ML is not necessary, as the author carefully explains each concept as it arises. This is the first book to show how concepts from the theory of programming languages can be applied to the producton of practical optimising compilers for modern languages like ML. This book will be essential reading for compiler writers in both industry and academe, as well as for students and researchers in programming language theory.

Translation 4.0 - Dolmetschen Und Uebersetzen Im Zeitalter Der Digitalisierung (German, Hardcover): Peter A. Schmitt, Carsten... Translation 4.0 - Dolmetschen Und Uebersetzen Im Zeitalter Der Digitalisierung (German, Hardcover)
Peter A. Schmitt, Carsten Sinner, Christine Paasch-Kaiser, Johannes Hartel
R2,177 Discovery Miles 21 770 Ships in 12 - 19 working days

Die Entwicklung digitaler Moeglichkeiten fuhrt zu neuen Translationsformen. Sie verlangt eine UEberprufung von Ansatzen und Theorien und schafft neue Moeglichkeiten fur (sprachvergleichende) theoretische und korpusbasierte Studien. Die Beitrage dieses Bandes gehen den Auswirkungen der technischen Veranderungen auf die Translation selbst sowie auf die sich stetig verandernden bzw. erweiternden Moeglichkeiten der Translationsforschung im digitalen Zeitalter auf den Grund. Dabei decken sie Themenbereiche wie UEbersetzung und Dolmetschen, Untertitelung und Synchronisierung sowie Ausbildung mit neuen Lehrwerken und Tools ab. Der Band geht auf den 10. Internationalen Kongress zu Grundfragen der Translatologie (LICTRA X) zum Thema Translation 4.0 - Translation im digitalen Zeitalter zuruck.

Modern Compiler Implementation in ML (Paperback, New Ed): Andrew W. Appel Modern Compiler Implementation in ML (Paperback, New Ed)
Andrew W. Appel
R2,110 Discovery Miles 21 100 Ships in 12 - 19 working days

This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and object-oriented languages, that are missing from most books. In addition, more advanced chapters are now included so that it can be used as the basis for two-semester or graduate course. The most accepted and successful techniques are described in a concise way, rather than as an exhaustive catalog of every possible variant. Detailed descriptions of the interfaces between modules of a compiler are illustrated with actual C header files. The first part of the book, Fundamentals of Compilation, is suitable for a one-semester first course in compiler design. The second part, Advanced Topics, which includes the advanced chapters, covers the compilation of object-oriented and functional languages, garbage collection, loop optimizations, SSA form, loop scheduling, and optimization for cache-memory hierarchies.

Compilers - A Practical Approach (Hardcover): James E Miller Compilers - A Practical Approach (Hardcover)
James E Miller
R1,428 R1,181 Discovery Miles 11 810 Save R247 (17%) Ships in 10 - 15 working days

This exciting and practical book for compiler construction combines history and development of several early programming languages together with sufficient theory to develop a compiler for an extensive language. The book reflects the author's views that compiler construction can best be learned by the actual implementation of a compiler. A source language, equivalent to early translating languages, is developed. An object language consisting entirely of numbers is also developed. The student will learn to write programs in the developed source and object language. Using the language C++, the author gently leads the student through the steps which are necessary to complete a working compiler in a one-semester effort. Extensive exercises at the end of each chapter keep the student's focus on the big project - the implementation of a working compiler.

Beginning Game Development with Amazon Lumberyard - Create 3D Games Using Amazon Lumberyard and Lua (Paperback, 1st ed.): Jaken... Beginning Game Development with Amazon Lumberyard - Create 3D Games Using Amazon Lumberyard and Lua (Paperback, 1st ed.)
Jaken Chandler Herman
R964 R825 Discovery Miles 8 250 Save R139 (14%) Ships in 10 - 15 working days

Create stunning 3D games in a short amount of time using Amazon Lumberyard, a free and exciting game development platform. This book is a ground-up, out-of-the-box tutorial on 3D game development and programming with Lua and Amazon Lumberyard with little or no game development experience required. Beginning Game Development with Amazon Lumberyard walks you through the user interface of the Amazon Lumberyard engine; teaches you how to develop detailed terrain using heightmaps, megatextures, weather, and vegetation; and takes you through exporting the game for distribution. The book will show you how to create a player as well as enemies while not getting bogged down with third-party tools for animation or model creation. You will also work with simple physics, colliders, meshes, weather generation, Lua scripting, user interface development, and much more. By the end of the book, you will be able to create many different types of video games using the Amazon Lumberyard engine and even have a completed project ready to release or put in your portfolio. What You Will Learn Discover the mechanics and terminology of game development Familiarize yourself with the Amazon Lumberyard game engine in detail Modify game scripts using the Lua language Discover how to optimally structure game layers Who This Book is For Developers, programmers, and would-be game designers who have long wanted to dip their toes into the world of game development but have found other game engines and platforms to have too high a barrier to entry.

Modern Compiler Implementation in Java (Hardcover, 2Rev ed): Andrew W. Appel Modern Compiler Implementation in Java (Hardcover, 2Rev ed)
Andrew W. Appel
R912 Discovery Miles 9 120 Ships in 2 - 4 working days

This textbook describes all phases of a compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes thorough coverage of current techniques in code generation and register allocation, and the compilation of functional and object-oriented languages. The most accepted and successful techniques are described and illustrated with actual Java^TM® classes. The first part is suitable for a one-semester first course in compiler design. The second part; which includes the compilation of object-oriented and functional languages, garbage collection, loop optimization, SSA form, instruction scheduling, and optimization for cache-memory hierarchies; can be used for a second-semester or graduate course. This new edition includes more discussion of Java and object-oriented programming concepts such as visitor patterns plus a new Mini-Java programming project. A unique feature is the newly redesigned compiler project in Java for a subset of Java itself. The project includes both front-end and back-end phases.

Beginning Quarkus Framework - Build Cloud-Native Enterprise Java Applications and Microservices (Paperback, 1st ed.): Tayo... Beginning Quarkus Framework - Build Cloud-Native Enterprise Java Applications and Microservices (Paperback, 1st ed.)
Tayo Koleoso
R1,299 R1,078 Discovery Miles 10 780 Save R221 (17%) Ships in 10 - 15 working days

Harness the power of Quarkus, the supersonic subatomic cloud-native Java platform from Red Hat. This book covers everything you need to know to get started with the platform, which has been engineered from the ground up for superior performance and cloud-native deployment. You'll start with an overview of the Quarkus framework and its features. Next, you'll dive into building your first microservice using Quarkus, including the use of JAX-RS, Swagger, Microprofile, REST, reactive programming, and more. You'll see how to seamlessly add Quarkus to existing Spring framework projects. The book continues with a dive into the dependency injection pattern and how Quarkus supports it, working with annotations and facilities from both Jakarta EE CDI and the Spring framework. You'll also learn about dockerization and serverless technologies to deploy your microservice. Next you'll cover how data access works in Quarkus with Hibernate, JPA, Spring Boot, MongoDB, and more. This will also give you an eye for efficiency with reactive SQL, microservices, and many more reactive components. You'll also see tips and tricks not available in the official documentation for Quarkus. Lastly, you'll test and secure Quarkus-based code and use different deployment scenarios to package and deploy your Quarkus-based microservice for the cloud, using Amazon Web Services as a focus. After reading and using Beginning Quarkus Framework, you'll have the essentials to build and deploy cloud-native microservices and full-fledged applications. Author Tayo Koleoso goes to great lengths to ensure this book has up to date material including brand new and some unreleased features! What You Will Learn Build and deploy cloud-native Java applications with Quarkus Create Java-based microservices Integrate existing technologies such as the Spring framework and vanilla Java EE into the Quarkus framework Work with the Quarkus data layer on persistence with SQL, reactive SQL, and NoSQL Test code in Quarkus with the latest versions of JUnit and Testcontainers Secure your microservices with JWT and other technologies Package your microservices with Docker containers and GraalVM native image tooling Tips and techniques you won't find in the official Quarkus documentation Who This Book Is For Intermediate Java developers familiar with microservices, the cloud in general, and REST web services, but interested in modern approaches.

Functional and Constraint Logic Programming - 26th International Workshop, WFLP 2018, Frankfurt/Main, Germany, September 6,... Functional and Constraint Logic Programming - 26th International Workshop, WFLP 2018, Frankfurt/Main, Germany, September 6, 2018, Revised Selected Papers (Paperback, 1st ed. 2019)
Josep Silva
R1,521 Discovery Miles 15 210 Ships in 10 - 15 working days

This book constitutes the refereed post-conference proceedings of the 26th International Workshop on Functional and Constraint Logic Programming, WFLP 2018, held in Frankfurt/Main, Germany, in September 2018. From the 19 full papers submitted,12 were accepted for presentation at the workshop. During a second review after the workshop, 10 papers were accepted for inclusion in this volume. The papers cover different programming areas of functional and logic programming, including code generation, verification, and debugging. They are organized in the following topical sections: compilers and code generation; debugging and testing; and foundations of functional logic programming.

Learn Java with Math - Using Fun Projects and Games (Paperback, 1st ed.): Ron Dai Learn Java with Math - Using Fun Projects and Games (Paperback, 1st ed.)
Ron Dai
R1,291 R1,071 Discovery Miles 10 710 Save R220 (17%) Ships in 10 - 15 working days

There are many good Java programming books on the market, but it's not easy to find one fit for a beginner. This book simplifies the complexity of Java programming and guides you through the journey to effectively work under the hood. You'll start with the fundamentals of Java programming and review how it integrates with basic mathematical concepts through many practical examples. You'll witness firsthand how Java can be a powerful tool or framework in your experimentation work. Learn Java with Math reveals how a strong math foundation is key to learning programming design. Using this as your motivation, you'll be programming in Java in no time. What You'll Learn Explore Java basics Program with Java using fun math-inspired examples Work with Java variables and algorithms Review I/O, loops, and control structures Use projects such as the Wright brothers coin flip game Who This Book Is For Those new to programming and Java but have some background in mathematics and are at least comfortable with using a computer.

Beginning Programming Using Retro Computing - Learn BASIC with a Commodore Emulator (Paperback, 1st ed.): Gerald Friedland Beginning Programming Using Retro Computing - Learn BASIC with a Commodore Emulator (Paperback, 1st ed.)
Gerald Friedland
R745 R661 Discovery Miles 6 610 Save R84 (11%) Ships in 10 - 15 working days

Learn programming using the Commodore 16/Plus 4 system. Following this book, you and your children will not only learn BASIC programming, but also have fun emulating a retro Commodore system. There are many ways to bring the fun of learning to program in the 1980s back to life. For example, downloading the VICE emulator to a Raspberry Pi allows for the classic "turn on and program" experience and also provides some retro computing project fun. Many parents learned programming in this same way and can have fun helping their children follow the same path. You can also use this book as an opportunity to dust off your computing skills or learn programming concepts for the first time on a system that's easy, approachable, and fun with a nostalgic twist. Commodore computers were the most sold computing devices before the iPhone. Nowadays, the Commodore system can be run using freely available emulation on modern computers. This book uses VICE, which is available for PC, Mac, Linux, as an online app, and on the Raspberry Pi. Beginning Programming Using Retro Computing offers simple programming concepts to give children and adults alike a sense of wonder in seeing that words they write have the power to do things, like play sounds, draw graphics, or finish math homework.

Trustworthy Compilers (Hardcover): V. O. Safonov Trustworthy Compilers (Hardcover)
V. O. Safonov
R3,888 Discovery Miles 38 880 Ships in 12 - 19 working days

The Most Complete, Real-World Guide to Compiler

Development--and the Principles of Trustworthy Compilers

Drawing on the author's over thirty years of expertise in compiler development, research, and instruction, Trustworthy Compilers introduces and analyzes the concept of trustworthy compilers and the principles of trustworthy compiler development, and provides analytical overview of other promising research works in this area.

Vladimir Safonov shares the benefit of his long experience as a teacher and compiler development professional to explain that--even in such a well-studied area as compilers--there is still an opportunity for original results, efficient algorithms, and promising research and development. Beginning with a definition of the trustworthy compiler and a review of the history of compiler development, Trustworthy Compilers features:

A complete overview of all essential compiler topics, including lexical analysis, parsing, semantic analysis, compiler optimization, code generation, and traditional and modern approaches to runtime

Efficient, ready-to-apply algorithms for various phases of compilation, especially for semantic analysis, developed by the author and used in his real compilers

High-yield coverage of graph compilers--a novel compiler development area--plus related concepts such as graph grammars and graph compilers, and editor development tools such as DiaGen

Real projects--using examples of real compilers--that cover the key topics related to compiler development and compiling methods

A survey of novel kinds of compilation, including just-in-time (JIT) and ahead-of-time (AOT) compilation, which are characteristic of modern software development platforms Java and .NET

Sections on modern compiler tools--such as ANTLR, CoCo/R, and SableCC

Covering both classical techniques and innovative ones not covered by other books, Trustworthy Compilers helps both practicing professionals and students meet the challenge of?making compilers more trustworthy. The book's companion Web page (www.vladimirsafonov.org/trustworthycompilers) provides an overview of the book and related resources for compiler teachers and students.

Java 13 Revealed - For Early Adoption and Migration (Paperback, 2nd ed.): Kishori Sharan Java 13 Revealed - For Early Adoption and Migration (Paperback, 2nd ed.)
Kishori Sharan
R1,095 R929 Discovery Miles 9 290 Save R166 (15%) Ships in 10 - 15 working days

Explore the new Java programming language features and APIs introduced in Java 10 through Java 13. Java 13 Revealed is for experienced Java programmers looking to migrate to Java 13. Author Kishori Sharan begins by covering how to use local variable type inference to improve readability of your code and time-based release versioning of the Java platform to understand the Java release strategy. This book provides extensive coverage of the new HTTP Client APIs, which were introduced in Java 9 as a preview and was made a standard feature in Java 11. New Java features such as launching a single-file source code program and new switch syntax are discussed in detail. What You Will Learn Use local variable type inference to declare local variables using the var restricted type name introduced in Java 10 Take advantage of application class data sharing among JVMs for faster application startup Create HTTP requests, responses, and web sockets with the new HTTP Client APIs Run a single-file Java source code program using the java command without compiling it Apply the new switch statement and expressions to write compact and less error-prone code Work with text blocks in Java code About new APIs, deprecated APIs, and deprecated tools Who This Book Is For Java developers who want to update their Java skills from Java 9 to Java 13.

Modern C (Paperback): Jens Gustedt Modern C (Paperback)
Jens Gustedt
R1,465 Discovery Miles 14 650 Ships in 9 - 17 working days

If you think "Modern" and "C" don't belong in the same sentence, think again. The C standards committee actively reviews and extends the language, with updated published C standards as recently as 2018. In Modern C, author Jens Gustedt teaches you the skills and features you need to write relevant programs in this tried-and-true language, including Linux and Windows, device drivers, web servers and browsers, smartphones, and much more! Modern C teaches you to take your C programming skills to new heights, whether you're just starting out with C or have more extensive experience. Organized by level, this comprehensive guide lets you jump in where it suits you best while still reaping the maximum benefits. Key Features Fundamentals of C programming Operators and functions Performance techniques C library functions For more than four decades, C has proved its usefulness and staying power for everything from massive systems for mainframes, satellites, and internet browsers to tiny embedded systems in vending machines, credit card readers, and alarm clocks. Today you'll find lightning-fast, elegant C programs running in smartphone kernels, databases, 3D movies, video games, and scores of other modern applications. For programmers comfortable writing simple programs in a language like Java, Python, Ruby, C#, C++, or C. Jens Gustedt has been a senior scientist at the French National Institute for Computer Science and Control (INRIA) since 1998, working in areas including algorithms, scientific experimentation, models for coarse-grained parallelism, and distributed locking. Currently, he's conducting the Modular C project, which has given rise to libraries such as arbogast and EiLck.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Evolutionary Data Clustering: Algorithms…
Ibrahim Aljarah, Hossam Faris, … Hardcover R5,106 Discovery Miles 51 060
Advances in Telemedicine for Health…
Tarik a. Rashid, Chinmay Chakraborty, … Hardcover R3,517 R3,173 Discovery Miles 31 730
Stream Ecosystems in a Changing…
Jeremy B. Jones, Emily Stanley Hardcover R3,035 R2,828 Discovery Miles 28 280
SIMD Programming Manual for Linux and…
Paul Cockshott, Kenneth Renfrew Hardcover R3,191 Discovery Miles 31 910
Lost Sex - The Evolutionary Biology of…
Isa Schoen, Koen Martens, … Hardcover R5,729 Discovery Miles 57 290
Multiprocessing - Trade-Offs in…
Vijay K. Naik Hardcover R3,000 Discovery Miles 30 000
Diamond-Based Materials for Biomedical…
Roger Narayan Hardcover R4,025 Discovery Miles 40 250
Quantum Harmonic Analysis - An…
Maurice A. De Gosson Hardcover R4,737 Discovery Miles 47 370
Electromagnetic Waves and Antennas for…
Lulu Wang Hardcover R3,491 R3,148 Discovery Miles 31 480
Time Series Analysis - With Applications…
Jonathan D. Cryer, Kung-Sik Chan Hardcover R2,742 Discovery Miles 27 420

 

Partners