247 resultater (0,32336 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Single-Arm Phase II Survival Trial Design - Jianrong Wu - Bog - Taylor & Francis Ltd - Plusbog.dk

ARM Assembly Language - William Adam Hohl - Bog - Taylor & Francis Ltd - Plusbog.dk

ARM Assembly Language - William Adam Hohl - Bog - Taylor & Francis Ltd - Plusbog.dk

ARM Assembly Language: Fundamentals and Techniques, Third Edition explains in clear terms how Arm processors are programmed at the most fundamental level. While earlier editions covered much older architectures, the third edition moves entirely into the Cortex-M space, using the Arm v8-M instruction set to illustrate how assembly code for the most modern Arm processors is written. Even if you are writing in JavaScript, Python, C++, C#, or Rust, these high-level programming languages require a compiler or interpreter to transform the code into machine executable instructions, so software engineers as well as hardware engineers benefit from knowing how the underlying processor functions. Featuring chapters updated to v8-M throughout the book, this edition: - Moves all examples into the Keil MDK environment, which uses armclang and a GNU-like syntax, which is very popular in the industry - Includes an appendix that helps students set up the Keil tools for use throughout the book - Describes the IEEE 754 floating-point arithmetic supported by the v8-M instructions - Features an updated chapter on mixing C and assembly code together - Discusses features and concepts found in the most advanced Arm processors, such as the Cortex-A and Cortex-X lines using version 9 architectures. Written by authors who each have more than 35 years in the semiconductor industry, ARM Assembly Language: Fundamentals and Techniques, Third Edition makes an ideal textbook for students wanting to learn about microprocessors with only a basic knowledge of programming and logic.

DKK 758.00
1

Building Applications with Azure Resource Manager (ARM) - David Rendon - Bog - APress - Plusbog.dk

Building Applications with Azure Resource Manager (ARM) - David Rendon - Bog - APress - Plusbog.dk

Learn how to leverage infrastructure as code with Azure Resource Manager (ARM) and the best practices to build, test, debug, and deploy your applications in Microsoft Azure using ARM templates and the new domain-specific language Bicep. As organizations consider moving partially or fully to the cloud, infrastructure as code (IaC) has become a key component to improving time to market for their applications. However, it is critical that enterprise infrastructure professionals use the right resources and strategies to build the infrastructure required to run applications in the cloud. Azure cloud-native components and capabilities automate the build and deployment process, offering a myriad of compelling reasons to leverage IaC to build your applications in Azure. Starting with the evolution of the software-defined approach and building on the basic concepts of infrastructure as code, this book provides you with comprehensive guidance to learnAzure Resource Manager from the ground up. You will learn the best practices for deploying and maintaining application infrastructure, such as template authoring tooling enhancements, Azure DevOps integrations, and updates to the deployment platform. After reading this book, you will understand the breadth and use cases of ARM capabilities and tooling within Microsoft Azure. You will be able to build, test, debug, and deploy your ARM templates and know how to use infrastructure as code to better manage the life cycle of your applications in Azure. What You Will LearnIntroduces the concepts of infrastructure as code and how to leverage it using Azure Resource ManagerTeaches how to enable and deploy Azure Resource Manager templatesCovers the basic core elements of an ARM template to start authoring your templates and building your applications in the cloudDives intocore components such as parameters, variables, functions, dependencies, deployment modes, loops, conditions), enabling nested templates Reveals the built-in services and features in Azure, allowing the debugging process and validation process of the ARM templatesDiscusses “Bicep” the language for ARM templates and the DevOps integration to deploy ARM templatesWho This Book Is ForPeople who build, install, repair, or maintain the hardware and software associated with computer systems on-premises and who want to learn about the deployment and provisioning process of applications in the Microsoft Cloud using an infrastructure as code approach through Azure Resource Manager. Readers should have an Azure account and be familiar with the main Azure services (storage, compute, networking, management). Basic knowledge of PowerShell is also useful.

DKK 440.00
1

Modern Assembly Language Programming with the ARM Processor - Larry D Pyeatt - Bog - Elsevier Science Publishing Co Inc - Plusbog.dk

