1227~1229_天獄園2
1228~1230_世界上最透明的故事2

英文書 > 全部商品

PHP in Easy Steps

Mike,McGrath  著
Ingram 出版
2021/05/20 出版

PHP in easy steps, 4th edition demonstrates every aspect of the language you'll need to produce professional web programming results. Its examples provide clear syntax-highlighted code, which is freely downloadable, showing PHP language basics including variables, arrays, logic, looping, functions and classes. Install a free web server and the PHP interpreter to create an environment in which you can produce your own data-driven web pages.Write PHP server-side scripts; master PHP operators and control structures; process HTML form data; get cookies and session data; access Web Services APIs over HTTP... and much more! PHP in easy steps, 4th edition is ideal for PHP newbies who want to quickly learn the fundamentals of server-side programming with PHP and create interactive web pages. Also, useful for PHP pros who want to grasp the new PHP 8 features and achieve optimum performance! Updated for PHP 8.

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

Computer Programming

Zack,Fleming  著
Draft2digital 出版
2021/05/19 出版

DescriptionInside, you will find an introduction to JavaScript, HTML, CSS, and SQL. These are computer programming languages. Some of them are more precisely referred to as scripting languages.Starting with JavaScript, I will introduce you to the above-mentioned programming languages. Hopefully, by the end of this book, you will have the answers to the questions of what it is and what you can do with it.JavaScript is a programming language that allows for the implementation of complex items on static web pages. Every time you look at a web page that does something besides display static information, it is a pretty safe assumption to make that JavaScript is involved. It is often referred to as the third layer of the cake.HTML is a relatively simple programming language that, at its core, consists of elements. These elements allow you to distinguish different sections of text as different aspects on your page. Whether it be a paragraph, a heading, a column, or whatever you need it to be-this is accomplished with the use of these elements.This language is also where you get the ability to create hyperlinks. The use of hyperlinks is very important, especially when you want to be able to direct someone to a specific part of your text or page. CSS is a programming language that is used to style and structure the layout of a web page. If you want to change your font, color, and background, you may do so by adding an animation or design a specific outline. This is the language you're going to make use of to accomplish those things.CSS makes use of the box model-most elements are represented as a box with the content, padding, and borders built-up like layers on an onion. You need to understand the box model before you can begin to understand how to create CSS layouts.Meanwhile, SQL is a programming language that is designed to work with sets of facts and how they relate to each other. As you might expect, relational database programs make use of SQL. Like many other computer languages, SQL is, in fact, an international standard. However, SQL is easily read and understood even by beginners.Data sets are described in SQL using SELECT statements. An SQL statement is like a sentence and consists of clauses. Some clauses are required in a SELECT statement.

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

Python 3 Programming

2021/05/19 出版

This book provides information on how one should code when using Python and what attributes of Python can be used to make the program simple. You can never trust someone who says they know everything about programming. New versions of Python are built regularly to improve the user experience. This book provides information on different aspects of the language and will help you learn more about different structures and functions in Python. You have to keep in mind that the more you learn about programming the better you get at it. You will learn different ways to adapt your programming style to overcome some problems. There are a few exercises that have been given in the book to help you improve on writing code. I urge you to try to write the code before you look at the solutions that have been provided in the last chapter.

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

The Ultimate Excel VBA Master

Ingram 出版
2021/05/19 出版

This book includes: Excel VBA: A Step-By-Step Tutorial For Beginners To Learn Excel VBA Programming From ScratchExcel VBA: Intermediate Lessons in Excel VBA Programming for Professional AdvancementExcel VBA: A Step-By-Step Comprehensive Guide on Advanced Excel VBA Programming Techniques and StrategiesExcel VBA: A Step-by-Step Comprehensive Guide on Excel VBA Programming Tips and Tricks for Effective StrategiesExcel VBA: A Comprehensive, Step-By-Step Guide On Excel VBA Finance For Data Reporting And Business AnalysisOne of the few things that look difficult is learning seemingly technical things from scratch. The truth is so many have given up on learning new things due to the vagueness and abstractness they encounter at the inception.This won't be so for Excel VBA when you make this book your guide. The Ultimate Excel VBA master is a complete step-by-step guide to becoming Excel VBA programming from scratch. It uncovers the basics and rudiments of Excel VBA, with this book you can be self thought from not having an idea to being an expert.You will learn the use of charts, spreadsheet, data reporting, business analysis and a lot more. This book is a quintessential material painstakingly compiled to help you master Tips and tricks of Excel VBA programming for effective strategies. It aids your professionalism and bails you out of the stress in computing bundle of data. This isn't gainsaying, but a decision to pick this book will positively increase your productivity.So What are You Waiting For? Grab a copy of this book Now ! To learn and master Excel VBA programming.

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

React 17 Design Patterns and Best Practices - Third Edition

Packt 出版
2021/05/19 出版

Build scalable, maintainable, and powerful React web apps with design patterns and insightful best practicesKey Features: Make the most of design patterns in React - including render props and controlled and uncontrolled inputsMaster React Hooks with the help of this updated third editionWork through examples that can be used to create reusable code and extensible designsBook Description: Filled with useful React patterns that you can use in your projects straight away, this book will help you save time and build better web applications with ease.React 17 Design Patterns and Best Practices is a hands-on guide for those who want to take their coding skills to a new level. You'll spend most of your time working your way through the principles of writing maintainable and clean code, but you'll also gain a deeper insight into the inner workings of React.As you progress through the chapters, you'll learn how to build components that are reusable across the application, how to structure applications, and create forms that actually work. Then you'll build on your knowledge by exploring how to style React components and optimize them to make applications faster and more responsive.Once you've mastered the rest, you'll learn how to write tests effectively and how to contribute to React and its ecosystem.By the end of this book, you'll be able to avoid the process of trial and error and developmental headaches. Instead, you'll be able to use your new skills to efficiently build and deploy real-world React web applications you can be proud of.What You Will Learn: Get to grips with the techniques of styling and optimizing React componentsCreate components using the new React HooksUse server-side rendering to make applications load fasterGet up to speed with the new React Suspense technique and using GraphQL in your projectsWrite a comprehensive set of tests to create robust and maintainable codeBuild high-performing applications by optimizing componentsWho this book is for: This book is for web developers who want to understand React better and apply it to real-life app development. You'll need an intermediate-level experience with React and JavaScript before you get started.

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

Pro Java Microservices with Quarkus and Kubernetes

Apress 出版
2021/05/19 出版

Build and design microservices using Java and the Red Hat Quarkus Framework. This book will help you quickly get started with the features and concerns of a microservices architecture. It will introduce Docker and Kubernetes to help you deploy your microservices. You will be guided on how to install the appropriate tools to work properly. For those who are new to enterprise development using Quarkus, you will be introduced to its core principles and main features through a deep step-by-step tutorial. For experts, this book offers some recipes that illustrate how to split monoliths and implement microservices and deploy them as containers to Kubernetes. By the end of reading this book, you will have practical hands-on experience of building microservices using Quarkus and you will master deploying them to Kubernetes. What You Will Learn Work with Quarkus and GraalVMSplit a monolith using the domain-driven design approachImplement the cloud and microservices patternsRethink the deployment processIntroduce containerization, Docker, and Kubernetes to your toolkitBoost microservices efficiency and performance with AzurePlay with Quarkus and distributed application runtimes Who This Book Is For Java developers who want to build microservices using Red Hat Quarkus and who want to deploy them in Kubernetes.

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

Learn Bosque Programming

Packt 出版
2021/05/18 出版

