|
|
Books > Computing & IT > Computer hardware & operating systems > Storage media & peripherals
Die rege Propaganda von Firmen, die Buchungsmaschinen verkaufen,
hat sehr dazu beigetragen, daB, allgemein gesehen, der Ubergang vom
ehrwiirdigen, gebundenen, handschriftlich gefiihrten Buche mit mehr
facher Ubertragungsnotwendigkeit zu wirksameren, zeitsparenden Ver
fahren der Vermogensaufzeichnung unaufhaltsam fortschreitet. In
dieser Entwicklung, deren Richtung durch neue Anschauungen iiber
Geschaftstechnik, neue Aufgaben der Buchhaltung, neue Buchungs
verfahren und neue Buchungsgerate bestimmt wird, sind die Buchungs
maschinen ein Glied. Eine Darstellung der Technik der
Maschinenbuchhaltung kann sich daher nicht auf eine bloBe
Beschreibung der Maschinen beschranken, ja sie kann sie nicht
einmal in den V ordergrund stellen, sie muB vielmehr zeigen, wo
diese Hilfsmittel zweckmaBig in den Arbeitslauf einzugliedern sind,
welche Voraussetzungen fUr ihren Einsatz und fUr ihre giinstigste
Ausnutzung bestehen und welche Ergebnisse von ihrer Anwendung
erwartet werden konnen. Die neuen Arbeitsgerate setzen neue
Verfahren und damit auch neuartige Arbeitslaufgestaltung voraus.
Daher ist es nicht moglich, die Maschinenbuchhaltung auf der
Technik hand schriftlicher Buchhaltung aufzubauen. Man muB dabei
von den unter sten Grundlagen unseres heutigen Rechnungswesens
ausgehen. Die Praxis schopft ihr Wissen von diesen Dingen heute
noch fast ausschlieBlich aus den Prospekten der
Maschinen-Verkaufsfirmen. DaB diese Prospekte nicht das allgemein
Giiltige der Maschinenbuchhaltung hervorheben konnen, auch nicht
objektiv aIle Seiten eines bestimmten Maschinentyps beleuchten und
mit anderen Typen vergleichen, ist klar. Diesem Mangel verdankt
dieses Buch seine Entstehung."
Manage your Microsoft 365 workloads between SharePoint Server and
SharePoint Online using the SharePoint Hybrid configuration Key
Features Explore the collaborative features of SharePoint Server
technologies using expert techniques Migrate your Microsoft 365
workload and Teamwork services to SharePoint Online using a hybrid
configuration Learn how to map traditional Microsoft services to a
cloud service model Book DescriptionSharePoint Server is an
on-premises collaboration and business productivity platform. It
serves as a content management and web services platform, enabling
users to create, publish, and discover content and applications and
integrate with business systems. This SharePoint book offers
complete, up-to-date coverage of the SharePoint Server 2019
interface to help you configure and deploy confidently from the
start. With the help of clear and succinct explanations and expert
tips, this book covers SharePoint Server and SharePoint Hybrid
configuration as well as the process for migrating to Microsoft
SharePoint Online. As the book takes you through strategies and
techniques for configuring and managing SharePoint on-premises and
hybrid scenarios, you'll get to grips with the concepts essential
for SharePoint deployments, such as authentication, Business
Connectivity Services, and the data gateway. You'll also explore
migration methods and strategies. By the end of this book, you'll
have learned the fundamentals of deploying SharePoint Server 2019
and be able to use this reference guide for your administration
tasks. What you will learn Understand how SharePoint Server
technologies enable you to collaborate Deploy and configure
SharePoint Server 2019 Configure and manage SharePoint site
collections Manage data migration with SharePoint's migration tools
Explore Business Connectivity Services (BCS) for working with
external data sources Get to grips with the different types of
authentication available in the SharePoint ecosystem Who this book
is forMicrosoft SharePoint Server 2019 and SharePoint Hybrid
Administration is targeted at entry-level SharePoint Server
administrators who want to learn how to deploy and manage
SharePoint farms, service applications, and connected data
services.
Leverage Raspberry Pi 3 and different JavaScript platforms to build
exciting Robotics projects Key Features Build robots that light up
and make noise Learn to work with Raspberry Pi 3 and JavaScript
Connect your Johnny-Five projects to external APIs and create your
own IoT Book DescriptionThere has been a rapid increase in the use
of JavaScript in hardware and embedded device programming.
JavaScript has an effective set of frameworks and libraries that
support the robotics ecosystem. Hands-On Robotics with JavaScript
starts with setting up an environment to program robots in
JavaScript. Then, you will dive into building basic-level projects
such as a line-following robot. You will walk through a series of
projects that will teach you about the Johnny-Five library, and
develop your skills with each project. As you make your way through
the chapters, you'll work on creating a blinking LED, before moving
on to sensors and other more advanced concepts. You will then
progress to building an advanced-level AI-enabled robot, connect
their NodeBots to the internet, create a NodeBots Swarm, and
explore MQTT. By the end of this book, you will have gained
hands-on experience in building robots using JavaScript What you
will learn Install and run Node.js and Johnny-Five on Raspberry Pi
Assemble, code, and run an LED project Leverage JavaScript
libraries to build exciting robots Use sensors to collect data from
the world around you Employ servos and motors to make your project
move Add internet capabilities to your Johnny-Five project Who this
book is forHands-On Robotics with JavaScript is for individuals who
have prior experience with Raspberry Pi 3 and like to write
sketches in JavaScript. Basic knowledge of JavaScript and Node.js
will help you get the most out of this book.
Learn how you can control LEDs, make music, and read sensor data
using popular microcontrollers such as Adafruit Circuit Playground,
ESP8266, and the BBC micro:bit Key Features Load and execute your
first program with MicroPython Program an IoT device to retrieve
weather data using a RESTful API Get to grips with integrating
hardware, programming, and networking concepts with MicroPython
Book DescriptionMicroPython is an open source implementation of
Python 3 that runs in embedded environments. With MicroPython, you
can write clean and simple Python code to control hardware instead
of using complex low-level languages like C and C++. This book
guides you through all the major applications of the MicroPython
platform to build and program projects that use microcontrollers.
The MicroPython book covers recipes that'll help you experiment
with the programming environment and hardware programmed in
MicroPython. You'll find tips and techniques for building a variety
of objects and prototypes that can sense and respond to touch,
sound, position, heat, and light. This book will take you through
the uses of MicroPython with a variety of popular input devices and
sensors. You'll learn techniques for handling time delays and
sensor readings, and apply advanced coding techniques to create
complex projects. As you advance, you'll get to deal with Internet
of Things (IoT) devices and integration with other online web
services. Furthermore, you'll also use MicroPython to make music
with bananas and create portable multiplayer video games that
incorporate sound and light animations into the game play. By the
end of the book, you'll have mastered tips and tricks to
troubleshoot your development problems and push your MicroPython
project to the next level! What you will learn Execute code without
any need for compiling or uploading using REPL
(read-evaluate-print-loop) Program and control LED matrix and
NeoPixel drivers to display patterns and colors Build projects that
make use of light, temperature, and touch sensors Configure devices
to create Wi-Fi access points and use network modules to scan and
connect to existing networks Use Pulse Width Modulation to control
DC motors and servos Build an IoT device to display live weather
data from the Internet at the touch of a button Who this book is
forIf you want to build and program projects that use
microcontrollers, this book will offer you dozens of recipes to
guide you through all the major applications of the MicroPython
platform. Although no knowledge of MicroPython or microcontrollers
is expected, a general understanding of Python is necessary to get
started with this book.
Build clever, collaborative, and powerful automation systems with
the Raspberry Pi and Python. Key Features Create your own Pi-Rover
or Pi-Hexipod robots Develop practical applications in Python using
Raspberry Pi Build your own Jarvis, a highly advanced computerized
AI Book DescriptionThis Learning Path takes you on a journey in the
world of robotics and teaches you all that you can achieve with
Raspberry Pi and Python. It teaches you to harness the power of
Python with the Raspberry Pi 3 and the Raspberry Pi zero to build
superlative automation systems that can transform your business.
You will learn to create text classifiers, predict sentiment in
words, and develop applications with the Tkinter library. Things
will get more interesting when you build a human face detection and
recognition system and a home automation system in Python, where
different appliances are controlled using the Raspberry Pi. With
such diverse robotics projects, you'll grasp the basics of robotics
and its functions, and understand the integration of robotics with
the IoT environment. By the end of this Learning Path, you will
have covered everything from configuring a robotic controller, to
creating a self-driven robotic vehicle using Python. Raspberry Pi 3
Cookbook for Python Programmers - Third Edition by Tim Cox, Dr.
Steven Lawrence Fernandes Python Programming with Raspberry Pi by
Sai Yamanoor, Srihari Yamanoor Python Robotics Projects by Prof.
Diwakar Vaish What you will learn Build text classifiers and
predict sentiment in words with the Tkinter library Develop human
face detection and recognition systems Create a neural network
module for optical character recognition Build a mobile robot using
the Raspberry Pi as a controller Understand how to interface
sensors, actuators, and LED displays work Apply machine learning
techniques to your models Interface your robots with Bluetooth Who
this book is forThis Learning Path is specially designed for Python
developers who want to take their skills to the next level by
creating robots that can enhance people's lives. Familiarity with
Python and electronics will aid understanding the concepts in this
Learning Path.
Leverage the full potential of IoT with the combination of
Raspberry Pi 3 and Python and architect a complete IoT system that
is the best fit for your organization Key Features Build complex
Python-based applications with IoT Explore different concepts,
technologies, and tradeoffs in the IoT architectural stack Delve
deep into each element of the IoT design-from sensors to the cloud
Book DescriptionThe Internet of Things (IoT) is the fastest growing
technology market. Industries are embracing IoT technologies to
improve operational expenses, product life, and people's
well-being. We'll begin our journey with an introduction to
Raspberry Pi and quickly jump right into Python programming. We'll
learn all concepts through multiple projects, and then reinforce
our learnings by creating an IoT robot car. We'll examine modern
sensor systems and focus on what their power and functionality can
bring to our system. We'll also gain insight into cloud and fog
architectures, including the OpenFog standards. The Learning Path
will conclude by discussing three forms of prevalent attacks and
ways to improve the security of our IoT infrastructure. By the end
of this Learning Path, we will have traversed the entire spectrum
of technologies needed to build a successful IoT system, and will
have the confidence to build, secure, and monitor our IoT
infrastructure. This Learning Path includes content from the
following Packt products: Internet of Things Programming Projects
by Colin Dow Internet of Things for Architects by Perry Lea What
you will learn Build a home security dashboard using an infrared
motion detector Receive data and display it with an actuator
connected to the Raspberry Pi Build an IoT robot car that is
controlled via the Internet Use IP-based communication to easily
and quickly scale your system Explore cloud protocols, such as
Message Queue Telemetry Transport (MQTT) and CoAP Secure
communication with encryption forms, such as symmetric key Who this
book is forThis Learning Path is designed for developers,
architects, and system designers who are interested in building
exciting projects with Python by understanding the IoT ecosphere,
various technologies, and tradeoffs. Technologists and technology
managers who want to develop a broad view of IoT architecture, will
also find this Learning Path useful. Prior programming knowledge of
Python is a must.
Master BeagleBone programming by doing simple electronics and
Internet of Things projects About This Book * Quickly develop
electronics projects that interact with Internet applications using
JavaScript and Python * Learn about electronics components such as
sensors and motors, and how to communicate with them by writing
programs * A step-by-step guide to explore the exciting world of
BeagleBone-from connecting BeagleBone to doing electronics projects
and creating IoT applications Who This Book Is For If you want to
learn programming on embedded systems with BeagleBone by doing
simple electronics projects, this book is for you. This book is
also helpful to BeagleBone owners who want to quickly implement
small-scale home automation solutions. It is assumed that you have
familiarity with C and Python programming. Some familiarity with
electronics is helpful but not essential. What You Will Learn *
Connect your BeagleBone to a computer in different ways and get the
Cloud9 IDE running to quick-start programming on the BeagleBone *
Get to know about BeagleBone extension pins such as GPIO and how to
connect various electronics components with BeagleBone * Read and
write to various electronics components such as LED, Push-button,
sensors, and motors * Grasp in-depth theory on Analog, PWM, and BUS
programming and the electronics components used in programs *
Handle data to and from various BUS supporting modules such as
UART, I2C, and SPI using the Adafruit BBIO Python library * Write
real-life IoT applications in JavaScript and Python such as
shooting an e-mail on overheat and controlling a servo motor
remotely * Make use of online free cloud services to store and
analyze sensor data collected on the BeagleBone * Discover what
else can be done using the BeagleBone * Get to grips with embedded
system BUS communication In Detail The whole world is moving from
desktop computers to smartphones and embedded systems. We are
moving towards utilizing Internet of Things (IoT). An exponential
rise in the demand for embedded systems and programming in the last
few years is driving programmers to use embedded development boards
such as Beaglebone. BeagleBone is an ultra-small, cost-effective
computer that comes with a powerful hardware. It runs a
full-fledged Debian Linux OS and provides numerous electronics
solutions. BeagleBone is open source and comes with an Ethernet
port, which allows you to deploy IoT projects without any additions
to the board. It provides plenty of GPIO, Anlaog pins, and UART,
I2C, SPI pins which makes it the right choice to perform
electronics projects. This gives you all the benefits of Linux
kernel such as multitasking, multiusers, and extensive device
driver support. This allows you to do programming in many languages
including high-level languages such as JavaScript and Python. This
book aims to exploit the hardware and software capabilities of
BeagleBone to create real-life electronics and IoT applications
quickly. It is divided into two parts. The first part covers
JavaScript programs. The second part provides electronics projects
and IoT applications in Python. First, you will learn to use
BeagleBone as tool to write useful applications on embedded
systems. Starting with the basics needed to set up BeagleBone and
the Cloud9 IDE, this book covers interfacing with various
electronics components via simple programs. The electronics theory
related to these components is then explained in depth before you
use them in a program. Finally, the book helps you create some
real-life IoT applications. Style and approach An easy-to-follow
guide full of real-world electronics programs and quick
troubleshooting tips using BeagleBone. All the required electronics
concepts are explained in detail before using them in a program and
all programs are explained in depth. Most of the theory is covered
in the first part; while the second part gives you some quick
programs.
Hinrich Schroeder und Arno Muller stellen einen Ansatz vor, mit
dessen Hilfe die Aufgaben in der Unternehmens-IT analysiert und den
Aufgabentragern zugeordnet werden koennen. Moegliche Szenarien der
sich so ergebenden IT-Organisation werden daraus abgeleitet und
situativ beurteilt. Getrieben durch die fortschreitende
Digitalisierung ergeben sich voellig neue Anforderungen an die
Organisationseinheiten im Unternehmen, die fur die Bereitstellung
von IT-Services verantwortlich sind. Die zunehmende Komplexitat der
Aufgabenstellungen erfordert eine veranderte Aufgabenverteilung
zwischen der IT-Abteilung, den Fachabteilungen sowie externen
Partnern und fuhrt somit zu tiefgreifenden Veranderungen der
IT-Organisation.
A unique feature of this textbook is to provide a comprehensive
introduction to the fundamental knowledge in embedded systems, with
applications in cyber-physical systems and the Internet of things.
It starts with an introduction to the field and a survey of
specification models and languages for embedded and cyber-physical
systems. It provides a brief overview of hardware devices used for
such systems and presents the essentials of system software for
embedded systems, including real-time operating systems. The author
also discusses evaluation and validation techniques for embedded
systems and provides an overview of techniques for mapping
applications to execution platforms, including multi-core
platforms. Embedded systems have to operate under tight constraints
and, hence, the book also contains a selected set of optimization
techniques, including software optimization techniques. The book
closes with a brief survey on testing. This third edition has been
updated and revised to reflect new trends and technologies, such as
the importance of cyber-physical systems and the Internet of
things, the evolution of single-core processors to multi-core
processors, and the increased importance of energy efficiency and
thermal issues.
|
|