0328~0329_新天鵝堡
0328~0329_mamayo迷你磁力片

英文書 > 全部商品

Designing Internet of Things Solutions with Microsoft Azure

Apress 出版
2020/09/01 出版

Build a strong and efficient IoT solution at industrial and enterprise level by mastering industrial IoT using Microsoft Azure. This book focuses on the development of the industrial Internet of Things (IIoT) paradigm, discussing various architectures, as well as providing nine case studies employing IoT in common industrial domains including medical, supply chain, finance, and smart homes. The book starts by giving you an overview of the basic concepts of IoT, after which you will go through the various offerings of the Microsoft Azure IoT platform and its services. Next, you will get hands-on experience of IoT applications in various industries to give you a better picture of industrial solutions and how you should take your industry forward. As you progress through the chapters, you will learn real-time applications in IoT in agriculture, supply chain, financial services, retail, and transportation. Towards the end, you will gain knowledge to identify andanalyze IoT security and privacy risks along with a detailed sample project. The book fills an important gap in the learning of IoT and its practical use case in your industry. Therefore, this is a practical guide that helps you discover the technologies and use cases for IIoT. By the end of this book, you will be able to build industrial IoT solution in Microsoft Azure with sensors, stream analytics, and serverless technologies. What You Will Learn Provision, configure, and connect devices with Microsoft Azure IoT hub Stream analytics using structural data and non-structural data such as images Use stream analytics, serverless technology, and IoT SaaS offerings Work with common sensors and IoT devicesWho This Book Is For IoT architects, developers, and stakeholders working with the industrial Internet of Things.

9 特價2736
立即代訂
下次再買

Getting Started with Advanced C#

Apress 出版
2020/09/01 出版

Understand and work with the most important features of advanced C# in different programming environments. This book teaches you the fundamental features of advanced C# and how to incorporate them in different programming techniques using Visual Studio 2019.The book is divided into two parts. Part I covers the fundamentals and essentials of advanced programming in C#. You will be introduced to delegates and events and then move on to lambda expressions. Part II teaches you how to implement these features in different programming techniques, starting with generic programming. After that, you will learn about thread programming and asynchronous programming, to benefit from a multi-threaded environment. Finally, you will learn database programming using ADO.NET to connect to a MySQL database and you will know how to exercise SQL statements and stored procedures through your C# applications. What You Will Learn Use delegates, events, and lambda expressions in advanced programmingMake your application flexible by utilizing genericsCreate a fast application with multi-threading and asynchronous programmingWork in Visual Studio Community Edition, which is the most common IDE for using C#Understand alternative implementations along with their pros and cons Who This Book Is ForDevelopers and programmers who are already working in C#

9 特價2736
立即代訂
下次再買

The Modern Data Warehouse in Azure

Matt,How  著
Apress 出版
2020/09/01 出版

Build a modern data warehouse on Microsoft's Azure Platform that is flexible, adaptable, and fast--fast to snap together, reconfigure, and fast at delivering results to drive good decision making in your business. Gone are the days when data warehousing projects were lumbering dinosaur-style projects that took forever, drained budgets, and produced business intelligence (BI) just in time to tell you what to do 10 years ago. This book will show you how to assemble a data warehouse solution like a jigsaw puzzle by connecting specific Azure technologies that address your own needs and bring value to your business. You will see how to implement a range of architectural patterns using batches, events, and streams for both data lake technology and SQL databases. You will discover how to manage metadata and automation to accelerate the development of your warehouse while establishing resilience at every level. And you will know how to feed downstream analytic solutions such as Power BI and Azure Analysis Services to empower data-driven decision making that drives your business forward toward a pattern of success.This book teaches you how to employ the Azure platform in a strategy to dramatically improve implementation speed and flexibility of data warehousing systems. You will know how to make correct decisions in design, architecture, and infrastructure such as choosing which type of SQL engine (from at least three options) best meets the needs of your organization. You also will learn about ETL/ELT structure and the vast number of accelerators and patterns that can be used to aid implementation and ensure resilience. Data warehouse developers and architects will find this book a tremendous resource for moving their skills into the future through cloud-based implementations. What You Will LearnChoose the appropriate Azure SQL engine for implementing a given data warehouseDevelop smart, reusable ETL/ELT processes that are resilient and easily maintainedAutomate mundane development tasks through tools such as PowerShellEnsure consistency of data by creating and enforcing data contractsExplore streaming and event-driven architectures for data ingestionCreate advanced staging layers using Azure Data Lake Gen 2 to feed your data warehouseWho This Book Is ForData warehouse or ETL/ELT developers who wish to implement a data warehouse project in the Azure cloud, and developers currently working in on-premise environments who want to move to the cloud, and for developers with Azure experience looking to tighten up their implementation and consolidate their knowledge

9 特價2223
立即代訂
下次再買

Advanced Analytics in Power Bi with R and Python

Ryan,Wade  著
Apress 出版
2020/09/01 出版

This easy-to-follow guide provides R and Python recipes to help you learn and apply the top languages in the field of data analytics to your work in Microsoft Power BI. Data analytics expert and author Ryan Wade shows you how to use R and Python to perform tasks that are extremely hard, if not impossible, to do using native Power BI tools. For example, you will learn to score Power BI data using custom data science models and powerful models from Microsoft Cognitive Services. The R and Python languages are powerful complements to Power BI. They enable advanced data transformation techniques that are difficult to perform in Power BI in its default configuration but become easier by leveraging the capabilities of R and Python. If you are a business analyst, data analyst, or a data scientist who wants to push Power BI and transform it from being just a business intelligence tool into an advanced data analytics tool, then this is the book to help you do that. What You Will Learn Create advanced data visualizations via R using the ggplot2 package Ingest data using R and Python to overcome some limitations of Power Query Apply machine learning models to your data using R and Python without the need of Power BI premium capacity Incorporate advanced AI in Power BI without the need of Power BI premium capacity via Microsoft Cognitive Services, IBM Watson Natural Language Understanding, and pre-trained models in SQL Server Machine Learning Services Perform advanced string manipulations not otherwise possible in Power BI using R and Python Who This Book Is For Power users, data analysts, and data scientists who want to go beyond Power BI's built-in functionality to create advanced visualizations, transform data in ways not otherwise supported, and automate data ingestion from sources such as SQL Server and Excel in a more concise way

9 特價1881
立即代訂
下次再買

Devsecops for .Net Core

Apress 出版
2020/09/01 出版

