自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (363)
  • 收藏
  • 关注

空空如也

The Python Master

The Python Master By 作者: Robert The Python Master Smallshire, Austin Bingham Pub Date: 2019 ISBN: 978-8293483083 Pages: 301 Language: English Format: EPUB Size: 10 Mb Mastery of the Python calls for felicity with the full depth and breadth of the language. We’ll go all the way in this book to show you how to use the most powerful of Python’s language features to greatest effect…with occasional reminders that sometimes there is a simpler way. The Python Master is the culmination of our trilogy covering the core Python language. The material in these books is derived from Sixty North’s popular and battle-tested training courses which have led thousands of programmers on a journey to being productive with Python. Our books, which use Python 3, follow a spiral curriculum: We introduce topics gently and then revisit them on multiple occasions to add the depth required to support your progression as a Python developer. We’ve worked hard to structure the syllabus to avoid forward references. On only a few occasions do we require you to accept techniques on trust, before explaining them later; where we do, it’s to deliberately establish good habits.

2019-02-23

Programming in C++ for Engineering and Science

Programming in C++ for Engineering and Science By 作者: Larry Nyhoff ISBN-10 书号: 1439825343 ISBN-13 书号: 9781439825341 Edition 版本: 1 Release Finelybook 出版日期: 2012-08-03 pages 页数: (744 ) $110 Book Description to Finelybook sorting Developed from the author’s many years of teaching computing courses, Programming in C++ for Engineering and Science guides students in designing programs to solve real problems encountered in engineering and scientific applications. These problems include radioactive decay, pollution indexes, digital circuits, differential equations, Internet addresses, data analysis, simulation, quality control, electrical networks, data encryption, beam deflection, and many other areas. To make it easier for novices to develop programs, the author uses an object-centered design approach that helps students identify the objects in a problem and the operations needed; develop an algorithm for processing; implement the objects, operations, and algorithm in a program; and test, correct, and revise the program. He also revisits topics in greater detail as the text progresses. By the end of the book, students will have a solid understanding of how C++ can be used to process complex objects, including how classes can be built to model objects. contents : Content: Front Cover Contents Preface Acknowledgments About the Author Chapter 1: Introduction to Computing Chapter 2: Programming and Problem Solving- Software Engineering Chapter 3: Types in C++ Chapter 4: Getting Started with Expressions Chapter 5: Control Structures Chapter 6: Functions and Libraries Chapter 7: Using Classes Chapter 8: More Selection Control Structures Chapter 9: More Repetition Control Structures Chapter 10: Functions in Depth Chapter 11: Files and Streams Chapter 12: Arrays and the vector Class Template Chapter 13: Multidimensional Arrays and Vectors Chapter 14: Building ClassesChapter 15: Pointers and Linked Structures Chapter 16: Data Structures Answers to Test Yourself Questions Appe

2019-02-21

The Enterprise Big Data Lake

The Enterprise Big Data Lake: Delivering the Promise of Big Data and Data Science By 作者: Alex Gorelik ISBN-10 书号: 1491931558 ISBN-13 书号: 9781491931554 Edition 版本: 1 出版日期: 2019-03-24 pages 页数: (224 ) $69.99 Enterprises are experimenting with using Hadoop to build Big Data Lakes, but many projects are stalling or failing because the approaches that worked at Internet companies have to be adopted for the enterprise. This practical handbook guides managers and IT professionals from the initial research and decision-making process through planning, choosing products, and implementing, maintaining, and governing the modern data lake. You’ll explore various approaches to starting and growing a Data Lake, including Data Warehouse off-loading, analytical sandboxes, and “Data Puddles.” Author Alex Gorelik shows you methods for setting up different tiers of data, from raw untreated landing areas to carefully managed and summarized data. You’ll learn how to enable self-service to help users find, understand, and provision data; how to provide different interfaces to users with different skill levels; and how to do all of that in compliance with enterprise data governance policies.

2019-02-18

Learning [removed] JavaScript programming Vol 1: The language core

Learning [removed] The non-boring beginner’s guide to modern (ES6+) JavaScript programming Vol 1: The language core By 作者: Marco Emrich – Christin Marit ISBN-10 书号: 1983138541 ISBN-13 书号: 9781983138546 出版日期: 2018-06-11 pages 页数: (325 ) $24.99 Would you like to learn the latest JavaScript without ge

2019-02-18

UNIX, Third Edition: The Textbook 3rd Edition

UNIX, Third Edition 版本: The Textbook 3rd Edition By 作者: Syed Mansoor Sarwar – Robert M. Koretsky ISBN-10 书号: 1482233584 ISBN-13 书号: 9781482233582 Edition 版本: 3 出版日期: 2016-11-04 pages 页数: 1380 $139.95 Contents Preface to the Third Edition Acknowledgments for the Third Edition Acknowledgments for the Second and First Editions Personal Acknowledgments CHAPTER 1:Overview of Operating Systems CHAPTER 2:A “Quick Start”into the UNIX Operating System CHAPTER 3:Editing Text Files CHAPTER 4:Files and File System Structure CHAPTER 5:File Security CHAPTER 6:Basic File Processing CHAPTER 7:Advanced File Processing CHAPTER 8:File Sharing CHAPTER 9:Redirection and Piping CHAPTER 10:Processes CHAPTER 11:Networking and Internetworking CHAPTER 12:Introductory Bourne Shell Programming CHAPTER 13:Advanced Bourne Shell Programming CHAPTER 14:Introductory C Shell Programming CHAPTER 15:Advanced C Shell Programming CHAPTER 16:Python CHAPTER 17:UNIX Tools for Software Development CHAPTER 18:System Programming I:File System Management CHAPTER 19:System Programming Il:Process Management and Signal Processing CHAPTER 20:System Programming ll:Interprocess Communication CHAPTER 21:System Programming IV:Practical Considerations CHAPTER 22:UNIXX Window System GUI Basics CHAPTER 23:UNIX System Administration Fundamentals CHAPTER 24:ZFS Administration and Use CHAPTER 25:Virtualization Methodologies