Discover the benefits of regularized programming by implementing Bosque to build a variety of reliable appsKey Features: Get up and running with the Bosque programming language and use it to build better softwareStreamline your app development and improve productivity using Bosque programmingEliminate sources of complexity such as loops, recursion, and invariants to develop quality productsBook Description: Bosque is a new high-level programming language inspired by the impact of structured programming in the 1970s. It adopts the TypeScript syntax and ML semantics and is designed for writing code that is easy to reason about for humans and machines. With this book, you'll understand how Bosque supports high productivity and cloud-first development by removing sources of accidental complexity and introducing novel features.This short book covers all the language features that you need to know to work with Bosque programming. You'll learn about basic data types, variables, functions, operators, statements, and expressions in Bosque and become familiar with advanced features such as typed strings, bulk algebraic data operations, namespace declarations, and concept and entity declarations. This Bosque book provides a complete language reference for learning to program with Bosque and understanding the regularized programming paradigm. You'll also explore real-world examples that will help you to reinforce the knowledge you've acquired. Additionally, you'll discover more advanced topics such as the Bosque project structure and contributing to the project.By the end of this book, you'll have learned how to configure the Bosque environment and build better and reliable software with this exciting new open-source language.What You Will Learn: Find out what the Bosque project isIdentify accidental complexity in code and how to overcome it with BosqueUnderstand the principles of the regularized programming paradigmInstall and configure the Bosque environmentGet hands-on experience using the Bosque language and its key featuresRecognize the advantages of explicit code intermediate representation designWho this book is for: This book is for experienced developers and early adopters who are interested in learning a new, mindset-changing programming language. You'll also find this book useful if you know TypeScript or JavaScript programming and want to understand the advantages of Bosque compared to other programming languages. Experience with any programming language and knowledge of various programming paradigms such as structured programming and functional programming are required to get started with this book.

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

Accelerator Programming Using Directives

Springer 出版
2021/05/17 出版

This book constitutes the proceedings of the 7th International Workshop on Accelerator Programming Using Directives, WACCPD 2020, which took place on November 20, 2021. The workshop was initially planned to take place in Atlanta, GA, USA, and changed to an online format due to the COVID-19 pandemic.WACCPD is one of the major forums for bringing together users, developers, and the software and tools community to share knowledge and experiences when programming emerging complex parallel computing systems. The 5 papers presented in this volume were carefully reviewed and selected from 7 submissions. They were organized in topical sections named: OpenMP; OpenACC; and Domain-specific Solvers.

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

Keycloak - Identity and Access Management for Modern Applications

Packt 出版
2021/05/14 出版

Learn to leverage the advanced capabilities of Keycloak, an open-source identity and access management solution, to enable authentication and authorization in applicationsKey Features: Get up to speed with Keycloak, OAuth 2.0, and OpenID Connect using practical examplesConfigure, manage, and extend Keycloak for optimized securityLeverage Keycloak features to secure different application typesBook Description: Implementing authentication and authorization for applications can be a daunting experience, often leaving them exposed to security vulnerabilities. Keycloak is an open-source solution for identity management and access management for modern applications, which can make a world of difference if you learn how to use it.Keycloak, helping you get started with using it and securing your applications. Complete with hands-on tutorials, best practices, and self-assessment questions, this easy-to-follow guide will show you how to secure a sample application and then move on to securing different application types. As you progress, you will understand how to configure and manage Keycloak as well as how to leverage some of its more advanced capabilities. Finally, you'll gain insights into securely using Keycloak in production.By the end of this book, you will have learned how to install and manage Keycloak as well as how to secure new and existing applications.What You Will Learn: Understand how to install, configure, and manage KeycloakSecure your new and existing applications with KeycloakGain a basic understanding of OAuth 2.0 and OpenID ConnectUnderstand how to configure Keycloak to make it ready for production useDiscover how to leverage additional features and how to customize Keycloak to fit your needsGet to grips with securing Keycloak servers and protecting applicationsWho this book is for: Developers, sysadmins, security engineers, or anyone who wants to leverage Keycloak and its capabilities for application security will find this book useful. Beginner-level knowledge of app development and authentication and authorization is expected.

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

Micro

Ingram 出版
2021/05/14 出版

The BBC micro: bit is capable of taking on a variety of roles including that of a powerful IoT device. In order to gain full access to its features and to external devices, however, you need to use C which delivers the speed which is crucial when you are writing programs to communicate with the outside world.The new V2 version of the micro: bit is fully covered in Micro: bit IoT in C, Second Edition, which now uses the highly popular VS Code for offline development. It covers how to get started the easy way by providing downloadable templates for both V1 and V2 of the micro: bit.Having started with the traditional "Blinky" program, the equivalent of "Hello World" for hardware, we are ready to discover how to control the micro: bit's I/O lines, exploring the basis of using the GPIO. For speed, however, we need to work directly with the raw hardware and also master memory mapping, pulse width modulation and other more sophisticated bus types. From here we can start connecting sensors using first the I2C bus, then by implementing a custom protocol for a one-wire bus, and eventually adding eight channels of 12-bit A-to-D with the SPI bus, which involves overcoming some subtle difficulties. We then look at serial connections, one of the oldest ways of connecting devices, but still very useful. The micro: bit lacks WiFi connectivity but using a low-cost device we enable a connection to the Internet via its serial port which allows it to become a server. Next we look at the micro: bit's LED display. This may only be 5x5, but it is very versatile, especially when you use pulse width modulation to vary the brightness level, something we demonstrate in a classic game, written of course in C. The book rounds out with a new chapter on the micro: bit's radio and the V2's sound capabilities.Harry Fairhead has worked with microprocessors, and electronics in general, for many years and is an enthusiastic proponent of the IoT. He is the author of Raspberry Pi IoT in C, which has recently been republished in its second edition, updated for Raspberry Pi 4, and of Raspberry Pi IoT In C With Linux Drivers. He has also co-authored Python versions of these books - Raspberry Pi IoT in Python Using GPIO Zero and Raspberry Pi IoT In Python With Linux Drivers. His own language of choice is C and he has also written Fundamental C: Getting Closer To The Machine and Applying C For The IoT With Linux.

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

Agile Visualization with Pharo

Apress 出版
2021/05/13 出版

Use the Pharo interactive development environment to significantly reduce the cost of creating interactive visualizations. This book shows how Pharo leverages visualization development against traditional frameworks and toolkits.Agile Visualization with Pharo focuses on the Roassal visualization engine and first presents the basic and necessary tools to visualize data, including an introduction to the Pharo programming language. Once you've grasped the basics, you'll learn all about the development environment offered by Roassal. The book provides numerous ready-to-use examples. You'll work on several applications, including visualizing the training phase of reinforcement learning (a powerful machine learning algorithm) and generating software visualizations from GitHub. This book covers aspects that are relevant for engineers and academics to successfully design and implement interactive visualizations. What You Will LearnImplement agile data visualization using the Pharo programming languageChart, plot, and curve using GrapherBuild and draw graphs using MondrianImplement reinforcement learning (Q-Learning, from scratch) and use visualizations to monitor learning and state explorationUse GitHub Action to generate software visualizations (UML class diagram, test coverage) at each commit Who This Book Is For Programmers with some prior exposure to data visualization and computer vision who may be new to the Pharo programming language. This book is also for those with some Pharo experience looking to apply it to data visualization.

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

The C++ Project

Beelectronic 出版
2021/05/08 出版

This book is a companion for learning the C++ programming language. It presents some significant concepts applied to a program implementing a multiple balls collision simulator, which will run in real-time in a multi-thread structure. The book explains the program. The goal is to make possible for the reader the improvement of the program or even application to other fields. Nevertheless, this book is neither a complete nor a simplified course. The objective is to be a complementary tool. Examples extending the program include the simplified simulations of a planet and its satellite and the creation of a fictional universe, which the book's second part implements. The elementary simulation of a satellite launching is also partially implemented and is a challenge to the reader, who must complete it by finding the correct parameters. Therefore, this book is also helpful for teaching and studying physics (Newtonian mechanics). The program had minor changes in this second edition, including a simplified computer virus propagation simulation.

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

