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
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 )
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
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
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.
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
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.
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 getting bored by abstract examples? In this »training in a book« you will develop parts of a webshop, mix cocktails with arrays, create background images with recursion and fight the »dark side of JavaScript«.
You won’t need any prior knowledge; all you need to get going is a web browser. So just start! Step by step, you will learn the core of the JavaScript language and how to apply it in everyday programming. You will learn how to write JavaScript code that not only works, but that you can be proud of.
The latest, completely revised edition takes into account the most current JavaScript language version. Here’s an excerpt from the contents:
From operators, data types and other priorities
Variables or reality in drawers
For all cases… if & else
Functions give us back so much…
One for all and all for one: Arrays
The big arrangement with map, reduce, filter,…
Again from the beginning with recursion
That’s where I stay strict!
Appetite for Destructuring
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
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.
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
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.
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
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
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.
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.
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
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.
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
Robotic Building (Springer Series in Adaptive Environments)
Robotic Building (Springer Series in Adaptive Environments)
ISBN-10 书号: 3319708651
ISBN-13 书号: 9783319708652
Edition 版本: 1st ed. 2018
出版日期: 2018-08-23
pages 页数: (211 )
$139.99
The first volume of the Adaptive Environments series focuses on Robotic Building, which refers to both physically built robotic environments and robotically supported building processes. Physically built robotic environments consist of reconfigurable, adaptive systems incorporating sensor-actuator mechanisms that enable buildings to interact with their users and surroundings in real-time. These require Design-to-Production and Operation chains that are numerically controlled and (partially or completely) robotically driven. From architectured materials, on- and off-site robotic production to robotic building operation augmenting everyday life, the volume examines achievements of the last decades and outlines potential future developments in Robotic Building.
This book offers an overview of the developments within robotics in architecture so far, and explains the future possibilities of this field. The study of interactions between human and non-human agents at building, design, production and operation level will interest readers seeking information on architecture, design-to-robotic-production and design-to-robotic-operation.
The Art and Science of Java
The Art and Science of Java
By 作者: Eric Roberts
ISBN-10 书号: 0321486129
ISBN-13 书号: 9780321486127
Edition 版本: 1
出版日期: 2007-03-01
pages 页数: (608 )
Fedora Linux Servers with Systemd, 3rd Edition
Fedora Linux Servers with systemd: third edition
By 作者: Richard Petersen
ISBN-10 书号: 1722128305
ISBN-13 书号: 9781722128302
Edition 版本: 3
出版日期: 2018-06-29
pages 页数: (516 )
This book is designed as a server reference for Fedora Linux with systemd. This second edition covers Fedora Linux 28. Administration tools are covered as well as the underlying configuration files and system implementations. The emphasis is on what administrators will need to know to perform key networking and server tasks. Topics covered include the systemd service manager, the systemd service and target files for each server, server roles, and the firewalld firewall. Key servers are examined, including Web, FTP, CUPS printing, NFS, and Samba. Network support servers and applications covered include the Squid proxy server, the Domain Name System server, and DHCP. The book is organized into five parts: system tools, Internet servers, shared resources, network support, and administration topics
Java in Two Semesters Featuring JavaFX, 4th Edition
Java in Two Semesters: Featuring JavaFX (Texts in Computer Science)
By 作者: Quentin Charatan – Aaron Kans
ISBN-10 书号: 3319994190
ISBN-13 书号: 9783319994192
Edition 版本: 4th ed. 2019
出版日期: 2019-01-09
pages 页数: (716 )
$79.99
This easy-to-follow textbook teaches Java programming from first principles, as well as covering design and testing methodologies. The text is divided into two parts. Each part supports a one-semester module, the first part addressing fundamental programming concepts, and the second part building on this foundation, teaching the skills required to develop more advanced applications.
This fully updated and greatly enhanced fourth edition covers the key developments introduced in Java 8, including material on JavaFX, lambda expressions and the Stream API.
Topics and features: begins by introducing fundamental programming concepts such as declaration of variables, control structures, methods and arrays; goes on to cover the fundamental object-oriented concepts of classes and objects, inheritance and polymorphism; uses JavaFX throughout for constructing event-driven graphical interfaces; includes advanced topics such as interfaces and lambda expressions, generics, collection classes and exceptions; explains file-handling techniques, packages, multi-threaded programs, socket programming, remote database access and processing collections using streams; includes self-test questions and programming exercises at the end of each chapter, as well as two illuminating case studies; provides additional resources at its associated website (simply go to springer.com and search for “Java in Two Semesters”), including a guide on how to install and use the NetBeans™ Java IDE.
Offering a gentle introduction to the field, assuming no prior knowledge of the subject, Java in Two Semesters is the ideal companion to undergraduate modules in software development or programming.
SPSS Data Analysis for Univariate, Bivariate, and Multivariate Statistics
SPSS Data Analysis for Univariate, Bivariate, and Multivariate Statistics
By 作者: Daniel J. Denis
ISBN-10 书号: 1119465818
ISBN-13 书号: 9781119465812
Edition 版本: 1
出版日期: 2018-09-25
pages 页数: (288 )
$125
Enables readers to start doing actual data analysis fast for a truly hands-on learning experience
This concise and very easy-to-use primer introduces readers to a host of computational tools useful for making sense out of data, whether that data come from the social, behavioral, or natural sciences. The book places great emphasis on both data analysis and drawing conclusions from empirical observations. It also provides formulas where needed in many places, while always remaining focused on concepts rather than mathematical abstraction.
SPSS Data Analysis for Univariate, Bivariate, and Multivariate Statistics offers a variety of popular statistical analyses and data management tasks using SPSS that readers can immediately apply as needed for their own research, and emphasizes many helpful computational tools used in the discovery of empirical patterns. The book begins with a review of essential statistical principles before introducing readers to SPSS. The book then goes on to offer chapters on: Exploratory Data Analysis, Basic Statistics, and Visual Displays; Data Management in SPSS; Inferential Tests on Correlations, Counts, and Means; Power Analysis and Estimating Sample Size; Analysis of Variance – Fixed and Random Effects; Repeated Measures ANOVA; Simple and Multiple Linear Regression; Logistic Regression; Multivariate Analysis of Variance (MANOVA) and Discriminant Analysis; Principal Components Analysis; Exploratory Factor Analysis; and Non-Parametric Tests. This helpful resource allows readers to:
Understand data analysis in practice rather than delving too deeply into abstract mathematical concepts
Make use of computational tools used by data analysis professionals.
Focus on real-world application to apply concepts from the book to actual research
Assuming only minimal, prior knowledge of statistics, SPSS Data Analysis for Univariate, Bivariate, and Multivariate Statistics is an excellent “how-to” book for undergraduate and graduate students alike. This book is also a welcome resource for researchers and professionals who require a quick, go-to source for performing essential statistical analyses and data management tasks.
Contents
Preface
Review of Essential Statistical Principles
Introduction to SPSS
Exploratory Data Analysis,Basic Statistics,and Visual
Displays
Data Management in SPSS
Inferential Tests on Correlations,Counts,and Means
Power Analysis and Estimating Sample Size
Analysis of Variance:Fixed and Random Effects
Repeated Measures ANOVA
Simple and Multiple Linear Regression
Logistic Regression
Multivariate Analysis of Variance(MANOVA) and
Discriminant Analysis
Principal Components Analysis
Exploratory Factor Analysis
Nonparametric Tests
Closing Remarks and Next Steps
Refs
Index
Java Programming, 9th Edition
Java Programming
By 作者: Joyce Farrell
ISBN-10 书号: 1337397075
ISBN-13 书号: 9781337397070
Edition 版本: 9
Release Finelybook 出版日期: 2018-03-20
pages 页数: (870 )
$239.95
Discover the power of Java™ for developing applications today when you trust the engaging, hands-on approach in Farrell’s JAVA PROGRAMMING, 9E. Even if you’re a first-time programmer, JAVA PROGRAMMING can show you how to quickly start developing useful programs, all while still mastering the basic principles of structured and object-oriented programming. Unique, reader-friendly explanations and meaningful programming exercises emphasize business applications and game creation while useful debugging exercises and contemporary case problems further expand your understanding. Additional digital learning resources within MindTap provide interactive learning tools as well as coding IDE (Integrated Development Environment) labs for practicing and expanding your skills.
Brief Contents
Contents
Preface
Features
Assessment
Chapter 1:Creating Java Programs
Chapter 2:Using Data
Chapter 3:Using Methods,Classes,and Objects
Chapter 4:More Object Concepts
Chapter 5:Making Decisions
Chapter 6:Looping
Chapter 7:Characters,Strings,and the StringBuilder
Chapter 8:Arrays
Chapter 9:Advanced Array Concepts
Chapter 10:Introduction to Inheritance
Chapter 11:Advanced Inheritance Concepts
Chapter 12:Exception Handling
Chapter 13:File Input and Output
Chapter 14:Introduction to Swing Components
Chapter 15:Using JavaFX and Scene Builder
Appendix A:Working with the Java Platform
Appendix B:Data Representation
Appendix C:Formatting Output
Appendix D:Generating Random Numbers
Appendix E:Javadoc
Big Data Processing with Apache Spark by Srini Penchikala
ig Data Processing with Apache Spark
By 作者: Srini Penchikala
ISBN-10 书号: 1387659952
ISBN-13 书号: 9781387659951
出版日期: 2018-05-08
pages 页数: (104 )
$19.99
Apache Spark is a popular open-source big-data processing framework that’s built around speed, ease of use, and unified distributed computing architecture. Not only it supports developing applications in different languages like Java, Scala, Python, and R, it’s also hundred times faster in memory and ten times faster even when running on disk compared to traditional data processing frameworks. Whether you are currently working on a big data project or interested in learning more about topics like machine learning, streaming data processing, and graph data analytics, this book is for you. You can learn about Apache Spark and develop Spark programs for various use cases in big data analytics using the code examples provided. This book covers all the libraries in Spark ecosystem: Spark Core, Spark SQL, Spark Streaming, Spark ML, and Spark GraphX.
The Reasoned Schemer, 2nd Edition
The Reasoned Schemer (MIT Press) (The MIT Press)
By 作者: Daniel P Friedman – William E Byrd – Oleg Kiselyov – Jason Hemann
ISBN-10 书号: 0262535513
ISBN-13 书号: 9780262535519
Edition 版本: second edition
出版日期: 2018-03-09
pages 页数: (206)
A new edition of a book, written in a humorous question-and-answer style, that shows how to implement and use an elegant little programming language for logic programming.
The goal of this book is to show the beauty and elegance of relational programming, which captures the essence of logic programming. The book shows how to implement a relational programming language in Scheme, or in any other functional language, and demonstrates the remarkable flexibility of the resulting relational programs. As in the first edition, the pedagogical method is a series of questions and answers, which proceed with the characteristic humor that marked The Little Schemer and The Seasoned Schemer. Familiarity with a functional language or with the first five chapters of The Little Schemer is assumed.
For this second edition, the authors have greatly simplified the programming language used in the book, as well as the implementation of the language. In addition to revising the text extensively, and simplifying and revising the “Laws” and “Commandments,” they have added explicit “Translation” rules to ease translation of Scheme functions into relations.
Copyright
Contents
Foreword
Preface
Acknowledgements
Since the First Edition
1.Playthings
2.Teaching 01d Toys New Tricks
3.Seeing 01d Friends in New Ways
4.Double Your Fun
5.Members Ornly
6.The Fun Never Ends…
7.A Bit Too Much
8.Just a Bit More
9.Thin Ice
10.Under the Hood
A.Connecting the Wires
B.Welcome to the Club
Afterword
Index
Operating Systems Internals and Design Principles, 9th Edition
Operating Systems: Internals and Design Principles (9th Edition)
By 作者: William Stallings
ISBN-10 书号: 0134670957
ISBN-13 书号: 9780134670959
Edition 版本: 9
出版日期: 2017-03-23
pages 页数: (800 )
$198.8
An introduction to operating systems with up-to-date and comprehensive coverage
Now in its 9th Edition, Operating Systems: Internals and Design Principles provides a comprehensive, unified introduction to operating systems topics for readers studying computer science, computer engineering, and electrical engineering. Author William Stallings emphasizes both design issues and fundamental principles in contemporary systems, while providing readers with a solid understanding of the key structures and mechanisms of operating systems. He discusses design trade-offs and the practical decisions affecting design, performance and security. The text illustrates and reinforces design concepts, tying them to real-world design choices with case studies in Linux, UNIX, Android, and Windows 10.
With an unparalleled degree of support for project integration, plus comprehensive coverage of the latest trends and developments in operating systems, including cloud computing and the Internet of Things (IoT), the text provides everything readers need to keep pace with a complex and rapidly changing field. The 9th Edition has been extensively revised and contains new material, new projects, and updated chapters.
Using Microsoft Dynamics 365 for Finance and Operations
Using Microsoft Dynamics 365 for Finance and Operations: Learn and understand the functionality of Microsoft’s enterprise solution
By 作者: Andreas Luszczak
ISBN-10 书号: 3658241063
ISBN-13 书号: 9783658241063
Edition 版本: 1st ed. 2019
出版日期: 2019-01-29
pages 页数: (475 )
Springer 原本超清
$54.99
This book provides precise descriptions and instructions which enable users, students and consultants to understand Microsoft Dynamics 365 for Finance and Operations rapidly. Microsoft offers Dynamics 365 as its premium ERP solution, supporting large and mid-sized organizations with a complete business management solution which is easy to use. Going through a simple but comprehensive case study, this book provides the required knowledge to handle all basic business processes in Microsoft Dynamics 365 for Finance and Operations. Exercises are there to train the processes and functionality, also making this book a good choice for self-study.
Make Your Own Algorithmic Art: A Gentle Introduction to Creative Coding
Make Your Own Algorithmic Art
By 作者: Tariq Rashid
ISBN-10 书号: 1999655702
ISBN-13 书号: 9781999655709
出版日期: 2018-03-31
pages 页数: (576 )
A fun step-by-step gentle introduction to creating digital art with computers, designed especially for:
artists new to coding
art, design and digital media students,
technologists wanted to explore their creativity
teachers and parents seeking more visual and exciting approaches to teaching computer science
Starting from the very basics, we’ll learn to:
understand how computers create digital images
code with a popular computer language designed for artists, called Processing, enabled for the web with p5js
develop and appreciate algorithms, mathematical recipes, which can create surprisingly beautiful art
easily share your code and art on the web, potentially reaching an audience of billions of internet users
We’ll discover and practice basic computer graphics techniques, explore simple algorithms that create interesting visual forms, and work through example projects to experience the process of developing algorithmic art from inspiration, through problem solving, to final refinement.
By the end of the course, you will be coding confidently, appreciating the beauty of mathematics and wanting to explore more advanced ideas and methods.
Excel Data Analysis Modeling and Simulation, 2nd Edition
Excel Data Analysis: Modeling and Simulation
By 作者: Hector Guerrero
ISBN-10 书号: 3030012786
ISBN-13 书号: 9783030012786
Edition 版本: 2nd ed. 2019
出版日期: 2019-02-04
pages 页数: (346 )
Springer 原版超清
$84.99
This book offers a comprehensive and readable introduction to modern business and data analytics. It is based on the use of Excel, a tool that virtually all students and professionals have access to. The explanations are focused on understanding the techniques and their proper application, and are supplemented by a wealth of in-chapter and end-of-chapter exercises. In addition to the general statistical methods, the book also includes Monte Carlo simulation and optimization. The second edition has been thoroughly revised: new topics, exercises and examples have been added, and the readability has been further improved. The book is primarily intended for students in business, economics and government, as well as professionals, who need a more rigorous introduction to business and data analytics – yet also need to learn the topic quickly and without overly academic explanations.
Thomas’ s Calculus, Early transcendentals, Fifteenth Edition
Thomas's Calculus, Early transcendentals, Fifteenth Edition! 2023年最新版,高清非扫描版,其他网站高额费用下载的;希望大家下载,好好学习,增强数学知识!
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
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.
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.
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
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.
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
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.
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