2019-02-15

Problem Solving with Python 3.6 Edition

By 作者: Peter Kazarinoff Pub Date: 2019 ISBN: n/a Pages: 326 Language: English Format: PDF Size: 10 Mb Get started solving problems with the Python programming language!This book introduces some of the most famous scientific libraries for Python:Python’s math and statistics module to do calculationsMatplotlib to build 2D and 3D plotsNumPy to complete calculations on arraysJupiter Notebooks to share results with a teamSymPy to solve equationsPySerial to control an Arduino with PythonMicroPython to control an LEDThis book is great for budding engineers and data scientists. The text starts with the basics but finishes with topics rarely included in other engineering and data science programming books like SymPy and PySerial and MicroPython.

2019-02-14

Natural Language Processing with PyTorch

Natural Language Processing with PyTorch: Build Intelligent Language Applications Using Deep Learning By 作者: Delip Rao – Brian McMahan ISBN-10 书号: 1491978236 ISBN-13 书号: 9781491978238 Edition 版本: 1 出版日期: 2019-02-11 pages 页数: (256 ) $89.99 Natural Language Processing (NLP) provides boundless opportunities for solving problems in artificial intelligence, making products such as Amazon Alexa and Google Translate possible. If you’re a developer or data scientist new to NLP and deep learning, this practical guide shows you how to apply these methods using PyTorch, a Python-based deep learning library. Authors Delip Rao and Brian McMahon provide you with a solid grounding in NLP and deep learning algorithms and demonstrate how to use PyTorch to build applications involving rich representations of text specific to the problems you face. Each chapter includes several code examples and illustrations. Explore computational graphs and the supervised learning paradigm Master the basics of the PyTorch optimized tensor manipulation library Get an overview of traditional NLP concepts and methods Learn the basic ideas involved in building neural networks Use embeddings to represent words, sentences, documents, and other features Explore sequence prediction and generate sequence-to-sequence models Learn design patterns for building production NLP systems

2019-02-14

Engineering Adaptive Software Systems

Engineering Adaptive Software Systems: Communications of NII Shonan Meetings ISBN-10 书号: 9811321841 ISBN-13 书号: 9789811321849 Edition 版本: 1st ed. 2019 Release Finelybook 出版日期: 2019-01-15 pages 页数: (169 ) $139.99 This book discusses the problems and challenges in the interdisciplinary research field

2019-02-14

The Little Typer

The Little Typer (The MIT Press) By 作者: Daniel P. Friedman – David Thrane Christiansen ISBN-10 书号: 0262536439 ISBN-13 书号: 9780262536431 出版日期: 2018-09-18 pages 页数: (424) An introduction to dependent types, demonstrating the most beautiful aspects, one step at a time. A program’s type describes its behavior. Dependent types are a first-class part of a language, and are much more powerful than other kinds of types; using just one language for types and programs allows program descriptions to be as powerful as the programs they describe. The Little Typer explains dependent types, beginning with a very small language that looks very much like Scheme and extending it to cover both programming with dependent types and using dependent types for mathematical reasoning. Readers should be familiar with the basics of a Lisp-like programming language, as presented in the first four chapters of The Little Schemer. The first five chapters of The Little Typer provide the needed tools to understand dependent types; the remaining chapters use these tools to build a bridge between mathematics and programming. Readers will learn that tools they know from programming―pairs, lists, functions, and recursion―can also capture patterns of reasoning. The Little Typer does not attempt to teach either practical programming skills or a fully rigorous approach to types. Instead, it demonstrates the most beautiful aspects as simply as possible, one step at a time.

2019-02-14

Introduction to Logic Circuits & Logic Design with VHDL

通过模型理论介绍、建模步骤流程图、结合权威文献模型选择等实现,零计量、Stata基础,照样做好计量实证分析。还赠送Eviews操作高清视频哟! Introduction to Logic Circuits & Logic Design with VHDL By 作者: Brock J. LaMeres ISBN-10 书号: 3319341944 ISBN-13 书号: 9783319341941 Edition 版本: 1st ed. 2017 Release Finelybook 出版日期: 2016-09-16 pages 页数: (475 ) $99.99 This textbook introduces readers to the fundamental hardware used in modern computers. The only pre-requisite is algebra, so it can be taken by college freshman or sophomore students or even used in Advanced Placement courses in high school. This book presents both the classical approach to digital system design (i.e., pen and paper) in addition to the modern hardware description language (HDL) design approach (computer-based). This textbook enables readers to design digital systems using the modern HDL approach while ensuring they have a solid foundation of knowledge of the underlying hardware and theory of their designs. This book is designed to match the way the material is actually taught in the classroom. Topics are presented in a manner which builds foundational knowledge before moving onto advanced topics. The author has designed the content with learning goals and assessment at its core. Each section addresses a specific learning outcome that the learner should be able to “do” after its completion. The concept checks and exercise problems provide a rich set of assessment tools to measure learner performance on each outcome.

2019-02-11

Self-aware Computing Systems: An Engineering Approach (Natural Computing Series)

Self-aware Computing Systems: An Engineering Approach (Natural Computing Series) ISBN-10 书号: 3319396749 ISBN-13 书号: 9783319396743 Edition 版本: 1st ed. 2016 Release Finelybook 出版日期: 2016-07-28 pages 页数: (324 ) $159.99 Taking inspiration from self-awareness in humans, this book introduces the new notion of computational self-awareness as a fundamental concept for designing and operating computing systems. The basic ability of such self-aware computing systems is to collect information about their state and progress, learning and maintaining models containing knowledge that enables them to reason about their behaviour. Self-aware computing systems will have the ability to utilise this knowledge to effectively and autonomously adapt and explain their behaviour, in changing conditions. This book addresses these fundamental concepts from an engineering perspective, aiming at developing primitives for building systems and applications. It will be of value to researchers, professionals and graduate students in computer science and engineering.

