10 Results for : toolchain
-
Seedorf:Fingerprint Verification on the
Erscheinungsdatum: 09/2011, Medium: Taschenbuch, Einband: Kartoniert / Broschiert, Titel: Fingerprint Verification on the VEX Processor, Titelzusatz: Making a VLIW Processor and its Toolchain useful for real-life applications, Autor: Seedorf, Roël, Verlag: LAP Lambert Acad. Publ., Sprache: Englisch, Rubrik: Hardware, Seiten: 168, Informationen: Paperback, Gewicht: 267 gr, Verkäufer: averdo- Shop: averdo
- Price: 58.39 EUR excl. shipping
-
Muli, Joseph: Beginning DevOps with Docker
Erscheinungsdatum: 22.05.2018, Medium: Taschenbuch, Einband: Kartoniert / Broschiert, Titel: Beginning DevOps with Docker, Titelzusatz: Automate the deployment of your environment with the power of the Docker toolchain, Autor: Muli, Joseph, Verlag: Packt Publishing, Sprache: Englisch, Schlagworte: COMPUTERS // System Administration // General, Rubrik: Datenkommunikation // Netze, Mailboxen, Seiten: 96, Informationen: Paperback, Gewicht: 197 gr, Verkäufer: averdo- Shop: averdo
- Price: 22.89 EUR excl. shipping
-
ARM Cortex-M3 Mikrocontroller (eBook, PDF)
Aufbau eines Entwicklungssystems mit Eclipse und der GNU Toolchain Fehlersuche mit dem GNU-Debugger und weiteren Hilfsmitteln Korrekte Dimensionierung elektronischer Komponenten Typische Programmiertechniken Dieses Buch behandelt den Einsatz und die Programmierung von ARM Cortex-M3-Mikrocontrollern. Am Beispiel des AT91SAM3S4B von ATMEL lernen Sie alle wichtigen Aspekte im Umgang mit modernen Mikrocontrollern kennen. Viele praktische Anwendungen und zahlreiche Tabellen erleichtern das Verständnis. Der praxisnahe Einsatz von Datenblättern hilft zudem beim Einsatz anderer Mikrocontroller und Bauelemente. Zunächst erstellt der Autor ein kostenloses Entwicklungssystem auf der Basis von Eclipse, dem CDT und der GNU Toolchain. Alternativen dazu werden ebenfalls vorgestellt. Im weiteren Verlauf werden sämtliche internen Komponenten der AT91SAM3S-Familie erläutert. Die Entwicklung wiederverwendbarer Software unter Einsatz gängiger Bauelemente zeigt Lösungen für Anforderungen der täglichen Praxis. Die Beispiele in diesem Buch befassen sich mit der Ansteuerung von Displays, der Erfassung analoger Größen (z.B. Temperaturen), der Digital-/Analog-Umsetzung und der seriellen Datenübertragung unter Einsatz von SD-Karten. Die korrekte Dimensionierung externer Komponenten wird anhand einfacher Berechnungen erläutert und geübt. Dieses Buch wendet sich an Ingenieure, Studenten technischer Fachrichtungen und Hobby-Elektroniker, die sich erstmals mit der Programmierung von Mikrocontrollern befassen. Es werden dabei durchschnittliche Kenntnisse der Programmiersprache C vorausgesetzt. Aus dem Inhalt: Digitale Aus- und Eingänge (PIO, Parallel Input/Output Controller) LC-Displays und 7-Segment-Anzeigen Wichtige Systemkomponenten (NVIC, PMC, Supply Controller, etc.) Timer, Counter, Real Time Clock Peripheral DMA Controller (PDC) PWM - Pulsweitenmodulation Analog-/Digital-Wandlung und Digital-/Analog-Umsetzung Serielle Kommunikation (z.B. mit SD-Karten)- Shop: buecher
- Price: 3.99 EUR excl. shipping
-
Fingerprint Verification on the VEX Processor
Fingerprint Verification on the VEX Processor ab 67.99 € als Taschenbuch: Making a VLIW Processor and its Toolchain useful for real-life applications. Aus dem Bereich: Bücher, Ratgeber, Computer & Internet,- Shop: hugendubel
- Price: 67.99 EUR excl. shipping
-
Beginning DevOps with Docker
Beginning DevOps with Docker ab 11.99 € als epub eBook: Automate the deployment of your environment with the power of the Docker toolchain. Aus dem Bereich: eBooks, Belletristik, Erzählungen,- Shop: hugendubel
- Price: 11.99 EUR excl. shipping
-
Beginning DevOps with Docker
Beginning DevOps with Docker ab 24.49 € als Taschenbuch: Automate the deployment of your environment with the power of the Docker toolchain. Aus dem Bereich: Bücher, Ratgeber, Computer & Internet,- Shop: hugendubel
- Price: 24.49 EUR excl. shipping
-
Modern Parallel Programming with C++ and Assembly Language (eBook, PDF)
Learn the fundamentals of x86 Single instruction multiple data (SIMD) programming using C++ intrinsic functions and x86-64 assembly language. This book emphasizes x86 SIMD programming topics and technologies that are relevant to modern software development in applications which can exploit data level parallelism, important for the processing of big data, large batches of data and related important in data science and much more. Modern Parallel Programming with C++ and Assembly Language is an instructional text that explains x86 SIMD programming using both C++ and assembly language. The book's content and organization are designed to help you quickly understand and exploit the SIMD capabilities of x86 processors. It also contains an abundance of source code that is structured to accelerate learning and comprehension of essential SIMD programming concepts and algorithms. After reading this book, you will be able to code performance-optimized AVX, AVX2, and AVX-512 algorithms using either C++ intrinsic functions or x86-64 assembly language. What You Will Learn Understand the essential details about x86 SIMD architectures and instruction sets including AVX, AVX2, and AVX-512.Master x86 SIMD data types, arithmetic instructions, and data management operations using both integer and floating-point operands.Code performance-enhancing functions and algorithms that fully exploit the SIMD capabilities of a modern x86 processor.Employ C++ intrinsic functions and x86-64 assembly language code to carry out arithmetic calculations using common programming constructs including arrays, matrices, and user-defined data structures.Harness the x86 SIMD instruction sets to significantly accelerate the performance of computationally intense algorithms in applications such as machine learning, image processing, computer graphics, statistics, and matrix arithmetic.Apply leading-edge coding strategies and techniques to optimally exploit the x86 SIMD instruction sets for maximum possible performance. Who This Book Is For Intermediate to advanced programmers/developers in general. Readers of this book should have previous programming experience with modern C++ (i.e., ANSI C++11 or later) and Assembly. Some familiarity with Microsoft's Visual Studio or the GNU toolchain will be helpful. The target audience for Modern X86 SIMD Programming are experienced software developers, programmers and maybe some hobbyists.- Shop: buecher
- Price: 40.95 EUR excl. shipping
-
Practical Binary Analysis
Stop manually analyzing binary! Practical Binary Analysis is the first book of its kind to present advanced binary analysis topics, such as binary instrumentation, dynamic taint analysis, and symbolic execution, in an accessible way.As malware increasingly obfuscates itself and applies anti-analysis techniques to thwart our analysis, we need more sophisticated methods that allow us to raise that dark curtain designed to keep us out--binary analysis can help. The goal of all binary analysis is to determine (and possibly modify) the true properties of binary programs to understand what they really do, rather than what we think they should do. While reverse engineering and disassembly are critical first steps in many forms of binary analysis, there is much more to be learned.This hands-on guide teaches you how to tackle the fascinating but challenging topics of binary analysis and instrumentation and helps you become proficient in an area typically only mastered by a small group of expert hackers. It will take you from basic concepts to state-of-the-art methods as you dig into topics like code injection, disassembly, dynamic taint analysis, and binary instrumentation. Written for security engineers, hackers, and those with a basic working knowledge of C/C++ and x86-64, Practical Binary Analysis will teach you in-depth how binary programs work and help you acquire the tools and techniques needed to gain more control and insight into binary programs.Once you've completed an introduction to basic binary formats, you'll learn how to analyze binaries using techniques like the GNU/Linux binary analysis toolchain, disassembly, and code injection. You'll then go on to implement profiling tools with Pin and learn how to build your own dynamic taint analysis tools with libdft and symbolic execution tools using Triton. You'll learn how to:- Parse ELF and PE binaries and build a binary loader with libbfd- Use data-flow analysis techniques like program tracing, slicing, and reaching definitions analysis to reason about runtime flow of your programs- Modify ELF binaries with techniques like parasitic code injection and hex editing- Build custom disassembly tools with Capstone- Use binary instrumentation to circumvent anti-analysis tricks commonly used by malware- Apply taint analysis to detect control hijacking and data leak attacks- Use symbolic execution to build automatic exploitation toolsWith exercises at the end of each chapter to help solidify your skills, you'll go from understanding basic assembly to performing some of the most sophisticated binary analysis and instrumentation. Practical Binary Analysis gives you what you need to work effectively with binary programs and transform your knowledge from basic understanding to expert-level proficiency.- Shop: buecher
- Price: 29.99 EUR excl. shipping
-
Modern Arm Assembly Language Programming
Gain the fundamentals of Armv8-A 32-bit and 64-bit assembly language programming. This book emphasizes Armv8-A assembly language topics that are relevant to modern software development. It is designed to help you quickly understand Armv8-A assembly language programming and the computational resources of Arm's SIMD platform. It also contains an abundance of source code that is structured to accelerate learning and comprehension of essential Armv8-A assembly language constructs and SIMD programming concepts. After reading this book, you will be able to code performance-optimized functions and algorithms using Armv8- A 32-bit and 64-bit assembly language. Modern Arm Assembly Language Programming accentuates the coding of Armv8-A 32-bit and 64-bit assembly language functions that are callable from C++. Multiple chapters are also devoted to Armv8-A SIMD assembly language programming. These chapters discuss how to code functions that are used in computationally intense applications such as machine learning, image processing, audio and video encoding, and computer graphics. The source code examples were developed using the GNU toolchain (g++, gas, and make) and tested on a Raspberry Pi 4 Model B running Raspbian (32-bit) and Ubuntu Server (64-bit). It is important to note that this is a book about Armv8-A assembly language programming and not the Raspberry Pi. What You Will Learn See essential details about the Armv8-A 32-bit and 64-bit architectures including data types, general purpose registers, floating-point and SIMD registers, and addressing modes Use the Armv8-A 32-bit and 64-bit instruction sets to create performance-enhancing functions that are callable from C++ Employ Armv8-A assembly language to efficiently manipulate common data types and programming constructs including integers, arrays, matrices, and user-defined structures Create assembly language functions that perform scalar floating-point arithmetic using the Armv8-A 32-bit and 64-bit instruction sets Harness the Armv8-A SIMD instruction sets to significantly accelerate the performance of computationally intense algorithms in applications such as machine learning, image processing, computer graphics, mathematics, and statistics. Apply leading-edge coding strategies and techniques to optimally exploit the Armv8-A 32-bit and 64-bit instruction sets for maximum possible performance Who This Book Is ForSoftware developers who are creating programs for Armv8-A platforms and want to learn how to code performance-enhancing algorithms and functions using the Armv8-A 32-bit and 64-bit instruction sets. Readers should have previous high-level language programming experience and a basic understanding of C++.- Shop: buecher
- Price: 31.99 EUR excl. shipping
-
Beginning DevOps with Docker
Beginning DevOps with Docker - Automate the deployment of your environment with the power of the Docker toolchain: ab 11.99 €- Shop: ebook.de
- Price: 11.99 EUR excl. shipping