Automate core security tasks by embedding security controls and processes early in the DevOps workflow through DevSecOps. You will not only learn the various stages in the DevOps pipeline through examples of solutions developed and deployed using .NET Core, but also go through open source SDKs and toolkits that will help you to incorporate automation, security, and compliance. The book starts with an outline of modern software engineering principles and gives you an overview of DevOps in .NET Core. It further explains automation in DevOps for product development along with security principles to improve product quality. Next, you will learn how to improve your product quality and avoid code issues such as SQL injection prevention, cross-site scripting, and many more. Moving forward, you will go through the steps necessary to make security, compliance, audit, and UX automated to increase the efficiency of your organization. You'll see demonstrations of theCI phase of DevOps, on-premise and hosted, along with code analysis methods to verify product quality. Finally, you will learn network security in Docker and containers followed by compliance and security standards. After reading DevSecOps for .NET Core, you will be able to understand how automation, security, and compliance works in all the stages of the DevOps pipeline while showcasing real-world examples of solutions developed and deployed using .NET Core 3. What You Will Learn Implement security for the .NET Core runtime for cross-functional workloads Work with code style and review guidelines to improve the security, performance, and maintenance of components Add to DevOps pipelines to scan code for security vulnerabilities Deploy software on a secure infrastructure, on Docker, Kubernetes, and cloud environments Who This Book Is ForSoftware engineers and developers who develop and maintain a secure code repository.

9 特價2052
立即代訂
下次再買

Understanding System.IO for .Net Core 3

Apress 出版
2020/09/01 出版

Take full advantage of the .NET APIs in System.IO to achieve fundamental I/O operations and produce better quality software. You'll start with the basics of creating a .NET Core custom library for System.IO. You will learn the purpose and benefits of a custom cross-platform .NET Core library along with the implementation architecture of the custom library components. Moving forward, you will learn how to use the .NET APIs of System.IO for getting information about resources. Here, you will go through drives, directories, files, and much more in the .NET API. You'll discuss manipulation of resources and the environment, where you will learn how to build custom IO actions for resource manipulation followed by its properties and security. Next, you will learn special .NET API operations with System.IO with demonstrations on working with collection of resources, directories, files, and system information. Finally, you will go through the managed and unmanaged streams in the .NET API such as memory stream, file stream, and much more.After reading Understanding System.IO for .NET Core 3, you will be able to work with different features of .System.IO in .NET Core and implement its internal and commercial tools for different I/O scenarios.What You Will Learn Discover the inner workings of the System.IO BCL implementation on the .NET Core platform Work with System.IO mechanisms available through the .NET Core platform Write a custom library that encapsulates .NET APIs from System.IO Design and implement various tools in System.IO Who This Book Is ForDevelopers with prior experience of working in .NET or .NET Core.

9 特價1710
立即代訂
下次再買

Demystifying Azure AI

Kasam,Shaikh  著
Apress 出版
2020/09/01 出版

Explore artificial intelligence offerings by Microsoft Azure, along with its other services. This book will help you implement AI features in various Azure services to help build your organization and customers.The book starts by introducing you to the Azure Cognitive Search service to create and use an application. You then will learn the built-in automatic tuning intelligence mechanism in Azure SQL Database. This is an important feature you can use to enable Azure SQL Database to optimize the performance of your queries. Next, you will go through AI services with Azure Integration Platform service and Azure Logic Apps to build a modern intelligent workflow in your application. Azure functions are discussed as a part of its server-less feature. The book concludes by teaching you how to work with Power Automate to analyze your business workflow. After reading this book, you will be able to understand and work with different Azure Cognitive Services in AI. What You Will LearnGet started with Azure Cognitive Search serviceUse AI services with Low Code - Power AutomateUse AI services with Azure Integration servicesUse AI services with Azure Server-less offeringsUse automatic tuning in Azure SQL database Who This Book Is ForAspiring Azure and AI professionals

9 特價1539
立即代訂
下次再買

Understanding Hybrid Environments in Sharepoint 2019

Apress 出版
2020/09/01 出版

Design and develop hybrid scenarios with SharePoint Online and SharePoint Server 2019. This book will help you build hybrid environments from scratch, and covers basic to advanced scenarios.The book takes you through the setup and configuration of SharePoint 2019 on virtual machines in Microsoft Azure. It gives you an overview of the features of the SharePoint Server 2019 User Experience. Integration of SP 2019 with PowerApps and Microsoft Flow is covered, along with Power BI reporting. You will learn to manage the data gateway and understand how to publish the Power BI Report. Configuration of the SP 2019 home page is explained and you learn how to enable a hybrid experience via the SP Office 365 link setting. You will know how to register a public domain in Office 365 and configure it for SP hybrid. Cloud hybrid search with the PowerShell script approach is discussed as well as SP 2019 hybrid Self-Service Site Creation. Configuration of the hybrid taxonomy, content types, and SharePoint framework development with SP 2019 are covered. And the book ends on using the office online server for SharePoint Server 2019 along with SP Server 2019 upgrade scenarios. After reading this book, you will be able to build and manage different hybrid environments with SharePoint Online and SharePoint Server 2019. What Will You LearnEnlarge your hybrid terminologyGet familiar with the new and improved features of SharePoint Server 2019Develop a hybrid experience with SharePoint Server 2019Enable hybrid searchUnderstand the on-premises data gatewayConfigure and integrate SharePoint Server 2019 with Power Platform, including Power BI, Power Apps, and Power AutomateWho Is This Book ForSharePoint professionals who want to configure hybrid solutions in SharePoint

9 特價1881
立即代訂
下次再買

Swiftui for Dummies

Wei-Meng,Lee  著
For Dummies 出版
2020/09/01 出版

The simplest way to create world-class apps Have a unique app idea but worried you don't quite have the coding skills to build it? Good news: You can stop fretting about someone beating you to market with the same idea and start work right now using SwiftUI. SwiftUI is a gateway app development framework that has become one of the best ways for fledgling developers to get iOS apps off the ground without having to become a coding expert overnight. SwiftUI For Dummies makes that process even faster, providing a friendly introduction to the SwiftUI and Swift programming language and helping you feel right at home creating and building with playgrounds. The book also covers the frameworks and APIs that make it so easy to create smooth, intuitive interfaces--just dive right in and have fun! Combine projects into workspaces Employ Xcode editing tools Use constants and variables Test your code on iOS Simulator Time is of the essence, and with SwiftUI For Dummies, it's also on your side. Get going with this friendly guide today, and you'll be celebrating the successful launch of your app way before you thought possible!

9 特價1197
立即代訂
下次再買

Hands-On Github Actions

Apress 出版
2020/08/21 出版