2019-02-11

Self-Aware Computing Systems

Self-Aware Computing Systems ISBN-10 书号: 3319474723 ISBN-13 书号: 9783319474724 Edition 版本: 1st ed. 2017 出版日期: 2017-01-23 pages 页数: (722 ) $219.99 This book provides formal and informal definitions and taxonomies for self-aware computing systems, and explains how self-aware computing relates to many existing subfields of computer science, especially software engineering. It describes architectures and algorithms for self-aware systems as well as the benefits and pitfalls of self-awareness, and reviews much of the latest relevant research across a wide array of disciplines, including open research challenges. The chapters of this book are organized into five parts: Introduction, System Architectures, Methods and Algorithms, Applications and Case Studies, and Outlook. Part I offers an introduction that defines self-aware computing systems from multiple perspectives, and establishes a formal definition, a taxonomy and a set of reference scenarios that help to unify the remaining chapters. Next, Part II explores architectures for self-aware computing systems, such as generic concepts and notations that allow a wide range of self-aware system architectures to be described and compared with both isolated and interacting systems. It also reviews the current state of reference architectures, architectural frameworks, and languages for self-aware systems. Part III focuses on methods and algorithms for self-aware computing systems by addressing issues pertaining to system design, like modeling, synthesis and verification. It also examines topics such as adaptation, benchmarks and metrics. Part IV then presents applications and case studies in various domains including cloud computing, data centers, cyber-physical systems, and the degree to which self-aware computing approaches have been adopted within those domains. Lastly, Part V surveys open challenges and future research directions for self-aware computing systems. It can be used as a handbook for professionals and researchers working in areas related to self-aware computing, and can also serve as an advanced textbook for lecturers and postgraduate students studying subjects like advanced software engineering, autonomic computing, self-adaptive systems, and data-center resource management. Each chapter is largely self-contained, and offers plenty of references for anyone wishing to pursue the topic more deeply.

2019-02-11

Algorithms for Image Processing and Computer Vision, 2nd Edition

Algorithms for Image Processing and Computer Vision By 作者: J. R. Parker ISBN-10 书号: 0470643854 ISBN-13 书号: 9780470643853 Edition 版本: 2 出版日期: 2010-12-21 pages 页数: (504 ) $95 A cookbook of algorithms for common image processing applications Thanks to advances in computer hardware and software, algorithms have been developed that support sophisticated image processing without requiring an extensive background in mathematics. This bestselling book has been fully updated with the newest of these, including 2D vision methods in content-based searches and the use of graphics cards as image processing computational aids. It’s an ideal reference for software engineers and developers, advanced programmers, graphics programmers, scientists, and other specialists who require highly specialized image processing. Algorithms now exist for a wide variety of sophisticated image processing applications required by software engineers and developers, advanced programmers, graphics programmers, scientists, and related specialists This bestselling book has been completely updated to include the latest algorithms, including 2D vision methods in content-based searches, details on modern classifier methods, and graphics cards used as image processing computational aids Saves hours of mathematical calculating by using distributed processing and GPU programming, and gives non-mathematicians the shortcuts needed to program relatively sophisticated applications. Algorithms for Image Processing and Computer Vision, 2nd Edition provides the tools to speed development of image processing applications. Chapter 1 Practical Aspects of a Vision System-Image Display,Input/0ut… Chapter 2 Edge-Detection Techniques Chapter 3 Digital Morphology Chapter 4 Grey-Level Segmentation Chapter 5 Texture and Color Chapter 6 Thiming Chapter 7 Image Restoration Chapter 8 Classification Chapter 9 Symbol Reconition Chapter 10 Content-Based Search-Finding Images by Exanple Chapter 11 Hi gh-Performance Computing for Vision and Image Processing

2019-02-11

Generating Random Networks and Graphs

Generating Random Networks and Graphs By 作者: Ton Coolen – Alessia Annibale – Ekaterina Roberts ISBN-10 书号: 0198709897 ISBN-13 书号: 9780198709893 Edition 版本: 1 出版日期: 2017-05-23 pages 页数: 310

2019-02-09

Fuzzy Logic for Image Processing: A Gentle Introduction Using Java

Fuzzy Logic for Image Processing: A Gentle Introduction Using Java (SpringerBriefs in Electrical and Computer Engineering) By 作者: Laura Caponetti ISBN-10 书号: 3319441280 ISBN-13 书号: 9783319441283 Edition 版本: 1st ed. 2017 Release Finelybook 出版日期: 2016-09-17 pages 页数: (152 ) $69.99 This book provides an introduction to fuzzy logic approaches useful in image processing. The authors start by introducing image processing tasks of low and medium level such as thresholding, enhancement, edge detection, morphological filters, and segmentation and shows how fuzzy logic approaches apply. The book is divided into two parts. The first includes vagueness and ambiguity in digital images, fuzzy image processing, fuzzy rule based systems, and fuzzy clustering. The second part includes applications to image processing, image thresholding, color contrast enhancement, edge detection, morphological analysis, and image segmentation. Throughout, they describe image processing algorithms based on fuzzy logic under methodological aspects in addition to applicative aspects. Implementations in java are provided for the various applications.

2019-02-09

Lie Group Machine Learning

Lie Group Machine Learning By 作者: Fanzhang Li ISBN-10 书号: 311050068X ISBN-13 书号: 9783110500684 Release Finelybook 出版日期: 2018-11-07 pages 页数: (533 ) $137.99 This book explains deep learning concepts and derives semi-supervised learning and nuclear learning frameworks based on cognition mechanism and Lie group theory. Lie group machine learning is a theoretical basis for brain intelligence, Neuromorphic learning (NL), advanced machine learning, and advanced artifi cial intelligence. The book further discusses algorithms and applications in tensor learning, spectrum estimation learning, Finsler geometry learning, Homology boundary learning, and prototype theory. With abundant case studies, this book can be used as a reference book for senior college students and graduate students as well as college teachers and scientific and technical personnel involved in computer science, artifi cial intelligence, machine learning, automation, mathematics, management science, cognitive science, financial management, and data analysis. In addition, this text can be used as the basis for teaching the principles of machine learning.