CPython Internals

Anthony,Shaw  著
Ingram 出版
2021/05/06 出版

Get your guided tour through the Python 3.9 interpreter: Unlock the inner workings of the Python language, compile the Python interpreter from source code, and participate in the development of CPython. Are there certain parts of Python that just seem like magic?This book explains the concepts, ideas, and technicalities of the Python interpreter in an approachable and hands-on fashion.Once you see how Python works at the interpreter level, you can optimize your applications and fully leverage the power of Python.By the End of the Book You'll Be Able To: Read and navigate the CPython 3.9 interpreter source code. You'll deeply comprehend and appreciate the inner workings of concepts like lists, dictionaries, and generators.Make changes to the Python syntax and compile your own version of CPython, from scratch. You'll customize the Python core data types with new functionality and run CPython's automated test suite.Master Python's memory management capabilities and scale your Python code with parallelism and concurrency.Debug C and Python code like a true professional. Profile and benchmark the performance of your Python code and the runtime.Participate in the development of CPython and know how to contribute to future versions of the Python interpreter and standard library. How great would it feel to give back to the community as a "Python Core Developer?"With this book you'll cover the critical concepts behind the internals of CPython and how they work with visual explanations as you go along.Each page in the book has been carefully laid out with beautiful typography, syntax highlighting for code examples.About the Author: Anthony Shaw is a CPython contributor and a PyCon speaker. He has a B.Sc. in Computer Science and over 8 years of experience working with Python. Anthony is also a Fellow of the Python Software Foundation and member of the Open-Source Apache Foundation.What Python Developers Say About The Book: "It's the book that I wish existed years ago when I started my Python journey. [...] After reading this book your skills will grow and you will be able solve even more complex problems that can improve our world."- Carol Willing, CPython Core Developer & Member of the CPython Steering Council"CPython Internals is a great (and unique) resource for anybody looking to take their knowledge of Python to a deeper level."- Dan Bader, Author of Python Tricks"There are a ton of books on Python which teach the language, but I haven't really come across anything that would go about explaining the internals to those curious minded."- Milan Patel, Vice President at (a major investment bank)"I can recommend CPython Internals to anyone who wants to get going with hacking on CPython."- Guido van Rossum, Creator of Python

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

Python 3 and Data Analytics Pocket Primer

Ingram 出版
2021/05/05 出版

As part of the best-selling Pocket Primer series, this book is designed to introduce the reader to the basic concepts of data analytics using Python 3. It is intended to be a fast-paced introduction to some basic features of data analytics and also covers statistics, data visualization, and data cleaning. The book includes numerous code samples using NumPy, Pandas, Matplotlib, Seaborn, and features an appendix on regular expressions. Companion files with source code and color figures are available online by emailing the publisher with proof of purchase at info@merclearning.com. FEATURES: Includes a concise introduction to Python 3Provides a thorough introduction to data and data cleaningCovers NumPy and PandasIntroduces statistical concepts and data visualization (Matplotlib/Seaborn)Features an appendix on regular expressionsIncludes companion files with source code and figures

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

Programming Fundamentals Using Java

Ingram 出版
2021/05/05 出版

Designed as a Java-based textbook for beginning programmers, this book uses game programming as a central pedagogical tool to improve student engagement, learning outcomes, and retention. The new edition includes updating the GUI interface chapters from Swing based to FX based programs. The game programming is incorporated into the text in a way that does not compromise the amount of material traditionally covered in a basic programming or advanced Java programming course, and permits instructors who are not familiar with game programming and computer graphic concepts to realize the pedagogical advantages of using game programming. The book assumes the reader has no prior programming experience. The companion files and instructor resources are available online by emailing the publisher with proof of purchase at info@merclearning.com. FEATURES: Features content in compliance with the latest ACM/IEEE computer science curriculum guidelinesIntroduces the basic programming concepts such as strings, loops, arrays, graphics, functions, classes, etcIncludes updating the GUI interface chapters (Chapters 11 and 12) from Swing based to FX basedContains material on programming of mobile applications and several simulations that graphically depict unseen runtime processes4 color throughout with game demos on the companion files Instructor's resources available upon adoption

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

Understanding JPA 2.2

2021/05/04 出版

Applications are made up of business logic, interaction with other systems, user interfaces etc. and data. Most of the data that our applications manipulate have to be stored in datastores, retrieved, processed and analysed. If this datastore is a relational database and you use an object-oriented programming language such as Java, then you should have a look at JPA. JPA is an Object-Relational Mapping tool that maps Java objects to relational databases and allows query operations. In this fascicle, you will learn Java Persistence API, its annotations for mapping entities, as well as the Java Persistence Query Language and entity life cycle and a few advanced topics such as integrating JPA with other frameworks (Bean Validation, JTA, CDI, Spring).

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

Understanding Bean Validation 2.0

2021/05/04 出版

Validating data is a common task that Java developers have to do and it is spread throughout all layers (from client to database) of an application. This common practice is time-consuming, error prone, and hard to maintain in the long run. Besides, some of these constraints are so frequently used that they could be considered standard (checking for a null value, size, range, etc.). It would be good to be able to centralise these constraints in one place and share them across layers.That's when Bean Validation comes into play.In this fascicle, you will learn Bean Validation and use its different APIs to apply constraints on a bean, validate all sorts of constraints, write your own constraints and a few advanced topics such as integrating Bean Validation with other frameworks (JPA, JAX-RS, CDI, Spring).

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

LLVM Techniques, Tips, and Best Practices Clang and Middle-End Libraries

Min-Yih,Hsu  著
Packt 出版
2021/05/03 出版

Learn how you can build the next big programming language, compiler, or source code analyzer using LLVM and ClangKey FeaturesExplore Clang, LLVM's middle-end and backend, in a pragmatic wayDevelop your LLVM skillset and get to grips with a variety of common use casesEngage with real-world LLVM development through various coding examplesBook DescriptionEvery programmer or engineer, at some point in their career, works with compilers to optimize their applications. Compilers convert a high-level programming language into low-level machine-executable code. LLVM provides the infrastructure, reusable libraries, and tools needed for developers to build their own compilers. With LLVM's extensive set of tooling, you can effectively generate code for different backends as well as optimize them.In this book, you'll explore the LLVM compiler infrastructure and understand how to use it to solve different problems. You'll start by looking at the structure and design philosophy of important components of LLVM and gradually move on to using Clang libraries to build tools that help you analyze high-level source code. As you advance, the book will show you how to process LLVM IR - a powerful way to transform and optimize the source program for various purposes. Equipped with this knowledge, you'll be able to leverage LLVM and Clang to create a wide range of useful programming language tools, including compilers, interpreters, IDEs, and source code analyzers.By the end of this LLVM book, you'll have developed the skills to create powerful tools using the LLVM framework to overcome different real-world challenges.What You Will Learn Find out how LLVM's build system works and how to reduce the building resourceGet to grips with running custom testing with LLVM's LIT frameworkBuild different types of plugins and extensions for ClangCustomize Clang's toolchain and compiler flagsWrite LLVM passes for the new PassManagerDiscover how to inspect and modify LLVM IRUnderstand how to use LLVM's profile-guided optimizations (PGO) frameworkCreate custom compiler sanitizersWho this book is forThis book is for software engineers of all experience levels who work with LLVM. If you are an academic researcher, this book will help you learn useful LLVM skills in a short time and enable you to build your prototypes and projects quickly. Programming language enthusiasts will also find this book useful for building a new programming language with the help of LLVM.

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