Implement continuous integration/continuous delivery (CI/CD) workflows for any application you develop through GitHub Actions. This book will give you an in-depth idea of implementation patterns, solutions for different technology builds, guidelines to implement your own custom components as actions, and usage of features available with GitHub Actions workflows, to set up CI/CD for your repositories. Hands-on GitHub Actions starts with an introduction to GitHub actions that gives an overview on CI/CD followed by an introduction to its workflows. Next, you will learn how to use variables in a GitHub workflow along with tokens via a REST API. Further, you will explore artifacts and caching dependencies in GitHub and use artifacts in subsequent jobs. Using self-hosted runners is discussed next where you will set up your own hardware and software to run GitHub actions. You will go through publishing packages and migrate to Azure DevOps Pipelines. Along the way, youwill use Redis service and PostgreSQL service containers and create custom actions. Finally, you will work with GitHub apps and understand the syntax reference for GitHub Actions and workflows. What You Will Learn Create workflows for any platform and any language with GitHub ActionsDevelop custom GitHub actions to enhance features and usage of database and service containersUse hosted runners and create self-hosted runners for GitHub workflows Use GitHub Package registry with GitHub Actions to share and use packages Who This Book Is For DevOps teams who want to build quality CI/CD workflows.

9 特價1539
立即代訂
下次再買

System Performance Tuning

Ingram 出版
2020/08/18 出版

System Performance Tuning answers one of the most fundamental questions you can ask about your computer: How can I get it to do more work without buying more hardware? In the current economic downturn, performance tuning takes on a new importance. It allows system administrators to make the best use of existing systems and minimize the purchase of new equipment. Well-tuned systems save money and time that would otherwise be wasted dealing with slowdowns and errors. Performance tuning always involves compromises; unless system administrators know what the compromises are, they can't make intelligent decisions. Tuning is an essential skill for system administrators who face the problem of adapting the speed of a computer system to the speed requirements imposed by the real world. It requires a detailed understanding of the inner workings of the computer and its architecture. System Performance Tuning covers two distinct areas: performance tuning, or the art of increasing performance for a specific application, and capacity planning, or deciding what hardware best fulfills a given role. Underpinning both subjects is the science of computer architecture. This book focuses on the operating system, the underlying hardware, and their interactions. Topics covered include: Real and perceived performance problems, introducing capacity planning and performance monitoring (highlighting their strengths and weaknesses). An integrated description of all the major tools at a system administrator's disposal for tracking down system performance problems. Background on modern memory handling techniques, including the memory-caching filesystem implementations in Solaris and AIX. Updated sections on memory conservation and computing memory requirements. In depth discussion of disk interfaces, bandwidth capacity considerations, and RAID systems. Comprehensive discussion of NFS and greatly expanded discussion of networking. Workload management and code tuning. Special topics such as tuning Web servers for various types of content delivery and developments in cross-machine parallel computing For system administrators who want a hands-on introduction to system performance, this is the book to recommend.

9 特價1539
立即代訂
下次再買

Open Sources 2.0

Chris,Dibona  著
Ingram 出版
2020/08/18 出版

Open Sources 2.0 is a collection of insightful and thought-provoking essays from today's technology leaders that continues painting the evolutionary picture that developed in the 1999 book Open Sources: Voices from the Revolution . These essays explore open source's impact on the software industry and reveal how open source concepts are infiltrating other areas of commerce and society. The essays appeal to a broad audience: the software developer will find thoughtful reflections on practices and methodology from leading open source developers like Jeremy Allison and Ben Laurie, while the business executive will find analyses of business strategies from the likes of Sleepycat co-founder and CEO Michael Olson and Open Source Business Conference founder Matt Asay. From China, Europe, India, and Brazil we get essays that describe the developing world's efforts to join the technology forefront and use open source to take control of its high tech destiny. For anyone with a strong interest in technology trends, these essays are a must-read. The enduring significance of open source goes well beyond high technology, however. At the heart of the new paradigm is network-enabled distributed collaboration: the growing impact of this model on all forms of online collaboration is fundamentally challenging our modern notion of community. What does the future hold? Veteran open source commentators Tim O'Reilly and Doc Searls offer their perspectives, as do leading open source scholars Steven Weber and Sonali Shah. Andrew Hessel traces the migration of open source ideas from computer technology to biotechnology, and Wikipedia co-founder Larry Sanger and Slashdot co-founder Jeff Bates provide frontline views of functioning, flourishing online collaborative communities. The power of collaboration, enabled by the internet and open source software, is changing the world in ways we can only begin to imagine.Open Sources 2.0 further develops the evolutionary picture that emerged in the original Open Sources and expounds on the transformative open source philosophy. "This is a wonderful collection of thoughts and examples by great minds from the free software movement, and is a must have for anyone who follows free software development and project histories." --Robin Monks, Free Software Magazine The list of contributors include Alolita Sharma Andrew Hessel Ben Laurie Boon-Lock Yeo Bruno Souza Chris DiBona Danese Cooper Doc Searls Eugene Kim Gregorio Robles Ian Murdock Jeff Bates Jeremy Allison Jesus M. Gonzalez-Barahona Kim Polese Larry Sanger Louisa Liu Mark Stone Mark Stone Matthew N. Asay Michael Olson Mitchell Baker Pamela Jones Robert Adkins Russ Nelson Sonali K. Shah Stephen R. Walli Steven Weber Sunil Saxena Tim O'Reilly Wendy Seltzer

9 特價1197
立即代訂
下次再買

Practical Process Automation

Ingram 出版
2020/08/17 出版

In today's IT architectures, microservices and serverless functions play increasingly important roles in process automation. But how do you create meaningful, comprehensive, and connected business solutions when the individual components are decoupled and independent by design? Targeted at developers and architects, this book presents a framework through examples, practical advice, and use cases to help you design and automate complex processes. As systems are more distributed, asynchronous, and reactive, process automation requires state handling to deal with long-running interactions. Author Bernd Ruecker demonstrates how to leverage process automation technology like workflow engines to orchestrate software, humans, decisions, or bots. Learn how modern process automation compares to business process management, service-oriented architecture, batch processing, event streaming, and data pipeline solutions Understand how to use workflow engines and executable process models with BPMN Understand the difference between orchestration and choreography and how to balance both

9 特價2257
立即代訂
下次再買

Azure Devops for Web Developers

Ambily,K K  著
Apress 出版
2020/08/14 出版

Explore the architecture, product offerings, and the various stages of implementation processes in Azure DevOps. The book starts with the basic concepts of DevOps and moves on to discuss project management in Azure DevOps. Next, you will learn requirement management and version control in DevOps. Along the way, you will go through test management followed by continuous integration and build automation with more details on code quality and security implementations. Moving forward, you will learn release pipeline and infrastructure as code implementation including ARM-based environment provisioning and execution. Finally, you'll cover DevOps architecture blueprints used for deploying your web applications to different platforms . After reading this book, you will be able to understand each stage of Azure DevOps and master its implementation. What You Will Learn Understand the various concepts of Azure DevOpsApply DevOps concepts in a variety of application contexts including web applications, containers, and database Understand the implementation of end-to-end DevOps in Azure Work with the different DevOps design patterns and architectures in Azure Who Is This Book For: Developers and architects working with Azure.