2019-02-09

Philosophical and Mathematical Logic (Springer原版超清)

Philosophical and Mathematical Logic (Springer Undergraduate Texts in Philosophy) By 作者: Harrie de Swart ISBN-10 书号: 3030032531 ISBN-13 书号: 9783030032531 Edition 版本: 1st ed. 2018 Release Finelybook 出版日期: 2018-11-28 pages 页数: (539 ) $49.99 This book was written to serve as an introduction to logic, with in each chapter – if applicable – special emphasis on the interplay between logic and philosophy, mathematics, language and (theoretical) computer science. The reader will not only be provided with an introduction to classical logic, but to philosophical (modal, epistemic, deontic, temporal) and intuitionistic logic as well. The first chapter is an easy to read non-technical Introduction to the topics in the book. The next chapters are consecutively about Propositional Logic, Sets (finite and infinite), Predicate Logic, Arithmetic and Gödel’s Incompleteness Theorems, Modal Logic, Philosophy of Language, Intuitionism and Intuitionistic Logic, Applications (Prolog; Relational Databases and SQL; Social Choice Theory, in particular Majority Judgment) and finally, Fallacies and Unfair Discussion Methods. Throughout the text, the author provides some impressions of the historical development of logic: Stoic and Aristotelian logic, logic in the Middle Ages and Frege’s Begriffsschrift, together with the works of George Boole (1815-1864) and August De Morgan (1806-1871), the origin of modern logic. Since “if …, then …” can be considered to be the heart of logic, throughout this book much attention is paid to conditionals: material, strict and relevant implication, entailment, counterfactuals and conversational implicature are treated and many references for further reading are given. Each chapter is concluded with answers to the exercises.

2019-02-09

Java XML and JSON: Document Processing for Java SE, 2nd Edition

Java XML and JSON: Document Processing for Java SE By 作者: Jeff Friesen ISBN-10 书号: 1484243293 ISBN-13 书号: 9781484243299 Edition 版本: 2nd ed. 出版日期: 2019-01-11 pages 页数: (548 ) $44.99 Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracle’s own Java API for JSON processing (JSON-P), which is a JSON processing API for Java EE that also can be used with Java SE. This new edition of Java XML and JSON also expands coverage of DOM and XSLT to include additional API content and useful examples. All examples in this book have been tested under Java 11. In some cases, source code has been simplified to use Java 11’s var language feature. The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining six chapters focus on JSON along with the mJson, GSON, JsonPath, Jackson, and JSON-P APIs. Each chapter ends with select exercises designed to challenge your grasp of the chapter’s content. An appendix provides the answers to these exercises. What You’ll Learn Master the XML language Create, validate, parse, and transform XML documents Apply Java’s SAX, DOM, StAX, XPath, and XSLT APIs Master the JSON format for serializing and transmitting data Code against third-party APIs such as Jackson, mJson, Gson, JsonPath Master Oracle’s JSON-P API in a Java SE context

2019-02-09

Data Mining: The Textbook (Springer 原版超清)

Data Mining: The Textbook By 作者: Charu C. Aggarwal ISBN-10 书号: 3319141414 ISBN-13 书号: 9783319141411 Edition 版本: 2015 出版日期: 2015-04-14 pages 页数: (734 ) $89.99 This textbook explores the different aspects of data mining from the fundamentals to the complex data types and their applications, capturing the wide diversity of problem domains for data mining issues. It goes beyond the traditional focus on data mining problems to introduce advanced data types such as text, time series, discrete sequences, spatial data, graph data, and social networks. Until now, no single book has addressed all these topics in a comprehensive and integrated way. The chapters of this book fall into one of three categories: Fundamental chapters: Data mining has four main problems, which correspond to clustering, classification, association pattern mining, and outlier analysis. These chapters comprehensively discuss a wide variety of methods for these problems. Domain chapters: These chapters discuss the specific methods used for different domains of data such as text data, time-series data, sequence data, graph data, and spatial data. Application chapters: These chapters study important applications such as stream mining, Web mining, ranking, recommendations, social networks, and privacy preservation. The domain chapters also have an applied flavor. Appropriate for both introductory and advanced data mining courses, Data Mining: The Textbook balances mathematical details and intuition. It contains the necessary mathematical details for professors and researchers, but it is presented in a simple and intuitive style to improve accessibility for students and industrial practitioners (including those with a limited mathematical background). Numerous illustrations, examples, and exercises are included, with an emphasis on semantically interpretable examples.

2019-02-09

PLD Based Design with VHDL: RTL Design, Synthesis and Implementation

PLD Based Design with VHDL: RTL Design, Synthesis and Implementation By 作者: Vaibbhav Taraate ISBN-10 书号: 9811032947 ISBN-13 书号: 9789811032943 Edition 版本: 1st ed. 2017 出版日期: 2017-01-13 pages 页数: (423 ) $219.99 This book covers basic fundamentals of logic design and advanced RTL design concepts using VHDL. The book is organized to describe both simple and complex RTL design scenarios using VHDL. It gives practical information on the issues in ASIC prototyping using FPGAs, design challenges and how to overcome practical issues and concerns. It describes how to write an efficient RTL code using VHDL and how to improve the design performance. The design guidelines by using VHDL are also explained with the practical examples in this book. The book also covers the ALTERA and XILINX FPGA architecture and the design flow for the PLDs. The contents of this book will be useful to students, researchers, and professionals working in hardware design and optimization. The book can also be used as a text for graduate and professional development courses. Contents 1 Intro to HDL 2 Basic Logic Circuits & VHDL Description 3 VHDL & Key Important Constructs 4 Combinational Logic Design using VHDL Constructs 5 Sequential Logic Design 6 Intro to PLD 7 Design & Simulation using VHDL Constructs 8 PLD-based Design Guidelines 9 Finite-State Machines 10 Synthesis Optimization using VHDL 11 Design Implementation using Xilinx Vivado VHDL 87 & VHDL 93 Key Differences Xilinx Spartan Devices Altera(Intel FPGA)Cyclone IV Devices VHDL Design Units