Partnering with Hms: A Guide for App Developers

Xihai,Wang  著
Ingram 出版
2021/04/29 出版

Partnering with HMS: A Guide for App Developers is the first book to introduce readers to the Huawei Mobile Services (HMS) ecosystem. It gives developers a fundamental understanding of the ecosystem and how to leverage kit and tool capabilities to make their apps better.This book is also a quick start guide for kit integration and practical environment setup, detailing the functions and principles behind each kit. By demonstrating how to integrate kits, the authors teach these kits by action: Account Kit, IAP, Push Kit, Location Kit, Map Kit, Site Kit, Safety Detect, and FIDO.Readers are fully introduced to how they can use HMS open capabilities to develop quality apps, acquire users, and monetize their hard work. In addition, the ecosystem background - the business model and value chain that underpin the entire ecosystem as well as its privacy compliance framework - is crucial to operations and illustrated in this book.

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

Programming The Raspberry Pi Pico In C

Ingram 出版
2021/04/28 出版

The Raspberry Pi Pico is a remarkable microcontroller. It has a power and sophistication that would have been unthinkable just a short time ago. For the sort of jobs it is ideal for, it has plenty of processing power and enough memory to make tasks that would have once required careful planning, relatively easy. Instead of struggling with the machine, you can now focus on getting a good implementation of your algorithms. To enjoy all of its power and sophistication there is no better language than C. It wastes none of the power and it gives you what you need to get at the new features. However, getting started with the Pico with C is no easy feat, which is what motivated this book about creating programs so that testing and debugging is easy.Programming the Raspberry Pi Pico in C uses the highly popular VS Code as its development environment and shows how to use a Raspberry Pi or a desktop PC running Windows as your development machine. The purpose of the book is to reveal what you can do with the Pico's GPIO lines together with widely used sensors, servos and motors and ADCs. After covering the GPIO, outputs and inputs, events and interrupts, it gives you hands-on experience of PWM (Pulse Width Modulation), the SPI bus, the I2C bus and the 1-Wire bus. One of the key advantages of the Pico is its PIO (Programmable I/O) and while this is an advanced feature it is included in this book. After finding out how the PIO works, we apply it to writing a PIO program for the DHT22 and the 1-Wire bus. One current drawback of the Pico it is that it doesn't have a network connection. To solve this problem there is a chapter on using the low-cost ESP8266 as a WiFi client and web server. The two devices together make the Pico a true IoT device. Harry Fairhead has a hardware background and, having worked with microprocessors and electronics in general, for many years, he is an enthusiastic proponent of the IoT and embedded computing. He is the author of two books intended for C programmers, Fundamental C: Getting Closer To The Machine and Applying C For the IoT With Linux and four books on the using the Raspberry Pi in an IoT context, two using C and two using Python. He is now working on a Python version of this book for the Pico.

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

Python Application Programming

Ingram 出版
2021/04/28 出版

The objective of the book is to provide learners an insight into Python programming, and develop programming skills to manage the development of software systems. It covers programming environment, important instructions, data representations, intermediate level features, Object Oriented Programming and file data processing of Python. This book lays the foundation to develop web applications, Machine Learning, and Artificial Intelligence-based applications and tools, Data Science and Data Visualization applications.

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

Logic Programming

Mit Press 出版
2021/04/23 出版

The themes of the 1997 conference are new theoretical and practical accomplishments in logic programming, new research directions where ideas originating from logic programming can play a fundamental role, and relations between logic programming and other fields of computer science.The annual International Logic Programming Symposium, traditionally held in North America, is one of the main international conferences sponsored by the Association of Logic Programming. The themes of the 1997 conference are new theoretical and practical accomplishments in logic programming, new research directions where ideas originating from logic programming can play a fundamental role, and relations between logic programming and other fields of computer science. Topics include theoretical foundations, constraints, concurrency and parallelism, deductive databases, language design and implementation, nonmonotonic reasoning, and logic programming and the Internet.

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

Oracle Database Programming with Visual Basic.Net

Ying,Bai  著
Ingram 出版
2021/04/22 出版

Oracle Database Programming with Visual Basic.NET Discover a detailed treatment of the practical considerations and applications of Oracle database programming with Visual Basic 2019 Oracle Database Programming with Visual Basic.NET: Concepts, Designs, and Implementations delivers a comprehensive exploration of the foundations of Oracle database programming using Visual Basic.NET. Using Visual Basic.NET 2019, Visual Studio.NET 2019, and Oracle 18c XE, the book introduces the Oracle database development system, Oracle SQL Developer and Modeler, and teaches readers how to implement a sample database solution. The distinguished author also demonstrates the use of dotConnect for Oracle to show readers how to create an effective connection to an Oracle 18c XE database. The current versions of the .NET framework, ASP.NET, and ASP.NET 4.7 are also explored and used to offer readers the most up to date web database programming techniques available today. The book provides practical example projects and detailed, line-by-line descriptions throughout to assist readers in the development of their database programming skill. Students will also benefit from the inclusion of: A thorough introduction to databases, including definitions, examples, descriptions of keys and relationships, and some database components in popular databases, like Access, SQL, and Oracle An exploration of ADO.NET, including its architecture and components, like the DataReader class, DataSet component, DataTable component, and the command and parameter classes A discussion of Language Integrated Query (LINQ), including its architecture and components, its relationship to objects, DataSet, Oracle, and Entities An explanation of how to access data in ASP.NET and ASP.NET Web Services with multiple real project examples. Perfect for college and university students taking courses related to database programming and applications, Oracle Database Programming with Visual Basic.NET will also earn a place in the libraries of programmers and software engineers seeking a comprehensive reference for database coding in Visual Basic.NET.

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

Multithreaded JavaScript

O'Reilly Media 出版
2021/04/19 出版

Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the language--such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser--JavaScript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language. Multithreaded JavaScript explores the various features that JavaScript runtimes have at their disposal for implementing multithreaded programming, providing both practical real-world examples, as well as reference material. Learn what multithreaded programming is and how you can benefit from it Understand the differences between a web worker, a service worker, and a worker thread Know when and when not to use threads in an application Orchestrate communication between threads by leveraging the Atomics object Build high-performance applications using the knowledge you gain from this book Benchmark performance to learn if you'll benefit from multithreading

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

Advancing Into Analytics

George,Mount  著
Ingram 出版
2021/04/18 出版

Data analytics may seem daunting, but if you're an experienced Excel user, you have a unique head start. With this hands-on guide, intermediate Excel users will gain a solid understanding of analytics and the data stack. By the time you complete this book, you'll be able to conduct exploratory data analysis and hypothesis testing using a programming language. Exploring and testing relationships are core to analytics. By using the tools and frameworks in this book, you'll be well positioned to continue learning more advanced data analysis techniques. Author George Mount, founder and CEO of Stringfest Analytics, demonstrates key statistical concepts with spreadsheets, then pivots your existing knowledge about data manipulation into R and Python programming. This practical book guides you through: Foundations of analytics in Excel: Use Excel to test relationships between variables and build compelling demonstrations of important concepts in statistics and analytics From Excel to R: Cleanly transfer what you've learned about working with data from Excel to R From Excel to Python: Learn how to pivot your Excel data chops into Python and conduct a complete data analysis

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

Beginning Hcl Programming

Apress 出版
2021/04/17 出版