9 特價1881
立即代訂
下次再買

Getting Started with Flex 3

Ingram 出版
2020/08/13 出版

Discover how easy RIA development can be with this one-of-a-kind handbook from the Adobe Developer Library. Several clear, step-by-step mini-tutorials teach you about web services, event handling, designing user interfaces with reusable components, and more. After finishing this guide, you'll be able to build Flash applications ranging from widgets to full-featured RIAs using the Flex SDK and Flex Builder 3.0. With Getting Started with Flex 3, you will: Walk through sample RIA projects and see examples of amazing applications people have built with FlexWork with ActionScript 3.0 and the MXML markup languageBuild user interfaces using the controls and tools available with the frameworkGet a tour of controls available commercially and through open sourceLearn how Flex integrates with ASP.NET, ColdFusion, PHP, and J2EE in the serverBuild Flex-based widgets that let you display real-time dataUse advanced controls to build 3D graphs, data dashboards, mapping applications, and moreYou'll find complete code for video players, a slideshow, a chat client, and an RSS reader, just to name a few. You also get plenty of tips, tricks, and techniques to leverage your existing programming skills, whether you come from an open source or Visual Studio-intensive background.

9 特價684
立即代訂
下次再買

Projektmanagement Essenz

Ingram 出版
2020/08/02 出版

In der Software-Entwicklung kennt man viele Projektmanagement-Methoden und -Standards (z.B. IPMA, PMI, Scrum, PRINCE2, SAFe). Die meistens davon sind sehr umfangreich und weisen dem Projektleiter eine Vielzahl von Aufgaben zu. In der Praxis kann man dadurch leicht den ?berblick verlieren! Sind alle Aspekte in gleichem Masse relevant? Wenn nicht, was ist wichtig und was kann allenfalls weglassen werden? Keine der vorhandenen Methoden nimmt dem Projektleiter diese Denkarbeit ab, denn es gen羹gt nicht, die einzelnen Aspekte fleissig, aber unreflektiert abzuarbeiten. Dieses Buch soll dem Leser helfen, die wesentlichen Aspekte des Projektmanagements zu erkennen. Dabei wird auf die einzelnen Kernaufgaben des Projektleiters eingegangen und aufgezeigt, was der eigentliche Sinn der jeweiligen Aufgabe ist. Da effektives Projektmanagement sowohl aus Handwerk als auch aus Softfaktoren besteht, werden beide Themenbereiche gleichermassen behandelt. Schenkt man diesen Essenzen die notwendige Aufmerksamkeit, kann das Projekt viel gezielter und effektiver gesteuert werden und bringt zus瓣tzlich Struktur, Klarheit und Ruhe in das Projekt - egal ob traditionell oder agil gef羹hrt. Das Buch behandelt folgende Themenbereiche eines Projektes: - Vorbereitung und Start - Realisierung und Abschluss - Rollen und Beziehungen

9 特價1206
立即代訂
下次再買

Structural Information and Communication Complexity

Springer 出版
2020/08/02 出版

This book constitutes the refereed conference proceedings of the 27th International Colloquium on Structural Information and Communication Complexity, SIROCCO 2020, held in Paderborn, Germany, in June 2020.* The 19 full papers and 2 invited papers presented in this book were carefully reviewed and selected from 41 submissions. They are divided into seven sections, i.e. invited papers; mobile robots; dynamic graphs; network communication; multi-agent systems; communication complexity; and game theory. * The conference was held virtually due to the COVID-19 pandemic.

9 特價2870
立即代訂
下次再買

Introduction to Computational OrigamiThe World of New Computational Geometry

Springer 出版
2020/08/01 出版

This book focuses on origami from the point of view of computer science. Ranging from basic theorems to the latest research results, the book introduces the considerably new and fertile research field of computational origami as computer science. Part I introduces basic knowledge of the geometry of development, also called a net, of a solid. Part II further details the topic of nets. In the science of nets, there are numerous unresolved issues, and mathematical characterization and the development of efficient algorithms by computer are closely connected with each other. Part III discusses folding models and their computational complexity. When a folding model is fixed, to find efficient ways of folding is to propose efficient algorithms. If this is difficult, it is intractable in terms of computational complexity. This is, precisely, an area for computer science research. Part IV presents some of the latest research topics as advanced problems. Commentaries on all exercises included in the last chapter. The contents are organized in a self-contained way, and no previous knowledge is required. This book is suitable for undergraduate, graduate, and even high school students, as well as researchers and engineers interested in origami.

9 特價5219
立即代訂
下次再買

Managed Software Evolution

Springer 出版
2020/08/01 出版

1 Introducing Managed Software Evolution.- 2 The Nature of Software Evolution.- 3 Addressed Challenges.- 4 Introduction to Case Studies.- 5 Tacit Knowledge in Software Evolution.- 6 Continuous Design Decision Support.- 7 Model-based Round-Trip Engineering and Testing of Evolving Software Product Lines.- 8 Performance Analysis Strategies for Software Variants and Versions.- 9 Maintaining Security in Software Evolution.- 10 Learning from Evolution for Evolution.- 11 Formal Verication of Evolutionary Changes.- 12 Case Studies for the Community.- 13 Lessons Learned.- 14 Future Research.

9 特價2870
立即代訂
下次再買

Automotive Systems and Software EngineeringState of the Art and Future Trends

Springer 出版
2020/08/01 出版

This book presents the state of the art, challenges and future trends in automotive software engineering. The amount of automotive software has grown from just a few lines of code in the 1970s to millions of lines in today's cars. And this trend seems destined to continue in the years to come, considering all the innovations in electric/hybrid, autonomous, and connected cars. Yet there are also concerns related to onboard software, such as security, robustness, and trust.This book covers all essential aspects of the field. After a general introduction to the topic, it addresses automotive software development, automotive software reuse, E/E architectures and safety, C-ITS and security, and future trends. The specific topics discussed include requirements engineering for embedded software systems, tools and methods used in the automotive industry, software product lines, architectural frameworks, various related ISO standards, functional safety and safetycases, cooperative intelligent transportation systems, autonomous vehicles, and security and privacy issues.The intended audience includes researchers from academia who want to learn what the fundamental challenges are and how they are being tackled in the industry, and practitioners looking for cutting-edge academic findings. Although the book is not written as lecture notes, it can also be used in advanced master's-level courses on software and system engineering. The book also includes a number of case studies that can be used for student projects.