2019-02-08

Thomas’ s Calculus, Early transcendentals, Fifteenth Edition

Thomas's Calculus, Early transcendentals, Fifteenth Edition! 2023年最新版,高清非扫描版,其他网站高额费用下载的;希望大家下载,好好学习,增强数学知识!

2023-06-01

Guide to Operating Systems, 5th Edition

Guide to Operating Systems By 作者: Greg Tomsho ISBN-10 书号: 1305107640 ISBN-13 书号: 9781305107649 Edition 版本: 5 Released: 2016-08-30 pages 页数: (688 ) $199.95 Discover the latest information for working on Windows, Mac OS, and UNIX/Linux platforms with GUIDE TO OPERATING SYSTEMS, 5E. You examine operating system theory, installation, upgrading, configuring operating system and hardware, file systems, virtualization, security, hardware options, storage, resource sharing, network connectivity, maintenance, and troubleshooting. Easily understood and highly practical, GUIDE TO OPERATING SYSTEMS, 5E is the resource you need to deepen your understanding of different operating systems. This edition helps you understand the fundamental concepts of computer operating systems. The book specifically addresses Windows 10 and earlier Windows client OSs, Windows Server 2012 R2 and earlier Windows server OSs with a preview of Windows Server 2016, Fedora Linux, and Mac OS X El Capitan and earlier. In addition, general information prepares you to work with many other operating systems. Contents Introduction Chapter 1:Operating Systems Fundamentals Chapter 2:Popular Operating Systems Chapter 3:The Central Processing Unit(CPU) Chapter 4:File Systems Chapter 5:Installing and Upgrading Operating Systems Chapter 6:Configuring Input and Output Devices Chapter 7:Using and Configuring Storage Devices Chapter 8:Virtualization and Cloud Computing Fundamentals Chapter 9:Configuring a Network Connection Chapter 10:Sharing Resources and Working with Accounts Chapter 11:Operating Systems Management and Maintenance

2019-02-23

Pervasive Computing A Networking Perspective and Future Directions

