Browse Results

Showing 19,801 through 19,825 of 63,025 results

EDA for IC System Design, Verification, and Testing (Electronic Design Automation for Integrated Circuits Hdbk)

by Louis Scheffer, Luciano Lavagno and Grant Martin

Presenting a comprehensive overview of the design automation algorithms, tools, and methodologies used to design integrated circuits, the Electronic Design Automation for Integrated Circuits Handbook is available in two volumes. The first volume, EDA for IC System Design, Verification, and Testing, thoroughly examines system-level design, microarchitectural design, logical verification, and testing. Chapters contributed by leading experts authoritatively discuss processor modeling and design tools, using performance metrics to select microprocessor cores for IC designs, design and verification languages, digital simulation, hardware acceleration and emulation, and much more. Save on the complete set.

EDI – Digitalisierung und IT-Wertbeitrag konkret umgesetzt: Eine Einführung in Electronic Data Interchange und zur Digitalen Transformation (essentials)

by Mario Kischporski

Mario Kischporski untersucht in diesem essential das Thema Electronic Data Interchange (EDI) im Hinblick auf Chancen und Herausforderungen des praktischen Einsatzes im t#65533;glichen Gesch#65533;ftsleben. Dabei werden v. a. die Bedeutung des Strukturdatenaustausches, Fallstricke und praxisrelevante Betrachtungen herausgearbeitet und #65533;bersichtlich, kompakt und nachvollziehbar dargestellt. Dies soll dem Leser helfen, einen fundierten #65533;berblick zu erlangen und die Potentiale der Digitalisierung konkret und pragmatisch in der Anwendungspraxis im Alltag anzuwenden und zu nutzen. Zum Thema EDI gibt es so gut wie keine (einf#65533;hrende) Fachliteratur. Diese L#65533;cke soll dieses essential schlie#65533;en.

EDV-Pionierleistungen bei komplexen Anwendungen

by Helmut Schröder

Das Buch möchte die Leser in die Frühzeit der elektronischen Datenverarbeitung (EDV), nämlich die 50er, 60er und 70er Jahre des vorigen Jahrhunderts führen, an die sich heute noch sehr viele ehemalige EDV-Mitarbeiter "als Pioniere" gut und wohl auch gern erinnern werden. Wie kann man diese Zeitphase bezeichnen? Es war eine einmalige innovative Phase, durch gravierende technische Neuerungen wurde eine enorme Aufbruchstimmung ausgelöst. Für das Projekt "Automatisierung des Postscheck- und Postsparkassendienstes" werden die komplexen Entwicklungen dargestellt. Es war seinerzeit das EDV-Projekt mit dem größten Geschäftspotential eines einzelnen Kunden in Deutschland. Die elektronischen Datenverarbeitung (EDV) wurde zunächst geprägt von Großrechnern, die mathematische Aufgaben für Großforschungsinstitute und Universitäten als "Rechenknechte" lösten. Kommerzielle Anwendungn wurden durch zu langsame Ein-/Ausgabeeinheiten verhindert. Der Postminister Richard Stücklen entwickelte die Idee, eine automatisierte Lösung auch für seinen Postscheck- und Postsparkassendienst zu nutzen. Das Buch beschreibt die Erkundungsphase, das Umdenken von der Lochkarte zur Belegverarbeitung sowie die allgemeine Situation der Ausbildung und dem Bau von Rechenzentren. Aus der Entwicklungsphase bis ca. 1972 werden die Anwendungslösungen und Systemlösungen dargestellt und kommentiert. Pionierleistungen waren vor allem die zügige Automation des Postsparkassendienstes, die erste europaweite Kontenführung mit Belegverarbeitung im Postscheckdienst und der einzige Belegleser-Massentest mit Magnetschriften in Deutschland.

EFF's Guide to the Internet, v. 3.15

by Adam Gaffin