9 特價7777
立即代訂
下次再買

Recommender Systems: Advanced Developments

Jie,Lu  著
Ingram 出版
2020/08/01 出版

Recommender systems provide users (businesses or individuals) with personalized online recommendations of products or information, to address the problem of information overload and improve personalized services. Recent successful applications of recommender systems are providing solutions to transform online services for e-government, e-business, e-commerce, e-shopping, e-library, e-learning, e-tourism, and more.This unique compendium not only describes theoretical research but also reports on new application developments, prototypes, and real-world case studies of recommender systems. The comprehensive volume provides readers with a timely snapshot of how new recommendation methods and algorithms can overcome challenging issues. Furthermore, the monograph systematically presents three dimensions of recommender systems -- basic recommender system concepts, advanced recommender system methods, and real-world recommender system applications.By providing state-of-the-art knowledge, this excellent reference text will immensely benefit researchers, managers, and professionals in business, government, and education to understand the concepts, methods, algorithms and application developments in recommender systems.

9 特價7203
立即代訂
下次再買

Build Location Apps on IOS with SwiftUse Apple Maps, Google Maps, and Mapbox to Code Locat

Apress 出版
2020/08/01 出版

Work with Apple Maps, Google Maps, and Mapbox in iOS with Swift programming. Guided by practical examples, this book covers all three map frameworks to ensure you properly select which one best suits your iOS app's needs in working with iOS location.You'll see how Apple's privacy settings apply to a user's location, and how to access that user's location from an application. Once you have access to the user's location, allow your app to display points of interest from Apple's database on the map inside the app, as well as to provide a search through that database by name. You can also incorporate turn by turn directions inside your own app to provide routes. Or trigger different functionality or notifications based on locational queues. With Build Location Apps on iOS with Swift, you'll even find out how to provide offline map support for hiking, camping, or other outdoors applications where cell phone service is weak. What You'll LearnDisplay points of interest within your own appWork with Apple's privacy settings so pertinent information comes throughTrigger functionality based on geographic promptsCreate your own custom map styles with Mapbox Studio and display them in the appWho This Book Is ForIntermediate to advanced Swift programmers who would like to add location based services to their apps.

9 特價2394
立即代訂
下次再買

Implicit and Explicit Semantics Integration in Proof Based Developments of Discrete System

Springer 出版
2020/08/01 出版

Chapter 1: Modelling an e-voting domain for the formal development of a Software Product Line.- Chapter 2: Domain-specific Developments using Rodin Theories.- Chapter 3: Integrating Domain Knowledge in Formal Requirements Engineering.- Chapter 4: Operations over Lightweight Ontologies and their Implementation.- Chapter 5: Formal Ontological Analysis for Medical Protocol.- Chapter 6: Deriving Implicit Security Requirements in Safety-Explicit Formal Development of Control Systems.- Chapter 7: Towards an Integration of Probabilistic and Knowledge-Based Data Analysis Using Probabilistic Knowledge Patterns.- Chapter 8: An Explicit Semantics for Event-B Refinements.- Chapter 9: Contextual Dependency in State-based Modelling.- Chapter 10: Configuration of complex systems.- Chapter 11: Towards Making Safety Case Arguments Explicit, Precise, and Well Founded.- Chapter 12: The Indefeasibility Criterion for Assurance Cases.- Chapter 13: An Event-B development process for the distributed BIP framework.- Chapter 14: Explicit Exploration of Refinement Design in Proof-based Approach.- Chapter 15: Constructing Rigorous Sketches for Refinement-based Formal Development.

9 特價5741
立即代訂
下次再買

Frontiers in Software Engineering Education

Springer 出版
2020/08/01 出版

This book constitutes invited papers from the First International Workshop on Frontiers in Software Engineering Education, FISEE 2019, which took place during November 11-13, 2019, at the Ch璽teau de Villebrumier, France. The 25 papers included in this volume were considerably enhanced after the conference and during two different peer-review phases. The contributions cover a wide range of problems in teaching software engineering and are organized in the following sections: Course experience; lessons learnt; curriculum and course design; competitions and workshops; empirical studies, tools and automation; globalization of education; and learning by doing. The final part "TOOLS Workshop: Artificial and Natural Tools (ANT)" contains submissions presented at a different, but related, workshop run at Innopolis University (Russia) in the context of the TOOLS 2019 conference. FISEE 2019 is part of a series of scientific events held at the new LASER center in Villebrumier near Montauban and Toulouse, France.

9 特價2870
立即代訂
下次再買

Flutter for Dummies

Barry,Burd  著
For Dummies 出版
2020/08/01 出版

Create awesome iOS and Android apps with a single tool! Flutter is an app developer's dream come true. With Google's open source toolkit, you can easily build beautiful apps that work across platforms using a single codebase. This flexibility allows you to get your work out to the widest possible audience. With Flutter already being used by thousands of developers worldwide in a market where billions of apps are downloaded every year, now is the right time to get ahead of the curve with this incredible tool. Flutter for Dummies is your friendly, ground-up route to creating multi-platform apps. From how to construct your initial frameworks to writing code in Dart, you'll find the essentials you need to ride the Flutter revolutionary wave to success. This book includes how to create an intuitive and stunning UI, add rich interactivity, and easily pull in data. You'll also see how Flutter features like Hot Reload--providing sub-second refreshes as you refine your work--help you make sure your app is a delight to use. Start simple: follow steps to build a basic app It's alive! Keep connected to online data It moves! Make things fun with animated features Get the word out: use tips to expand your audience Whether you're a fledgling developer or an expert wanting to add a slick feather to your programming cap, join the Flutter revolution now and soar above the rest!

9 特價1026
立即代訂
下次再買

Lean Enterprise

Jez,Humble  著
Ingram 出版
2020/08/01 出版

How well does your organization respond to changing market conditions, customer needs, and emerging technologies when building software-based products? This practical guide presents Lean and Agile principles and patterns to help you move fast at scale璽 and demonstrates why and how to apply these paradigms throughout your organization, rather than with just one department or team. Through case studies, you璽 ll learn how successful enterprises have rethought everything from governance and financial management to systems architecture and organizational culture in the pursuit of radically improved performance. Discover how Lean focuses on people and teamwork at every level, in contrast to traditional management practices Approach problem-solving experimentally by exploring solutions, testing assumptions, and getting feedback from real users Lead and manage large-scale programs in a way that empowers employees, increases the speed and quality of delivery, and lowers costs Learn how to implement ideas from the DevOps and Lean Startup movements even in complex, regulated environments

9 特價1573
立即代訂
下次再買

Android Application Development All-In-One for Dummies

Barry,Burd  著
For Dummies 出版
2020/08/01 出版