Pervasive Computing: A Networking Perspective and Future Directions ISBN-10 书号: 9811334617 ISBN-13 书号: 9789811334610 Edition 版本: 1st ed. 2019 出版日期: 2019-01-29 pages 页数: (163 ) $119.99 This book presents an overview of techniques for discovering high-utility patterns (patterns with a high importanc

2019-02-23

High-Utility Pattern Mining: Theory, Algorithms and Applications

High-Utility Pattern Mining: Theory, Algorithms and Applications (Studies in Big Data) ISBN-10 书号: 3030049205 ISBN-13 书号: 9783030049201 Edition 版本: 1st ed. 2019 出版日期: 2019-01-19 pages 页数: (337 ) $159.99 This book presents an overview of techniques for discovering high-utility patterns (patterns with a high importance) in data. It introduces the main types of high-utility patterns, as well as the theory and core algorithms for high-utility pattern mining, and describes recent advances, applications, open-source software, and research opportunities. It also discusses several types of discrete data, including customer transaction data and sequential data. The book consists of twelve chapters, seven of which are surveys presenting the main subfields of high-utility pattern mining, including itemset mining, sequential pattern mining, big data pattern mining, metaheuristic-based approaches, privacy-preserving pattern mining, and pattern visualization. The remaining five chapters describe key techniques and applications, such as discovering concise representations and regular patterns.

2019-02-23

Controlled Natural Language

Controlled Natural Language (Frontiers in Artificial Intelligence and Applications) By 作者: B. Davis – C.M. Keet – A. Wyner ISBN-10 书号: 1614999031 ISBN-13 书号: 9781614999034 出版日期: 2018-08-01 pages 页数: (116 ) $111 Controlled natural languages (CNLs) are based on natural language and apply restrictions on vocabulary, grammar, and/or semantics. They fall broadly into 3 groups. Some are designed to improve communication for non-native speakers of the respective natural language; in others, the restrictions are to facilitate the use of computers to analyze texts, for example, to improve computer-aided translation; and a third group of CNLs are designed to enable reliable automated reasoning and formal knowledge representation from seemingly natural texts. This book presents the 11 papers, selected from 14 submitted, and delivered at the sixth in the series of workshops on Controlled Natural Language, (CNL 2018), held in Maynooth, Ireland, in August 2018. The papers cover a full spectrum of controlled natural languages, ranging from human oriented to machine-processable controlled languages and from more theoretical results to interfaces, reasoning engines, and the real-life application of CNLs. The book will be of interest to all those working with controlled natural language, whatever their approach. Contents Editing with Search and Exploration for Controlled Languages A Controlled Natural Language for Financial Services Compliance Checking Responsive and Flexible Controlled Natural Language Authoring with Zipper-Based Transformations Automating Question Generation and Marking of Language Learning Exercises for isiZulu Controlled Natural Languages for Hazard Analysis and Risk Assessment Using the AIDA Language to Formally Organize Scientific Claims Putting Control into Language Learning Automated Program Synthesis from Object-Oriented Natural Language for Computer Games Understanding Texts in Attempto Controlled English Rewriting Simplified Text into a Controlled Natur

2019-02-23

Computational Methods for Next Generation Sequencing Data Analysis

Computational Methods for Next Generation Sequencing Data Analysis (Wiley Series in Bioinformatics) By 作者: Ion Mandoiu – Alexander Zelikovsky ISBN-10 书号: 1118169484 ISBN-13 书号: 9781118169483 Edition 版本: 1 出版日期: 2016-10-03 pages 页数: (464 )

2019-02-23

Marketing Data Science: Modeling Techniques in Predictive Analytics

Marketing Data Science: Modeling Techniques in Predictive Analytics with R and Python (FT Press Analytics) By 作者: Thomas W. Miller ISBN-10 书号: 0133886557 ISBN-13 书号: 9780133886559 Edition 版本: 1 出版日期: 2015-05-22 pages 页数: (480 ) Contents Preface Figures Tables Exhibits 1.Understanding Markets 2.Predicting Consumer Choice 3.Targeting Current Customers 4.Finding New Customers 5.Retaining Customers 6.Positioning Products 7.Developing New Products 8.Promoting Products 9.Recommending Products 10.Assessing Brands and Prices 11.Utilizing Social Networks 12.Watching Competitors 13.Predicting Sales 14.Redefining Marketing Research A.Data Science Methods B.Marketing Data Sources C.Case Studies D.Code and Utilities Bibliography Index Code Snippets

2019-02-23

Electronics Practicals: Real World Circuits Applications

Electronics Practicals: Real World Circuits Applications By 作者: Ibrahim Ibyimanikora ISBN-10 书号: 1523374861 ISBN-13 书号: 9781523374861 Edition 版本: Large Print 出版日期: 2014-12-24 pages 页数: (338 ) $61.4 The study of electronics is one of the basic steps in gaining an understanding of all modern techno

2019-02-23

Electric Circuits, 10th Global Edition

Electric Circuits, Global Edition By 作者: Susan Riedel James W. Nilsson ISBN-10 书号: 1292060549 ISBN-13 书号: 9781292060545 Edition 版本: 10th edition 出版日期: 2014 Format: 821 Pearson 原版超清 Electric Circuits, Tenth Edition, is designed for use in a one or two-semester Introductory Circuit Analysis or Circuit Theory Course taught in Electrical or Computer Engineering Departments. This title is also suitable for readers seeking an introduction to electric circuits. Electric Circuits is the most widely used introductory circuits textbook of the past 25 years. As this book has evolved to meet the changing learning styles of students, the underlying teaching approaches and philosophies remain unchanged. MasteringEngineering for Electric Circuits is a total learning package that is designed to improve results through personalized learning. This innovative online program emulates the instructor’s office–hour environment, guiding students through engineering concepts from Electric Circuits with self-paced individualized coaching. Contents List of Examples 13 Preface 17 Chapter 1 Circuit Variables 24 Chapter 2 Circuit Elements 46 Chapter 3 Simple Resistive Circuits 78 Chapter 4 Techniques of Circuit Analysis 110 Chapter 5 The Operational Amplifier 166 Chapter 6 Inductance, Capacitance, and Mutual Inductance 196 Chapter 7 Response of First-Order RL and RC Circuits 234 Chapter 8 Natural and Step Responses of RLC Circuits 286 Chapter 9 Sinusoidal Steady-State Analysis 326 Chapter 10 Sinusoidal Steady-State Power Calculations 380 Chapter 11 Balanced Three-Phase Circuits 418 Chapter 12 Introduction to the Laplace Transform 448 Chapter 13 The Laplace Transform in Circuit Analysis 486 Chapter 14 Introduction to Frequency Selective Circuits 542 Chapter 15 Active Filter Circuits 578 Chapter 16 Fourier Series 624 Chapter 17 The Fourier Transform 664 Chapter 18 Two-Port Circuits 698 Appendix A The Solution of Linear Simultaneous Equations 725 Appendix B Complex Numbers 745 Appendix C More on Magnetically Coupled Coils and Ideal Transformers 751 Appendix D The Decibel 759 Appendix E Bode Diagrams 761 Appendix F An Abbreviated Table of Trigonometric Identities 779 Appendix G An Abbreviated Table of Integrals 781 Appendix H Common Standard Component Values 783

2019-02-23

Machine Learning for Big Data Analyis

Machine Learning for Big Data Analyis (Frontiers in Computational Intelligence) By 作者: Siddhartha Bhattacharyya ISBN-10 书号: 3110550326 ISBN-13 书号: 9783110550320 出版日期: 2018-12-17 pages 页数: (183 ) $114.99 This volume comprises six well-versed contributed chapters devoted to report the latest fi ndings on the applications of machine learning for big data analytics. Big data is a term for data sets that are so large or complex that traditional data processing application software is inadequate to deal with them. The possible challenges in this direction include capture, storage, analysis, data curation, search, sharing, transfer, visualization, querying, updating and information privacy. Big data analytics is the process of examining large and varied data sets – i.e., big data – to uncover hidden patterns, unknown correlations, market trends, customer preferences and other useful information that can help organizations make more-informed business decisions. This volume is intended to be used as a reference by undergraduate and post graduate students of the disciplines of computer science, electronics and telecommunication, information science and electrical engineering. THE SERIES: FRONTIERS IN COMPUTATIONAL INTELLIGENCE The series Frontiers In Computational Intelligence is envisioned to provide comprehensive coverage and understanding of cutting edge research in computational intelligence. It intends to augment the scholarly discourse on all topics relating to the advances in artifi cial life and machine learning in the form of metaheuristics, approximate reasoning, and robotics. Latest research fi ndings are coupled with applications to varied domains of engineering and computer sciences. This field is steadily growing especially with the advent of novel machine learning algorithms being applied to different domains of engineering and technology. The series brings together leading researchers that intend to continue to advance the fi eld and create a broad knowledge about the most recent research.

2019-02-23

Computational Methods for Data Analysis

Computational Methods for Data Analysis (De Gruyter Textbook) By 作者: Yeliz Karaca ISBN-10 书号: 3110496356 ISBN-13 书号: 9783110496352 Release Finelybook 出版日期: 2018-12-17 pages 页数: (395 ) $80.99 This graduate text covers a variety of mathematical and statistical tools for the analysis of big data comi

2019-02-23

Practical Recommender Systems

Practical Recommender Systems By 作者: Kim Falk ISBN-10 书号: 1617292702 ISBN-13 书号: 9781617292705 Edition 版本: 1 出版日期: 2019-02-02 pages 页数: (432 ) $49.99 Online recommender systems help users find movies, jobs, restaurants—even romance! There’s an art in combining statistics, demographics, and query terms to achieve results that will delight them. Learn to build a recommender system the right way: it can make or break your application! Practical Recommender Systems explains how recommender systems work and shows how to create and apply them for your site. After covering the basics, you’ll see how to collect user data and produce personalized recommendations. You’ll learn how to use the most popular recommendation algorithms and see examples of them in action on sites like Amazon and Netflix. Finally, the book covers scaling problems and other issues you’ll encounter as your site grows. Recommender systems are everywhere, helping you find everything from movies to jobs, restaurants to hospitals, even romance. Using behavioral and demographic data, these systems make predictions about what users will be most interested in at a particular time, resulting in high-quality, ordered, personalized suggestions. Recommender systems are practically a necessity for keeping your site content current, useful, and interesting to your visitors. What’s inside How to collect and understand user behavior Collaborative and content-based filtering Machine learning algorithms Real-world examples in Python

2019-02-20

Management of Information Security, 6th Edition (PART 2)

Management of Information Security By 作者: Michael E. Whitman – Herbert J. Mattord ISBN-10 书号: 133740571X ISBN-13 书号: 9781337405713 Edition 版本: 6 出版日期: 2018-05-03 pages 页数: (672 ) $199.95 MANAGEMENT OF INFORMATION SECURITY, Sixth Edition prepares you to become an information security management practitioner able to secure systems and networks in a world where continuously emerging threats, ever-present attacks and the success of criminals illustrate the weaknesses in current information technologies. You’ll develop both the information security skills and practical experience that organizations are looking for as they strive to ensure more secure computing environments. The text focuses on key executive and managerial aspects of information security. It also integrates coverage of CISSP and CISM throughout to effectively prepare you for certification. Reflecting the most recent developments in the field, it includes the latest information on NIST, ISO and security governance as well as emerging concerns like Ransomware, Cloud Computing and the Internet of Things.

2019-02-20

Management of Information Security, 6th EditionB (PART 1)

Management of Information Security By 作者: Michael E. Whitman – Herbert J. Mattord ISBN-10 书号: 133740571X ISBN-13 书号: 9781337405713 Edition 版本: 6 出版日期: 2018-05-03 pages 页数: (672 ) $199.95 MANAGEMENT OF INFORMATION SECURITY, Sixth Edition prepares you to become an information security management practitioner able to secure systems and networks in a world where continuously emerging threats, ever-present attacks and the success of criminals illustrate the weaknesses in current information technologies. You’ll develop both the information security skills and practical experience that organizations are looking for as they strive to ensure more secure computing environments. The text focuses on key executive and managerial aspects of information security. It also integrates coverage of CISSP and CISM throughout to effectively prepare you for certification. Reflecting the most recent developments in the field, it includes the latest information on NIST, ISO and security governance as well as emerging concerns like Ransomware, Cloud Computing and the Internet of Things.

2019-02-20

Snake Charming – The Musical Python

Snake Charming – The Musical Python By 作者: Iain Gray ISBN-10 书号: 331960659X ISBN-13 书号: 9783319606590 Edition 版本: 1st ed. 2017 出版日期: 2017-09-22 pages 页数: (136 ) This book is an innovative introduction to Python and its audio-visual capabilities for beginning programmers; a resource for expert programmers and of interest to anyone involved in music. It is structured around four extensible, audio-visual projects on music and sound. The beginner will appreciate the ‘need to know’ basis of the presentation of Python for each project, and expert programmers will be able to go straight to the project code, run it and then extend it as they see fit. Musically interested readers will enjoy the historical and theoretical material at the beginning of each project, and it may even tempt them to try some coding – it is not too difficult! The four projects the book focuses on are all self-contained, but can be extended to incorporate aspects of the others. Above all this book is suited for self-study, which should be playful (pun intended!). Preface Acknowledgements Contents Part I Snake in the Grass—Python and Its Environment 1 Installing Python 2 The Python Shell—IDLE 3 Package Management 4 Audacity? Part ll Banging the Drum—Visualising Sound 5 Mark Kac(1914 to 1984) 6 Project Code Part ll Heat in the Desert—Sculpting Sound 7 Joseph Fourier(1768 to 1830) 8 Bob Moog(1934 to 2005) 9 Project Code Part IV The Harmonograph—Victorian Pendulum Toy 10 Hugh Blackburn (1823 to 1909) 11 Project Code Part V Counterpoint a la Mode—Composing Music 12 Johann Joseph Fux(1660 to 1741) 13 Project Code Part VI On Safari 14Where Next? Appendix Curriculum Vitae Appendix Appendix Internet Links

2019-02-19

Cloud Computing for Geospatial Big Data Analytics

Cloud Computing for Geospatial Big Data Analytics: Intelligent Edge, Fog and Mist Computing (Studies in Big Data) ISBN-10 书号: 3030033589 ISBN-13 书号: 9783030033583 Edition 版本: 1st ed. 2019 出版日期: 2018-12-11 pages 页数: (289 ) $179.99 This book introduces the latest research findings in cloud, edge, fog, and mist computing and their applications in various fields using geospatial data. It solves a number of problems of cloud computing and big data, such as scheduling, security issues using different techniques, which researchers from industry and academia have been attempting to solve in virtual environments. Some of these problems are of an intractable nature and so efficient technologies like fog, edge and mist computing play an important role in addressing these issues. By exploring emerging advances in cloud computing and big data analytics and their engineering applications, the book enables researchers to understand the mechanisms needed to implement cloud, edge, fog, and mist computing in their own endeavours, and motivates them to examine their own research findings and developments.

2019-02-19

Arduino: A Quick-Start Guide, 2nd Edition

Arduino: A Quick-Start Guide By 作者: Maik Schmidt ISBN-10 书号: 1941222242 ISBN-13 书号: 9781941222249 Edition 版本: 2 出版日期: 2015-01-30 pages 页数: (324 ) Arduino is an open-source platform that makes DIY electronics projects easier than ever. Gone are the days when you had to learn electronics theory and arcane programming languages before you could even get an LED to blink. Now, with this new edition of the bestsellingArduino: A Quick-Start Guide, readers with no electronics experience can create their first gadgets quickly. This book is up-to-date for the new Arduino Zero board, with step-by-step instructions for building a universal remote, a motion-sensing game controller, and many other fun, useful projects. This Quick-Start Guide is packed with fun, useful devices to create, with step-by-step instructions and photos throughout. You’ll learn how to connect your Arduino to the Internet and program both client and server applications. You’ll build projects such as your own motion-sensing game controller with a three-axis accelerometer, create a universal remote with an Arduino and a few cheap parts, build your own burglar alarm that emails you whenever someone’s moving in your living room, build binary dice, and learn how to solder. In one of several new projects in this edition, you’ll create your own video game console that you can connect to your TV set. This book is completely updated for the new Arduino Zero board and the latest advances in supporting software and tools for the Arduino. Sidebars throughout the book point you to exciting real-world projects using the Arduino, exercises extend your skills, and “What If It Doesn’t Work” sections help you troubleshoot common problems. With this book, beginners can quickly join the worldwide community of hobbyists and professionals who use the Arduino to prototype and develop fun, useful inventions. What You Need: This is the full list of all parts you’d need for all projects in the book; some of these are provide

2019-02-19

Essential Statistics Exploring the World through Data, 2nd Global Edition

Essential Statistics, Global Edition By 作者: Ryan Goulde ISBN-10 书号: 1292161221 ISBN-13 书号: 9781292161228 Edition 版本: 2nd edition 出版日期: 2017-07-10 pages 页数: (584 ) $999.99 This book is ideal for a one-semester course in statistics, offering a streamlined presentation of Introductory Statistics: Exploring the World through Data, by Gould/Ryan. Exploring the World through Data We live in a data-driven world, and the goal of this text is to teach students how to access and analyze these data critically. Authors Rob Gould, Colleen Ryan, and Rebecca Wong want students to develop a “data habit of mind” because learning statistics is an essential life skill that extends beyond the classroom. Regardless of their math backgrounds, students will learn how to think about data and how to reason using data. With a clear, unintimidating writing style and carefully chosen pedagogy, this text makes data analysis accessible to all students. Contents Preface Index of Applications Chapter 1:Introduction to Data Chapter 2:Picturing Variation with Graphs Chapter 3:Numerical Summaries of Center and Variation Chapter 4:Regression Analysis:Exploring Associations between Variables Chapter 5:Modeling Variation with Probability Chapter 6:Modeling Random Events:The Normal and Binomial Models Chapter 7:Survey Sampling and Inference Chapter 8:Hypothesis Testing for Population Proportions Chapter 9:Inferring Population Means Chapter 10:Analyzing Categorical Variables and Interpreting Research Appendix A:Tables Appendix B:Check Your Tech Answers Appendix C:Answers to Odd-Numbered Exercises Appendix D:Credits

2019-02-19

Experiments Manual for Electronics: Principles & Applications, 9th Edition

Experiments Manual for Electronics: Principles & Applications By 作者: Charles A. Schuler ISBN-10 书号: 1259968251 ISBN-13 书号: 9781259968259 Edition 版本: 9 出版日期: 2018-03-07 pages 页数: (400 ) The ninth edition of Electronics: Principles and Applications is based on the same philosophy of previous editions. It continues to be written so that a student needs no prior knowledge of electrical theory and principles and at a level that allows students with limited math and reading skills can gain a clear understanding and the entry-level knowledge and skills for a wide range of occupations within electricity and electronics.

2019-02-19

Filling Execution Gaps

Filling Execution Gaps: How Executives and Project Managers Turn Corporate Strategy into Successful Projects By 作者: Todd C. Williams ISBN-10 书号: 1501515209 ISBN-13 书号: 9781501515200 出版日期: 2017-10-23 pages 页数: (240 ) “I expected good, but this is great.” -Janet Pirus Phelps, Former CFO Papa Murphy’s Pizza Gaps . . . holes in your organization where tasks fall and failure breeds. They inhibit your ability to implement strategic plans, lead people, and run successful projects. Daily, executives, middle managers, and project managers wrestle with “the big six”: Absence of common understanding Disengaged executive sponsors Misalignment with goals Poor change management Ineffective governance Lackluster leadership Ignoring any of these gaps will hex any strategy or project. They regularly destroy hundreds of companies’ ability to turn their corporate vision into business value–taking careers with them. Filling Execution Gaps addresses the sources of these gaps, and how to fill them. Without any one of these important functions, projects fail. Without change management, adoption suffers. Without common understanding, there is confusion. Without goals, business units, and capabilities aligned, execution falters. Without executive sponsorship, decisions languish. Too little governance allows bad things to happen, while too much governance creates overburdening bureaucracy. Without leadership at all levels of the organization, people are directionless. Using decades of experience, years of research, and interviews with hundreds of business leaders, Todd Williams illustrates how to fill these gaps, meet corporate goals, and increase value. Title Page Copyri ght Dedication Contents GAP-1:Common Understanding GAP 2:Alignment between Corporate Goals and Projects GAP 3:Engaged Executive Sponsors GAP 4:Adoption and Change Management GAP 5:Effective Governance GAP 6:Project Leadership PART 7:Pulling it all Together Appendix A:Endnotes Index

2019-02-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除