Welcome to the Internet! You're about to start a journey through a unique land without frontiers, a place that is everywhere at once -- even though it exists physically only as a series of electrical impulses. You'll be joining a growing community of millions of people around the world who use this global resource on a daily basis.<P> With this book, you will be able to use the Internet to:<P> * Stay in touch with friends, relatives and colleagues around the world, at a fraction of the cost of phone calls or even air mail.<P> * Discuss everything from archaeology to zoology with people in several different languages.<P> * Tap into thousands of information databases and libraries worldwide.<P> * Retrieve any of thousands of documents, journals, books and computer programs.<P> * Stay up to date with wire-service news and sports and with official weather reports.<P> * Play live, "real time" games with dozens of other people at once.

EJB 3 Developer Guide

by Michael Sikora

This book is a fast-paced tutorial that explores the key features of EJB 3 with many accompanying examples. This book is not a complete reference guide, but a concise exploration of EJB 3's core elements. This book is primarily aimed at professional developers who already have a working knowledge of Java. Enterprise architects and designers with a background in Java would also find this book of use. Previous experience of working with Java is essential and knowledge of relational databases is desirable. As this book is an introduction to EJB 3, it is aimed at those who are new to EJB 3. As the new version of EJB is so radically different from the previous version (EJB 2.x), the book is suitable for and should be of interest to those who have had experience working with EJB 2.x. The text makes it clear where the differences between the versions of EJB lie, although they are not explored in detail.

EJB 3 in Action

by Debu Panda Reza Rahman Michael Remijan Ryan Cuprak

SummaryBuilding on the bestselling first edition, EJB 3 in Action, Second Edition tackles EJB 3.2 head-on, through numerous code samples, real-life scenarios, and illustrations. This book is a fast-paced tutorial for Java EE 6 business component development using EJB 3.2, JPA 2, and CDI. Besides covering the basics of EJB 3.2, this book includes in-depth EJB 3.2 internal implementation details, best practices, design patterns, and performance tuning tips.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the BookThe EJB 3 framework provides a standard way to capture business logic in manageable server-side modules, making it easier to write, maintain, and extend Java EE applications. EJB 3.2 provides more enhancements and intelligent defaults and integrates more fully with other Java technologies, such as CDI, to make development even easier.EJB 3 in Action, Second Edition is a fast-paced tutorial for Java EE business component developers using EJB 3.2, JPA, and CDI. It tackles EJB head-on through numerous code samples, real-life scenarios, and illustrations. Beyond the basics, this book includes internal implementation details, best practices, design patterns, performance tuning tips, and various means of access including Web Services, REST Services, and WebSockets.Readers need to know Java. No prior experience with EJB or Java EE is assumed.What's InsideFully revised for EJB 3.2POJO persistence with JPA 2.1Dependency injection and bean management with CDI 1.1Interactive application with WebSocket 1.0About the AuthorsDebu Panda, Reza Rahman, Ryan Cuprak, and Michael Remijan are seasoned Java architects, developers, authors, and community leaders. Debu and Reza coauthored the first edition of EJB 3 in Action.Table of ContentsPART 1 OVERVIEW OF THE EJB LANDSCAPEWhat's what in EJB 3A first taste of EJBPART 2 WORKING WITH EJB COMPONENTSBuilding business logic with session beansMessaging and developing MDBsEJB runtime context, dependency injection,and crosscutting logic Transactions and securityScheduling and timersExposing EJBs as web servicesPART 3 USING EJB WITH JPA AND CDIJPA entitiesManaging entitiesJPQLUsing CDI with EJB 3PART 4 PUTTING EJB INTO ACTIONPackaging EJB 3 applicationsUsing WebSockets with EJB 3Testing and EJB

EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g

by Deepak Vohra

This is a practical, tutorial-style book that includes many examples that demonstrate how to develop EJB 3.0 database persistence applications with Oracle Fusion Middleware 11g. Every chapter starts with setting the environment for the chapter and includes an example application illustrated with figures at milestone stages. This book is aimed at EJB 3.0 application developers who want to learn about the practical use of EJB 3.0 database persistence with Oracle Fusion Middleware. Those who are already using EJB 3.0 database persistence will learn about using EJB 3.0 database persistence with Oracle Fusion Middleware 11g. The target audience is expected to have some prior knowledge about Java EE, EJBs, EJB 3.0, JSF, AJAX, web services, and XML. This book is ideal for those developers who have working knowledge of JDeveloper and WebLogic server, and wish to learn about the practical use of EJB 3.0 with Oracle Fusion Middleware.