Conquer the world of Android app development Android has taken over the mobile and TV markets and become unstoppable! Android offers a vast stage for developers to serve millions--and rake in the profits--with diverse and wide-ranging app ideas. Whether you're a raw recruit or a veteran programmer, you can get in on the action and become a master of the Android programming universe with the new edition of Android Application Development For Dummies All-in-One. In addition to receiving guidance on mobile and TV development, you'll find overviews of native code, watch, car, Android wear, and other device development. This friendly, easy-to-follow book kicks off by offering a fundamental understanding of Android's major technical ideas, including functional programming techniques. It moves on to show you how to work effectively in Studio, program cool new features, and test your app to make sure it's ready to release to a waiting world. You'll also have an opportunity to brush up on your Kotlin and develop your marketing savvy. There are millions of potential customers out there, and you want to stand out from the crowd! Understand new features and enhancements Get development best-practices Know your Android hardware Access online materials With a market share like Android's, the stakes couldn't be higher. Android Application Development For Dummies All-in-One levels the field and gives you the tools you need to take on the world.

9 特價1539
立即代訂
下次再買

Apple Macos and IOS System Administration

Drew,Smith  著
Apress 出版
2020/08/01 出版

Effectively manage Apple devices anywhere from a handful of Macs at one location to thousands of iPhones across many locations. This book is a comprehensive guide for supporting Mac and iOS devices in organizations of all sizes.You'll learn how to control a fleet of macOS clients using tools like Profile Manager, Apple Device Enrollment Program (DEP), and Apple Remote Desktop. Then integrate your Mac clients into your existing Microsoft solutions for file sharing, print sharing, Exchange, and Active Directory authentication without having to deploy additional Mac-specific middle-ware or syncing between multiple directory services. Apple macOS and iOS System Administration shows how to automate the software installation and upgrade process using the open source Munki platform and provides a scripted out-of-the box experience for large scale deployments of macOS endpoints in any organization. Finally, you'll see how to provision and manage thousands of iOS devices in a standardized and secure fashion with device restrictions and over-the-air configuration. What You'll LearnIntegrate macOS and iOS clients into enterprise Microsoft environmentsUse Apple's Volume Purchase Program to manage App installations and share pools of Apps across multiple usersMass deploy iOS devices with standard configurationsRemotely manage a fleet of macOS devices using Apple's Remote DesktopWho This Book Is ForSystem or desktop administrators in enterprise organizations who need to integrate macOS or iOS clients into their existing IT infrastructure or set-up a new infrastructure for an Apple environment from scratch.

9 特價2223
立即代訂
下次再買

Letters to a New Developer

Dan,Moore  著
Apress 出版
2020/08/01 出版

Learn what you need to succeed as a developer beyond the code. The lessons in this book will supercharge your career by sharing lessons and mistakes from real developers. Wouldn't it be nice to learn from others' career mistakes? "Soft" skills are crucial to success, but are haphazardly picked up on the job or, worse, never learned. Understanding these competencies and how to improve them will make you a more effective team member and a more attractive hire.This book will teach you the key skills you need, including how to ask questions, how and when to use common tools, and how to interact with other team members. Each will be presented in context and from multiple perspectives so you'll be able to integrate them and apply them to your own career quickly.What You'll LearnKnow when the best code is no codeUnderstand what to do in the first month of your jobSee the surprising number of developers who can't programAvoid the pitfalls of working aloneWho This Book Is For Anyone who is curious about software development as a career choice. You have zero to five years of software development experience and want to learn non-technical skills that can help your career. It is also suitable for teachers and mentors who want to provide guidance to their students and/or mentees.

9 特價2223
立即代訂
下次再買

Software Development in Practice

Ingram 出版
2020/08/01 出版

Software development is becoming recognised more and more as an essential skill and profession in today's increasingly digital world. This book is a pragmatic guide to software development in practice. It explores the inner workings of software development in the context of the industry, covering good practice for software developers and providing you with tools and practical understanding you'll need to advance within the software development world.

9 特價2034
立即代訂
下次再買

Beginning Rust Programming

Ric,Messier  著
Wiley 出版
2020/07/21 出版

Quickly learn the ropes with the Rust programming language using this practical, step-by-step guide In Beginning Rust Programming, accomplished programmer and author Ric Messier delivers a highly practical, real-world guide to coding with Rust. Avoiding dry, theoretical content and "Hello, world"-type tutorials of questionable utility, the book dives immediately into functional Rust programming that takes advantage of the language's blazing speed and memory efficiency. Designed from the ground up to give you a running start to using the multiparadigm system programming language, this book will teach you to: Solve real-world computer science problems of practical importance Use Rust's rich type system and ownership model to guarantee memory-safety and thread-safety Integrate Rust with other programming languages and use it for embedded devices Perfect for programmers with some experience in other languages, like C or C++, Beginning Rust Programming is also a great pick for students new to programming and seeking a user-friendly and robust language with which to start their coding career.

9 特價1710
立即代訂
下次再買

Data Mashup with Microsoft Excel Using Power Query and M

Adam,Aspin  著
Apress 出版
2020/07/20 出版

Master the art of loading external data into Excel for use in reporting, charting, dashboarding, and business intelligence. This book provides a complete and thorough explanation of Microsoft Excel's Get and Transform feature set, showing you how to connect to a range of external databases and other data sources to find data and pull that data into your local spreadsheet for further analysis. Leading databases are covered, including Microsoft Azure data sources and web sources, and you will learn how to access those sources from your Microsoft Excel spreadsheets.Getting data into Excel is a prerequisite for using Excel's analytics capabilities. This book takes you beyond copying and pasting by showing you how to connect to your corporate databases that are hosted in the Azure cloud, and how to pull data from Oracle Database and SQL Server, and other sources.Accessing data is only half the problem, and the other half involves cleansing and rearranging your data to make it useful in spreadsheet form. Author Adam Aspin shows you how to create datasets and transformations. For advanced problems, there is help on the M language that is built into Excel, specifically to support mashing up data in support of business intelligence and analysis. If you are an Excel user, you won't want to be without this book that teaches you to extract and prepare external data ready for use in what is arguably the world's leading analytics tool. What You Will LearnConnect to a range of external data, from databases to Azure sourcesIngest data directly into your spreadsheets, or into PowerPivot data modelsCleanse and prepare external data so it can be used inside ExcelRefresh data quickly and easily to always have the latest informationTransform data into ready-to-use structures that fit the spreadsheet formatExecute M language functions for complex data transformationsWho This Book Is ForExcel users who want to access data from external sources--including the Microsoft Azure platform--in order to create business intelligence reporting, dashboards, and visualizations. For Excel users needing to cleanse and rearrange such data to meet their own, specific needs.