Computer Organization and Design ARM Edition - David A. (pardee Professor Of Computer Science Patterson - Bog - Elsevier Science & Technology -

The Fleet Air Arm in the Second World War - - Bog - Navy Records Society - Plusbog.dk

The Fleet Air Arm in the Second World War - - Bog - Navy Records Society - Plusbog.dk

This is the first of three volumes detailing the history of the Fleet Air Arm, the Royal Navy''s aircraft carriers and naval air squadrons, during the Second World War. It deals with the formative period between 1939 and 1941 when the Fleet Air Arm tried to recover from the impact of dual control and economic stringencies during the inter-war period while conducting a wide range of operations. There is in depth coverage of significant operations including the Norwegian campaign, Mediterrranean actions such as the attack on the Italian Fleet at Taranto and the Battle of Cape Matapan, and the torpedo attacks on the German battleship Bismarck. Incidents involving the loss of and damage to aircraft carriers, including the sinking of Ark Royal, one of the most famous ships in the early years of World War Two, are also reported. Of major importance are key planning and policy issues. These include the requirements for aircraft carriers, the evolving debate regarding the necessary types of aircraft and attempts to provide sufficient facilities ashore for naval air squadrons. A wide range of official documents are used to enable the reader to appreciate the complexity of the operations and other issues which faced the Fleet Air Arm. This volume will appeal to everyone interested in how the Royal Navy adapted to the use of air power in the Second World War. Its reports bring actions vividly to life. Its correspondence demonstrates the fundamental foundation of planning, policy and logistics. In common with succeeding volumes on the Fleet Air Arm, this volume provides a new and vital perspective on how Britain fought the Second World War.

DKK 518.00
1

ARM-based Microcontroller Projects Using mbed - Dogan (department Of Computer Information Systems Ibrahim - Bog - Elsevier Science & Technology -

Designing Secure IoT Devices with the Arm Platform Security Architecture and Cortex-M33 - Trevor (technical Specialist Martin - Bog - Elsevier Science

Introduction to Computer Organization: ARM Edition - Robert G. Plantz - Bog - No Starch Press,US - Plusbog.dk

Modern Arm Assembly Language Programming - Daniel Kusswurm - Bog - APress - Plusbog.dk

Modern Arm Assembly Language Programming - Daniel Kusswurm - Bog - APress - Plusbog.dk

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 For Software 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++.

DKK 519.00
1

Computer Systems - Ata Elahi - Bog - Springer Nature Switzerland AG - Plusbog.dk

Embedded System Design with ARM Cortex-M Microcontrollers - Cem Uensalan - Bog - Springer Nature Switzerland AG - Plusbog.dk

Randomized Phase II Cancer Clinical Trials - Sin Ho Jung - Bog - Taylor & Francis Ltd - Plusbog.dk

Randomized Phase II Cancer Clinical Trials - Sin Ho Jung - Bog - Taylor & Francis Ltd - Plusbog.dk

In cancer research, a traditional phase II trial is designed as a single-arm trial that compares the experimental therapy to a historical control. This simple trial design has led to several adverse issues, including increased false positivity of phase II trial results and negative phase III trials. To rectify these problems, oncologists and biostatisticians have begun to use a randomized phase II trial that compares an experimental therapy with a prospective control therapy. Randomized Phase II Cancer Clinical Trials explains how to properly select and accurately use diverse statistical methods for designing and analyzing phase II trials. The author first reviews the statistical methods for single-arm phase II trials since some methodologies for randomized phase II trials stem from single-arm phase II trials and many phase II cancer clinical trials still use single-arm designs. The book then presents methods for randomized phase II trials and describes statistical methods for both single-arm and randomized phase II trials. Although the text focuses on phase II cancer clinical trials, the statistical methods covered can also be used (with minor modifications) in phase II trials for other diseases and in phase III cancer clinical trials. Suitable for cancer clinicians and biostatisticians, this book shows how randomized phase II trials with a prospective control resolve the shortcomings of traditional single-arm phase II trials. It provides readers with numerous statistical design and analysis methods for randomized phase II trials in oncology.

DKK 496.00
1

The Definitive Guide to ARM Cortex -M0 and Cortex-M0+ Processors - Joseph (senior Embedded Technology Specialist Yiu - Bog - Elsevier Science &

Computer Systems - Ata Elahi - Bog - Springer International Publishing AG - Plusbog.dk

Azure Infrastructure as Code - Erwin Staal - Bog - Manning Publications - Plusbog.dk

Azure Infrastructure as Code - Erwin Staal - Bog - Manning Publications - Plusbog.dk

Master ARM templates, Bicep scripting, and other Azure Infrastructure-as-Code tools, techniques, and practices to run application infrastructure on the Azure cloud. In Azure Infrastructure as Code you will learn how to: - - Create reproducible infrastructure templates using using advanced features of the ARM (Azure Resource Manager) syntax - - Write templates with the Azure Bicep domain-specific language (DLS) - - Test ARM and Bicep templates - - Deploy templates using deployment pipelines - - Guarantee repeated outcomes when you reuse templates to replicate infrastructure - - Share templates between teams - - Provision templates to provide standards and Azure Policy to enforce them - - Build a CI/CD pipeline for infrastructure using Azure DevOps - - Orchestrate complex deployments using Azure Pipelines and GitHub Actions - - Pre-provision environments for other teams with Deployment Stacks - Azure Infrastructure as Code teaches you to use Azure''s native infrastructure as code (IaC) tools, like ARM and Bicep, to build, manage, and scale infrastructure with just a few lines of code. You''ll discover ARM templates, Deployment Stacks, and the powerful new programming language Azure Bicep. See how easy they make it to create new test environments, safely make infrastructure changes, and prevent configuration drift. Loaded with in-depth coverage of syntax and lots of illustrative examples, this hands-on guide is a must-read for anyone looking to expand their knowledge of provisioning.

DKK 459.00
1