EJB 3.0 Database Persistence with Oracle Fusion Middleware 11g: LITE

by Deepak Vohra

The book is a tutorial that goes from basic to professional level for Agile IT security. It begins by assuming little knowledge of agile security. Readers should hold a good knowledge of security methods and agile development.The book is targeted at IT security managers, directors, and architects. It is useful for anyone responsible for the deployment of IT security countermeasures. Security people with a strong knowledge of agile software development will find this book to be a good review of agile concepts.

EJB 3.1 Cookbook

by Richard M. Reese

Each recipe comprises step-by-step instructions followed by an analysis of what was done in each task and other useful information. The book is designed so that you can read it chapter by chapter, or look at the list of recipes and refer to them in no particular order. It is packed with useful screenshots to make your learning even easier.The book is aimed at Java EE and EJB developers and programmers. Readers should be familiar with the use of servlets in the construction of a web application. A working knowledge of XML is also desirable.

ELECTRIMACS 2019: Selected Papers - Volume 1 (Lecture Notes in Electrical Engineering #604)

by Giovanni Petrone Walter Zamboni

This book collects a selection of papers presented at ELECTRIMACS 2019, the 13th international conference of the IMACS TC1 Committee, held in Salerno, Italy, on 21st-23rd May 2019. The conference papers deal with modelling, simulation, analysis, control, power management, design optimization, identification and diagnostics in electrical power engineering. The main application fields include electric machines and electromagnetic devices, power electronics, transportation systems, smart grids, electric and hybrid vehicles, renewable energy systems, energy storage, batteries, supercapacitors and fuel cells, and wireless power transfer. The contributions included in Volume 1 are particularly focused on electrical engineering simulation aspects and innovative applications.

ELECTRIMACS 2019: Selected Papers - Volume 2 (Lecture Notes in Electrical Engineering #697)

by Giovanni Petrone Walter Zamboni

This book collects a selection of papers presented at ELECTRIMACS 2019 - The 13th international conference of the IMACS TC1 Committee, held in Salerno, Italy, on 21st-23rd May 2019. The conference papers deal with modelling, simulation, analysis, control, power management, design optimization, identification and diagnostics in electrical power engineering. The main application fields include electric machines and electromagnetic devices, power electronics, transportation systems, smart grids, electric and hybrid vehicles, renewable energy systems, energy storage, batteries, supercapacitors and fuel cells, wireless power transfer. The contributions included in Volume 2 are particularly focussed on methodological aspects, modelling and applied mathematics in the field of electrical engineering.

ELECTRIMACS 2022: Selected Papers – Volume 1 (Lecture Notes in Electrical Engineering #993)

by Serge Pierfederici Jean-Philippe Martin

This book collects a selection of papers presented at ELECTRIMACS 2021, the 14th international conference of the IMACS TC1 Committee, held in Nancy, France, on 16th-19th May 2022. The conference papers deal with modelling, simulation, analysis, control, power management, design optimization, identification and diagnostics in electrical power engineering. The main application fields include electric machines and electromagnetic devices, power electronics, transportation systems, smart grids, renewable energy systems, energy storage like batteries and supercapacitors, fuel cells, and wireless power transfer. The contributions included in Volume 1 will be particularly focused on electrical engineering simulation aspects and innovative applications.

ELECTRIMACS 2022: Selected Papers – Volume 2 (Lecture Notes in Electrical Engineering #1164)

by Serge Pierfederici Jean-Philippe Martin

This book collects a selection of papers presented at ELECTRIMACS, 2022 the14th international conference of the IMACS TC1 Committee, held in Nancy, France, on 17st-21rd May 2022. The conference papers deal with modelling, simulation, analysis, control, power management, design optimization, identification and diagnostics in electrical power engineering. The main application fields include electric machines and electromagnetic devices, power electronics, transportation systems, smart grids, electric and hybrid vehicles, renewable energy systems, energy storage, batteries, supercapacitors and fuel cells, and wireless power transfer. The contributions included in Volume 2 are particularly focused on methodological aspects, modelling, and applied mathematics in the field of electrical engineering.

ELECTRIMACS 2024: Selected Papers – Volume 1 (Lecture Notes in Electrical Engineering #1275)

by Enrique Belenguer Hector Beltran

This book collects a selection of papers presented at ELECTRIMACS 2024. The conference papers deal with modelling, simulation, analysis, control, power management, design optimization, machine learning techniques, and identification and diagnostics in electrical power engineering. The main application fields include electric machines and electromagnetic devices, power electronics, transportation systems, smart grids, electric and hybrid vehicles, renewable energy and energy storage systems, batteries, supercapacitors and fuel cells, and wireless power transfer, among others. Contributions included in Volume 1 are particularly focused on electrical engineering simulation aspects and innovative applications.

EMBOSS Administrator's Guide

by Dr Alan Bleasby Dr Jon Ison Mr Peter Rice Dr Alan Bleasby Dr Jon Ison

The European Molecular Biology Open Software Suite (EMBOSS) is a high quality package of open source software tools for molecular biology. It includes over 200 applications integrated with a range of popular third party software packages under a consistent and powerful command line interface. The tools are available from a wide range of graphical interfaces, including easy to use web interfaces and powerful workflow software. The EMBOSS Administrator's Guide is the official, definitive and comprehensive guide to EMBOSS installation and maintenance: • Find all the information needed to configure, install and maintain EMBOSS, including recent additions for version 6. 2 • Step-by-step instructions with real-world examples – saves you time and helps you avoid the pitfalls on all the common platforms • In-depth reference to database configuration – learn how to set up and use databases under EMBOSS • Includes EMBOSS Frequently Asked Questions (FAQ) with answers – quickly find solutions to common problems

EMBOSS Developer's Guide:

by Mr Peter Rice Dr Alan Bleasby Dr Jon Ison Dr Jon Ison Mr Peter Rice

The European Molecular Biology Open Software Suite (EMBOSS) is a high quality, well documented package of open source software tools for molecular biology. EMBOSS includes extensive and extensible C programming libraries, providing a powerful and robust toolkit for developing new bioinformatics tools from scratch. The EMBOSS Developer's Manual is the official and definitive guide to developing software under EMBOSS. It includes comprehensive reference information and guidelines, including step-by-step instructions and real-world code examples: • Learn how to write fully-featured tools guided by the people who developed EMBOSS • Step-by-step guide to writing EMBOSS applications, illustrated with functional, deployed code • ACD file development – learn how to customise existing tools without coding, or design and write entirely new application interfaces • EMBOSS API programming guidelines – quickly master application development • Wrapping and porting applications under EMBOSS – learn how to incorporate third-party tools

EMSR-Stellenplan: Symbolik Und Übergang Von Din 40719-2 Zu Din En 81346-2 (Essentials)

by Dieter Hofmann Thomas Bindel

Thomas Bindel und Dieter Hofmann ordnen EMSR- bzw. PCE-Stellenpläne als wichtige Unterlagen der Projektierung von Automatisierungsanlagen ein. DIN 19227-2 gilt weiterhin, jedoch wurde DIN 40719-2 zurückgezogen und durch DIN EN 81346-2 ersetzt. Da in EMSR-Stellenplänen bereits existierender Anlagen Betriebsmittel nach DIN 40719-2 gekennzeichnet wurden, stehen Anwender vor einer Herausforderung: Sie müssen diese Norm nach wie vor verstehen, für Neuanlagen in EMSR- bzw. PCE-Stellenplänen zur Referenzkennzeichnung je­doch statt DIN 40719-2 die sich eher zögerlich durchsetzende DIN EN 81346-2 anwenden. Die Autoren beleuchten die mit diesem Übergang verbundenen Änderungen und geben so Orientierung zur Nutzung von DIN EN 81346 für das Fachgebiet der Projektierung von Automatisierungsanlagen.Die AutorenProf. Dr.-Ing. Thomas Bindel lehrt Automatisierungstechnik an der Fakultät Elektrotechnik der Hochschule für Technik und Wirtschaft Dresden. Priv.-Doz. Dr.-Ing. Dieter Hofmann lehrte und lehrt Prozessautomatisierung an der TU Dresden sowie an der Staatlichen Studienakademie Bautzen.

ENIAC in Action: Making and Remaking the Modern Computer

by Mark Priestley Crispin Rope Thomas Haigh

Conceived in 1943, completed in 1945, and decommissioned in 1955, ENIAC (the Electronic Numerical Integrator and Computer) was the first general-purpose programmable electronic computer. But ENIAC was more than just a milestone on the road to the modern computer. During its decade of operational life, ENIAC calculated sines and cosines and tested for statistical outliers, plotted the trajectories of bombs and shells, and ran the first numerical weather simulations. ENIAC in Action tells the whole story for the first time, from ENIAC's design, construction, testing, and use to its afterlife as part of computing folklore. It highlights the complex relationship of ENIAC and its designers to the revolutionary approaches to computer architecture and coding first documented by John von Neumann in 1945.Within this broad sweep, the authors emphasize the crucial but previously neglected years of 1947 to 1948, when ENIAC was reconfigured to run what the authors claim was the first modern computer program to be executed: a simulation of atomic fission for Los Alamos researchers. The authors view ENIAC from diverse perspectives -- as a machine of war, as the "first computer," as a material artifact constantly remade by its users, and as a subject of (contradictory) historical narratives. They integrate the history of the machine and its applications, describing the mathematicians, scientists, and engineers who proposed and designed ENIAC as well as the men -- and particularly the women who -- built, programmed, and operated it.

ENIAC in Action: Making and Remaking the Modern Computer (History of Computing)

by Mark Priestley Crispin Rope Thomas Haigh

The history of the first programmable electronic computer, from its conception, construction, and use to its afterlife as a part of computing folklore.Conceived in 1943, completed in 1945, and decommissioned in 1955, ENIAC (the Electronic Numerical Integrator and Computer) was the first general-purpose programmable electronic computer. But ENIAC was more than just a milestone on the road to the modern computer. During its decade of operational life, ENIAC calculated sines and cosines and tested for statistical outliers, plotted the trajectories of bombs and shells, and ran the first numerical weather simulations. ENIAC in Action tells the whole story for the first time, from ENIAC's design, construction, testing, and use to its afterlife as part of computing folklore. It highlights the complex relationship of ENIAC and its designers to the revolutionary approaches to computer architecture and coding first documented by John von Neumann in 1945.Within this broad sweep, the authors emphasize the crucial but previously neglected years of 1947 to 1948, when ENIAC was reconfigured to run what the authors claim was the first modern computer program to be executed: a simulation of atomic fission for Los Alamos researchers. The authors view ENIAC from diverse perspectives—as a machine of war, as the “first computer,” as a material artifact constantly remade by its users, and as a subject of (contradictory) historical narratives. They integrate the history of the machine and its applications, describing the mathematicians, scientists, and engineers who proposed and designed ENIAC as well as the men—and particularly the women who—built, programmed, and operated it.

EPLAN Electric P8 für Dummies (Für Dummies)

by Frank Meinert

Sie arbeiten mit EPLAN Electric P8 und wollen wissen, wie Sie Schaltpläne ohne Umwege zeichnen und umfassend auswerten? Hinsetzen, Buch aufschlagen, Kapitel für Kapitel durcharbeiten, fertigen Schaltplan haben! Dieses Buch ermöglicht Ihnen einen schnellen und effektiven Einstieg in EPLAN Electric P8 und enthält die besten Tricks für den Umgang mit dem Programm. Anhand eines Beispielprojekts werden Sie Schritt für Schritt an das Programm herangeführt. Und die Beispieldateien werden auch noch zum Download angeboten. So können Sie sehr schnell gewinnbringend arbeiten.

EPUB 3 Best Practices: Optimize Your Digital Books (Oreilly And Associate Ser.)

by Matt Garrish Markus Gylling

Ready to take your ebooks to the next level with EPUB 3? This concise guide includes best practices and advice to help you navigate the format’s wide range of technologies and functionality. EPUB 3 is set to turn electronic publishing on its head with rich multimedia reading experiences and scripted interactivity, but this specification can be daunting to learn. This book provides you with a solid foundation.Written by people involved in the development of this specification, EPUB 3 Best Practices includes chapters that cover unique aspects of the EPUB publishing process, such as technology, content creation, and distribution.Get a comprehensive survey of accessible production featuresLearn new global language-support features, including right-to-left page progressionsEmbed content with EPUB 3’s new multimedia elementsMake your content dynamic through scripting and interactive elementsWork with publication and distribution metadataCreate synchronized text and audio playback in reading systemsLearn techniques for fixed and adaptive layouts

ERP Adoption in Organizations: The Factors in Technology Acceptance Among Employees

by Hamidur Rahaman Shibly ABM Abdullah Md Wahid Murad

This book examines the factors that shape the adoption and continuous usage of new technology by employees in organizations. While within an organization new technology adoption has evolved from its traditional role to a more strategic one, the appropriate adoption of new technology can only add value to organizations. Identifying the factors that influence this adoption process is crucial for successful adoption of new technology in organizations. The study presented in this book focuses on individual, organizational, social, and industrial factors and uses those to offer a comprehensive model of Enterprise Resource Planning (ERP) application adoption. It contributes towards understanding employees’ acceptance and adoption of enterprise-level technological innovation, allowing organizations to create a work environment conducive to individual implementation and acceptance of new technology. It appeals to researchers interested in studying the adoption of ERP and other innovative technologies in organizations.

ERP Optimization: Using Your Existing System to Support Profitable E-Business Initiatives

by Cindy Jutras

Existing ERP systems are being used to support an increasing amount of critical e-business initiatives, even though this is far from their original purpose. While ERP can form a foundation for successfully meeting e-business needs, future success will be derived not only from a firm, supportive foundation, but from a solid e-business superstructure

ERP Systems for Manufacturing Supply Chains: Applications, Configuration, and Performance

by Odd Jøran Sagegg Erlend Alfnes

ERP Systems for Manufacturing Supply Chains: Applications, Configuration, and Performance provides insight into the core architecture, modules, and process support of ERP systems used in a manufacturing supply chain. This book explains the building blocks of an ERP system and how they can be used to increase performance of manufacturing supply chains. Starting with an overview of basic concepts of supply chain and ERP systems, the book delves into the core ERP modules that support manufacturing facilities and organizations. It examines each module’s structure and functionality as well as the process support the module provides. Cases illustrate how the modules can be applied in manufacturing environments. Also covered is how the ERP modules can be configured to support manufacturing supply chains. Setting up an ERP system to support the supply chain within single manufacturing facility provides insight into how an ERP system is used in the smallest of manufacturing enterprises, as well as lays the foundation for ERP systems in manufacturing organizations. The book then supplies strategies for larger manufacturing enterprises and discusses how ERP systems can be used to support a complete manufacturing supply chain across different facilities and companies. The ERP systems on the market today tend to use common terminology and naming for describing specific functions and data units in the software. However, there are differences among packages. The book discusses various data and functionalities found in different ERP-software packages and uses generic and descriptive terms as often as possible to make these valid for as many ERP systems as possible. Filled with insight into ERP system’s core modules and functions, this book shows how ERP systems can be applied to support a supply chain in the smallest of manufacturing organizations that only consist of a single manufacturing facility, as well as large enterprises where the manufacturing supply chain crosses multiple facilities and companies.

ERP and Information Systems

by Tarek Samara

This research attempts to explore and identify eventual relationships between the evolution of ERP systems and information systems integration or disintegration. The aim of this research is to know if the relationships between the ERP systems and the information systems are guided by certain factors and, as a result, to understand, more in-depth, the factors affecting these relationships. More precisely, this analysis aims to study whether assigned values given to these factors could guide the evolution of ERP systems in a manner that promotes IS integration; and if the opposite assigned values to these same factors could guide the evolution of ERP systems in a manner that provokes IS disintegration instead.

Refine Search

Showing 19,801 through 19,825 of 63,025 results