9 特價2736
立即代訂
下次再買

Flowchart and Algorithm Basics

Ingram 出版
2020/07/02 出版

This book is designed to equip the reader with all of the best followed, efficient, well-structured program logics in the form of flowcharts and algorithms. The basic purpose of flowcharting is to create the sequence of steps for showing the solution to problems through arithmetic and/or logical manipulations used to instruct computers. The applied and illustrative examples from different subject areas will definitely encourage readers to learn the logic leading to solid programming basics. Features: Uses flowcharts and algorithms to solve problems from everyday applications, teaching the logic needed for the creation of computer instructionsCovers arrays, looping, file processing, etc.

9 特價1915
立即代訂
下次再買

Safe 5.0 Distilled; Achieving Business Agility with the Scaled Agile Framework

Addison-Wesl 出版
2020/07/01 出版

SAFe(R) 5.0: The World's Leading Framework for Business Agility "Those who master large-scale software delivery will define the economic landscape of the twenty-first century. SAFe 5.0 is a monumental release that I am convinced will be key in helping countless enterprise organizations succeed in their shift from project to product."-Dr. Mik Kersten, CEO of Tasktop and author of the book Project to Product Business agility is the ability to compete and thrive in the digital age by quickly responding to unprecedented market changes, threats, and emerging opportunities with innovative business solutions. SAFe(R) 5.0 Distilled: Achieving Business Agility with Scaled Agile Framework(R) explains how adopting SAFe helps enterprises use the power of Agile, Lean, and DevOps to outflank the competition and deliver complex, technology-based business solutions in the shortest possible time. This book will help you Understand the business case for SAFe: its benefits, and the problems it solves Learn the technical, organizational and leadership competencies needed for business agility Refocus on customer centricity with design thinking Better align strategy and execution with Lean Portfolio Management Learn the leadership skills needed to thrive in the digital age Increase the flow of value to customers with value stream networks Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.

9 特價1835
立即代訂
下次再買

Recent Advances in Artificial Neural Networks

L C,Jain  著
Ingram 出版
2020/07/01 出版

Neural networks represent a new generation of information processing paradigms designed to mimic-in a very limited sense-the human brain. They can learn, recall, and generalize from training data, and with their potential applications limited only by the imaginations of scientists and engineers, they are commanding tremendous popularity and research interest. Over the last four decades, researchers have reported a number of neural network paradigms, however, the newest of these have not appeared in book form-until now. Recent Advances in Artificial Neural Networks collects the latest neural network paradigms and reports on their promising new applications. World-renowned experts discuss the use of neural networks in pattern recognition, color induction, classification, cluster detection, and more. Application engineers, scientists, and research students from all disciplines with an interest in considering neural networks for solving real-world problems will find this collection useful.

9 特價2087
立即代訂
下次再買

Computer Aided Verification

Springer 出版
2020/07/01 出版

The open access two-volume set LNCS 12224 and 12225 constitutes the refereed proceedings of the 32st International Conference on Computer Aided Verification, CAV 2020, held in Los Angeles, CA, USA, in July 2020.* The 43 full papers presented together with 18 tool papers and 4 case studies, were carefully reviewed and selected from 240 submissions. The papers were organized in the following topical sections: Part I: AI verification; blockchain and Security; Concurrency; hardware verification and decision procedures; and hybrid and dynamic systems. Part II: model checking; software verification; stochastic systems; and synthesis. *The conference was held virtually due to the COVID-19 pandemic.

9 特價2348
立即代訂
下次再買

Computer Aided Verification

Springer 出版
2020/07/01 出版

The open access two-volume set LNCS 12224 and 12225 constitutes the refereed proceedings of the 32st International Conference on Computer Aided Verification, CAV 2020, held in Los Angeles, CA, USA, in July 2020.* The 43 full papers presented together with 18 tool papers and 4 case studies, were carefully reviewed and selected from 240 submissions. The papers were organized in the following topical sections: Part I: AI verification; blockchain and Security; Concurrency; hardware verification and decision procedures; and hybrid and dynamic systems.Part II: model checking; software verification; stochastic systems; and synthesis. *The conference was held virtually due to the COVID-19 pandemic.

9 特價2348
立即代訂
下次再買

User Experience Foundations

Nick,Voil  著
Ingram 出版
2020/07/01 出版

Making user experience (UX) central to development of a product, service or system enhances customer satisfaction, resulting in higher conversion rates and a stronger brand presence. This book provides a reasoned and authoritative description of what UX is, why it works and what tools and techniques are involved, in line with the BCS Foundation Certificate in User Experience, based on ISO 9241-210.

9 特價1721
立即代訂
下次再買

Excel MacrosThe Ultimate Beginner's Guide to Learn Excel Macros Step by Step

Ingram 出版
2020/07/01 出版

Did you ever want to automate processes in Microsoft Excel?Now you can.It is time for you save hours, days, and even weeks on work that task that you had set out to do. Using Excel, you can use shortcuts and tricks that you never thought were possible.The best part? It is not as complicated as one might think.Get to know about VBA and how you can work with MacrosOptimize your VBA codes for quicker and smoother tasksLearn about formatting and other essential shortcutsUnderstand different functions and how they can add convenience to your workAnd lots more!Each chapter is designed to carefully to get you started with Macros. As you work through the examples in each chapter, you might find your understanding of Macros broaden. Once you have mastered the basics presented in this book, you might find it comfortable to learn and work with advanced techniques in the future.With Macros, you can learn to take advantage of its many benefits: Discover how you can reduce errors that occur due to repeated tasks and keystrokesMinimize the time you spend doing basic tasksMake it easier to perform complex computationsYour portal to stress-free Excel workings begins here.

9 特價684
立即代訂
下次再買

Problem? What Problem?

Rothman  著
Ingram 出版
2020/07/01 出版

Agile emphasizes to establish teams and give them whatever they need to do their work. This book on impediments explores how teams can effectively deal with the problems that will happen in their daily work. In agile these problems are called impediments: anything that slows down a team and needs to be dealt with. Agile teams need to be able to handle impediments.This is the first book specifically about dealing with impediments using agile thinking with problem-solving practices. In this book, I explain why dealing with impediments matters. The book also provides approaches for you to effectively handle impediments in teams and beyond the teams. I'm also sharing experience stories from my practice.I based this book on my experience as a developer, tester, team leader, project manager, quality manager, process manager, consultant, coach, trainer, and adviser in Agile, Lean, Quality, and Continuous Improvement. This book dives into problem solving and impediments, viewing them from different perspectives and provides ideas, suggestions, practices, and experiences that will help you to become more effective in dealing with impediments.This book is for agile teams, Scrum masters, tech leads, agile coaches, consultants, developers and testers, project managers, line managers, and CxOs; basically, anyone who is looking for an effective way to handle impediments or support people in doing that.With plenty of ideas, suggestions, examples, and practical cases on impediments, this book will help you to become more effective in dealing with impediments.

