Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Historia 1,593
- History 1,521
- Development 893
- Engineering & Applied Sciences 704
- Application software 691
- Management 612
- Filosofía 514
- Crítica e interpretación 497
- Computer Science 466
- Computer networks 358
- Philosophy 339
- Computer programming 330
- Cloud computing 325
- Història 316
- Design 311
- Education 305
- Computer software 303
- Feminism 297
- Politics and government 296
- Business & Economics 294
- Data processing 291
- Lenin, Vladimir Il'ich 289
- Computer programs 284
- Python (Computer program language) 278
- Política y gobierno 269
- History and criticism 267
- Programming 250
- Social aspects 250
- Web sites 248
- Java (Computer program language) 247
-
43201Publicado 2018Tabla de Contenidos: “…Creating the robot description for a seven DOF robot manipulator -- Arm specification -- Type of joints -- Explaining the xacro model of the seven DOF arm -- Using constants -- Using macros -- Including other xacro files -- Using meshes in the link -- Working with the robot gripper -- Viewing the seven DOF arm in RViz -- Understanding joint state publisher -- Understanding robot state publisher -- Creating a robot model for the differential drive mobile robot -- Questions -- Summary -- Chapter 4: Simulating Robots Using ROS and Gazebo -- Simulating the robotic arm using Gazebo and ROS -- Creating the robotic arm simulation model for Gazebo -- Adding colors and textures to the Gazebo robot model -- Adding transmission tags to actuate the model -- Adding the gazebo_ros_control plugin -- Adding a 3D vision sensor to Gazebo -- Simulating the robotic arm with Xtion Pro -- Visualizing the 3D sensor data -- Moving robot joints using ROS controllers in Gazebo -- Understanding the ros_control packages -- Different types of ROS controllers and hardware interfaces -- How the ROS controller interacts with Gazebo -- Interfacing joint state controllers and joint position controllers to the arm -- Launching the ROS controllers with Gazebo -- Moving the robot joints -- Simulating a differential wheeled robot in Gazebo -- Adding the laser scanner to Gazebo -- Moving the mobile robot in Gazebo -- Adding joint state publishers in the launch file -- Adding the ROS teleop node -- Questions -- Summary -- Chapter 5: Simulating Robots Using ROS and V-REP -- Setting up V-REP with ROS -- Understanding the vrep_plugin -- Interacting with V-REP using ROS services -- Interacting with V-REP using ROS topics -- Simulating the robotic arm using V-REP and ROS -- Adding the ROS interface to V-REP joint controllers -- Simulating a differential wheeled robot in V-REP…”
Libro electrónico -
43202Publicado 2020“…This edition of the book begins by outlining the evolution of blockchain, including an overview of relevant blockchain technologies. …”
Libro electrónico -
43203Publicado 2019“…In this book, Joe teaches you how to automate routine tasks in a wide variety of ways. You can begin by making the most of productivity features such as Siri, Spotlight (for launching apps), and text replacement—and then move on to the more sophisticated automation tools built into macOS, such as Automator, AppleScript, services, and shell scripts. …”
Libro electrónico -
43204Publicado 2017“…The first module, PowerShell Fundamentals, begins with new features, installing PowerShell on Linux, working with parameters and objects, and also how you can work with .NET classes from within PowerShell. …”
Libro electrónico -
43205Publicado 2020“…Get ready to learn by example, using an algorithm of total movability and experience, implemented in different situations. You will begin with the simplest code examples and work your way up to real, complicated programs applicable in STEM fields. …”
Libro electrónico -
43206Publicado 2021“…This book demonstrates some of the most sophisticated capabilities of the tooling and shows you how to use the integrated development environment (IDE) more efficiently to be more productive. You’ll begin by gradually building on concepts, starting with the basics. …”
Libro electrónico -
43207“…This allows them to run faster and consume fewer resources on the device they're running on without compromising the readability of your codebase. The book begins by introducing the C++ language and some of its modern concepts in brief. …”
Libro electrónico -
43208Publicado 2020“…By the end of this ML Python book, you will have gained a broad picture of the ML ecosystem and will be well-versed in the best practices of applying ML techniques to solve problems.What you will learnUnderstand the important concepts in ML and data scienceUse Python to explore the world of data mining and analyticsScale up model training using varied data complexities with Apache SparkDelve deep into text analysis and NLP using Python libraries such NLTK and GensimSelect and build an ML model and evaluate and optimize its performanceImplement ML algorithms from scratch in Python, TensorFlow 2, PyTorch, and scikit-learnWho this book is forIf you’re a machine learning enthusiast, data analyst, or data engineer highly passionate about machine learning and want to begin working on machine learning assignments, this book is for you. …”
Libro electrónico -
43209Publicado 2013“…Building on his widely praised seminars, Brooks explains what current is, how it flows, and how it reacts. He begins by reviewing the nature of current, and then explains current flow in basic circuits, discusses sources that supply and drive current, and addresses the unique problems associated with current on PCBs. …”
-
43210Publicado 2020“…A comprehensive introduction to help you get up and running with creating interactive dashboards to visualize and monitor time-series data in no time Key Features Install, set up, and configure Grafana for real-time data analysis and visualization Visualize and monitor data using data sources such as InfluxDB, Prometheus, and Elasticsearch Explore Grafana's multi-cloud support with Microsoft Azure, Amazon CloudWatch, and Google Stackdriver Book Description Grafana is an open-source analytical platform used to analyze and monitoring time-series data. …”
Libro electrónico -
43211Publicado 2017“…These three leaders and 70+ more of the world's top software architects, engineers, CTO's, and CIO's presented at SACON London 2017—and this video lets you hear them all. You'll see the seven keynotes from luminaries like James Lewis (ThoughtWorks) and Yiannis Kanellopoulos (Software Improvement Group). …”
-
43212Publicado 2020“…This second edition has been thoroughly updated to help you make the most of the latest features in the framework, right from gRPC and conventions to Blazor, which has a new chapter dedicated to it. You'll begin with an overview of the essential topics, exploring the Model-View-Controller (MVC) pattern, various platforms, dependencies, and frameworks. …”
Libro electrónico -
43213Publicado 2017“…What You Will Learn Get to know the absolute basics of the Metasploit framework so you have a strong foundation for advanced attacks Integrate and use various supporting tools to make Metasploit even more powerful and precise Set up the Metasploit environment along with your own virtual testing lab Use Metasploit for information gathering and enumeration before planning the blueprint for the attack on the target system Get your hands dirty by firing up Metasploit in your own virtual lab and hunt down real vulnerabilities Discover the clever features of the Metasploit framework for launching sophisticated and deceptive client-side attacks that bypass the perimeter security Leverage Metasploit capabilities to perform Web application security scanning In Detail This book will begin by introducing you to Metasploit and its functionality. …”
Libro electrónico -
43214Publicado 2019“…Lunny uses a mix of screen casting, slides, and personal narrative to cover modern development patterns, demonstrating how to solve state management issues that can arise—such as higher-order components, render props, and context. Skill Level Beginning-Intermediate What You Will Learn How to simplify the way data flows through applications A full understanding of the concepts behind Flux-style architecture and how to think in Redux Exciting concepts to help make components more flexible A keen understanding of the overarching concept behind Redux and how the library fits into a modern front-end JavaScript stack How to use Redux with React Advanced React patterns, such as higher-order components, render props, and the Context API Who Should Take This Course Web Developers Javascript developers Course Requirements Pre-requisites: A working knowledge of modern JavaScript (ES6+), as well as some basic CSS/HTML knowledge. …”
-
43215Publicado 2017“…Velocity San Jose June 2017 was a gathering of the world's top CTOs, DevOps practitioners, SREs, systems architects, Cloud team leaders, and application developers. Their goal: define and share the best ideas and technologies for building a stronger and faster web. …”
-
43216
-
43217Publicado 2020“…A practical guide to learning visual perception for self-driving cars for computer vision and autonomous system engineers Key Features Explore the building blocks of the visual perception system in self-driving cars Identify objects and lanes to define the boundary of driving surfaces using open-source tools like OpenCV and Python Improve the object detection and classification capabilities of systems with the help of neural networks Book Description The visual perception capabilities of a self-driving car are powered by computer vision. …”
Libro electrónico -
43218Publicado 2015“…Skill Level Beginner Intermediate What You Will Learn The basic elements of projects and how they are organized How to define a project’s scope How to systematically manage project risk How to create project plans and schedules How to estimate using Critical Path and PERT How to track and control projects How to effectively close out projects and learn lessons from them How to overcome common challenges in day-to-day project management Who Should Take This Course For practicing and aspiring project management professionals at all levels of experience, in all industries and disciplines, from software to construction For all project managers seeking any PMI or comparable accreditation, or seeking to maintain an existing credential For graduate, executive, and MBA students in project management programs, whether in person or online Course Requirements No project management experience or knowledge required Table of Contents Lesson 1: Why Projects? …”
-
43219Publicado 2010“…Analogous to the predictable behavior of many of life’s natural processes, Harmonic Trading examines similar relationships within the financial markets to define profitable opportunities in an unprecedented manner. …”
Libro electrónico -
43220Publicado 2014“…Step by step, you’ll walk through defining problems, identifying data, crafting and optimizing models, writing effective Python and R code, interpreting results, and more. …”
Libro electrónico