Get started with programming and using the Hashicorp Language (HCL). This book introduces you to the HCL syntax and its ecosystem then it shows you how to integrate it as part of an overall DevOps approach. Next, you'll learn how to implement infrastructure as code, specifically, using the Terraform template, a set of cloud infrastructure automation tools. As part of this discussion, you'll cover Consul, a service mesh solution providing a full-featured control plane with service discovery, configuration, and segmentation functionality. You'll integrate these with Vault to build HCL-based infrastructure as code solutions. Finally, you'll use Jenkins and HCL to provision and maintain the infrastructure as code system. After reading and using Beginning HCL Programming, you'll have the know-how and source code to get started with flexible HCL for all your cloud and DevOps needs. What You Will Learn Get started with programming and using HCL Use Vault, Consul, and Terraform Apply HCL to infrastructure as code Define the Terraform template with HCL Configure Consul using HCL Use HCL to configure Vault Provision and maintain infrastructure as code using Jenkins and HCL Who This Book Is For Anyone new to HCL but who does have at least some prior programming experience as well as knowledge of DevOps in general.

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

DOS 4.1 Disk Operating System Second Edition

Ingram 出版
2021/04/17 出版

DOS 4.1 is a newly imagined Disk Operating System for the Apple ][ computer, initially released in 2018. When the DOS 4.1 Manual was published, DOS 4.1 was not yet finished until Build 46 was completed in 2019. Designed and programmed by Walland Philip Vrbancic, Jr., a professional programmer and Electrical Engineer since 1983, DOS 4.1 contains the power and the flexibility he always thought DOS should have while remaining essentially compatible with DOS 3.3. DOS 4.1 Disk Operating System Second Edition describes all of the features that comprise DOS 4.1L and DOS 4.1H, including those features introduced by Build 46, using redesigned Tables, Figures, Schematic Diagrams, and example Assembly Language Routines. The following list are some of the features that have been engineered into the second edition of the DOS 4.1 Disk Operating System. DOS 4.1H boots directly into Language Card memory and sets HIMEM to 0xBE00. All five of its file buffers are fully contained in Language Card memory. DOS 4.1 supports the full 65C02 instruction set and it can now be used in both the Lisa and the Big Mac assemblers. Sourceror and Big Mac both support all SWEET16 opcodes. The ROM image described in this book supports the 65C02, SWEET16, and GARBAGE based on Bongers' algorithm. DOS 4.1 supports most Clock Cards which play an integral role in Volume and File timestamps. Volumes may be titled, numbered, and initialized to boot or to store files and data exclusively. Even track 0x00 is used to store files and data. Files are loaded into memory and saved using a page-accelerated algorithm. DOS 4.1 supports Applesoft CHAIN, File DIFF, File GREP, File LIST, File Undelete, Sector Display, Syntactical HELP (only in DOS 4.1H), and full lowercase command and argument input. DOS 4.1 has an expanded File Manager with additional Opcodes, and the Boot and Volume INIT functions utilize the same BOOTCFG Table. The Volume Catalog may use a minimum of a single sector and the CATALOG output may be terminated by pressing the ESC key at any time. DOS 4.1 uses the B keyword to implement the "File Delete/File Save" strategy for disk space conservation. DOS 4.1 can read DOS 3.3 Volumes, files, and data. DOS 4.1 can easily initialize Volumes with up to 48 tracks having either 16 or 32 sectors per track. All the source code and all the schematics can be requested through www.applecored.net.

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

Mobile Development with .NET - Second Edition

Can,Bilgin  著
Packt 出版
2021/04/14 出版

A .NET developer's guide to leveraging .NET and C# skills for mobile development using Xamarin, Visual Studio 2019, and AzureKey Features: Uncover the new features and capabilities of the .NET 5 framework in this updated and improved second editionOptimize the time required to develop highly performant cross-platform applicationsUnderstand the architectural patterns and best practices for mobile application developmentBook Description: The .NET 5 framework is a unified framework with capabilities that enable you to use Microsoft's developer ecosystem on a single platform. Xamarin, used for developing mobile applications, is one of the app model implementations for .NET Core infrastructure. This book will show you how to design, architect, and develop attractive, maintainable, and robust mobile applications for multiple platforms, including iOS, Android, and UWP using Xamarin, .NET Core, and Azure.With the help of real-world scenarios, you'll explore different phases of application development using Xamarin, from environment setup, design, and architecture to publishing. Throughout the book, you'll learn how to develop mobile apps using Xamarin and .NET Standard. You'll even be able to implement a web-based backend composed of microservices with .NET Core using various Azure services including, but not limited to, Azure Active Directory, Azure Functions. As you advance, you'll create data stores using popular database technologies such as Cosmos DB and data models such as the relational model and NoSQL.By the end of this mobile application development book, you'll be able to create cross-platform mobile applications that can be deployed as cloud-based PaaS and SaaS.What You Will Learn: Discover the latest features of .NET 5 that can be used in mobile application developmentExplore Xamarin.Forms Shell for building cross-platform mobile UIsUnderstand the technical design requirements of a consumer mobile appGet to grips with advanced mobile development concepts such as app data management, push notifications, and graph APIsManage app data with Entity Framework CoreUse Microsoft's Project Rome for creating cross-device experiences with XamarinBecome well-versed with implementing machine learning in your mobile appsWho this book is for: This book is for ASP.NET Core developers who want to get started with mobile development using Xamarin and other Microsoft technologies. Working knowledge of C# programming is necessary to get started.

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

Android Programming for Beginners

John,Horton  著
Packt 出版
2021/04/14 出版

Learn the Java and Android skills you need to start developing powerful mobile applications with the help of actionable stepsKey Features: Kick-start your Android programming career or just have fun publishing apps to the Google Play marketplaceGet a first principles introduction to using Java and Android and prepare to start building your own apps from scratchLearn by example by building four real-world apps and dozens of mini appsBook Description: Do you want to make a career in programming but don't know where to start? Do you have a great idea for an app but don't know how to make it a reality? Or are you worried that you'll have to learn Java programming to become an Android developer? Look no further! This new and expanded third edition of Android Programming for Beginners will be your guide to creating Android applications from scratch.The book starts by introducing you to all the fundamental concepts of programming in an Android context, from the basics of Java to working with the Android API. You'll learn with the help of examples that use up-to-date API classes and are created within Android Studio, the official Android development environment that helps supercharge your mobile application development process. After a crash course on the key programming concepts, you'll explore Android programming and get to grips with creating applications with a professional-standard UI using fragments and storing user data with SQLite. This Android Java book also shows you how you can make your apps multilingual, draw on the screen with a finger, and work with graphics, sound, and animations.By the end of this Android programming book, you'll be ready to start building your own custom applications in Android and Java.What You Will Learn: Understand the fundamentals of coding in Java for AndroidInstall and set up your Android development environmentBuild functional user interfaces with the Android Studio visual designerAdd user interaction, data captures, sound, and animation to your appsManage your apps' data using the built-in Android SQLite databaseExplore the design patterns used by professionals to build top-grade applicationsBuild real-world Android applications that you can deploy to the Google Play marketplaceWho this book is for: This Android book is for you if you are completely new to Java, Android, or programming and want to get started with Android app development. If you have experience of using Java on Android, this book will serve as a refresher to help you advance your knowledge and make progress through the early projects covered in the book.

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

Go Programming Language for Dummies

Wei-Meng,Lee  著
For Dummies 出版
2021/04/13 出版

Ready, set, program with Go! Now is the perfect time to learn the Go Programming Language. It's one of the most in-demand languages among tech recruiters and developers love its simplicity and power. Go Programming Language For Dummies is an easy way to add this top job skill to your toolkit. Written for novice and experienced coders alike, this book traverses basic syntax, writing functions, organizing data, building packages, and interfacing with APIs. Go--or GoLang, as it's also known--has proven to be a strong choice for developers creating applications for the cloud-based world we live in. This book will put you on the path to using the language that's created some of today's leading web applications, so you can steer your career where you want to Go! Learn how Go works and start writing programs and modules Install and implement the most powerful third-party Go packages Use Go in conjunction with web services and MySQL databases Keep your codebase organized and use Go to structure data With this book, you can join the growing numbers of developers using Go to create 21st century solutions. Step inside to take start writing code that puts data in users' hands.

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

Introducing Blockchain with LISP

Apress 出版
2021/04/13 出版

Implement blockchain from scratch covering all the details with Racket, a general-purpose Lisp. You'll start by exploring what a blockchain is, so you have a solid foundation for the rest of the book. You'll then be ready to learn Racket before starting on your blockchain implementation. Once you have a working blockchain, you'll move onto extending it. The book's appendices provide supporting resources to help you in your blockchain projects. The recommended approach for the book is to follow along and write the code as it's being explained instead of reading passively. This way you will get the most out of it. All of the source code is available for free download from GitHub. What You Will LearnDiscover the Racket programming language and how to use itImplement a blockchain from scratch using LispImplement smart contracts and peer-to-peer supportLearn how to use macros to employ more general abstractionsWho This Book Is For Novices that have at least some experience with programming, as well as some basic working experience with computers. The book also assumes some experience with high school mathematics, such as functions.

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

Building Mobile Apps at Scale

2021/04/12 出版

While there is a lot of appreciation for backend and distributed systems challenges, there tends to be less empathy for why mobile development is hard when done at scale.This book collects challenges engineers face when building iOS and Android apps at scale, and common ways to tackle these. By scale, we mean having numbers of users in the millions and being built by large engineering teams.For mobile engineers, this book is a blueprint for modern app engineering approaches. For non-mobile engineers and managers, it is a resource with which to build empathy and appreciation for the complexity of world-class mobile engineering.The book covers iOS and Android mobile app challenges on these dimensions: Challenges due to the unique nature of mobile applications compared to the web, and to the backend.App complexity challenges. How do you deal with increasingly complicated navigation patterns? What about non-deterministic event combinations? How do you localize across several languages, and how do you scale your automated and manual tests?Challenges due to large engineering teams. The larger the mobile team, the more challenging it becomes to ensure a consistent architecture. If your company builds multiple apps, how do you balance not rewriting everything from scratch while moving at a fast pace, over waiting on "centralized" teams?Cross-platform approaches. The tooling to build mobile apps keeps changing. New languages, frameworks, and approaches that all promise to address the pain points of mobile engineering keep appearing. But which approach should you choose? Flutter, React Native, Cordova? Native apps? Reuse business logic written in Kotlin, C#, C++ or other languages?What engineering approaches do "world-class" mobile engineering teams choose in non-functional aspects like code quality, compliance, privacy, compliance, or with experimentation, performance, or app size?

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

Python

Ingram 出版
2021/04/12 出版

Learn programming concepts using Python 3 as the target language. As Python is the language of choice for basic game development, this book is also perfect for beginning game designers. Covering basic computer concepts such as loops, strings, functions, files, graphics, multimedia, algorithms, classes, writing code, etc, the accompanying companion files also provide source code, solved programming exercises, projects, game demos and figures from the text.

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

Learn to Program with JavaScript

John,Smiley  著
Lulu.com 出版
2021/04/08 出版

Javascript is a powerful, object-based scripting language;JavaScript programs can be embedded directly in HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, Javascript allows you to create Dynamic HTML (DHTML) content and interactive client-side web applications. JavaScript syntax is similar to that of other popular programming languages such as C, C++ and Java, which makes it easy to learn for experienced programmers. At the same time, JavaScript is an interpreted scripting language, providing a flexible, forgiving environment in which new programmers can learn. There's no need to buy a JavaScript compiler or interpreter---the JavaScript interpreter is shipped as part of your Internet Browser.

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

Job Ready Python

Wiley 出版
2021/04/06 出版

Get ready to take on Python with a practical and job-focused guide Job Ready Python offers readers a straightforward and elegant approach to learning Python that emphasizes hands-on and employable skills you can apply to real-world environments immediately. Based on the renowned mthree Global Academy and Software Guild training program, this book will get you up to speed in the basics of Python, loops and data structures, object-oriented programming, and data processing. You'll also get: Thorough discussions of Extract, Transform, and Load (ETL) scripting in Python Explorations of databases, including MySQL, and MongoDB--all commonly used database platforms in the field Simple, step-by-step approaches to dealing with dates and times, CSV files, and JSON files Ideal for Python newbies looking to make a transition to an exciting new career, Job Ready Python also belongs on the bookshelves of Python developers hoping to brush up on the fundamentals with an authoritative and practical new handbook.

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

Python Challenge!

Pm,Heathcote  著
2021/04/06 出版

Learn to program fast in 155 challenges, 54 examples and 85 pagesThis book is a 'gamified' approach to Python, aimed at supporting GCSE and KS3 students, with complete coverage of the GCSE programming requirements. There's no substitute for practice when it comes to learning a new skill! Python syntax is simple to learn, but becoming an expert in writing programs to solve different kinds of problems takes a bit longer. That's why this book has a short explanation of each new statement or technique, followed by one or more examples and then loads of practice challenges.Some of the challenges will take you only a minute or two, using the Python Interactive window to try out new statements and get immediate results. As you get further into the book, you will be challenged to write programs to perform different kinds of tasks - for example to find the results of a calculation, write a program for a simplified cash machine, sort a list of items into alphabetical order, or to record data in a text file to be read, formatted, and printed.The programming solutions to some challenges have been helpfully simplified for an inexperienced programmer to modify rather than to write from scratch. This builds your confidence in problem-solving. That's why 35 challenges consist of partially written programs for you to complete.

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

Learning Java by Building Android Games - Third Edition

John,Horton  著
2021/04/05 出版

Get ready to learn Java the fun way by developing games for the Android platform with this new and updated third editionKey FeaturesLearn Java, Android, and object-oriented programming from scratchFind out how to build games including Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and Scrolling ShootersCreate and design your own games by learning all the concepts that a game developer must knowBook DescriptionAndroid is one of the most popular mobile operating systems today. It uses the most popular programming language, Java, as one of the primary languages for building apps of all types. Unlike most other Android books, this book doesn't assume that you have any prior knowledge of Java programming, instead helps you get started with building Android games as a beginner.This new, improved, and updated third edition of Learning Java by Building Android Games helps you to build Android games from scratch. Once you've got to grips with the fundamentals, the difficulty level increases steadily as you explore key Java topics, such as variables, loops, methods, object-oriented programming (OOP), and design patterns while working with up-to-date code and supporting examples. At each stage, you'll be able to test your understanding by implementing the concepts that you've learned to develop a game. Toward the end, you'll build games such as Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and Scrolling Shooter.What You Will LearnSet up a game development environment in Android Studio Respond to a player's touch and program intelligent enemies who can challenge the player in different ways Explore collision detection, sprite sheets animation, simple tracking and following, AI, parallax backgrounds, and particle explosions Animate objects at 60 FPS and manage multiple independent objects using OOP Work with design patterns such as OOP, singleton, strategy, and entity-component Work with the Android API, the SoundPool API, Paint, Canvas, Bitmap classes, and detect version numbersWho this book is forLearning Java by Building Android Games is for anyone who is new to Java, Android, or game programming and wants to develop Android games. The book will also serve as a refresher for those who already have experience using Java on Android or any other platform but are new to game development.

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

Practical C++20 Financial Programming

Apress 出版
2021/04/05 出版

Apply C++ to programming problems in the financial industry using this hands-on book, updated for C++20. It explains those aspects of the language that are more frequently used in writing financial software, including the Standard Template Library (STL), templates, and various numerical libraries. Practical C++20 Financial Programming also describes many of the important problems in financial engineering that are part of the day-to-day work of financial programmers in large investment banks and hedge funds. The author has extensive experience in the New York City financial industry that is now distilled into this handy guide. Focus is on providing working solutions for common programming problems. Examples are plentiful and provide value in the form of ready-to-use solutions that you can immediately apply in your day-to-day work. You'll see examples of matrix manipulations, curve fitting, histogram generation, numerical integration, and differential equation analysis, and you'll learn how all these techniques can be applied to some of the most common areas of financial software development. These areas include performance price forecasting, optimizing investment portfolios, and more. The book style is quick and to-the-point, delivering a refreshing view of what one needs to master in order to thrive as a C++ programmer in the financial industry. What You Will Learn Cover aspects of C++ especially relevant to financial programming Write working solutions to commonly encountered problems in finance Design efficient, numerical classes for use in finance, as well as to use those classes provided by Boost and other libraries Who This Book Is For Those who are new to programming for financial applications using C++, but should have some previous experience with C++.

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

Beginner’s Guide to Software Defined Networks

Grin Verlag 出版
2021/04/01 出版

Document from the year 2020 in the subject Computer Science - Technical Computer Science, grade: 15, course: COMPUTER NETWORKS, language: English, abstract: SDN need can be explained with the help of real life analogy corresponding to water supply system. Water reservoir has pipes (data cables) attached to it to carry water (data) to the destination. Water regulation is done with the help of numerous valves (routers and switches). Plumber (network admin) is the in charge of addition, up gradation of pipes and valves. As the pipe changes, corresponding valves need to be changed. This is costly and time consuming process, which causes lot of overhead in case of frequent infrastructural updates as the valves need individual-manual intervention. Bulk updation may cause installation errors or are more likely to faulty installations. Considering the above scenario it is desirable to have remotely controlled updation (increased width, new connections, extensions etc) regarding the pipe (data cables) & valves (switches and routers). So if this analogy is applied to real networking scenario, the SDN concept comes in picture. SDN provides programmable switches & routers which can be controlled remotely and will not require any manual intervention.

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

Learning Java Programming in Clara’s World

Springer 出版
2021/04/01 出版

This book introduces the key concepts of Java programming through the eyes of a small ladybug called Clara. Clara is a fun and extremely obedient insect, whose journey starts with limited skills. Readers learn programming by making Clara move around and manipulate objects in her world. As the book progresses, Clara becomes more intelligent and acquires new skills and (together with readers) learns by tackling some of the world's greatest challenges. The book explains programming concepts through real-world problems such as launching rockets into space, automatically patching potholes, developing a vacuum cleaner robot, simulating projectile motion, dynamically avoiding obstacles, delivering mail, etc. Every chapter of the book starts by presenting a challenge and then continues to explain new programming concepts with the focus on tackling this challenge. Focusing the new material explanation on these challenges helps to remind the readers of how this material is connected with the problems that they may encounter in the real world and makes it easier to relate to. You can explore all programming challenges presented in this book on the Clara's World website. Every programming problem covered in the book has a corresponding link to a problem template (for those readers willing to attempt the problem themselves), the link to the solution of this problem and a video recording of us solving this problem step-by-step. In addition, at the end of each chapter there is a link to fun exercises that readers are recommended to complete.

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

Learn WinUI 3.0

Packt 出版
2021/03/31 出版

A beginner's guide to building Windows applications with WinUI for UWP and desktop applicationsKey Features: Create modern Windows 10 applications and gain access to UI controls that were previously limited to UWP applicationsDiscover how to modernize your existing Win32 apps with a modern Windows 10 UILearn to embed a single page application (SPA) in a WinUI application with a web framework like BlazorBook Description: WinUI 3.0 takes a whole new approach to delivering Windows UI components and controls, and is able to deliver the same features on more than one version of Windows 10. Learn WinUI 3.0 is a comprehensive introduction to WinUI and Windows apps for anyone who is new to WinUI, Universal Windows Platform (UWP), and XAML applications.The book begins by helping you get to grips with the latest features in WinUI and shows you how XAML is used in UI development. You'll then set up a new Visual Studio environment and learn how to create a new UWP project. Next, you'll find out how to incorporate the Model-View-ViewModel (MVVM) pattern in a WinUI project and develop unit tests for ViewModel commands. Moving on, you'll cover the Windows Template Studio (WTS) new project wizard and WinUI libraries in a step-by-step way. As you advance, you'll discover how to leverage the Fluent Design system to create beautiful WinUI applications. You'll also explore the contents and capabilities of the Windows Community Toolkit and learn to create a new UWP user control. Toward the end, the book will teach you how to build, debug, unit test, deploy, and monitor apps in production.By the end of this book, you'll have learned how to build WinUI applications from scratch and modernize existing WPF and WinForms applications using WinUI controls.What You Will Learn: Get up and running with WinUI and discover how it fits into the landscape of Project Reunion and Windows UI developmentBuild new Windows apps quickly with robust templatesDevelop testable and maintainable apps using the MVVM patternModernize WPF and WinForms applications with WinUI and XAML IslandsDiscover how to build apps that can target Windows and leverage the power of the webInstall the XAML Controls Gallery sample app and explore available WinUI controlsWho this book is for: This book is for anyone who wants to develop Windows applications with a modern user experience (UX). If you are familiar with UWP and WPF and are looking to enhance your knowledge of Windows development and modernize existing apps, you will find this book useful. Hands-on experience with C# and .NET is expected but no prior knowledge of WinUI is required.

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

Languages and Compilers for Parallel Computing

Springer 出版
2021/03/30 出版

This book constitutes the thoroughly refereed post-conference proceedings of the 32nd International Workshop on Languages and Compilers for Parallel Computing, LCPC 2019, held in Atlanta, GA, USA, in October 2019.The 8 revised full papers and 3 revised short papers were carefully reviewed and selected from 17 submissions. The scope of the workshop includes advances in programming systems for current domains and platforms, e.g., scientific computing, batch/ streaming/ real-time data analytics, machine learning, cognitive computing, heterogeneous/ reconfigurable computing, mobile computing, cloud computing, IoT, as well as forward-looking computing domains such as analog and quantum computing.

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

Mastering iOS 14 Programming - Fourth Edition

Packt 出版
2021/03/30 出版

Become a professional iOS developer with the most in-depth and advanced guide to Swift 5.3, Xcode 12.4, ARKit 4, Core ML, and iOS 14's new featuresKey FeaturesExplore the world of iOS app development through practical examplesUnderstand core iOS programming concepts such as Core Data, networking, and the Combine frameworkExtend your iOS apps by adding augmented reality and machine learning capabilities, widgets, App Clips, Dark Mode, and animationsBook DescriptionMastering iOS 14 development isn't a straightforward task, but this book can help you do just that. With the help of Swift 5.3, you'll not only learn how to program for iOS 14 but also be able to write efficient, readable, and maintainable Swift code that reflects industry best practices.This updated fourth edition of the iOS 14 book will help you to build apps and get to grips with real-world app development flow. You'll find detailed background information and practical examples that will help you get hands-on with using iOS 14's new features. The book also contains examples that highlight the language changes in Swift 5.3. As you advance through the chapters, you'll see how to apply Dark Mode to your app, understand lists and tables, and use animations effectively. You'll then create your code using generics, protocols, and extensions and focus on using Core Data, before progressing to perform network calls and update your storage and UI with the help of sample projects. Toward the end, you'll make your apps smarter using machine learning, streamline the flow of your code with the Combine framework, and amaze users by using Vision framework and ARKit 4.0 features.By the end of this iOS development book, you'll be able to build apps that harness advanced techniques and make the best use of iOS 14's features.What Will You LearnBuild a professional iOS application using Xcode 12.4 and Swift 5.3Create impressive new widgets for your apps with iOS 14Extend the audience of your app by creating an App ClipImprove the flow of your code with the Combine frameworkEnhance your app by using Core LocationIntegrate Core Data to persist information in your appTrain and use machine learning models with Core MLCreate engaging augmented reality experiences with ARKit 4 and the Vision framework

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

Optimizing Web Search Results for Image. K-means Clustering Algorithm

Grin Verlag 出版
2021/03/27 出版

Academic Paper from the year 2020 in the subject Computer Science - Technical Computer Science, grade: 9.5, language: English, abstract: This paper deals with a way to optimize the search results for image searches by proposing a K-means clustering algorithm. The proposed framework attempts to optimize image search results by adopting a vectorization method which involves textual features extraction and then applying a K-means clustering algorithm to group similar images into a cluster. Hence, the aim is to develop a method that can handle a query term in a reasonably short time and return the results with higher accuracy. With each passing day, the amount of visual information on the internet, such as videos and images, is growing rapidly at an alarming rate, thereby making it difficult for a user to search for the necessary content. Users need to spend vast amounts of time in shifting through an extensive list of search results until they can find the required relevant information. To resolve this problem and to provide better image retrieval results to a user, a clustering framework is suggested in this paper. Cluster Analysis or Clustering is a concept which defines the discipline of grouping similar objects or data items into clusters. A cluster is said to be a collection of data objects. These formed clusters of similar data items differ in characteristics and features. Hence, Clustering can be defined as a solution for classifying web search results effectively for searching data items. Clustering allows users to identify their required group at a glance by looking at the cluster labels. Hence, it saves time while searching on the internet.

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

The C# Player’s Guide (4th Edition)

R B,Whitaker  著
Ingram 出版
2021/03/23 出版

THIS ISN'T THE EDITION YOU'RE LOOKING FOR! The 5th edition of this book is now available. The book in your hands is a different kind of programming book. Like an entertaining video game, programming is an often challenging but always rewarding experience. This book shakes off the dusty, dull, dryness of the typical programming book, replacing it with something more exciting and flavorful: a bit of humor, a casual tone, and examples involving dragons and asteroids instead of bank accounts and employees.And since you learn to program by doing instead of just reading, this book contains over 100 hands-on programming challenges. You will be building software instead of just reading about it. By completing the challenges, you'll earn experience points, level up, and become a True C# Programmer!This book covers the C# language from the ground up. It doesn't assume you've been programming for years, but it also doesn't hold back on exciting, powerful language features.The journey begins by getting you set up to program in C#.We will then explore the basic mechanics of C#: statements, expressions, variables, if statements, loops, and methods.Next, we dive deep into a powerful and central feature of C#: object-oriented programming, which is an essential tool needed to build larger programs.We then look at the advanced C# features that make the language unique, elegant, and powerful.With this book as your companion, you will soon be off to save the world (or take it over) with your own C# programs!

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

React Cookbook

Ingram 出版
2021/03/22 出版

React helps you create and work on an app in just a few minutes. But learning how to put all the pieces together is hard. How do you validate a form? Or implement a complex multistep user action without writing messy code? How do you test your code? Make it reusable? Wire it to a backend? Keep it easy to understand? The React Cookbook delivers answers fast. Many books teach you how to get started, understand the framework, or use a component library with React, but very few provide examples to help you solve particular problems. This easy-to-use cookbook includes the example code developers need to unravel the most common problems when using React, categorized by topic area and problem. You'll learn how to: Build a single-page application in React using a rich UI Create progressive web applications that users can install and work with offline Integrate with backend services such as REST and GraphQL Automatically test for accessibility problems in your application Secure applications with fingerprints and security tokens using WebAuthn Deal with bugs and avoid common functional and performance problems

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

Python Interview Questions:

Swati,Saxena  著
Ingram 出版
2021/03/18 出版

Bottom-up approach to crack your python interview Key Features Get the answer for the most common and challenging Python question Learn to trace the code and answer the question correctly Explore the solutions of GUI and DBMS in Python Gain sufficient understanding on Machine Learning library and Pandas DescriptionThis book covers all possible interview questions and coding in Python. It presents written theory as well as practical questions as all the interviewers do not follow the same pattern. Questions are jumbled and compiled. Practical questions may help you to understand the logic and will help you to fight the technical round. Simple questions with deep coding are the hallmark of this book. With over 242 questions in this book, you will be able to crack your Python interview. The book covers the following topics: Variable, Datatype, type conversion, Operators, if-else, loops, List, Tuples, Set, Dictionary, Functions, Array, classes and objects, constructor, Inheritance, Encapsulation, keywords, regular expression, Random Module, Sys Module, OS Module, Statistics Module, widgets of Tkinter, Multithreading, other GUI Framework, work on multiple Tkinter windows, File Input-output, file handling with GUI, MySQL, SQLite, MongoDB, Redis, connectivity with GUI, Matplotlib Library, Django, Flask.What you will learn Become a Python Developer without having to spend a lot of money on theoretical content. You will achieve the confidence to tackle the most challenging questions on Python. You will develop a strong understanding around the entire ecosystem of Python programming.Who this book is forThis book is targeted at Python Developers, Technical specialist, Beginners who want to stand out in a Python coding interview. Table of Contents 1. Core Concept2. OOPs Concept3. Python Module4. Python GUI5. File Handling6. Python Database7. NumPy, Pandas8. Django, FlaskAbout the Authors Swati Saxena is an expert in Java programming and coding.She holds an MCA, OCJP ( Oracle Certified Java Professional ), and ADST and has in-depth knowledge of the subject and vast experience in developing and training . She has been awarded by Rajasthan Women Achievement Award and PratibhaSamman for her writing work.She is an achiever of a Certificate of Excellence by MyGov.She has written "C programming and coding Question Bank with solution","Java-A Complete Practical Solution","Kotlin at a Glance", and "CrackingKotlin Interview" for BPB publications. LinkedIn Profile: https: //www.linkedin.com/in/swati-saxena-49851b1a5/ Facebook Profile: https: //www.facebook.com/SwatiComputersJaipur/

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

iPhone 8

Ingram 出版
2021/03/18 出版

The iPhone 8 and iPhone 8 Plus are faster than ever and have more powerful cameras. With the latest edition of this bestselling guide, you get a funny, simplified guide to the tips, shortcuts, and workarounds that will turn you into an iPhone master. For those who want the most sophisticated technology available in a mobile phone, but without a sky-high price, the iPhone 8 and iPhone 8 Plus is perfect for you. This book shows you new tips and in-depth tutorials you need to know about the new and exciting iPhone 8 features and the iOS 13 user interface.This book would help you manage, personalize, and communicate better using your new iPhone 8, and iPhone 8 Plus cell phone optimally. You would discover how to set-up your phone correctly, how to customize the iPhone, as well as fantastic tips & tutorials you never would imagine to know about your iPhone. In this book, you will learn; - iPhone 8 correct set-up process- In-depth tutorial for optimizing iPhone- In-depth camera and photography tutorial - How to fix common iPhone 8 problems- 23 Top iPhone Tips and Tricks- iPhone 8 Series Security Features- Apple ID and Face ID Set-up and Tricks- Apple Face ID Hidden Features- All iPhone 8 Gestures you should know- How to Hide SMS notification content display on iPhone screen- How to use the virtual Home button...and a lot more.It is the complete guide for you, as you would get simplified follow-through instructions on every possible thing you should know about iPhone 8, and iPhone 8 Plus, how you can customize the iPhone as well as fantastic tips & tricks you never would find in the original iPhone manual.

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