Mostrando 2,221 - 2,240 Resultados de 2,758 Para Buscar '"Termination"', tiempo de consulta: 0.10s Limitar resultados
  1. 2221
    por Lovelace, Mary
    Publicado 2005
    Tabla de Contenidos: “…3.1.1 Configurations -- 3.1.2 Installation prerequisites -- 3.1.3 TCP/IP ports used by TotalStorage Productivity Center -- 3.1.4 Default databases created during install -- 3.2 Pre-installation check list -- 3.2.1 User IDs and security -- 3.2.2 Certificates and key files -- 3.3 Services and service accounts -- 3.3.1 Starting and stopping the managers -- 3.3.2 Uninstall Internet Information Services -- 3.3.3 SNMP install -- 3.4 IBM TotalStorage Productivity Center for Fabric -- 3.4.1 The computer name -- 3.4.2 Database considerations -- 3.4.3 Windows Terminal Services -- 3.4.4 Tivoli NetView -- 3.4.5 Personal firewall -- 3.4.6 Change the HOSTS file -- 3.5 Installation process -- 3.5.1 Prerequisite product install: DB2 and WebSphere -- 3.5.2 Installing IBM Director -- 3.5.3 Tivoli Agent Manager -- 3.5.4 IBM TotalStorage Productivity Center for Disk and Replication Base -- 3.5.5 IBM TotalStorage Productivity Center for Disk -- 3.5.6 IBM TotalStorage Productivity Center for Replication -- 3.5.7 IBM TotalStorage Productivity Center for Fabric -- Chapter 4. …”
    Libro electrónico
  2. 2222
    Publicado 2016
    Tabla de Contenidos: “…15.6 NRZI (Non-Return-to-Zero-Inverted) Coding and Decoding -- 15.6.1 NRZI Coding and Decoding in VHDL -- 15.6.2 NRZI Coding and Decoding in Verilog -- 15.7 RS-232 -- 15.7.1 Introduction -- 15.7.2 RS-232 Baud Rate Generator -- 15.7.3 RS-232 Receiver -- 15.8 Universal Serial Bus -- 15.9 Summary -- Part 4: Optimizing Designs -- Chapter 16: Design Optimization -- 16.1 Introduction -- 16.2 Techniques for Logic Optimization -- 16.3 Improving Performance -- 16.4 Critical Path Analysis -- 16.5 Summary -- Chapter 17: Behavioral Modeling in using HDLs -- 17.1 Introduction -- 17.2 How to Go from RTL to Behavioral HDL Descriptions -- 17.3 Implementing the Behavioral Model using VHDL -- 17.4 Implementing the Behavioral Model using Verilog -- 17.5 Summary -- Chapter 18: Mixed Signal Modeling -- 18.1 Introduction -- 18.2 Basic Modeling Approach for VHDL-AMS -- 18.3 Introduction to VHDL-AMS -- 18.4 VHDL-AMS Analog Pins: TERMINALS -- 18.5 Mixed Domain Modeling -- 18.6 VHDL-AMS Analog Variables: Quantities -- 18.7 Simultaneous Equations in VHDL-AMS -- 18.8 A VHDL-AMS Example: A DC Voltage Source -- 18.9 A VHDL-AMS Example: Resistor -- 18.10 Differential Equations in VHDL-AMS -- 18.11 Mixed-Signal Modeling with VHDL-AMS -- 18.12 A Basic Switch Model -- 18.13 Basic VHDL-AMS Comparator Model -- 18.14 Multiple Domain Modeling -- 18.15 Introduction to Verilog-AMS -- 18.16 Verilog-AMS: Analog ports -- 18.17 Mixed Domain Modeling in Verilog-AMS -- 18.18 Verilog-AMS Analog Variables -- 18.19 Verilog-AMS Analog Equations -- 18.20 A Verilog-AMS Example -- 18.20.1 DC Voltage Source -- 18.20.2 Resistor -- 18.21 Differential Equations in Verilog-AMS -- 18.22 Mixed Signal Modeling with Verilog-AMS -- 18.23 Multiple Domain Modeling using Verilog-AMS -- 18.24 Summary -- Chapter 19: Design Optimization Example: DES -- 19.1 Introduction -- 19.2 The Data Encryption Standard…”
    Libro electrónico
  3. 2223
    Publicado 2020
    Tabla de Contenidos: “…Building a virtual pentest platform -- A.1 Creating an Ubuntu virtual machine -- A.2 Additional OS dependencies -- A.2.1 Managing Ubuntu packages with apt -- A.2.2 Installing CrackMapExec -- A.2.3 Customizing your terminal look and feel -- A.3 Installing Nmap -- A.3.1 NSE: The Nmap scripting engine -- A.3.2 Operating system dependencies -- A.3.3 Compiling and installing from source -- A.3.4 Exploring the documentation -- A.4 The Ruby scripting language -- A.4.1 Installing Ruby Version Manager -- A.4.2 Writing an obligatory Hello World example -- A.5 The Metasploit framework -- A.5.1 Operating system dependencies -- A.5.2 Necessary Ruby gems -- A.5.3 Setting up PostgreSQL for Metasploit -- A.5.4 Navigating the msfconsole -- appendix B. …”
    Libro electrónico
  4. 2224
    Publicado 2010
    Tabla de Contenidos: “…11.1.4 Public import Declarations -- 11.1.5 Static import Declarations -- 11.1.6 Selective imports -- 11.1.7 Renaming in imports -- 11.1.8 The module Declaration -- 11.1.9 Module Summaries -- 11.2 Safety -- 11.2.1 Defined and Undefined Behavior -- 11.2.2 The @safe, @trusted, and @system Attributes -- 11.3 Module Constructors and Destructors -- 11.3.1 Execution Order within a Module -- 11.3.2 Execution Order across Modules -- 11.4 Documentation Comments -- 11.5 Interfacing with C and C++ -- 11.6 Deprecated -- 11.7 Version Declarations -- 11.8 Debug Declarations -- 11.9 D's Standard Library -- 12 Operator Overloading -- 12.1 Overloading Operators -- 12.2 Overloading Unary Operators -- 12.2.1 Using mixin to Consolidate Operator Definitions -- 12.2.2 Postincrement and Postdecrement -- 12.2.3 Overloading the cast Operator -- 12.2.4 Overloading Ternary Operator Tests and if Tests -- 12.3 Overloading Binary Operators -- 12.3.1 Operator Overloading [sup(2)] -- 12.3.2 Commutativity -- 12.4 Overloading Comparison Operators -- 12.5 Overloading Assignment Operators -- 12.6 Overloading Indexing Operators -- 12.7 Overloading Slicing Operators -- 12.8 The Operator -- 12.9 Overloading foreach -- 12.9.1 Foreach with Iteration Primitives -- 12.9.2 Foreach with Internal Iteration -- 12.10 Defining Overloaded Operators in Classes -- 12.11 And Now for Something Completely Different: opDispatch -- 12.11.1 Dynamic Dispatch with opDispatch -- 12.12 Summary and Quick Reference -- 13 Concurrency -- 13.1 Concurrentgate -- 13.2 A Brief History of Data Sharing -- 13.3 Look, Ma, No (Default) Sharing -- 13.4 Starting a Thread -- 13.4.1 Immutable Sharing -- 13.5 Exchanging Messages between Threads -- 13.6 Pattern Matching with receive -- 13.6.1 First Match -- 13.6.2 Matching Any Message -- 13.7 File Copying-with a Twist -- 13.8 Thread Termination -- 13.9 Out-of-Band Communication…”
    Libro electrónico
  5. 2225
    por Nartovich, Aleksandr
    Publicado 2004
    Tabla de Contenidos: “…Creating a Web browser interface for your 5250 application -- Outline -- Learning objectives -- 8.1 Prerequisites for creating a new WebFacing project -- 8.1.1 Downloading and installing the latest service pack for WDSC -- 8.1.2 Installing WebFacing PTFs on OS/400 -- 8.1.3 Host servers -- 8.1.4 Starting the WebFacing server -- 8.1.5 Number of virtual terminals (QAUTOVRT) -- 8.2 Creating your first WebFacing project -- 8.2.1 Getting started with the IBM WebFacing Tool -- 8.3 A look at the WebFacing project properties -- 8.4 Testing your application within Development Studio Client -- 8.4.1 Configuring UTF-8 support -- 8.4.2 Unit testing your application -- 8.4.3 Ending the test environment -- 8.5 Stepping through the sample application -- 8.5.1 Starting the application -- 8.5.2 The first application panel -- 8.5.3 Converting a window subfile -- 8.6 Running a WebFacing application in WebSphere -- 8.6.1 Transferring an application to the iSeries server -- 8.6.2 Deploying to WebSphere Application Server -- Summary -- Key terms and concepts -- Other helpful resources -- Questions -- Exercise -- On-going study -- Chapter 9. …”
    Libro electrónico
  6. 2226
    Publicado 2004
    Tabla de Contenidos: “…8.2.2 Creating the prepared NiceJourney step-by-step -- 8.3 Validation implementation -- 8.3.1 Preparation -- 8.3.2 Sequence activity -- 8.3.3 Invoke - Java Class synchronous invocation -- 8.3.4 Assign -- 8.3.5 Fault Handler -- 8.3.6 Java snippet -- 8.3.7 Terminate -- 8.4 Reserve Flight implementation -- 8.4.1 Preparation -- 8.4.2 Sequence activity -- 8.4.3 Invoke - Java class synchronous invocation -- 8.4.4 Assign -- 8.5 Reserve Car implementation -- 8.5.1 Preparation -- 8.5.2 BPEL process partner -- 8.5.3 Sequence activity -- 8.5.4 Invoke - BPEL Asynchronous invocation -- 8.5.5 Assign -- 8.5.6 Pick activity -- 8.5.7 Correlation sets -- 8.5.8 Reply - BPEL Asynchronous invocation -- 8.5.9 Assign -- 8.5.10 Conditional link -- 8.6 Reserve Hotel implementation -- 8.6.1 Preparation -- 8.6.2 Sequence activity -- 8.6.3 Staff activity -- 8.6.4 Transformer Service activity -- 8.7 Bill Customer implementation -- 8.7.1 Preparation -- 8.7.2 Switch -- 8.7.3 Import the Payment Processing Services -- 8.7.4 Creating the partner links -- 8.7.5 Credit Card case -- 8.7.6 Debit Card case -- 8.7.7 Unknown Card Otherwise case -- 8.7.8 Fault handling -- 8.7.9 Compensation -- 8.8 Testing -- 8.9 Problem determination and tips -- 8.9.1 How to delete generated deployment code -- 8.9.2 Forgetting to create tables and datasources -- 8.9.3 Type mapping - primitive and complex types -- Chapter 9. …”
    Libro electrónico
  7. 2227
    Publicado 2022
    Tabla de Contenidos: “…8 Driving logs with Docker and Kubernetes -- 8.1 Fluentd out of the box from Docker Hub -- 8.1.1 Official Docker images -- 8.1.2 Docker log drivers -- 8.1.3 Getting set up for Docker log drivers -- 8.2 Using Docker log drivers -- 8.2.1 Docker drivers via the command line -- 8.2.2 A quick check of network connections -- 8.2.3 Running Docker command line -- 8.2.4 Switching to driver configuration through a configuration file -- 8.3 Kubernetes components logging and the use of Fluentd -- 8.3.1 Kubernetes components and structured logging -- 8.3.2 Kubernetes default log retention and log rotation -- 8.3.3 kubectl with logging -- 8.4 Demonstrating logging with Kubernetes -- 8.4.1 Kubernetes setup -- 8.4.2 Creating logs to capture -- 8.4.3 Understanding how Fluentd DaemonSets are put together -- 8.5 Getting a peek at host logs -- 8.6 Configuring a Kubernetes logging DaemonSet -- 8.6.1 Getting the Fluentd configuration ready to be used -- 8.6.2 Creating our Kubernetes deployment configuration -- 8.6.3 Putting the implementation of a Fluentd for Kubernetes into action -- 8.6.4 Deploying to minikube -- 8.6.5 Tidying up -- 8.7 Kubernetes configuration in action -- 8.7.1 Answer -- 8.8 More Kubernetes monitoring and logging to watch for -- 8.8.1 Node monitoring -- 8.8.2 Termination messages -- Summary -- 9 Creating custom plugins -- 9.1 Plugin source code -- 9.2 What is Redis, and why build a plugin with the Redis list capability? …”
    Libro electrónico
  8. 2228
    por Blankertz, Wilfried
    Publicado 2005
    Tabla de Contenidos: “…Using IBM WebFacing Tool to create browser interface for a 5250 application -- 10.1 Prerequisites for creating a new WebFacing project -- 10.1.1 Downloading and installing the latest service pack for WDSc -- 10.1.2 Installing WebFacing PTFs on OS/400 -- 10.1.3 Host servers -- 10.1.4 Starting the WebFacing server -- 10.1.5 Number of virtual terminals (QAUTOVRT) -- 10.2 Creating your first WebFacing project -- 10.2.1 Getting started with the IBM WebFacing Tool -- 10.3 A look at the WebFacing project properties -- 10.4 Testing your application within Development Studio Client -- 10.4.1 Unit testing your application -- 10.4.2 Ending the test environment -- 10.5 Stepping through the sample application -- 10.5.1 Starting the application -- 10.5.2 The first application panel -- 10.5.3 Converting a window subfile -- 10.6 Running a WebFacing application in WebSphere -- 10.6.1 Transferring an application to the iSeries server -- 10.6.2 Deploying to WebSphere Application Server -- 10.7 Creating a WebFacing Portlet project -- 10.7.1 The Portal Toolkit -- 10.7.2 Creating a WebFacing portlet project -- 10.7.3 Testing your WebFacing Portlet application…”
    Libro electrónico
  9. 2229
    Publicado 2024
    Tabla de Contenidos: “…3.3.3 Pre-MRNA Transcription of Eukaryotic Genes -- 3.3.4 Maturation of MRNA -- 3.3.5 Transport and Localization -- 3.3.6 Stability and Decay -- 3.3.7 Major Steps of MRNA Transcript Level Regulation -- 3.4 RNA Is More Than a Messenger -- 3.4.1 Ribozyme -- 3.4.2 SnRNA and SnoRNA -- 3.4.3 RNA for Telomere Replication -- 3.4.4 RNAi and Small Non-Coding RNAs -- 3.4.4.1 MiRNA -- 3.4.4.2 SiRNA -- 3.4.4.3 PiRNA -- 3.4.5 Long Non-Coding RNAs -- 3.4.6 Other Non-Coding RNAs -- 3.5 The Cellular Transcriptional Landscape -- References -- Part II Introduction to Next-Generation Sequencing (NGS) and NGS Data Analysis -- 4 Next-Generation Sequencing (NGS) Technologies: Ins and Outs -- 4.1 How to Sequence DNA: From First Generation to the Next -- 4.2 Ins and Outs of Different NGS Platforms -- 4.2.1 Illumina Reversible Terminator Short-Read Sequencing -- 4.2.1.1 Sequencing Principle -- 4.2.1.2 Implementation -- 4.2.1.3 Error Rate, Read Length, Data Output, and Cost -- 4.2.1.4 Sequence Data Generation -- 4.2.2 Pacific Biosciences Single-Molecule Real-Time (SMRT) Long-Read Sequencing -- 4.2.2.1 Sequencing Principle -- 4.2.2.2 Implementation -- 4.2.2.3 Error Rate, Read Length, Data Output, and Cost -- 4.2.2.4 Sequence Data Generation -- 4.2.3 Oxford Nanopore Technologies (ONT) Long-Read Sequencing -- 4.2.3.1 Sequencing Principle -- 4.2.3.2 Implementation -- 4.2.3.3 Error Rate, Read Length, Data Output, and Cost -- 4.2.3.4 Sequence Data Generation -- 4.2.4 Ion Torrent Semiconductor Sequencing -- 4.2.4.1 Sequencing Principle -- 4.2.4.2 Implementation -- 4.2.4.3 Error Rate, Read Length, Date Output, and Cost -- 4.2.4.4 Sequence Data Generation -- 4.3 A Typical NGS Workflow -- 4.4 Biases and Other Adverse Factors That May Affect NGS Data Accuracy -- 4.4.1 Biases in Library Construction -- 4.4.2 Biases and Other Factors in Sequencing -- 4.5 Major Applications of NGS…”
    Libro electrónico
  10. 2230
    Publicado 2021
    Tabla de Contenidos: “…Intro -- Preface -- Content -- 1 Introduction -- 1.1 Historic Note -- 1.2 Role of Plastics in Packaging -- 1.3 Book Structure -- 1.4 References -- 2 Basic Concepts and Definitions -- 2.1 Terminology -- 2.1.1 Macromolecule -- 2.1.2 Polymer -- 2.1.3 Plastic -- 2.1.4 Monomer -- 2.1.5 Constitutional Unit -- 2.1.6 Homopolymer -- 2.1.7 Copolymer -- 2.2 Polymer Nomenclature -- 2.3 Interatomic and Intermolecular Forces in Polymers -- 2.3.1 Interatomic Forces -- 2.3.1.1 Covalent Bonds -- 2.3.1.2 Ionic Bonds -- 2.3.2 Intermolecular and Intramolecular Forces -- 2.3.2.1 Dispersion Forces -- 2.3.2.2 Induction Forces -- 2.3.2.3 Dipole Forces -- 2.3.2.4 Hydrogen Bonds -- 2.4 Properties Determined by Chemical Composition -- 2.5 Categorization of Plastics -- 2.6 References -- Study Questions -- 3 Polymer Structure and Properties -- 3.1 Introduction -- 3.2 Molecular Architecture -- 3.2.1 Linear Polymers -- 3.2.2 Branched Polymers -- 3.2.3 Cross-Linked Polymers -- 3.3 Copolymer Structure -- 3.3.1 Random Copolymers -- 3.3.2 Alternating Copolymers -- 3.3.3 Block Copolymers -- 3.3.4 Graft Copolymers -- 3.3.5 Combinations of Copolymer Types -- 3.4 Chain Polymerization, Addition Polymers -- 3.4.1 Addition or Chain Polymerization Mechanism -- 3.4.2 Vinyl Polymers -- 3.4.3 Free-Radical Polymerization -- 3.4.3.1 Initiation -- 3.4.3.2 Propagation -- 3.4.3.3 Termination -- 3.4.4 Polyethylene Polymerization Processes -- 3.4.5 Other Addition Polymerization Mechanisms -- 3.5 Molecular Configuration and Conformation -- 3.6 Head-to-Head and Head-to-Tail -- 3.6.1 Configurations of Vinyl Polymers -- 3.7 Stereochemistry -- 3.8 Step Polymerization, Condensation Polymers -- 3.9 Molecular Weight and Molecular Weight Distribution -- 3.9.1 Degree of Polymerization -- 3.9.2 Molecular Mass (Weight) and Molecular Weight Distribution -- 3.9.3 Number Average Molecular Weight…”
    Libro electrónico
  11. 2231
    Publicado 2022
    “…Then you will learn how to set up a simple two-way chat in the terminal using the Socket module. Next, you will learn how to use the threading module to create a simple chat room in the terminal and how to use the Tkinter module to create a GUI chat room like the old AOL chat rooms. …”
    Video
  12. 2232
    por García García, Paula ( 1994-)
    Publicado 2019
    “…Presentan altos porcentajes de aceptación del suicidio en la enfermedad terminal y creen que el suicidio no es un acto inmoral, (médicos mayor grado de acuerdo). …”
    Electrónico
  13. 2233
    por Gusmeroli, Paolo
    Publicado 2020
    “…In quali dibattiti questo termine risulta efficace? In che modo parla dell’ostilità antiomosessuale e si lega ai processi di modernizzazione - invocati o criticati - della società italiana?…”
    Electrónico
  14. 2234
    Publicado 2021
    “…For that, you will not use the terminal; instead, you'll use the GUI application Visual Studio Code. …”
    Video
  15. 2235
    Publicado 2002
    “…Because Mac OS X is Unix-based, the Mac OS X Pocket Reference shows you how to issue basic Unix commands using the Terminal application. Topics covered in this book include: How to configure your Mac OS X system How to use the Finder and the Dock An overview of keyboard shortcuts for use with the GUI and the Terminal How to create special characters and symbols The book starts out with a "Mac OS X Survival Guide," which shows Mac users what's changed from Mac OS 9, and also helps Windows and Unix converts get acclimated with their new OS. …”
    Libro electrónico
  16. 2236
    Publicado 2008
    “…A trail of mismanaged or terminated projects in recent years has cost the North American economy 100 to 150 billion dollars annually in lost productivity and shareholders capital. …”
    Libro electrónico
  17. 2237
    por Occhetta, Francesco aut
    Publicado 2019
    “…El suicidio asistido se basa en la nueva ley: ; de aquellos que tienen una enfermedad terminal. Esta ley solo puede basarse en la elección del paciente y la familia. …”
    Acceso al resúmen del artículo.
    Artículo
  18. 2238
    por Chafflin, Larry
    Publicado 2006
    “…In this section, readers will learn how H.323 allows dissimilar communication devices to communicate with each other, and how SIP (Session Initiation Protocol) is used to establish, modify, and terminate multimedia sessions including VOIP telephone calls…”
    Libro electrónico
  19. 2239
    por Lasaulce, Samson
    Publicado 2011
    “… * Contains algorithms and techniques to implement game theory in wireless terminals. Written by leading experts in the field, Game Theory and Learning for Wireless Networks Covers how theory can be used to solve prevalent problems in wireless networks such as power control, resource allocation or medi…”
    Libro electrónico
  20. 2240
    Publicado 2012
    “…Reviews all the latest specialty optical fiber technologies, including those developed for high capacity WDM applications; broadband fiber amplifiers; fiber filleters based on periodic coupling; fiber branching devices; and fiber terminations Discusses key differences among sing…”
    Libro electrónico