9 特價846
立即代訂
下次再買

Learn C++ Quickly

Code,Quickly  著
Ingram 出版
2020/07/01 出版

A perfect way to have your resume outshine the rest... The most successful programs of the last 30 years were developed in C++. From Microsoft Word to Facebook to Adobe Photoshop, C++ is at the heart of the most lucrative technologies in today's world. C++ is the most powerful programming language in the modern world for one simple reason: it allows for complete control, not only of the program's logic and graphical user interface, but of the hardware too. If all the IT giants use it, it stands to reason that the most successful programmers in the world all have C++ on their resume. And that's why you should add it to yours today. With a solid foundation in C++ programming, you can open doors and grow your salary--it's simply a case of learning a new language. Once you've mastered the basics, you'll gain: ➢ The skills to micro-manage any computer's performance➢ The ability to write code for Windows, Mac, Linux, and mobile devices➢ The capability of programming computer games, graphical applications, and AI, to name but a few➢ A stepping stone to mastering a host of other programming languages➢ A fundamental understanding of a complex but logical computer language

9 特價615
立即代訂
下次再買

Introduction to Middleware

Ingram 出版
2020/07/01 出版

Middleware is a software layer that lies underneath applications and is used to allow multiple applications to interconnect, while hiding the complexities of the underlying network, operating system, and physical connections from the application programmer. This class-tested textbook provides a comparative view of the major paradigms and technol

9 特價3548
立即代訂
下次再買

Developments in Language Theory

Springer 出版
2020/07/01 出版

This book constitutes the proceedings of the 24th International Conference on Developments in Language Theory, DLT 2020, which was due to be held in Tampa, Florida, USA, in May 2020. The conference was cancelled due to the COVID-19 pandemic. The 24 full papers presented were carefully reviewed and selected from 38 submissions. The papers present current developments in language theory, formal languages, automata theory and related areas, such as algorithmic, combinatorial, and algebraic properties of words and languages, cellular automata, algorithms on words, etc.

9 特價2870
立即代訂
下次再買

Marine Navigation and Safety of Sea Transportation

Ingram 出版
2020/07/01 出版

The TransNav 2013 Symposium held at the Gdynia Maritime University, Poland in June 2013 has brought together a wide range of participants from all over the world. The program has offered a variety of contributions, allowing to look at many aspects of the navigational safety from various different points of view. Topics presented and discussed at the Symposium were: navigation, safety at sea, sea transportation, education of navigators and simulator-based training, sea traffic engineering, ship's manoeuvrability, integrated systems, electronic charts systems, satellite, radio-navigation and anti-collision systems and many others. This book is part of a series of four volumes and provides an overview of advances in Marine Navigation and is addressed to scientists and professionals involved in research and development of navigation, safety of navigation and sea transportation.

9 特價3600
立即代訂
下次再買

A First Course in Control System Design

Kamran,Iqbal  著
Ingram 出版
2020/07/01 出版

Control systems are pervasive in our lives. Our homes have environmental controls. The appliances we use, such as the washing machine, microwave, etc. carry embedded controllers in them. We fly in airplanes and drive automobiles that extensively use control systems. The industrial plants that produce consumer goods run on process control systems. The recent drive toward automation has increased our reliance on control systems technology.This book discusses control systems design from a model-based perspective for dynamic system models of single-input single-output type. The emphasis in this book is on understanding and applying the techniques that enable the design of effective control systems in multiple engineering disciplines. The book covers both time-domain and the frequency-domain design methods, as well as controller design for both continuous-time and discrete-time systems. MATLAB(c) and its Control Systems Toolbox are extensively used for design. Technical topics discussed in the book include: Mathematical models of physical systemsAnalysis of transfer function and state variable modelsControl systems design objectivesControl system design with root locus Control system design in the state-spaceControl system design of sampled-data systemsCompensator design with frequency response methods

9 特價6786
立即代訂
下次再買

Software Engineering for Science

Ingram 出版
2020/07/01 出版

This book provides computational scientists and engineers with a reference book containing information about the best software engineering practices to employ in the development of computational software. The book contains case studies and real world examples of the use of these practices, through contributions from key people in the field.

9 特價3339
立即代訂
下次再買

Marine Navigation and Safety of Sea Transportation

Ingram 出版
2020/07/01 出版

The TransNav 2013 Symposium held at the Gdynia Maritime University, Poland in June 2013 has brought together a wide range of participants from all over the world. The program has offered a variety of contributions, allowing to look at many aspects of the navigational safety from various different points of view. Topics presented and discussed at the Symposium were: navigation, safety at sea, sea transportation, education of navigators and simulator-based training, sea traffic engineering, ship's manoeuvrability, integrated systems, electronic charts systems, satellite, radio-navigation and anti-collision systems and many others. This book is part of a series of four volumes and provides an overview of Transport and Shipping and is addressed to scientists and professionals involved in research and development of navigation, safety of navigation and sea transportation.

9 特價3705
立即代訂
下次再買

Hands-On Azure Pipelines

Apress 出版
2020/07/01 出版

Build, package, and deploy software projects, developed with any language targeting any platform, using Azure pipelines.The book starts with an overview of CI/CD and the need for software delivery automation. It further delves into the basic concepts of Azure pipelines followed by a hands-on guide to setting up agents on all platforms enabling software development in any language. Moving forward, you will learn to set up a pipeline using the classic Visual Editor using PowerShell scripts, a REST API, building edit history, retention, and much more. You'll work with artifact feeds to store deployment packages and consume them in a build. As part of the discussion you'll see the implementation and usage of YAML (Yet Another Markup Language) build pipelines. You will then create Azure release pipelines in DevOps and develop extensions for Azure pipelines. Finally, you will learn various strategies and patterns for developing pipelines and go through some sample lessons on building and deploying pipelines. After reading Hands-on Azure Pipelines, you will be able to combine CI and CD to constantly and consistently test and build your code and ship it to any target.What You Will Learn Work with Azure build-and-release pipelines Extend the capabilities and features of Azure pipelines Understand build, package, and deployment strategies, and versioning and patterns with Azure pipelines Create infrastructure and deployment that targets commonly used Azure platform services Build and deploy mobile applications Use quick-start Azure DevOps projectsWho This Book Is ForSoftware developers and test automation engineers who are involved in the software delivery process.

9 特價2394
立即代訂
下次再買
頁數34/42
移至第
金石堂門市 全家便利商店 ok便利商店 萊爾富便利商店 7-11便利商店
World wide
活動ing